@charset "utf-8";
/* CSS Document */
#contenedor1 {
    padding-top: 0px;
    padding-right: 0px;
}
#contenedorsuperior {
    display: flex;
}
#contenedorsuperior > div:first-of-type {
    width: 55%;
    flex-shrink: 0;
    padding-right: calc(var(--rellenohorizontal) * 2);
}
#contenedordatos h1:first-child {
    margin-top: calc(var(--rellenovertical) * 2);
}
#nombrefamilia {
    text-transform: uppercase;
    color: var(--marca03);
    margin-top: calc(var(--rellenovertical) * 2);
    font-size: var(--smallcaps);
}
#imagenmovil {
    display: none;
}
#contenedorsuperior > div:last-of-type {
    width: 45%;
    flex-shrink: 0;
    padding: 2em;
    background-color: var(--ui01);
    border-radius: var(--radiopequeno);
    display: flex;
    justify-content: center;
}
#contenedorsuperior > div:last-of-type img {
    display: block;
    width: 100%;
    height: auto;
    background-size: 100% auto;
    background-position: center center;
    background-repeat: no-repeat;
}
#descripcion h2 {
    color: var(--negro);
    font-size: 1.25em;
    font-weight: 500;
}
#contenedorbotones {
    margin-top: 2em;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

#contenedorbotones a {
    text-decoration: underline;
    color: var(--marca02);
    margin-left: 2em;
    font-size: var(--links);
}
    
    
#contenedorbotones .boton3 {
    text-transform: uppercase;
}
#contenedorbeneficios {
    margin-top: var(--separacionsecciones);
    padding-right: var(--rellenohorizontal);
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-gap: 1.5em;
}
#contenedorbeneficios > div > p:first-of-type {
    font-size: var(--smallcaps);
}
#contenedorbeneficios > div > h2 {
    font-size: var(--h3);
    font-weight: 500;
    line-height: 1;
    letter-spacing: -.03em;
    margin-bottom: .5em;
}
#contenedorbeneficios h3 {
    font-size: var(--h6);
    font-weight: 600;
    line-height: 1;
    margin-bottom: .875rem;
}
#contenedorbeneficios section img {
    width: 100%;
    height: auto;    
    border-radius: var(--radiopequeno);
}

#contenedorslogan {
    font-size: var(--h2);
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: -0.02em;
    color: var(--marca01);
    padding-left: 30%;
    margin-top: var(--separacionsecciones);
    text-align: right;
    padding-right: var(--rellenohorizontal);
    font-weight: 500
}
#album {
    margin-top: var(--separacionsecciones);
}
#contenedorimagenes {
    
    height: 15em;
    overflow-y: hidden;
    overflow-x: auto;
    padding-bottom: .5em;
}

/*#contenedorimagenes::-webkit-scrollbar-thumb {
    background: var(--marca04);
}*/
#deslizadorimagenes {
    display: inline-flex;
    height: 100%;
    width: auto;
    justify-content: space-evenly; 
    min-width: 100%;
}

#deslizadorimagenes img {
    height: 100%;
    width: auto;  
    border-radius: calc(var(--radiocajas) / 2);
    cursor: pointer;
}
#deslizadorimagenes img:not(:last-of-type) {
    margin-right: 1em;
}
#tituloslider {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2em;
    padding-right: var(--rellenohorizontal);
}
#tituloslider h2 {
    font-size: 1.5em;
    color: var(--marca03);
    margin: 0px;
    line-height: 1em;
}
#tituloslider img {
    height: 1.75em;
    width: auto;
    cursor: pointer;
    transition: transform .1s linear 0s;
}
#tituloslider img:last-of-type {
    margin-left: 1em;
    transform: rotateZ(180deg);
}
#tituloslider img:first-of-type:hover {
    transform: translateX(-25%);
}
#tituloslider img:last-of-type:hover {
    transform: translateX(25%) rotateZ(180deg);
}
    
#cajasverdes {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 2em;
    margin-top: var(--separacionsecciones);
    padding-right: var(--rellenohorizontal);
}
#cajasverdes > section {
    padding: 2em;
    padding-bottom: 1em;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: var(--radiocajas);
}
#cajasverdes h2 {
    font-size: var(--h4);
    font-weight: 500;
    color: var(--blanco);
    margin-bottom: 0px;
}
#cajasverdes > section > div:last-of-type {
    text-align: right;
}
#cajasverdes > section > a {
    margin-right: 1em;
}
#cajasverdes .boton2 {
    text-transform: uppercase;
    margin-bottom: 1em;
    font-size: .75em;
}
#descripcionfamilia {
    font-size: var(--pbig);
    line-height: 1.3;
    width: 70%;
}
#contenedorproductos {
    overflow-x: auto;
    overflow-y: hidden;
    margin-top: 2em;
    padding-bottom: .5em;
}
#deslizadorproductos {
    display: inline-flex;
    width: auto;
    min-width: 100%;
    justify-content: center;
}
#deslizadorproductos > div {
    padding: 2em;
    flex-shrink: 0;
    border-radius: var(--radiocajas);
    background-color: var(--ui01);
    width: calc((100vw - var(--margenhorizontal) * 2 - var(--rellenohorizontal) * 2) / 3 - 1.5rem);
    cursor: pointer;
    transition: background-color .2s ease-in 0s;
}
#deslizadorproductos > div:hover {
    background-color: var(--marca04);
}

