/*FUENTES*/

@font-face {
    font-family: "Outfit";
    /*src: url("../fonts/Outfit/Outfit-VariableFont_wght.ttf");*/
    src: url("../fonts/Outfit/Outfit-VariableFont_wght.ttf");
}

@font-face {
    font-family: "DIN";
    /*src: url("../fonts/Outfit/Outfit-VariableFont_wght.ttf");*/
    src: url("../fonts/DINCondensedBold.ttf");
}

@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100;200;300;400;500;600;700&display=swap');

/*COLORES*/

:root {
    --text-title-color: #000028;
    --text-color: #4d4d4d;
    --button-bg-color: #eea359;
    --button-bg-color-hover: #eb9139;
    --border-radius: 6px;
    --border-radius-button: 0px;
}

/*GLOBALES*/

*{
    margin: 0px;
    padding: 0px;
    font-family: 'Outfit', sans-serif;
}

p{
    margin: 0px;
}

.ta-right{
    text-align: right;
}

.ta-center{
    text-align: center;
}

.o-hidden{
    position: relative;
    overflow: hidden;
}

.hide {
    display: none;
}

.img-fluid {
    max-width: 100%;
}

/*TEXTOS*/

.menu-txt {
    font-family: 'Outfit', sans-serif;
    font-weight: 600;
    font-size: 25pt;
    color: black;
}

.menu-txt-idioma{
    font-family: 'Outfit', sans-serif;
    font-weight: 600;
    font-size: 15pt;
    color: black;
}

.title-txt {
    font-family: 'Outfit', sans-serif;
    font-weight: 700;
    font-size: 30pt;
    display: block;
    color: black;
    line-height: 30pt;
    margin-bottom: 20px;
}

.title-txt-2 {
    font-family: 'Outfit', sans-serif;
    font-weight: 700;
    font-size: 20pt;
    display: block;
    color: black;
}

.title2-txt {
    font-family: 'Outfit', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 80pt;
    color: #fff;
}

.title2-txt.black {
    color: var(--text-title-color);
}

.title-txt-new {
    font-family: 'Outfit', sans-serif;
    font-weight: 700;
    font-size: 20pt;
}

.p-text {
    font-size: 14pt;
}

.news-txt {
    font-size: 12pt;
}

.m-btn{
    font-family: 'Outfit', sans-serif;
    font-weight: 700;
    font-size: 14pt;
    text-decoration: none;
    color: #fff;

}

.m-btn-a{
    font-family: 'Outfit', sans-serif;
    font-weight: 700;
    font-size: 14pt;
    text-decoration: none;
    color: #fff;

}

.m-btn-s{
    font-family: 'Outfit', sans-serif;
    font-weight: 700;
    font-size: 14pt;
}

a.esta {
    padding: 5px 20%;
}

.link-m {
    font-family: 'Open Sans', sans-serif;
    color: var(--text-title-color);
    font-size: 18pt;
}

.link-m:hover {
    color: var(--button-bg-color);
}

.orange {
    font-family: 'Outfit', sans-serif;
    color: #eea359;
}

/*MENU*/

.menu, .navbar{
    background: #fff;
}

.navbar{
    /*
    padding: 10px 0px;
    padding-top: 90px;
    */  
    background-color: #333333;
    /*background-image: url(../img/fondo_header.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;*/
}

.navbar-brand {
    margin: 0px 50px;
}

.logo-centro-link{
    width: 297px;
}

.logo-centro {
    width: 297px;
    margin: 0px 10px;
    position: absolute;
    margin-top: 1px;
    z-index: 100;
}

.logo-idiom{
    width: 25%;
    margin: 10px 0px;
}

.nav-item {
    margin: 0px 10px;
}

.navbar-nav.idioma{
    position: absolute;
    right: 20px;
}

/*FONDO ABUELO*/

