#top {
    position: fixed;
    z-index: 21;
}

#header {
    position: sticky;
    top: 39px;
    z-index: 20;
}

#mini-header {
    background: black;
    width: 100vw;
    color: white;
    display: flex;
    align-items: center;
}

.contacto {
    display: flex;
    align-items: center;
    justify-content: center;
}

#mini-header a {
    color: white;
    display: block;
    width: 100%;
    text-decoration: none;
    text-align: center;
    position: relative;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.contacto p {
    background: green;
    top: -150px;
    position: absolute;
    display: block;
    width: 100%;
    left: 0;
    padding: 5px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

#mini-header .fas {
    font-size: 1.2em;
    width: 100%;
    padding: 10px;
    display: block;
    color: white;
}

#mini-header .fab {
    font-size: 1.2em;
    width: 100%;
    padding: 10px;
    display: block;
}

#mini-header p {
    font-size: .77em;
}

#mini-header a:hover>p {
    top: 5px;
    left: 0;
    right: 0;
}


/* MENU NAV*/

.navbar-brand img {
    width: 150px;
}

.navbar-nav li>a {
    display: block;
    color: black;
    text-decoration: none;
    padding: 10px;
    text-align: center;
}

.navbar-nav li>a:hover {
    background: green;
    color: white;
}

.dropdown-menu button {
    padding: 0;
}

.dropdown-item>a {
    display: block;
    color: green;
    text-decoration: none;
    line-height: .9em;
    padding: 10px 20px;
    text-align: center;
}

.dropdown-item>a:hover {
    color: rgb(9, 63, 13);
    text-decoration: none;
    background: white;
    width: 100%;
}


/* CARUSEL PRINCIPAL */

.carousel-inner {
    width: 100%;
}

.carousel-inner img {
    max-height: 85vh;
    height: auto;
    object-fit: cover;
}

#img_gestoria img {
    max-height: 85vh;
    height: auto;
    width: 100%;
    object-position: 0 -50px;
}

#img_mecanica img {
    max-height: 85vh;
    object-position: 0 0px;
}

#carousel {
    position: relative;
    z-index: 2;
}

#carousel .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    color: white;
    pointer-events: none;
}

#carousel .overlay .container,
#carousel .overlay {
    height: 100%;
    pointer-events: none;
}

.carousel-caption {
    margin-left: 15vw;
    padding: 17px;
    font-family: Helvetica, Serif;
    letter-spacing: .4px;
    pointer-events: none;
}

.carousel-caption p {
    font-size: 25px;
}

.drk:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000;
    opacity: 0.55;
    pointer-events: none;
}


/* CARUSEL DE NOTICIAS */

.carousel {
    background: rgba(0, 0, 0, 0.8);
}

#carrusel_noticias {
    width: 43%;
    height: auto;
    margin: auto;
}

#carrusel_noticias img {
    max-height: 85vh;
    width: 100%;
    height: auto;
    object-fit: unset;
}


/* CUADRO DE ESTRATEGIA */

#estrategia {
    width: 90%;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 4px solid green;
}

#info_estrategia {
    text-align: left;
    font-size: 18px;
    padding: 15px;
}

#boton a {
    color: white;
    text-decoration: none;
    padding: 14px;
    background: green;
    text-align: center;
    font-size: 18px;
    border-radius: 7px;
}


/* DIALOGO */

#user {
    width: 99.8vw;
    display: flex;
    align-items: center;
    border-bottom: 4px solid green;
}

#user .fas {
    font-size: 60px;
    color: black;
}

#user p {
    font-size: 18px;
}


/* SERVICIOS */

.servicios {
    width: 98.8vw;
}

#servicio {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 50px;
}

#servicio h5,
p {
    text-align: center;
}

#servicio p {
    font-size: 16.5px;
}

.fas {
    font-size: 75px;
    color: green;
}

#servicio a {
    display: block;
    background: green;
    color: white;
    width: 100px;
    text-align: center;
    text-decoration: none;
    padding: 5px;
    border-radius: 7px;
}


/* SWIPER */

#titulo_seccion {
    padding: 20px;
    margin-left: 6vw;
    color: green;
}

#card_info {
    width: 95%;
    height: 325px;
    overflow: scroll;
}

#card_info::-webkit-scrollbar {
    width: 5px;
}

#card_info::-webkit-scrollbar-thumb {
    background: green;
}

.swiper-container {
    width: 90%;
    height: 100%;
}