#deslizadorproductos > div:not(:last-of-type) {
    margin-right: 2rem;
}
#deslizadorproductos > div > img {
    width: 100%;
    height: auto;
    margin-bottom: 3em;
}
#deslizadorproductos > div > p {
    margin-bottom: 0px;
    text-align: center;
    font-size: var(--h6);    
    font-weight: 600;
    color: var(--marca01);
    line-height: 1.2;
}

#contenedor6 {
    text-align: center;
}
#contenedor6 > p:last-of-type {
    margin: 0px;
    margin-top: 2em;
}
#contenedor6 h2 {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
}
#contenedor6 .boton1 {
    text-transform: uppercase;
}

#capavideo {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 20;
    transform: scale(0);
    transition: transform .3s ease-in 0s;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 2em;
}
#capavideo.abierta {
    transform: scale(1);
}
#capavideo > div {
    width: 100%;
    max-width:850px;
    position: relative;
    z-index: 22;
}
#capavideo img {
    display: block;
    height: 2em;
    width: auto;
}
#reproductor {
    margin: 1em 0px;
    display: block;
    width: 100%;
    height: auto;
}
#capavideo p {
    text-align: right;
    margin-bottom: 0px;
}
#capavideo > aside{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 21;
    background: var(--fondoventanasflotantes);
    opacity: .95;
}
@media (max-width: 1350px) {
}
@media (max-width: 1200px) {
    #contenedorbeneficios {
        grid-template-columns: 1.5fr repeat(3,1fr)
    }#contenedorbeneficios section:last-of-type img {
       border-top-right-radius: calc(var(--radiocajas) / 2); 
       border-bottom-right-radius: calc(var(--radiocajas) / 2); 
    }
}
@media (max-width: 1100px) {    
    #contenedorbeneficios {
        grid-template-columns: repeat(2,1fr)
    }    
    #contenedorslogan {
        font-size: 2.5rem;
        padding-left: 20%;
    }
    
    #descripcionfamilia {
        width: 90%;
    }
}
@media (max-width: 1000px) {
     #contenedorsuperior {
        flex-direction: column;
    }   
    #contenedorsuperior > div:last-of-type {
        display: none;
    }
    #contenedor1 #contenedorsuperior > div {
        width: 100%
    }
    #contenedorsuperior > div:first-of-type {
        padding-right: calc(var(--rellenohorizontal) * 1);
    }
    #contenedordatos h1:first-child {
        margin-top: calc(var(--rellenovertical) * 1);
    }
    #imagenmovil {
        display: block;
        background-color: var(--ui01);
        border-radius: var(--radiopequeno);
        overflow: hidden;
    }
    #imagenmovil img {
        display: block;
        width: 50%;
        height: auto;
        margin: var(--rellenovertical) auto;
    }
    #descripcionfamilia {
        width: 100%;
    }
}
@media (max-width: 900px) {
    #deslizadorproductos > div {
        padding: 2em;
        width: calc((100vw - var(--margenhorizontal) * 2 - var(--rellenohorizontal) * 2) / 2 - 1rem);
    }
    #contenedorslogan {
        font-size: 2rem;
        padding-left: 0%;
    }
}

@media (max-width: 850px) {
}
@media (max-width: 750px) {
    #contenedor1 {
        padding-right: var(--rellenohorizontal);
    }
    #contenedorbeneficios, #contenedorslogan, #tituloslider, #contenedorsuperior > div:first-of-type, #cajasverdes {
        padding-right: 0px;
    }
   
    #cajasverdes {
        grid-template-columns: 1fr;
    }
}
@media (max-width: 650px) {
    #contenedorbeneficios {
        grid-template-columns: 1fr;
    }
    #contenedorbeneficios > div > h2 br {
        display: none;
    }
}
@media (max-width: 550px) {
    #deslizadorproductos > div {
        width: calc(100vw - var(--margenhorizontal) * 2 - var(--rellenohorizontal) * 2);
    }
    #imagenmovil img {
        width: 75%;
    }
    #contenedorslogan {
        padding-left: 10%;
    }
}
@media (max-width: 450px) {
}
