* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
/*###########----BODY Y SU SCROLL-------##########*/
html{
    overflow-x: hidden;
    width: 100%; 
    height: max-content;
}
body{
    background-color: #fff;
    margin: 0;
    position: relative;
    height: max-content;
    width: 100%; 
    overflow-x: hidden;
}

.portada{
    width: 100%;
    position: relative;
    max-height: 500px;
    overflow-y: hidden;
}
.portada .carousel__lista_banner{
    height: 100%;
}
.portada .contenedor_imagen{
    width: 100%;
    max-height: 500px;
}
.portada .contenedor_imagen .imagen_pc{
    display: block;
}
.portada .contenedor_imagen .imagen_movil{
    display: none;
}
.portada .contenedor_imagen img{
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 500px;
    object-fit: contain;
}
.carousel__anterior_banner,
.carousel__siguiente_banner{
    position: absolute;
    display: block;
    width: 30px;
    height: 30px;
    border: none;
    top: calc(50% - 35px);
    cursor: pointer;
    line-height: 30px;
    text-align: center;
    background: #fff;
    border-radius: 2px;
    color: rgb(36, 35, 35);
    opacity: 100%;
    font-size: 25px;
    z-index: 2;
    transition: 0.2s ease-in-out;
}
.carousel__anterior_banner:hover,
.carousel__siguiente_banner:hover{
    opacity: 55%;
}
.carousel__anterior_banner{
    left: 20px;
}
.carousel__siguiente_banner{
    right: 20px;
}




.beneficios{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    font-family: 'Poppins';
    margin: 50px 50px;
    padding: 0px 30px;
}
.beneficios .beneficio{
    display: flex;
    margin: 0px 30px;
    min-width: 220px;
    width: 220px;
}
.beneficios .beneficio .icono{
    width: 50px;
    height: 50px;
    min-width: 50px;
    min-height: 50px;
    color: #04a74a;
    border: 2px solid #04a74a;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 30px;
}
.beneficios .beneficio .informacion{
    margin-left: 10px;
}
.beneficios .beneficio .informacion span{
    font-weight: 600;
    font-size: 18px;
}
.beneficios .beneficio .informacion p{
    font-size: 13px;
    font-weight: 400;
}




.banners{
    display: grid;
    grid-template-columns: 500px 500px;
    margin: 0px auto;
    width: max-content;
}
.banners .contenedor img{
    max-width: 100%;
}
.banners .contenedor{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
}

.publicidad_uno{
    display: flex;
    margin: 100px 0px;
    position: relative;
    font-family: 'Poppins';
}
.publicidad_uno .texto{
    max-width: 800px;
    margin-left: 100px;
    padding: 0px 50px;
}
.publicidad_uno .texto_movil{
    position: absolute;
    top: 10px;
    left: 10px;
    display: none;
    padding: 30px 0px 0px 30px;
}
.publicidad_uno img{
    max-width: 50%;
}
.publicidad_uno .texto .titulo,.publicidad_uno .texto_movil .titulo{
    font-size: 2.5vw;
    font-weight: 600;
    margin-bottom: 10px;
    display: block;
}
.publicidad_uno .texto p,.publicidad_uno .texto_movil p{
    font-size: 1.5vw;
    margin-bottom: 30px;
    font-weight: 300;
}
.publicidad_uno .texto .llamada,.publicidad_uno .texto_movil .llamada{
    background-color: #1a76d1;
    color: #fff;
    border-radius: 3px;
    padding: 5px 10px;
    font-size: 16px;
    width: max-content;
}

.publicidad_uno .texto_movil .titulo{
    color: #fff;
    font-size: 4vw;
}
.publicidad_uno .texto_movil p{
    color: #fff;
    font-size: 3vw;
}