.card-text {
    line-height: 23px;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}


/* CLIENTES FELICES */

#cientes_felices {
    padding: 20px;
    margin-left: 6vw;
    color: green;
}

#client-list {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 180px;
}

.chrysler {
    filter: grayscale(1);
}

.dodge-logo {
    padding: 20px;
}

.ford-logo {
    filter: grayscale(1);
}

.hertz {
    filter: grayscale(1);
}

.wolds img {
    width: 150px;
}


/* MENU DESPLEGABLE DE NAV */

.fa-angle-double-down {
    font-size: 18px;
}

.dropdown i:hover {
    color: white;
}


/* FOOTER FONDO NEGRO */

#footer_negro {
    width: 100vw;
    height: auto;
    background: black;
}

#footer_negro div {
    padding: 15px;
}

#footer_negro h5 {
    color: white;
    text-align: center;
}

#footer_negro p {
    font-size: 14px;
    line-height: 20px;
}

#cuarto_cuadro p {
    text-align: center;
    color: rgb(0, 206, 75);
    padding: 0;
}


/* FOOTER FINAL VERDE */

#final_footer {
    background: green;
    color: white;
    width: 101.1vw;
    text-align: center;
    display: flex;
    align-items: center;
}

#final_footer a {
    text-decoration: none;
    color: white;
}

#final_footer p {
    font-size: 15.2px;
}

.fab {
    font-size: 40px;
}


/* FORMULARIO */

#form-orver {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, .8);
    z-index: 200;
    color: gray;
    display: none;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

#form-second {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, .8);
    z-index: 200;
    color: white;
    display: none;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.formulario {
    margin-left: 300px;
    margin-top: 100px;
}

#form-boton a {
    background: rgba(101, 102, 102, 0.9);
    border-radius: 8px;
    color: white;
    text-decoration: none;
    padding: 10px 30px;
    margin-left: 250px;
}

#close-form {
    color: green;
    position: relative;
    font-size: 30px;
    left: 900px;
    top: -90px;
}

#close-form-s {
    color: green;
    position: relative;
    font-size: 30px;
    left: 900px;
    top: -90px;
}

.escribir {
    background: rgba(101, 102, 102, 0.9);
    width: 350px;
    padding: 10px 30px;
    color: white;
    border: none;
    border-radius: 8px;
    margin-bottom: 20px;
    text-align: left;
    position: relative;
    transition: all .3s ease-in-out;
}

#form-orver label {
    position: absolute;
    color: white;
    left: 310px;
    margin-top: 10px;
    transition: all .3s ease-in-out;
}

#mail-position {
    margin-left: 0px;
}

#tel-position {
    margin-left: 360px;
}

#orig-position {
    margin-left: 0px;
}

#dest-position {
    margin-left: 360px;
}

#form-nombre {
    width: 700px;
}

#form-coche {
    width: 700px;
}

#form-mensaje {
    width: 700px;
    max-height: 150px;
}

.escribir::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 1);
}


/* SEGUNDO FORMULARIO*/

#nombre {
    width: 700px;
}

#coche {
    width: 700px;
}

#mensaje {
    width: 700px;
    max-height: 150px;
}

#correo {
    width: 347px;
}

#tel {
    width: 347px;
}


/* RESPONSIVE */

@media screen and (max-width:1600px) {
    .formulario {
        margin-left: 28%;
        margin-top: 10%;
    }
}

@media screen and (max-width:1450px) {
    .formulario {
        margin-left: 24%;
        margin-top: 10%;
    }
    /* SEGUNDO FORMULARIO*/
    #nombre {
        width: 700px;
    }
    #coche {
        width: 700px;
    }
    #mensaje {
        width: 700px;
        max-height: 150px;
    }
}

@media screen and (max-width:1250px) {
    .formulario {
        margin-left: 22%;
        margin-top: 10%;
    }
}

@media screen and (max-width:1199.99px) {
    .formulario {
        margin-left: 19%;
        margin-top: 10%;
    }
    #close-form {
        left: 800px;
        top: -90px;
    }
    #close-form-s {
        left: 800px;
        top: -90px;
    }
}

