
body {
    width: 100%;
    padding-bottom: 0%;
}

/* Header inicio */

header {
    background-image: url("../img/he2-1200x480.jpg");
}

    .tituloPagina{
        background-color: #97cabb;
        width: 100%;height: 60px;
        box-sizing: content-box;
        color: #0d553f;
        text-align: center;
        padding-top: 10px;
        margin-bottom: auto;
    }

    .navbar-toggler-icon{
        background-image: url("../icon/menu.svg"); 
    }

    .bg-color-green {
        background-color: #0d553f;
    } 

    .subtitle {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-end;
        width: 95%;
        height: 120px;
        margin-left: 20px;
        color: white;
        opacity: 1;
    }

    .eslogan {
        margin-top: 3px;
        margin-left: 15px;
        font-size: 25px;
    }

    .expert {
        margin-top: 3px;
        margin-left: 15px;
        font-size: 25px;
    }

    @media screen and (max-width: 992px) {
    
        .tituloPagina{
            height: 90px;
        }
        header{
            width: 100%;
            /*height: 280px;*/
        }
        .subtitle {
            display: flex;
            flex-wrap: wrap;
            width: 95%;
            margin-left: 10px;
        }
    }

    @media screen and (max-width: 768px) {

        .tituloPagina{
            height: 60px;
        }
        .tituloPagina h1 {
            font-size: 20px;
        }
        .subtitle {
            display: block;
            height: 75px;
            margin-top: 20px;
            color: white;
        }
        .subtitle h2 {
            font-size: 15px;
        }

        .eslogan {
            margin-top: 3px;
            margin-bottom: 3px;
            margin-bottom: 3px;
            font-size: 15px;
        }

        .expert {
            margin-top: 3px;
            margin-bottom: 3px;
            font-size: 15px;
            display: inherit;
        }
    }

.icon-whatsapp{
    border-radius: 50px;
    width:60px;
    height:60px;
}

.btn-wsp{
    position:fixed;
    width:60px;
    height:60px;
    bottom:25px;
    right:25px;
    border-radius:50px;
    text-align:center;
    font-size: 20px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-weight: bold;
    transition: all 300ms ease;
    opacity: 0.6;
    top: 280px;
    right: 40px;
    color: #0d553f;
    text-decoration: none;
}

.btn-wsp:hover{
    opacity: 1;
}

@media screen and (max-width: 992px) {

    .btn-wsp{
        right: 30px;
    }
}
 
/* Header fin */
    

/* Footer inicio */

footer {
    color: white;
    background-color: #0d553f;
}

.content{
    width: 100%;
    display: flex;
    justify-content: space-between;
}

    .contacto {
        margin-top: 25px;
        width: 28%;
    }

    .redes {
        display: flex;
        }

    .redes img{
        width: 120px;
    }

        .face {
            margin-top: 50px;
        }

        .insta {
            margin-top: 50px;
        }

        .what {
            margin-top: 50px;
        }

        .face:hover {
            margin-top: 45px;
        }

        .insta:hover  {
            margin-top: 45px;
        }

        .what:hover  {
            margin-top: 45px;
        }

    .convenio, #h2 {
        text-align: center;
    }

    .convenio {
        margin-top: 35px;
        margin-left: 30px;
    }

    .convenio:hover {
        margin-top: 20px;
    }

    

@media screen and (max-width: 992px) {

    .imag{
        width: 100%;
    }
    footer {
        display: flex;
        width: 100%;
        flex-direction: column;
    }
    .content{
        flex-wrap: wrap;
        width: 50%;
        flex-direction: column;
        flex-basis: content;
    }
    .contacto {
        margin-left: 33%;
        width: 60%;
    }
    .redes {
        margin-left: 3%;
        width: 100%;
    }
    .convenio {
        margin-left: 10%;
        width: 100%;
    }
}

    .div-foot {
        text-align: center;
    }


/* Footer fin */

/* Main inicio */

    main {
        margin: 0%;
        padding: 0%;
    }

/* Main fin */


/* Index inicio */

