@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');


/* ESTILOS GENERALES */
body {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
}
a { 
    text-decoration: none;
}
.secciones{
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
}

/* ======= PAGINA SELECCION IDIOMA ======= */
.pagina-idioma--body {
    overflow: hidden;
}
.pagina-idioma--bg {
    width: 100%;
	height: 100vh;
    background-image: url('../multimedia/home/cf_home-header.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.pagina-idioma--boton {
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    color: #ffffff;
    font-size: 2rem;
    line-height: normal;
    background-color: #000;
    border: 1px solid #000;
    border-radius: 50px;
    padding: 0.5em 1.5em;
    margin: 0.5em;
}
.pagina-idioma--subtitulo{
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    color: #ffffff;
    font-size: 1.3rem;
    line-height: normal;
    z-index: 10;
}

/* ======= MENU ======= */
.navbar{
    background-color: transparent;
    position: absolute;
    top: 0;
    justify-content: space-around;
    width: 100%;
    height: auto;
    padding: 2rem 0;
    align-items: center;
    z-index: 1;
}
.navbar--logo{
    width: 12em !important;
    height: auto;
}
.navbar--home-button{
    font-size: 1.7rem;
    color: #ffffff;
    background-color: transparent;
    border: none;
}
.navbar--button-language {
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    color: #ffffff;
    font-size: 1.7rem;
    line-height: normal;
    background-color: transparent;
    border:none;
}
.header--titulo{
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
    color: #ffffff;
    font-size: 3.5rem;
    line-height: normal;
    z-index: 10;
}
.header--subtitulo{
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    color: #ffffff;
    font-size: 1.7rem;
    line-height: normal;
    z-index: 10;
}
#header-section a {
    position: absolute;
    top: 70%;
}
.header--down-button{
    font-size: 2rem;
    background-color: transparent;
    border: none;
    position: absolute;
    width: 24px;
    height: 24px;
    border-left: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: sdb04 2s infinite;
    animation: down-button-animation 2s infinite;
    box-sizing: border-box;
    z-index: 10;
}
@-webkit-keyframes down-button-animation {
    0% {
        -webkit-transform: rotate(-45deg) translate(0, 0);
    }
    20% {
        -webkit-transform: rotate(-45deg) translate(-10px, 10px);
    }
    40% {
        -webkit-transform: rotate(-45deg) translate(0, 0);
    }
}
@keyframes down-button-animation {
    0% {
        transform: rotate(-45deg) translate(0, 0);
    }
    20% {
        transform: rotate(-45deg) translate(-10px, 10px);
    }
    40% {
        transform: rotate(-45deg) translate(0, 0);
    }
}


/* ======= FOOTER ======= */
.footer--top-button {
    font-size: 1rem;
    border: none;
    cursor: pointer;
    background: transparent;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 100;
}
.fa-chevron-circle-up{
    color: #000000;
    font-size: 3.7rem;
}
.fa-circle{
    color: #ffffff;
}
footer {
    background-color: #000000;
    padding: 5em 0;
}
footer h3 {
    font-family: "Open Sans", sans-serif !important;
    font-weight: 400 !important;
    font-size: 1.3rem;
    margin-bottom: 1rem;
    color: #ffffff;
}
footer a {
    color: #ffffff!important;
}
.footer--logo{
    width: 14em;
    height: auto;
}
.footer--social {
    font-size: 2rem;
    margin: 2rem 0;
    display: flex;
    justify-content: space-between !important;
}
.footer--subtitulo{
    font-family: "Open Sans", sans-serif !important;
    font-weight: 600 !important;
    color: #ffffff;
    margin: 1rem 0 0 0 !important;
    font-size: 1.3rem;
}
.footer--texto{
    font-family: "Open Sans", sans-serif !important;
    font-weight: 300 !important;
    color: #ffffff;
    margin: 1rem 0 !important;
}
.footer-otras-producciones--img {
    width: 100%;
}

/* ======= ESTILOS HOME ======= */
.header--container-home{
    width: 100%;
    height: 70vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
    position: relative;
}
#header--container-home-video{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}
#header--container-home-video {
    filter: brightness(55%) !important;
}


/* ======= TEXTO INTRO HOME + PRODUCCIONES ======= */
.producciones-section--descripcion-1{
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    color: #000000;
    font-size: 1.1rem;
}
.producciones-section--descripcion-2{
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    color: #000000;
    font-size: 1.1rem;
}



/* ======= CARDS PRODUCCIONES HOME ======= */
.producciones-section{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: auto;
}
.card{
    border: none !important;
    margin: 2em 1em;
}
.card-body {
    flex: 1 1 auto;
    padding: 1rem 0;
}
.card img, .card p, .card h5 {
    cursor: pointer;
}
.producciones--titulo{
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
    color: #000000;
    font-size: 1.5rem;
}
.producciones--descripcion{
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    color: #000000;
    font-size: 1rem;
}
.badge {
    margin: 1em 0;
}
.bg-badge{
    background-color: #E8242B;
}
.producciones--boton{
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 1rem;
    background-color: transparent;
    border-radius: 50px;
    padding: 0.5em 1em;
    color: #000000;
    border: 1px solid #000000;
}