@media screen and (max-width:1080px) {
    #mini-header .fas {
        font-size: 1.1em;
    }
    #mini-header .fab {
        font-size: 1.1em;
    }
    #mini-header p {
        font-size: .66em;
        margin-left: 7px;
        margin-top: 14px;
    }
    #mini-header a:hover>p {
        top: -9px;
        left: 0;
        right: 0;
    }
    /* NAV */
    .navbar-brand img {
        width: 6em;
    }
    .navbar-nav li a {
        font-size: .99em;
    }
    .dropdown-menu button {
        font-size: .98em;
    }
    /* CARRUSEL */
    .carousel-caption {
        margin-left: 15vw;
        padding: 15px;
        letter-spacing: .3px;
    }
    #img_gestoria img {
        height: auto;
        width: 100%;
        object-position: 0 -20px;
    }
    #img_mecanica img {
        object-position: 0 -200px;
    }
    #carrusel_noticias img {
        max-height: 60vh;
        width: 100%;
        height: auto;
        object-fit: fill;
    }
    /* INFORMACION ESTRATEGIA */
    #boton a {
        padding: 13px;
    }
    /* SERVICIOS-CON ICONOS */
    #servicio .fas {
        font-size: 4.5em;
    }
    /* SWIPER */
    .swiper-container {
        width: 95%;
    }
    .card-text {
        font-size: .95em;
        text-align: left;
        line-height: 20px;
    }
    /* CLIENTES */
    #client-list {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 190px;
        height: 180px;
    }
    .chrysler {
        filter: grayscale(1);
    }
    .dodge-logo {
        padding: 20px;
    }
    .ford-logo {
        filter: grayscale(1);
    }
    .hertz {
        filter: grayscale(1);
    }
    .wolds img {
        width: 130px;
    }
    /* FORMULARIOS */
    .formulario {
        margin-left: 145px;
        margin-top: 100px;
    }
    #close-form-s {
        position: relative;
        font-size: 30px;
        left: 750px;
        top: -50px;
    }
    #close-form {
        position: relative;
        font-size: 30px;
        left: 750px;
        top: -50px;
    }
}