.servicios {
    padding-top: 15px;
    margin-bottom: 13%;
}

    .img-body {
        display: block;
        margin: 0 auto;
        width: 70px;
    }

    .img-body-sep {
        display: block;
        margin: 0 auto;
        width: 100%;
    }

    .p-servicios {
        color:#0d553f;
        text-align: center;
        font-size: 20px;
        font-family: sans-serif;
        margin-top: 15px;
    }

.cont-ima {
    margin-top: 10px;
}

#contenedor {
    text-align: center;
}

.carousel {
    margin-top: 20px;
    margin-bottom: 20px;
    width: max-content;
    height: 500px;
}
    .carousel-control-next-icon {
        background-image: url("../icon/chevron-right.svg"); 
    }
    .carousel-control-prev-icon {
        background-image: url("../icon/chevron-left.svg"); 
    }

    .nocarousel{
        text-align: center;
    }

@media screen and (max-width: 992px) {
    .container-servicios{
        display: none;
    }
    .experto-marca{
        display: none;
    }
    .servicios {
        display: block;
    }
    .nocarousel{
        display: block;
        width: 90%;
    }
    .p-marcas{
        display: block;
    }
    .marcas-logos .marca-logo-img{
        width: 140px;
    }
}

@media screen and (min-width: 992px) {
    .carousel {
        display: block;
    }
    .servicios {
        display: none;
    }
    .nocarousel{
        display: none;
    }
    .p-marcas{
        display: none;
    }
}

.carousel-container {
    width: 100%;
    margin-top: -50px;
}

.carousel-inner {
    margin-left: 10%;
    width: 90%;
}

.carousel-item {
    padding: 5%;
    width: 90%;
}

    .card-wrapper {
        display: flex;
    }

        .card {
            width: 400px;
            height: 320px;
            margin: 5%;
            padding: 15px;
        }

            .container-servicios .card-title {
                color: #0d553f;
            }

            .img-card {
                width: 90%;
                margin: 0 auto;
            }

            .card-overlay {
                text-align: center;
            }

            .img-card:hover {
                width: 95%;
            }

.datos {
    background-image: url("../img/bgnumber.jpg");
    align-items: center;
    margin-top: 100px;
    color: #fff;
    padding-top: 25px;
    padding-bottom: 40px;
}

    .p-datos {
        color: #fff;
        text-align: center;
        font-size: 30px;
        font-family: sans-serif;
        margin-top: 15px;
    }
    
    .cuadro_peq {
        width: 160px;
        height: 80px;
        background-color: #adbbb7;
        color: #0d553f;
        margin: 0 auto;
        border-radius: 5%;
        text-align: center;
        
    }

    .cuadro_peq:hover {
        background-color: #88aca2;
        width: 164px;
        height: 82px;
    }

        .img-datos {
            background-color: #0d553f;
            width: 90%;
            margin-left: 5%;
        }

    .label-num {
        font-size: 45px;
        margin: 0 auto;
    }

        .p-num {
            text-align: center;
            font-size: 45px;
            margin: 0 auto;
        }

.titulo-esp, #h1{
    margin-top: 50px;
    text-align: center;
    columns: #0d553f;
}


/* Index Expertos inicio */

.marcas-logos{
    display: flex;
    justify-content:center;
    margin-top: 50PX;
}

.chevrolet-logo{
    text-align: center;
    width: 30%;
}

.auteco-logo{
    text-align: center;
    width: 30%;
}

.marcas-logos .marca-logo-img{
    width: 60%;
}

.expertos-marcas{
    width: 100%;
    margin-top: -50px;
}

.expertos-marcas-chevrolet{
    border-color: #005744;
    width: 100%;
    margin-top: -50px;
}

.experto-marca{
    text-align: center;
    width: 100%;
    padding: 0;
}

.experto-marca .carousel-container-marcas{
    text-align: center;
    width: 100%;
}

.experto-marca .card-wrapper{
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    width: 900px;
    margin-top: 120px;
    margin-left: -50px;
}

