*{
    padding: 0;
    margin: 0;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
}
body{
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
}
.img-fondo{
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    height: 100vh;
    min-height: 800px;
}
.contenido-banner{
    position: absolute;
    top: 50%;
    left: 6%;
    transform: translate(0%,-50%);
}
.titulo-banner{
    color: #FFF;
    font-family: "Roboto Flex";
    font-size: 2.7em;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
}
.subtitulo-banner{
    color: #A9C042;
    font-family: "Roboto Flex";
    font-size: 1.8em;
    font-style: normal;
    font-weight: 500;
    line-height: 42px;
}
.btn-vermas{
    display: flex;
    width: 240px;
    padding: 12px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    background: #1E2C40;
    color: #fff;
}
.contenido-nosotros, .contenido-modelos, .contenido-ventajas{
    width: 70%;
    max-width: 1150px;
    margin: 0 auto;
}
.titulo-nosotros{
    color: #1E2C40;
    font-family: "Roboto Flex";
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 34px; /* 56.667% */
}
.txt-nosotros p,
.txt-modelos p{
    color: #767676;
    font-family: Roboto;
    font-size: 0.9em;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 170% */
}
hr.separador{
    width: 220px;
height: 9.879px;
flex-shrink: 0;
background: #A9C042;
}
.slick-dots {
    text-align: center;
    display: flex !important;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 20%;
    left: 8%;
}
.slick-dots li {
    margin-right: 15px;
}
.slick-dots li button {
    background: none;
    border: 1px solid #FFF;
    font-size: 0;
    line-height: 0;
    width: 12px;
    height: 12px;
    padding: 0;
    border-radius: 50%;
    outline: none;
    display: block;
    cursor: pointer;
}
.slick-dots li.slick-active button {
    background: #FFF;
}
.contenido-modelos .txt-modelos{
    width: 100%;
    max-width: 996px;
}
.image img{
    object-fit: cover;
}
figure img{
    border-radius: 35px;
}
.slick-prev{
    position: absolute;
    top: 50%;
    left: 2%;
    transform: translate(0, -50%);
    z-index: 1;
}
.slick-next{
    position: absolute;
    top: 50%;
    right: 2%;
    transform: translate(0, -50%);
    z-index: 1;
}
.titulo-ventaja{
    color: #A9C042;
    text-align: center;
    font-family: "Roboto Flex";
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 120% */
}
.txt-ventaja{
    color: #9F9F9F;
    font-family: "Roboto Flex";
    font-size: .9em;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 133.333% */
    padding: 0 33px;
}
.cuadro-ventaja .sombra{
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.05);
    padding: 25px 0;
}
.cuadro-ventaja .sombra:hover{
    background: #A9C042;
}
.cuadro-ventaja .sombra:hover p{
    color:#fff;
}
#ventajas{
    padding-bottom: 35%;
}
.txt-ventajas{
    color: #A9C042;
    font-family: "Roboto Flex";
    font-size: 0.9em;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;

}
.titulo-ventajas{
    color: #1E2C40;
    font-family: "Roboto Flex";
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 40% */
}
footer{
    background: #A9C042;
    padding-top: 94px ;
    padding-bottom: 94px ;
}
.titulo-contacto{
    color: #1E2C40;
    font-family: Roboto;
    font-style: normal;
    font-weight: 700;
    line-height: 40px; /* 120% */
}
.submit{
    display: flex;
    font-family: "Roboto Flex";
    width: 240px;
    padding: 12px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    background: #1E2C40;
    color: #fff;
    border: none;
    cursor: pointer;
}
.submit:hover,
.btn-vermas:hover{
    background: #2c4262;
    color: #fff !important;
}
.rrss{
    position: absolute;
    right: 5%;
    bottom: 10%;
}
@media (max-width:768px){
	footer{
    padding-top: 45px ;
    padding-bottom: 45px ;
}
	.contenido-nosotros, .contenido-modelos, .contenido-ventajas{
    width: 100%;
}
    .titulo-ventaja{
    font-size: 0.8em;
    line-height: 17px;
}
    .titulo-banner{
    color: #000;
}
   .img-fondo{
    height: unset;
    min-height: 625px;
}
.contenido-banner{
    position: relative;
    top: unset;
    left: unset;
    transform: unset;
} 
header.cabecera-sitio {
     position: relative !important; 
     margin-bottom: 20px;
}
.titulo-banner{
    font-size: 2em;
}
.subtitulo-banner{
    font-size: 1.5em;
}
hr.separador{
    width: 170px;
}
.txt-nosotros p,
.txt-modelos p{
    font-size: 1em;
}
.txt-modelos p{
    text-align: center;
}
.slick-next img,
.slick-prev img{
    max-width: 25px;
}
.slick-next {
    right: 7%;
}

.slick-prev{
    left: 7%;
}
.txt-ventajas{
    font-size: 0.9em;

}
.txt-ventaja{
    padding: 0 20px;
    font-size: 0.8em;
    line-height: 15px;

}
.cuadro-ventaja .sombra{
    padding: 15px 0;
}
}
@media (max-width:468px){
    .slick-next {
    right: 11%;
}

.slick-prev{
    left: 11%;
}
}