@media screen and (max-width:980px) {
    #mini-header a {
        color: white;
        display: block;
        width: 100%;
        text-decoration: none;
        text-align: center;
        position: relative;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
    }
    .contacto p {
        background: green;
        top: -150px;
        position: absolute;
        display: block;
        width: 100%;
        left: 0;
        padding: 5px;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
    }
    #mini-header .fas {
        font-size: 1.2em;
        width: 100%;
        padding: 10px;
        display: block;
    }
    #mini-header .fab {
        font-size: 1.2em;
        width: 100%;
        padding: 10px;
        display: block;
    }
    #mini-header p {
        font-size: .6em;
    }
    #mini-header a:hover>p {
        top: -9px;
        left: 0;
        right: 0;
    }
    /* NAV */
    .navbar-brand img {
        width: 150px;
    }
    .navbar-nav li a {
        padding: 9px;
        font-size: 1em;
    }
    .dropdoen-menu button {
        font-size: .9em;
    }
    /* CARRUSEL */
    .carousel-caption {
        margin-left: 15vw;
        padding: 13px;
        letter-spacing: .3px;
    }
    .carousel-caption h1 {
        font-size: 2em;
    }
    .carousel-caption p {
        font-size: 1.4em;
    }
    #img_gestoria img {
        height: auto;
        width: 100%;
        object-position: 0 0px;
    }
    #img_mecanica img {
        object-position: 0 -100px;
    }
    #carrusel_noticias img {
        max-height: 60vh;
        width: 100%;
        height: auto;
        object-fit: fill;
    }
    /* INFORMACION ESTRATEGIA */
    #info_estrategia {
        text-align: center;
        font-size: 1em;
        padding: 10px;
    }
    #boton a {
        padding: 6px;
        font-size: .9em;
    }
    /* SERVICIOS-CON ICONOS */
    #servicio .fas {
        line-height: 11px;
        margin-left: 0;
        font-size: 4em;
    }
    #servicio-info h5 {
        font-size: 1.01em;
    }
    #servicio-info p {
        font-size: 1em;
    }
    #servicio-boton a {
        font-size: 1em;
        padding: 3px;
    }
    /* DIALOGO */
    #user .fas {
        font-size: 3.3em;
        color: black;
    }
    #user p {
        font-size: 1em;
        margin-left: 1em;
    }
    #titulo_seccion h3 {
        font-size: 1.6em;
    }
    /* SWIPER */
    .swiper-container {
        width: 98.3vw;
    }
    #card_info {
        height: 250px;
    }
    .card-text {
        font-size: .9em;
        text-align: left;
        line-height: 22px;
    }
    /* CLIENTES */
    #cientes_felices h3 {
        font-size: 1.6em;
    }
    #client-list {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 130px;
        height: 100px;
    }
    .chrysler {
        filter: grayscale(1);
    }
    .toyota {
        padding: 10px;
    }
    .dodge-logo {
        padding: 10px;
    }
    .ford-logo {
        filter: grayscale(1);
        padding: 10px;
    }
    .jeep {
        padding: 10px;
    }
    .hertz {
        filter: grayscale(1);
    }
    .wolds img {
        width: 70%;
    }
    /* FOOTER FONDO NEGRO */
    #footer_negro {
        width: 101.5vw;
    }
    #footer_negro h5 {
        font-size: 1em;
    }
    #footer_negro p {
        font-size: .7em;
        line-height: 13.5px;
        margin-left: 0;
    }
    /* FOOTER FINAL VERDE */
    #final_footer {
        background: green;
        color: white;
        width: 103vw;
        display: flex;
        align-items: center;
    }
    #final_footer p {
        font-size: .7em;
    }
    .fab {
        font-size: 2em;
    }
    /* FORMULARIOS */
    .formulario {
        margin-left: 10em;
        margin-top: 100px;
    }
    #close-form-s {
        position: relative;
        font-size: 25px;
        left: 680px;
        top: -50px;
    }
    #close-form {
        position: relative;
        font-size: 25px;
        left: 680px;
        top: -50px;
    }
    #form-boton a {
        padding: 10px 30px;
        margin-left: 13em;
    }
    .escribir {
        padding: 10px 30px;
        margin-bottom: 20px;
    }
    #form-nombre {
        width: 600px;
    }
    #form-coche {
        width: 600px;
    }
    #form-mensaje {
        width: 600px;
        max-height: 110px;
    }
    #form-nombre {
        width: 600px;
    }
    #form-coche {
        width: 600px;
    }
    #form-mensaje {
        width: 600px;
        max-height: 150px;
    }
    #form-mail {
        margin-left: 0px;
        width: 600px;
    }
    #form-tel {
        margin-left: 0;
        width: 600px;
    }
    #form-origen {
        margin-left: 0px;
        width: 300px;
    }
    #form-destino {
        margin-left: 0px;
        width: 300px;
    }
    /* SEGUNDO FORMULARIO*/
    #nombre {
        width: 600px;
    }
    #coche {
        width: 600px;
    }
    #mensaje {
        width: 600px;
        max-height: 150px;
    }
    #correo {
        width: 298px;
    }
    #tel {
        width: 298px;
    }
}

@media screen and (max-width:880px) {
    .formulario {
        margin-left: 13.5%;
        margin-top: 10%;
    }
    #close-form-s {
        position: relative;
        font-size: 25px;
        left: 630px;
        top: -50px;
    }
    #close-form {
        position: relative;
        font-size: 25px;
        left: 630px;
        top: -50px;
    }
}