.carousel-container-marcas .carousel-item .card-wrapper .card{
    text-align: center;
    margin-top: -50px;
    width: 180px;
    height: 200px;
    border: none;
}

.carousel-container-marcas .carousel-item .card-wrapper .card .card-title{
    text-align: center;
}

.carousel-container-marcas .carousel-item .card-wrapper .card .img-card{
    margin-left: 0px;
    width: 180px;
}

.experto-marca .card-title{
    margin-top: 25px;
    font-size: 20px;
}

.img-animada{
    text-align: center;
    margin-top: 100px;
    margin-left: -300px;
    margin-bottom: 20px;
}

.imagen-animada {
    margin-top: 10px;
    width: 350px;
    height: 80px;
    animation: agrandarAchicar 2s infinite;
}

.h1-animado {
    text-align: center;
    margin-left: 200px;
    width: 250px;
    height: 200px;
    animation: agrandarAchicar 4s infinite;
}

.imagen-animada-auteco {
    width: 200px;
    height: 200px;
    animation: agrandarAchicar 2s infinite;
}

@keyframes agrandarAchicar {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.5);
    }
}

/* Index Expertos fin */

.carousel-container-marcas h2{
    margin-top: -200px;
}
/*
.carousel-container-marcas {
    width: 100%;
    margin-bottom: 100px;
    display: block;
}

.carousel-container-marcas, .card{
    width: 1200px;
    height: 200px;
}

.marca {
    width: 400px;
}

.carousel-item{
    margin-top: 50px;
    text-align: center;
}
*/


.titulo-imagen{
    display: flex;
    margin-bottom: 50px;
}

    .titulo {
        width: 60%;
        text-align: left;
        padding: 5%;
        font-size: 35px;
    }

    .two .titulo{
        width: 100%;
    }

    .imagen {
        width: 80%;
        height: 420px;
        margin: 0 auto;
    }

    .imagen:hover {
        width: 81%;
        height: 425px;
        margin: 0 auto;
    }

    .one {
        margin-top: 45px;
        margin-left: 50px;
        width: 550px;
    }

    .two {
        margin-left: 50px;
        margin-top: 45px;
        width: 600px;
    }

    .three {
        margin-top: 5px;
        margin-left: 50px;
        width: 550px;
    }

    .four {
        margin-left: 50px;
        margin-top: 0px;
        width: 600px;
    }

@media screen and (max-width: 992px) {
    .titulo-imagen{
        display: block;
    }
    .tit-img{
        width: 100%;
    }
    .titulo {
        width: 100%;
        text-align: left;
        font-size: 25px;
    }
    .imagen{
        width: 85%;
        height: 380px;
    }
    .one .two .three .four {
        margin-left: 10px;
    }
}


.description {
    padding: 25px;
}

    .p-desc {
        text-align: justify;
    }

    #contenedor iframe {
        display: inline-block;
    }

@media screen and (max-width: 992px) {
    #contenedor iframe {
        width: 100%;
    }
}

.cont-ima{
    width: 100%;
    background-image: url("../img/he1-1200x480.jpg");
    text-align: center;
    display: none;
}

.cont-imag{
    width: 25px;
    background-image: url("../img/he1-1200x480.jpg");
    margin-left: 150px;
}

@media screen and (max-width: 992px) {

    .imag{
        width: 100%;
    }
}


/* Index fin */


/* Serautos inicio */


.serautos-p-description{
    text-align: justify;
}

.serautos-img-body-sep {
    width: 100%;
    margin-bottom: 20px;
}

/* Serautos fin */


/* Servicios inicio */

.servicios-ser{
    width: 80%;
}

.ser-p-servicios {
    color:#0d553f;
    text-align: left;
    font-size: 20px;
    font-family: sans-serif;
    margin-top: 15px;
}

.ser-p-description {
    height: 20px;
    background-color: #0d553f;
    color: #0d553f;
    font-size: 1px;
}

.ser-p-description:hover {
    height: auto;
    background-color: white;
    font-size: 16px;
    text-align: justify;
}

.ser-img-body {
    width: 70px;
}