/* ======= WIDGET TRIPADVISOR ======= */
#CDSWIDWRL {
    margin: auto !important;
    margin-top: 2em !important;
    margin-bottom: 5em !important;
}

/* ======= INTERIOR POR QUE COLON FABRICA ======= */
.header--container-porQueColonFabrica{
    width: 100%;
    height: 70vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../multimedia/home/cf_por-que-colon-fabrica-header.jpg");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
}


/* ======= INTERIORES PRODUCCIONES ======= */
.header--container-produccion{
    width: 100%;
    height: 70vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
}
#header-section-produccion a {
    position: absolute;
    bottom: 40% !important;
}
.header--down-button-produccion{
    font-size: 2rem;
    background-color: transparent;
    border: none;
    position: absolute;
    width: 24px;
    height: 24px;
    border-left: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: sdb04 2s infinite;
    animation: down-button-animation 2s infinite;
    box-sizing: border-box;
    z-index: 1;
}
.texto--bold{
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
}
.texto--italica{
    font-style: italic !important;
}


/* ======= AUDIO ======= */
.audio-section--container {
    justify-content: center;
    margin: auto;
    margin-top: 1em;
    padding: 1em;
    background-color: #F5F5F5 !important;
    border-radius: 5px;
    position: relative;
}
.audio-section--img-container{
    width: 100%;
    height: 100%;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
}
.audio-section--img{
    width:100%;
    height: 100%;
    object-fit: cover;
}
.audio-section--produccion{
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
    font-size: 1.5rem;
    color: #000000;
}
.audio-section--nombre{
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    font-size: 1rem;
    color: #000000;
}
.audio-section--time {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 1rem;
    margin-top: 2em;
    color: #787878;
    text-align: center;
}
progress.amplitude-song-played-progress {
    background-color: #DCDCDC;
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 15px;
    display: block;
    cursor: pointer;
    border: none;
}
progress {
    border-radius: 10px;
    overflow: hidden;
}
progress.amplitude-song-played-progress:not([value]) {
    background-color: #DCDCDC;
}
progress[value]::-webkit-progress-bar {
    background-color: #DCDCDC;
}
progress[value]::-moz-progress-bar {
    background-color: #000000;
}
progress[value]::-webkit-progress-value {
    background-color: #000000;
}
button.amplitude-paused, button.amplitude-playing {
    width: 4em;
    height: 4em;
    margin: auto;
    background-size: cover;
    background-color: transparent;
    border: none;
    position:absolute;
    top: 1.5rem;
    right: 1.5rem;
}
button.amplitude-paused {
    background: url("../multimedia/play.svg");
}
button.amplitude-playing {
    background: url("../multimedia/pause.svg");
}


/* ======= VIDEO ======= */
#video-section video {
    width: 100%;
    margin: auto;
}
.video-responsive {
    position: relative;
    padding-bottom: 56.25%; /* 16/9 ratio */
    padding-top: 30px; /* IE6 workaround*/
    height: 0;
    overflow: hidden;
}

.video-responsive iframe,
.video-responsive object,
.video-responsive embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* ======= SLIDER ======= */
#slider-section{
    margin-top: 2em !important;
    margin-bottom: 2em !important;
}
.swiper {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.swiper {
    margin:auto;
}
.swiper-button-next, .swiper-button-prev {
    color: #ffffff;
    opacity: 0.8;
}
.swiper-pagination-bullet {
    background: #ffffff;
    opacity: 0.8;
}
.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: #E8242B;
}



/* ======= FICHA TÉCNICA ======= */
.ficha-tecnica--lineaA {
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    color: #E8242B;
    font-size: 1.3rem;
    margin-bottom: 0 !important;
}
.ficha-tecnica--lineaB {
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    color: #000000;
    font-size: 1.1rem;
    padding-top: 1rem;
}
.border-bottom--dashed {
    padding: 1rem 0;
    border-bottom: 1px dashed #C0C0C0;
}


/* ======= COLORES ======= */
.color-blanco{
    color: #ffffff;
}
.color-negro{
    color: #000000;
}
.bg-color-inst{
    background-color: #E8242B;
}


/* MEDIA QUERY */
@media (max-width: 767px) {
    footer{
        padding: 5em 2em;
        justify-content: center;
        text-align: center;
    }
    .footer--social {
        justify-content: space-around !important;
        padding: 1.2em;
    }
}
@media (min-width: 576px) {
}
@media (min-width: 768px) {
}
@media (min-width: 992px) {
}
@media (min-width: 1200px) {
}
@media (min-width: 1400px) {
}