@media screen and (max-width:768px) {
    #mini-header .fas {
        font-size: 1em;
        width: 100%;
        padding: 6.5px;
        display: block;
    }
    #mini-header .fab {
        font-size: 1em;
        width: 100%;
        padding: 6.5px;
        display: block;
    }
    #mini-header p {
        font-size: .46em;
    }
    #header {
        top: 59px;
    }
    #mini-header a:hover>p {
        top: -12px;
        left: 0;
        right: 0;
    }
    /* NAV */
    .navbar-brand img {
        width: 125px;
    }
    .navbar-nav li a {
        padding: 8px;
        font-size: .9em;
    }
    .dropdown-item>a {
        font-size: .7;
    }
    /* CARRUSEL */
    .carousel-caption {
        margin-left: 15vw;
        padding: 13px;
        letter-spacing: .3px;
    }
    .carousel-caption h1 {
        font-size: 1.5em;
    }
    .carousel-caption p {
        font-size: 1.3em;
    }
    #img_gestoria img {
        height: 310px;
        object-position: 0 30px;
    }
    #img_mecanica img {
        height: 310px;
        object-position: 0 10px;
    }
    #carrusel_noticias img {
        max-height: 50vh;
        width: 100%;
        height: auto;
        object-fit: fill;
    }
    .carousel-control-prev {
        margin-left: 0;
    }
    .carousel-control-next {
        margin-right: 0;
    }
    /* INFORMACION ESTRATEGIA */
    #info_estrategia {
        text-align: center;
        font-size: .9em;
        padding: 9px;
    }
    #boton a {
        padding: 6px;
        font-size: .8em;
    }
    /* SERVICIOS-CON ICONOS */
    .servicios {
        width: 100vw;
    }
    #servicio .fas {
        font-size: 3.5em;
    }
    #servicio-info h5 {
        font-size: 1em;
    }
    #servicio-info p {
        font-size: .93em;
    }
    #servicio-boton a {
        font-size: .8em;
        padding: 3px;
    }
    /* DIALOGO */
    #user .fas {
        font-size: 3em;
        color: black;
    }
    #user p {
        font-size: .9em;
        margin-left: 1em;
    }
    #titulo_seccion h3 {
        font-size: 1.45em;
    }
    /* SWIPER */
    .swiper-container {
        width: 98.3vw;
    }
    #card_info {
        height: 200px;
    }
    .card-text {
        font-size: .85em;
        text-align: left;
        line-height: 19.5px;
    }
    /* CLIENTES */
    #cientes_felices h3 {
        font-size: 1.45em;
    }
    #client-list {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 120px;
        height: 100px;
    }
    .chrysler {
        filter: grayscale(1);
    }
    .toyota {
        padding: 10px;
    }
    .dodge-logo {
        padding: 10px;
    }
    .ford-logo {
        filter: grayscale(1);
        padding: 10px;
    }
    .jeep {
        padding: 10px;
    }
    .hertz {
        filter: grayscale(1);
    }
    .wolds img {
        width: 70%;
    }
    /* FOOTER FONDO NEGRO */
    #footer_negro {
        width: 102.5vw;
    }
    #footer_negro h5 {
        font-size: .8em;
        text-align: center;
    }
    #footer_negro p {
        font-size: .6em;
        line-height: 11px;
        text-align: center;
        margin-left: 0;
    }
    /* FOOTER FINAL VERDE */
    #final_footer {
        background: green;
        color: white;
        width: 105.5vw;
        display: flex;
        align-items: center;
    }
    #final_footer p {
        font-size: .5em;
    }
    .fab {
        font-size: 1.3em;
    }
    /* FORMULARIOS */
    .formulario {
        margin-left: 6.5em;
        margin-top: 5em;
    }
    #close-form-s {
        position: relative;
        font-size: 25px;
        left: 19.5em;
    }
    #close-form {
        position: relative;
        font-size: 25px;
        left: 19.5em;
    }
    #form-boton a {
        padding: .4em 1.3em;
        margin-left: 10.5em;
    }
    .escribir {
        padding: .5em 1.4em;
        margin-bottom: 1em;
        font-size: 1em;
    }
    #form-nombre {
        width: 500px;
    }
    #form-coche {
        width: 500px;
    }
    #form-mensaje {
        width: 500px;
        max-height: 110px;
    }
    #form-nombre {
        width: 500px;
    }
    #form-coche {
        width: 500px;
    }
    #form-mensaje {
        width: 500px;
        max-height: 100px;
    }
    #form-mail {
        margin-left: 0px;
        width: 500px;
    }
    #form-tel {
        margin-left: 0;
        width: 500px;
    }
    #form-origen {
        margin-left: 0px;
        width: 500px;
    }
    #form-destino {
        margin-left: 0px;
        width: 500px;
    }
    /* SEGUNDO FORMULARIO*/
    #nombre {
        width: 500px;
    }
    #coche {
        width: 500px;
    }
    #mensaje {
        width: 500px;
        max-height: 150px;
    }
    #correo {
        width: 500px;
    }
    #tel {
        width: 500px;
    }
}

@media screen and (max-width:670px) {
    .formulario {
        margin-left: 3.5em;
        margin-top: 5em;
    }
}