.ser-img-body:hover {
    background-color: black;
    width: 50px;
 }
 
.ser, .ser-img-body-sep {
    width: 100%;
    margin-bottom: 40px;
}

/* Servicios fin */


/* Prodatos inicio */

.prodatos {
    background-color: #0d553f;
    width: 100%;
    margin-bottom: 0px;
    padding-bottom: 20px;

}

.prodat-content {
    background-color: #0d553f;
    width: 95%;
    margin-left: 5%;
}

.prodatos .prodat-titulo {
    text-align: center;
    color: white;
    }
    
.prodatos, .prodat-pdf {
    width: 80%;
    margin-top: 50px;
    margin: 10%;
    align-items: center;
}

.prodatos, embed {
    margin-top: 30px;
}

.prodatos h2{
    color: white;
}

@media screen and (max-width: 992px) {

    .prodatos {
        width: 100%;
    }

    .prodat-content {
        margin-left: 0%;
    }
    
    .prodatos, .prodat-pdf {
        width: 100%;
        margin-left: 1px;
        align-items: center;
    }

    .prodatos, embed {
    padding-left: 20px;
    }
}
 
.prodat, .ser-img-body-sep {
    width: 100%;
    margin-top: -80px;
    margin-bottom: 20px;
}

/* Prodatos fin */

/* Contactanos inicio */

#contenedor iframe {
    width: 100%;
    display: inline-block;
}

.ifr {
    margin: 0 auto;
    width: 90%;
    margin-bottom: 40px;
}

.contacto {
    padding: 15px;
}

.mensaje {
    width: 60%;
}

.mensaje-titulo {
    margin-bottom: 20px;
}

.form-control {
    margin-top: 5px;
    margin-bottom: 20px;

}

.form-control:focus {
    border-width: 2px;
}

.btn-success {
    background-color: #0d553f;
}

.sec {
    flex-wrap: wrap;
    width: 70%; 
    margin: 10px;
}

    .secur {
        height: 40px;
        margin-top: 10px;
        margin-left: 15px;
        text-align: center;
        background-color: #566573;
        border-radius: 5px;
        width: 135px; 
        font-size: 27px;
    }

    .secure {
        height: 40px;
        margin-top: 10px;
        margin-left: 15px;
        text-align: center;
        width: 135px; 
        font-size: 27px;
        text-transform: lowercase;
    }

    .label {
        height: 40px;
        margin-left: 15px;
        margin-top: 15px;
    }

    @media screen and (max-width: 768px) {
        .label {
            margin-top: -10px;
        }
    }

    #captcha {
        margin-left: 15px;
        background-color: #566573;
        border-radius: 5px;
        width: 135px; 
        font-size: 26px;
        font-weight: bold;
        text-align: center;
        padding: 10px;
        border: 1px solid #ccc;
        margin-bottom: 20px;
    }

    #userInput {
        margin-left: 15px;
        border-radius: 5px;
        width: 135px; 
        font-size: 14px;
        font-weight: bold;
        text-align: center;
        padding: 10px;
        border: 1px solid #0d553f;
        margin-bottom: 20px;
    }

    .btn {
        margin-top: 15px;
        height: 60px;
        width: 135px; 
        font-size: 24px;
    }

/* Contactanos fin */

/* Convenios inicio */

.aliado{
    width: 80%;
    color: white;
    background-color: #c4d600;
    padding-bottom: 15px;
}

    .conv-image{
        text-align: center;
        background-color: #005744;
    }

    .aliado .conv-imagen img{
        width: 100%;
    }

    .conv-servicios {
        width: 50%;
    }

    .conv-img-body{
        width: 70px;
    }

    .supersubsidio{
        text-align: end;
    }

    .img-super{
        text-align: end;
        width: 300px;
    }

    .beneficio{
        padding-top: 10px;
        text-align: center;
        font-size: large;
        color: #005744;
        background-color: #c4d600;
    }

    @media screen and (max-width: 768px) {
        .label {
            margin-top: -10px;
        }
    }

/* convenios fin */