.container-fluid.bg-est {
    min-height: 90vh;
    background-image: url(../img/bg.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

.img-abuelo {
    max-width: 100%;
}

.idiom-label{
    background-color: #ffffff;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 5px;
}

/*BANNER BG VIDEO RESPONSIVO*/

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    pointer-events: none;
    background-color: black;
    opacity: 0.3;
}

.video-hero--content {
    position: relative;
    text-align: center;
    color: #fff;
    margin: 28vh 0;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}

.jquery-background-video-wrapper {
    position: relative;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.jquery-background-video {
    position: absolute;
    min-width: 125%;
    min-height: 100%;
    width: auto;
    height: auto;
    top: 50%;
    left: 50%;
    -o-object-fit: contain;
    object-fit: contain;
    transform: translate(-50%, -50%);
    padding: 0px;
}


/*SECCIONES DE TEXTO*/

section.section-text {
    background-color: #fff;
    padding: 80px 0px;
}

video.video-section {
    max-width: 100%;
}

.video-responsive {
    overflow:hidden;
    padding-bottom:400px; /* Adecua este valor para controlar la altura del video */
    position:relative;
    height:0;
}
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

ul.lista-m li{
    margin: 30px 0px;
    list-style:none;
}

ul.lista-m li::before {
    /*    content: url('../img/o-heart.png');*/
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url('../img/o-heart.png');
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    margin-left: -25px;
    margin-top: 5px;
}

/*NEWS*/
.noticias{
    margin-top: 40px;
    margin-bottom: 40px;
    display: flex;
}

div[class*="Dnew-"]{
    padding: 10px 10px 20px 10px;
    -webkit-box-shadow: 0px 0px 26px -2px rgba(0,0,0,0.6); 
    box-shadow: 0px 0px 26px -2px rgba(0,0,0,0.6);
    border-radius: 5px;
    flex: 1;
    margin: 0px 10px;
}

.img-news{
    display: block;
    width: 100%;
    height: 200px;
    border-radius: 5px;
}

.Dnew-1 .img-news{
    background-image: url('../img/new-1.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.Dnew-2 .img-news{
    background-image: url('../img/new-2.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.Dnew-3 .img-news{
    background-image: url('../img/new-3.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.new-text{
    padding: 20px 0px;
}

.m-btn{
    background-color: var(--button-bg-color);
    margin: 0 auto;
    padding: 10px 20px;
    display: block;
    border: none;
}

.m-btn:hover{
    background-color: var(--button-bg-color-hover);
}

.m-btn-a{
    background-color: var(--button-bg-color);
    margin: 0 auto;
    padding: 10px 20px;
    border: none;
    margin: 0 auto;
    display: inline-block;
}

.m-btn-a:hover{
    background-color: var(--button-bg-color-hover);
    color: #fff;
}


/*NEWSLETTER*/

.section-newsletter {
    padding: 80px 0px;
    background: rgb(255,155,122);
    background: linear-gradient(90deg, rgba(255,155,122,1) 0%, rgba(255,190,137,1) 100%);
}

.letter-img {
    max-width: 160px;
}

.newslet-inp{
    width: 50%;
    height: 100%;
    text-align: center;
    border: none;
    background-color: #E7E0D7;
    padding: 20px 0px;
    color: #603813;
    font-size: 17pt;
    border-radius: 5px;
}

.newslet-inp:focus-visible {
    outline: none;
}

.m-btn-s{
    background-color: #E55747;
    margin: 0 auto;
    padding: 15px 40px;
    display: block;
    border: none;
    color: #fff;
    text-decoration: none;
    border-radius: 13px;
}

.m-btn-s:hover{
    background-color: #ab2a1b;
}
/*SECCIONES IMAGEN + TITULAR*/

section.section-img {
    padding: 10vh 0px;
}

/*PAGINAS NEWSLETTER*/

section.section-img-2 {
    padding: 5vh 0px;
}

/*FOOTER*/

footer {
    background-color: var(--text-title-color);
    color: #fff;
}

footer li {
    cursor: pointer;
}

footer a {
    color: #fff ;
    cursor: pointer;
}

footer a:hover {
    color: #fff ;
}
/*FONDOS*/

.bg-1 {   
    background: url('../img/bg-banner-1.jpg') no-repeat fixed;
    background-size: cover;
    background-position: center;
}

.bg-2 {   
    background: url('../img/bg-banner-2.jpg') no-repeat fixed;
    background-size: cover;
    background-position: center;
}

.bg-3 {   
    background: url('../img/bg-banner-3.jpg') no-repeat fixed;
    background-size: cover;
    background-position: center;
}

.bg-4 {   
    background: url('../img/bg-banner-4.jpg') no-repeat;
    background-size: cover;
    background-position: center;
}

.bg-5 {   
    background: url('../img/bg-banner-5.jpg') no-repeat fixed; 
    background-size: cover;
    background-position: center;
}

.section-img-2.bg-6{
    background: url('../img/bg-banner-6.jpg') no-repeat;
    background-size: cover;
    background-position: center;
}

.bg-illu {
    background: url('../img/bg-illustra.png') no-repeat fixed;
    background-size: 40%;
    background-position: 14% 50%;
}

/*IMAGENES*/

.img-delta {
    width: 75%;
    max-width: 660px;
    /*position: absolute;*/
    margin-top: -200px;
    /*  transform: translateZ(-0.4px) scale(1.4);*/
}

.img-limon {
    position: absolute;
    width:  42%;
    max-width: 840px;
}

.img-birds {
    position: absolute;
    z-index: 10;
    right: 20px;
    /*margin-top: 610px;*/
    margin-top: -330px;
    max-width: 600px;
}

.img-flami {
    position: absolute;
    z-index: 10;
    left: 150px;
    /* margin-top: 610px; */
    margin-top: -241px;
    max-width: 600px;
}

.img-sello {
    max-width: 500px;
    width: 100%;
}

@media (max-width: 1430px) {
    .jquery-background-video {
        min-width: 340%;
    }
}

@media (max-width: 1250px) {
    /*
    .navbar-nav.idioma{
    top:5px;
}
    */

    .navbar-nav.idioma .nav-item{
        margin: 0px;
    }

    .menu-txt-idioma{
        font-size: 10pt;
    }

    .newslet-inp{
        width: 100%;
    }
}

@media (max-width: 1000px) {

    .menu-txt{
        font-size: 14pt;
    }

    .noticias {
        flex-direction: column;
    }

    div[class*="Dnew-"] {
        margin: 20px 10px;
    }

    .logo-idiom{
        width: 70%;
        margin: 10px 0px;
    }
}

@media (max-width: 767px) {
    .navbar {
        height: auto;
    }

    .form-check .form-check-input {
        float: none;
        margin-left: 0px;
    }

    .bg-illu {
        background-size: 90%;
    }

    .img-limon {
        width:  95%;
        margin-top: 158px;
    }

    .img-delta {
        width: 100%;
        max-width: none;
        margin-top: -15vh;
    }

    .img-sello {
        max-width: 100%;
        width: 400px;
    }

    .navbar-nav.idioma{
        position: inherit;
    }

    .navbar-nav.idioma .nav-item{
        margin: 0px 10px;
    }

    .menu-txt-idioma{
        font-size: 14pt;
    }
}

@media (max-width: 650px) {
    .title2-txt {
        font-family: 'epicursive', sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 40pt;
        color: #fff;
    }
}