@media screen and (max-width:576px) {
    #mini-header {
        width: 100vw;
    }
    #mini-header .fas {
        font-size: .9em;
        width: 100%;
        padding: 6.5px;
        display: block;
    }
    #mini-header .fab {
        font-size: .9em;
        width: 100%;
        padding: 5.5px;
        display: block;
    }
    #mini-header p {
        font-size: .4em;
    }
    #header {
        top: 51px;
        width: 100vw;
    }
    #mini-header a:hover>p {
        top: -12px;
        left: 0;
        right: 0;
    }
    /* NAV */
    .navbar-brand img {
        width: 110px;
    }
    .navbar-nav li a {
        padding: 7px;
        font-size: .8em;
    }
    .dropdown-item>a {
        font-size: .6;
    }
    /* CARRUSEL */
    .bd-example {
        width: 100vw;
    }
    .carousel-caption {
        margin-left: 10vw;
        padding: 13px;
        letter-spacing: .3px;
    }
    .carousel-caption h1 {
        font-size: 1em;
    }
    .carousel-caption p {
        font-size: .95em;
    }
    #img_gestoria img {
        height: 200px;
        object-position: 0 50px;
    }
    #img_mecanica img {
        height: 200px;
        object-position: 0 10px;
    }
    /* INFORMACION ESTRATEGIA */
    #info_estrategia {
        text-align: center;
        font-size: .9em;
        padding: 8px;
    }
    #boton a {
        padding: 5px 1.3em;
        font-size: .8em;
    }
    /* SERVICIOS-CON ICONOS */
    .servicios {
        width: 97vw;
    }
    #servicio .fas {
        font-size: 3.5em;
    }
    #servicio-info h5 {
        font-size: 1em;
    }
    #servicio-info p {
        font-size: .93em;
    }
    #servicio-boton a {
        font-size: .8em;
        padding: 3px;
    }
    #carrusel_noticias img {
        max-height: 50vh;
        width: 100%;
        height: auto;
        object-fit: fill;
    }
    /* DIALOGO */
    #user .fas {
        font-size: 2.7em;
        color: black;
    }
    #user p {
        font-size: .8em;
        margin-left: 2em;
    }
    #titulo_seccion h3 {
        font-size: 1.4em;
    }
    /* SWIPER */
    .swiper-container {
        width: 97vw;
    }
    #card_info {
        height: 175px;
    }
    .card+#card_info {
        height: 50px;
    }
    /* CLIENTES */
    #cientes_felices h3 {
        font-size: 1.4em;
    }
    #client-list {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100px;
        height: 100px;
    }
    .chrysler {
        filter: grayscale(1);
    }
    .toyota {
        padding: 10px;
    }
    .dodge-logo {
        padding: 10px;
    }
    .ford-logo {
        filter: grayscale(1);
        padding: 10px;
    }
    .jeep {
        padding: 10px;
    }
    .hertz {
        filter: grayscale(1);
    }
    .wolds img {
        width: 70%;
    }
    /* FOOTER FONDO NEGRO */
    #footer_negro h5 {
        font-size: .85em;
    }
    #footer_negro p {
        font-size: .6em;
        line-height: 10px;
        margin-left: 0;
    }
    #cuarto_cuadro {
        font-size: .67em;
    }
    /* FOOTER FINAL VERDE */
    #final_footer {
        background: green;
        color: white;
        width: 105.3vw;
        display: flex;
        align-items: center;
    }
    #final_footer p {
        font-size: .4em;
    }
    .fab {
        font-size: 1.2em;
    }
    /* FORMULARIOS */
    .formulario {
        margin-left: 3.25em;
        margin-top: 4em;
    }
    #close-form-s {
        position: relative;
        font-size: 25px;
        left: 16em;
        top: -1.8em;
    }
    #close-form {
        position: relative;
        font-size: 25px;
        left: 16em;
        top: -1.8em;
    }
    #form-boton a {
        padding: .55em 1.4em;
        margin-left: 12.5em;
        font-size: .7em;
    }
    .escribir {
        padding: .6em 1.5em;
        margin-bottom: 1em;
        font-size: .7em;
    }
    #form-nombre {
        width: 400px;
    }
    #form-coche {
        width: 400px;
    }
    #form-mensaje {
        width: 400px;
        max-height: 110px;
    }
    #form-nombre {
        width: 400px;
    }
    #form-coche {
        width: 400px;
    }
    #form-mensaje {
        width: 400px;
        max-height: 115px;
    }
    #form-mail {
        margin-left: 0px;
        width: 400px;
    }
    #form-tel {
        margin-left: 0;
        width: 400px;
    }
    #form-origen {
        margin-left: 0px;
        width: 400px;
    }
    #form-destino {
        margin-left: 0px;
        width: 400px;
    }
    /* SEGUNDO FORMULARIO*/
    #nombre {
        width: 400px;
    }
    #coche {
        width: 400px;
    }
    #mensaje {
        width: 400px;
        max-height: 150px;
    }
    #correo {
        width: 400px;
    }
    #tel {
        width: 400px;
    }
}