.publicidad_dos{
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url("../imagenes/fondo_monitor.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 600px;
    margin-top: 100px;
    padding: 0px 100px;
}
.publicidad_dos img{
    display: flex;
    max-width: 30%;
}
.publicidad_dos .texto{
    max-width: 800px;
    font-family: 'Poppins';
    padding: 0px 30px;
}
.publicidad_dos .texto .titulo{
    font-size: 2.5vw;
    font-weight: 600;
    margin-bottom: 10px;
    display: block;
    color: #fff;
}
.publicidad_dos .texto p{
    font-size: 1.5vw;
    margin-bottom: 30px;
    font-weight: 300;
    color: #fff;
}
.publicidad_dos .texto .llamada{
    background-color: #fff;
    color: #1a76d1;
    border-radius: 3px;
    padding: 5px 10px;
    font-size: 16px;
    width: max-content;
}







.banners_pequenos{
    display: flex;
    margin: 100px auto;
    width: max-content;
}
.banners_pequenos img{
    margin: 10px;
    width: 600px;
}

.banner_dos{
    background-image: url("../imagenes/banner_dos.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: static;
    width: 1200px;
    height: 400px;
    margin: 100px auto;
    color: #fff;
    font-family: 'Poppins';
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.banner_dos .titulo{
    font-size: 45px;
    font-weight: 500;
    text-align: center;
    display: block;
}
.banner_dos .texto{
    font-size: 17px;
    font-weight: 400;
    text-align: center;
    margin-top: 10px;
}
.banner_dos a{
    color: #fff;
    background-color: #fd2724;
    border-radius: 2px;
    padding: 5px 15px;
    margin-top: 20px;
}
.catalogo{
    width: 1200px;
    height: 400px;
    background-color: #fd2724;
    padding: 20px 0px;
    margin: 100px auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.catalogo .titulo{
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    font-family: 'Poppins';
    color: #fff;
}
.catalogo a{
    color: #fff;
    background-color: #fd2724;
    border-radius: 2px;
    padding: 5px 15px;
    margin-top: 20px;
    text-align: center;
    font-family: 'Poppins';
}

.newsletter{
    border: 1px solid #e6e7ec;
    border-top: 3px solid #fd2724;
    width: 1300px;
    padding: 20px 0px;
    margin: 100px auto;
    display: flex;
    font-family: 'Poppins';
}
.newsletter .informacion{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 50%;
    padding: 0px 20px;
}
.newsletter .imagen{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
}
.newsletter .imagen img{
    max-width: 90%;
}
.newsletter .informacion .titulo{
    font-size: 30px;
    font-weight: 600;
    text-align: center;
}
.newsletter .informacion .texto{
    font-size: 16px;
    font-weight: 300;
    text-align: center;
    margin-bottom: 20px;
}
.newsletter .informacion .subtitulo{
    display: flex;
    margin: 10px 0px;
    color: rgb(66, 66, 66);
}
.newsletter .informacion input{
    font-family: 'Poppins';
    border: 1px solid #e6e7ec;
    padding: 6px 10px;
    font-size: 16px;
    outline: none;
}
.newsletter .informacion button{
    font-family: 'Poppins';
    background-color: #fd2724;
    color: #fff;
    font-size: 16px;
    padding: 5px 20px;
    border: none;
    border-radius: 2px;
    width: max-content;
    margin-top: 20px;
    cursor: pointer;
}


.marcas{
    background-color: #f3f3f3;
    border-radius: 2px;
    padding: 20px;
    margin: 100px auto;
    width: 1200px;
    position: relative;
}
.marcas .contenedor_marca{
    width: 160px;
    max-height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.marcas .contenedor_marca img{
    max-width: 100%;
    max-height: 100%;
    opacity: 50%;
    cursor: pointer;
    transition: 0.2s ease-in-out;
}
.marcas .contenedor_marca img:hover{
    opacity: 100%;
}
.carousel__anterior.cuatro, .carousel__siguiente.cuatro{
    top: calc(50% - 10px);
}
.carousel{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: auto;
    margin-top: 50px;
    margin-bottom: 50px;
}
.carousel__contenedor{
    position: relative; 
    width: 1300px;
}
.carousel__anterior, .carousel__siguiente{
    position: absolute;
    display: block;
    width: 30px;
    height: 30px;
    border: none;
    top: calc(50% - 35px);
    cursor: pointer;
    line-height: 30px;
    text-align: center;
    background: none;
    color: rgb(36, 35, 35);
    opacity: 100%;
    font-size: 25px;
}
.carousel__anterior:hover, .carousel__siguiente:hover,.carousel__anterior_2:hover, .carousel__siguiente_2:hover{
    opacity: 55%;
}
.carousel__anterior,.carousel__anterior_2{
    left: -32px;
}
.carousel__siguiente,.carousel__siguiente_2{
    right: -32px;
}
.carousel__contenedor .titulo_carousel{
    font-family: 'Poppins';
    font-size: 25px;
    font-weight: 600;
    padding: 3px 8px;
    color: #000;
    width: 100%;
    position: relative;
    text-align: center;
    z-index: 1;
}
.carousel__contenedor .subtitulo_carousel{
    font-family: 'Poppins';
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 25px;
    color: #000;
    width: 100%;
    text-align: center;
}
@media screen and (max-width:1700px){
    .publicidad_uno .texto{
        margin-left: 0px;
    }
    .publicidad_dos{
        height: 500px;
    }
}
@media screen and (max-width:1366px){
    .carousel__contenedor{
        width: 1030px;
    }
    .newsletter{
        width: 1000px;
    }
    .publicidad_dos{
        height: 400px;
    }
}
@media screen and (max-width:1300px){
    .marcas{
        margin: 100px auto;
        width: 900px;
    }
}
@media screen and (max-width:1250px){
    .banners{
        grid-template-columns: 400px 400px;
    }
    .banners_pequenos img{
        margin: 10px;
        width: 500px;
    }
    .banner_dos,.catalogo{
        width: 1000px;
        height: 300px;
        margin: 100px auto;
    }
    .banner_dos .titulo,.catalogo .titulo{
        font-size: 40px;
    }
    .banner_dos .texto{
        font-size: 16px;
        margin-top: 10px;
    }
}
@media screen and (max-width:1100px){
    .publicidad_dos{
        height: 350px;
    }
    .carousel__contenedor{
        width: 770px;
    }
    .publicidad_uno img{
        max-width: 99%;
    }
    .publicidad_uno .texto{
        display: none;
    }
    .publicidad_uno .texto_movil{
        display: flex;
        flex-direction: column;
        max-width: 60%;
    }
}
@media screen and (max-width:1050px){
    .newsletter{
        width: 800px;
    }
    .newsletter .informacion .titulo{
        font-size: 25px;
    }
    .newsletter .informacion .texto{
        font-size: 15px;
        margin-bottom: 15px;
    }
    .newsletter .informacion .subtitulo{
        font-size: 14px;
    }
    .banners_pequenos img{
        margin: 10px;
        width: 400px;
    }
    .banner_dos,.catalogo{
        width: 800px;
        height: 250px;
        margin: 50px auto;
    }
    .banner_dos .titulo,.catalogo .titulo{
        font-size: 30px;
    }
    .banner_dos .texto{
        font-size: 15px;
        margin-top: 10px;
    }
}
@media screen and (max-width:1045px){
    .beneficios .contenedor{
        margin: 0px 10px;
    }
}
@media screen and (max-width:1000px){
    .marcas{
        width: 700px;
    }
}
@media screen and (max-width:990px){
    .coches_exhibicion{
        width: 700px;
    }
    .coche_exhibicion .contenedor_imagen{
        min-width: 350px;
    }
    .coche_exhibicion{ 
        height: max-content;
    }
    .coche_exhibicion .texto_exhibicion{
        height: 350px;
        padding: 20px;
    }
}
@media screen and (max-width:850px){
    .publicidad_dos{
        flex-direction: column-reverse;
        height: 500px;
        padding: 0px 50px;
    }
    .publicidad_dos img{
        margin-bottom: 20px;
        max-width: 100%;
        width: 250px;
    }
    .publicidad_dos .texto{
        padding: 0px 0px;
    }
    .publicidad_dos .texto .titulo{
        font-size: 24px;
    }
    .publicidad_dos .texto p{
        font-size: 16px;
    }
    .publicidad_uno{
        flex-direction: column-reverse;
    }
    .publicidad_uno .texto{
        max-width: 800px;
        margin-bottom: 100px;
        font-family: 'Poppins';
        padding: 0px 50px;
    }
    .publicidad_uno .texto_movil .titulo{
        color: #fff;
        font-size: 5vw;
    }
    .publicidad_uno .texto_movil p{
        color: #fff;
        font-size: 4vw;
    }
}
@media screen and (max-width:835px){
    .carousel__contenedor .titulo_carousel{
        font-size: 25px;
    }
    .carousel__contenedor .subtitulo_carousel{
        font-size: 15px;
    }
    .banners{
        grid-template-columns: 300px 300px;
    }
    .newsletter{
        width: 550px;
        flex-direction: column;
    }
    .newsletter .informacion{
        width: 100%;
    }
    .newsletter .imagen{
        width: 100%;
        margin-top: 10px;
    }
    .marcas{
        width: 600px;
    }
    .banner_dos,.catalogo{
        width: 550px;
        height: 250px;
        margin: 50px auto;
    }
    .banner_dos .titulo,.catalogo .titulo{
        font-size: 25px;
    }
    .banner_dos .texto{
        font-size: 14px;
        margin-top: 10px;
    }
    .banner_dos a,.catalogo a{
        padding: 4px 10px;
        margin-top: 15px;
        font-size: 14px;
    }
    .carousel__contenedor{
        width: 550px;
    }
    .banners_pequenos{
        flex-direction: column;
        margin: 50px auto;
    }
    .banners_pequenos img{
        margin: 10px;
        width: 500px;
    }
}
@media screen and (max-width:805px){
    .beneficios .linea{
        display: none;
    }
    .beneficios .contenedor{
        margin: 0px 0px;
    }
    .beneficios{
        margin: 40px 0px 90px 0px;
        display: grid;
        grid-template-columns: max-content max-content;
        column-gap: 20px;
        row-gap: 40px;
    }
}
@media screen and (max-width:750px){
    .marcas{
        width: 500px;
    }
}
@media screen and (max-width:700px){
    .portada .contenedor_imagen .imagen_movil{
        display: block;
    }
    .portada .contenedor_imagen .imagen_pc{
        display: none;
    }
}
@media screen and (max-width:635px){
    .banners{
        grid-template-columns: 380px;
    }
    .coches_exhibicion{
        width: 450px;
    }
    .coche_exhibicion .contenedor_imagen{
        width: 450px;
        height: 250px;
    }
    .coche_exhibicion .texto_exhibicion{
        min-height: 250px;
        height: max-content;
        padding: 20px;
    }
}
@media screen and (max-width:600px){
    .beneficios .beneficio{
        margin: 0px 0px;
        min-width: 180px;
        width: 180px;
    }
    .beneficios .beneficio .informacion span{
        font-size: 15px;
    }
    .beneficios .beneficio .informacion p{
        font-size: 10px;
    }
    .beneficios .beneficio .icono{
        width: 35px;
        height: 35px;
        min-width: 35px;
        min-height: 35px;
        font-size: 20px;
    }
    .newsletter{
        width: 450px;
    }
    .carousel__contenedor{
        width: 100%;
    }
    .carousel__anterior{
        left: -5px;
        z-index: 2;
    }
    .carousel__siguiente,.carousel__siguiente_2{
        right: -5px;
        z-index: 2;
    }
    .banner_dos,.catalogo{
        width: 450px;
        height: 300px;
        margin: 50px auto;
    }
    .banner_dos .texto{
        padding: 0px 10px;
    }
}
@media screen and (max-width:550px){
    .marcas{
        margin: 50px auto;
        width: 400px;
    }
}
@media screen and (max-width:535px){
    .publicidad_dos{
        flex-direction: column-reverse;
        height: 550px;
    }
    .banners_pequenos{
        margin: 50px auto;
    }
    .banners_pequenos img{
        margin: 10px;
        width: 350px;
    }
    .coches_exhibicion{
        width: 350px;
    }
    .coche_exhibicion .contenedor_imagen{
        width: 350px;
        height: 250px;
    }
    .coche_exhibicion .texto_exhibicion{
        min-height: 250px;
        height: max-content;
        padding: 20px;
    }
    .coches_exhibicion .carousel__anterior_slider{
        left: -20px;
    }
    .coches_exhibicion .carousel__siguiente_slider{
        right: -20px;
    }
}

@media screen and (max-width:480px){
    .marcas{
        width: 350px;
    }
}
@media screen and (max-width:470px){
    .newsletter{
        width: 400px;
    }
    .banner_dos,.catalogo{
        width: 400px;
        height: 300px;
        margin: 50px auto;
    }
    .banner_dos .texto{
        padding: 0px 10px;
    }
}

@media screen and (max-width:405px){
    .beneficios .contenedor{
        width: 160px;
        margin: 0px 10px;
    }
    .beneficios .contenedor .icono_beneficio{
        font-size: 30px;
    }
    .beneficios .contenedor .icono_beneficio.fas{
        font-size: 30px;
    }
    .beneficios .contenedor p{
        font-size: 15px;
    }
    .beneficios{
        column-gap: 10px;
        row-gap: 20px;
    }
}