@media screen and (max-width: 480px) {
    .carousel-inner img {
        height: auto;
        object-fit: cover;
        width: 150vw;
    }
    #img_traslado {
        height: 41vh;
        width: 100%;
        object-fit: cover;
    }
    #img_principal_verde {
        height: 41vh;
        width: 100%;
        object-fit: cover;
    }
    #img_gestoria img {
        height: 41vh;
        width: 100%;
        object-position: 50% 8vh;
    }
    #img_mecanica img {
        height: 41vh;
        object-position: 80%;
    }
    #footer_negro {
        width: 103vw;
    }
    .carousel-item .carousel-caption {
        padding: 0;
        padding-right: 30%;
        width: 100%;
        right: 0;
        margin-left: 10%;
        line-height: 9%;
    }
    /* FORMULARIOS */
    .formulario {
        margin-left: 2em;
        margin-top: 2em;
    }
    #close-form-s {
        position: relative;
        font-size: 25px;
        left: 11.2em;
        top: -.8em;
    }
    #close-form {
        position: relative;
        font-size: 25px;
        left: 11.2em;
        top: -.8em;
    }
    #form-boton a {
        padding: .5em 1em;
        margin-left: 7.5em;
        font-size: .7em;
    }
    .escribir {
        padding: .5em 1.4em;
        margin-bottom: 1em;
        font-size: .7em;
    }
    #form-nombre {
        width: 300px;
    }
    #form-coche {
        width: 300px;
    }
    #form-mensaje {
        width: 300px;
        max-height: 110px;
    }
    #form-nombre {
        width: 300px;
    }
    #form-coche {
        width: 300px;
    }
    #form-mensaje {
        width: 300px;
        max-height: 75px;
    }
    #form-mail {
        margin-left: 0px;
        width: 300px;
    }
    #form-tel {
        margin-left: 0;
        width: 300px;
    }
    #form-origen {
        margin-left: 0px;
        width: 300px;
    }
    #form-destino {
        margin-left: 0px;
        width: 300px;
    }
    #carrusel_noticias img {
        max-height: 40vh;
        width: 100%;
        height: auto;
        object-fit: fill;
    }
    /* SEGUNDO FORMULARIO*/
    #nombre {
        width: 300px;
    }
    #coche {
        width: 300px;
    }
    #mensaje {
        width: 300px;
        max-height: 150px;
    }
    #correo {
        width: 300px;
    }
    #tel {
        width: 300px;
    }
    #footer_negro {
        width: 104vw;
    }
    #final_footer {
        background: green;
        color: white;
        width: 108.3vw;
        display: flex;
        align-items: center;
    }
}

@media screen and (max-width: 350px) {
    /* FORMULARIOS */
    .formulario {
        margin-left: 2em;
        margin-top: 2em;
    }
    #close-form-s {
        position: relative;
        font-size: 25px;
        left: 10em;
        top: -.8em;
    }
    #close-form {
        position: relative;
        font-size: 25px;
        left: 10em;
        top: -.8em;
    }
    #form-boton a {
        padding: .5em 1em;
        margin-left: 6em;
        font-size: .7em;
    }
    .escribir {
        padding: .5em 1.4em;
        margin-bottom: 1em;
        font-size: .7em;
    }
    #form-nombre {
        width: 250px;
    }
    #form-coche {
        width: 250px;
    }
    #form-mensaje {
        width: 250px;
        max-height: 110px;
    }
    #form-nombre {
        width: 250px;
    }
    #form-coche {
        width: 250px;
    }
    #form-mensaje {
        width: 250px;
        max-height: 75px;
    }
    #form-mail {
        margin-left: 0px;
        width: 250px;
    }
    #form-tel {
        margin-left: 0;
        width: 250px;
    }
    #form-origen {
        margin-left: 0px;
        width: 250px;
    }
    #form-destino {
        margin-left: 0px;
        width: 250px;
    }
    #carrusel_noticias img {
        max-height: 40vh;
        width: 100%;
        height: auto;
        object-fit: fill;
    }
    /* SEGUNDO FORMULARIO*/
    #nombre {
        width: 250px;
    }
    #coche {
        width: 250px;
    }
    #mensaje {
        width: 250px;
        max-height: 150px;
    }
    #correo {
        width: 250px;
    }
    #tel {
        width: 250px;
    }
}