/* Font Mulish */
@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;0,1000;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900;1,1000&display=swap');

/* Font Taviraj */
@import url('https://fonts.googleapis.com/css2?family=Taviraj:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* General */

* {
    border: 0;
    margin: 0;
    box-sizing: border-box;
    /* border: 1px solid red; */
}

body {
    font-family: 'Mulish', sans-serif;
    font-size: 12px;
    position: relative;
    background-color: #192026;
}

::selection {
    color: #911f30;
}

.color-rojo {
    color: #911f30;
}

.color-gris {
    color: grey;
}

.espacio-blanco {
    height: 10vh;
    background-color: white;
    margin-top: -60px;
}

.espacio-vacio-big {
    width: 100%;
    padding: 5.208vw 0;
}

.espacio-vacio-small {
    width: 100%;
    padding: 2.604vw 0;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: 'Taviraj', serif;
}

p {
    margin-bottom: 0;
}

.max-contenedor {
    width: 100%;
    margin: 0 auto;
}

/* Header */

header {
    display: block;
    position: relative;
}

nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
}

nav ul li {
    display: inline;
    margin-right: 1.042vw;
}

nav ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 200;
}

.info-nav .active>a {
    font-weight: bold;
}

nav ul>.active {
    padding-bottom: 0.521vw;
    border-bottom: 1px solid white;
}

.posicion-nav {
    position: fixed;
    text-align: center;
    z-index: 100;
    width: 100%;
    background-color: rgba(0, 0, 0, .8);
    border-bottom: 1px solid grey;
}

.info-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1%;
}

.info-nav img {
    width: 190px;
}

.telefono-header {
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fa-phone:before {
    content: "\f095";
    margin-right: 0.521vw;
}

.telefono-header p {
    letter-spacing: 1px;
}

/* Menu movil */

.colocar-menu-xs {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
}

.btn-menu-xs button {
    margin: 10px;
    border: none;
    background-color: rgba(0, 0, 0, .0);
    outline: none;
    cursor: pointer;
    padding-bottom: 10px;
}

#btn hr {
    margin: 6px;
    border-radius: 1px;
    height: 4px;
    width: 30px;
    color: white;
    opacity: 1;
}

.posicion-nav-xs {
    width: 100%;
    position: fixed;
    margin-left: 0;
    background-color: rgba(0, 0, 0, .8);
    z-index: 100;
}

.logo-nav-xs img {
    width: 170px;
}

.vacio {
    width: 50px;
}

.nav-list {
    list-style: none;
    margin-left: none;
    padding: 10px 0;
    padding-left: 30px;
}

#options-menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

#options-menu ul li {
    margin: 0;
    padding: 10px;
}

#options-menu ul li a {
    font-weight: 500;
}

#options-menu ul>.active {
    border: none;
    background-color: #7c848A;
    width: 90%;
    text-align: center;
}

#options-menu ul div {
    padding: 10px;
}

a {
    text-decoration: none;
    color: #fff;
    opacity: 0.9;
}

a span {
    opacity: 0.7;
    margin-right: 30px;
}

.disabled-menu {
    display: none;
}

.enabled-menu {
    display: block;
}

.color {
    color: red;
    opacity: 1.0;
}

/* Nosotros */

.main {
    position: relative;
    overflow: hidden;
    min-height: 21.875vw;
}

.portada {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100vh;
}

.texto-portada {
    color: white;
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 60%;
    height: 100%;
}

.portada .texto-portada .titulo {
    font-size: 90px;
    font-weight: 400;
    letter-spacing: 3px;
    margin: 0 auto;
    width: 100%;
}

.texto-portada .texto {
    font-style: italic;
    font-weight: 300;
    font-size: 27px;
    line-height: 1.5;
    width: 100%;
    margin: 0 auto;
}

#homeImg {
    background-image: url('../img/images/img_header.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}

.zoom {
    animation: zoom-in 20s;
    animation-fill-mode: forwards;
}

@keyframes zoom-in {
    0% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }

    100% {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
    }
}

.evo-sky {
    width: 100%;
    position: relative;
}

.titulo-evo {
    background-image: url('../img/images/nubes.png');
    background-size: cover;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.titulo-evo h5 {
    font-style: italic;
    font-weight: 300;
    font-size: 1.771vw;
    text-align: center;
    padding-bottom: 30px;
}

.titulo-evo h2 {
    font-size: 8.333vw;
    text-align: center;
    line-height: .9em;
}

.titulo-evo span {
    color: #911f30;
}

.img-evo {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90vw;
    margin-top: -17.188vw;
    margin-right: auto;
    margin-left: auto;
    padding: 0 2.604vw;
}

.img-evo img {
    width: 100%;
}

.colocar-videos {
    display: flex;
}

.video-servicios-desktop {
    width: 50%;
}

.video-servicios-desktop video {
    width: 90%;
    position: relative;
    z-index: 5;
}

.servicios {
    width: 50%;
}

.texto-servicios h3 {
    letter-spacing: 2px;
    font-size: 36px;
    padding-bottom: 20px;
}

.texto-servicios p {
    text-align: justify;
    font-size: 16px;
}

.texto-servicios span {
    color: #911f30;
}

.linea-horizontal {
    border-left: 1px grey dotted;
}

.der-servicios {
    color: white;
}

.colocar-servicios {
    display: flex;
    flex-wrap: wrap;
    /* padding: 2.604vw 0; */
    position: relative;
}

.servicio-individual {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 33%;
}

.servicio-individual:nth-child(-n+3) {
    margin-bottom: 2.688vw;
}

.servicio-individual img {
    width: 58px;
    height: 58px;
}

.servicio-individual img:hover {
    cursor: pointer;
}

.servicio-individual h4 {
    padding-top: 1.042vw;
    font-size: 18px;
}

.msg-emergente {
    background-color: rgba(0, 0, 0, .7);
    color: white;
    font-size: 15px;
    padding: 50px;
    position: absolute;
    opacity: 0;
    pointer-events: none;
    text-align: center;
    width: 500px;
    height: 250px;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
}

.msg-izq {
    transform: translate(50%, 30%);
}

.msg-izq-2 {
    transform: translate(50%, -40%);
}

.msg-cent {
    transform: translate(0%, 30%);
}

.msg-cent-2 {
    transform: translate(0%, -40%);
}

.msg-der {
    transform: translate(-50%, 30%);
}

.msg-der-2 {
    transform: translate(-50%, -40%);
}

/* Parallax */

.seccion-parallax {
    position: relative;
}

.fondo-parallax {
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url("../img/images/parallax-1.jpg");
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.colocar-texto-parallax {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.colocar-texto-parallax .titulo-parallax h2 {
    font-size: 120px;
    line-height: 1em;
    text-align: center;
    padding-bottom: 3%;
    color: white;
}

.colocar-texto-parallax .titulo-parallax span {
    color: #911f30;
}

.colocar-texto-parallax .subtitulo-parallax h5 {
    font-style: italic;
    font-weight: 300;
    font-size: 35px;
    text-align: center;
    color: white;
    line-height: 1.4em;
}

.seccion-catalogo {
    width: 100%;
    position: relative;
    background: rgba(255, 255, 255, 0.9);
    padding: 5.208vw 0 2.604vw;
}

.colocar-catalogo {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.caja-coche {
    text-align: start;
    padding: 50px;
    border: 1px solid rgba(0, 0, 0, .1);
}

.caja-coche ul li::marker {
    list-style: none;
}

.espacio-cajas {
    position: relative;
    min-height: 1px;
    padding: 15px;
}

.caja-coche img {
    width: 100%;
}

.minimo-img {
    min-width: 263px;
    min-height: 182px;
}

.caja-coche h5 {
    margin: 20px 0;
    min-height: 55px;
    display: flex;
    align-items: center;
}

.colocar-lista-caja {
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
}

.ico-info {
    border: 1px solid rgba(0, 0, 0, .1);
    max-width: 130px;
    text-align: center;
    padding: 0.625em;
    margin: 0 0.312em;
    font-size: 11.5px;
    width: 33.3%;
}

.ico-info img {
    width: 25px;
    padding-bottom: 10px;
}

.btn-cajas {
    padding: 20px 30px 20px;
    font-size: 17px;
    text-decoration: none;
    color: white;
    letter-spacing: 1px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #192026;
    width: 100%;
}


.btn-cajas img {
    width: 1.042vw;
    margin-left: 0.521vw;
}

.tamanio-precio {
    text-align: center;
    padding: 30px 0;
    font-size: 15px;
    letter-spacing: 2px;
}

.linea-tipo {
    height: 1px;
    width: 100%;
    background-color: green;
}

.disponibilidad {
    text-align: center;
    margin-bottom: 20px;
    font-size: 12px;
}

/* Catalogo */

.portada-cat-hist {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 50vh;
}

#catalogoImg {
    background-image: url('../img/images/catalogo.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}

.texto-portada-cat-hist {
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
    padding-top: 5%;
}

.texto-portada-cat-hist h1 {
    font-size: 6.771vw;
    letter-spacing: 3px;
    font-weight: 400;
    padding-bottom: 0.521vw;
}

.texto-portada-cat-hist h3 {
    font-style: italic;
    font-weight: 300;
    font-size: 2.083vw;
    line-height: 1.5;
    text-align: center;
}

.texto-portada-cat-hist .texto {
    padding-top: 0.521vw;
    width: 50%;
    text-align: center;
    font-style: italic;
    font-weight: 300;
    padding-bottom: 6.146vw;
    font-size: 20px;
}

/* Historial */

#historialImg {
    background-image: url('../img/images/historial.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}

/* Contacto */

.seccion-contacto {
    background: rgba(255, 255, 255, 0.9);
}

.colocar-contacto {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
}

.titulo-contacto {
    text-align: center;
    width: 90%;
}

.titulo-contacto h3 {
    font-weight: bold;
    padding-bottom: 1vw;
    line-height: 1.3;
    font-size: 60px;
    font-weight: 500;
}

.subtitulo-contacto {
    text-align: center;
    width: 60%;
    padding-bottom: 3vw;
}

.subtitulo-contacto h5 {
    font-style: italic;
    font-weight: 300;
    font-size: 1.354vw;
    text-align: center;
    padding-bottom: 30px;
}

.subtitulo-contacto p {
    font-size: 17px;
}

@media only screen and (max-width: 700.98px){
    .subtitulo-contacto p {
        font-size: 14px;
    }
}

.circulo-instagram {
    width: 3.646vw;
    height: 3.646vw;
    border-radius: 50%;
    border: 2px solid #7c848A;
    background-color: transparent;
    margin: 0 auto;
}

.icono-instagram {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
    width: 100%;
    height: 100%;
}

.icono-instagram a {
    background-image: url('../img/iconos/instagram.png');
}

.seccion-mapa {
    height: 40vh;
    filter: brightness(100%) contrast(100%) saturate(0%) blur(0px) hue-rotate(0deg);
}

/* Vehiculo */

.info-vehiculo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    width: 100%;
    padding: 0 0.521vw;
}

.info-vehiculo .nombre-vehiculo h3 {
    font-size: 30px;
}

.info-vehiculo .precio-vehiculo h3 {
    font-size: 20px;
}

.separador-info-vehiculo {
    height: 1px;
    background-color: grey;
    width: 100%;
    margin: 1.042vw 0;
}

.subinfo-vehiculo {
    display: flex;
    display: none;
    justify-content: space-around;
    width: 100%;
    padding: 0 0.521vw 5%;
    align-items: center;
}

.colocar-info-caract {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

.colocar-info-caract img {
    width: 24px;
    margin-right: 0.521vw;
}

.colocar-info-caract h5 {
    margin: 0;
}

.seccion-imagenes-vehiculo {
    background-color: rgba(255, 255, 255, 0.9);
}

.colocar-imagenes-vehiculo {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    padding: 5.208vw 5.208vw 2.604vw;
}

.borde-vehiculo {
    border: 1px solid rgba(0, 0, 0, .1);
    padding: 2.604vw;
}

.borde-peque {
    border: 1px solid rgba(0, 0, 0, .1);
    padding: 1.563vw;
}

.imagen-grande {
    padding-bottom: 2.083vw;
    cursor: grab;
}

.imagen-grande img {
    width: 100%;
}

.imagen-peque {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    width: 100%;

}

.imagen-peque img {
    max-width: 10.417vw;
    width: 100%;
    padding: 0 0.521vw;
    cursor: pointer;
}

.caract-vehiculo {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 0.521vw;
    padding-top: 5%;
    letter-spacing: 1px;
    font-size: 20px;
}

.caract-vehiculo div:nth-child(n+4) {
    padding-top: 5vh;
}

.icono-vehiculo {
    width: 50px;
}

.seccion-caract-vehiculo {
    color: white;
}

.colocar-caract-vehiculo {
    padding: 0 5.208vw;
    color: #192026;
    background-color: rgba(255, 255, 255, .9);
}

.colocar-info-caract-vehiculo {
    padding: 20px 100px 50px;
    text-align: justify;
}

.lista-caracteristicas {
    padding: 0.521vw 5.208vw;
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    justify-content: space-between;
    width: 40%;
    font-size: 15px;
}

.lista-caracteristicas li {
    position: relative;
    cursor: pointer;
    transition: all 0.4s;
    display: inline;
    list-style: none;
}

.lista-caracteristicas li.activo {
    font-weight: bold;
    border-bottom: 1px solid grey;
}

.pad-top {
    padding-top: 3vw;
}

/* Footer */

.seccion-footer {
    padding: 2.604vw;
    width: 100%;
    color: white;
    background-color: rgba(25, 32, 38, .1);
}

.colocar-footer {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.logo-footer {
    padding-bottom: 2.604vw;
    width: 10.542vw;
}

.info-footer {
    display: flex;
    justify-content: center;
    width: 100%;
}

.info-footer div {
    text-align: center;
}

.info-footer div img {
    width: 50px;
    padding-bottom: 1.042vw;
}

.politicas-footer {
    display: flex;
    justify-content: end;
    align-items: center;
    flex-direction: column;
}

.politicas-footer a {
    text-decoration: none;
    color: white;
}

.insta-footer {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    width: 100%;
    margin-top: 30px;
}

.insta-footer p {
    letter-spacing: 2px;
}

.insta-footer a img {
    width: 50px;
}

.pie-footer {
    padding: 1.563vw;
    text-align: center;
    color: white;
    background: rgba(0, 0, 0, 0.2);
}

.linea-vertical {
    width: 1px;
    max-height: max-content;
    background-color: grey;
    margin: 0 auto;
}

.botones-catalogo {
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(255, 255, 255, 0.9);
    padding-bottom: 3.5em;
}

.ajuste-boton {
    background-color: transparent;
    border: none;
    margin-left: 10px;
    color: black;
}

.ajuste-boton:disabled {
    opacity: 0.2;
    cursor: default;
    pointer-events: none;
}

/* Progress bar*/

.progress-wrap {
    position: fixed;
    right: 50px;
    bottom: 50px;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    box-shadow: inset 0 0 0 2px gray;
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    -webkit-transform: translateY(15px);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    -webkit-transform: translateY(0);
}

.progress-wrap::after {
    position: absolute;
    content: "";
    background-image: url("../img/iconos/flecha-arriba.svg");
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    line-height: 46px;
    font-size: 20px;
    color: white;
    left: 0;
    top: 0;
    height: 20px;
    width: 20px;
    cursor: pointer;
    display: block;
    z-index: 1;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
    transform: translate(70%, 60%);
}

.progress-wrap::before {
    position: absolute;
    content: "";
    background-image: url("../img/iconos/flecha-arriba.svg");
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    line-height: 46px;
    font-size: 20px;
    opacity: 0;
    -webkit-text-fill-color: transparent;
    left: 0;
    top: 0;
    height: 20px;
    width: 20px;
    cursor: pointer;
    display: block;
    z-index: 2;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
    transform: translate(70%, 60%);
}

.progress-wrap svg path {
    fill: none;
}

.progress-wrap svg.progress-circle path {
    stroke: #ecedf3;
    stroke-width: 4;
    box-sizing: border-box;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

/* Politicas */

.contenedor-poli-aviso .text-center h1 {
    font-weight: 400;
    font-size: 5vmin;
    line-height: 1.2;
    letter-spacing: 5px;
    color: white;
}

.section-padding {
    padding: 7% 0;
    color: white;
}

.letraprincipal {
    padding: 20px;
}

.py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

.letra {
    text-align: justify;
}

.lista-privacidad {
    list-style: disc;
}

.contenedor-poli-aviso {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.tabla-entidades {
    border-collapse: collapse;
    width: 100%;
}

.tabla-entidades td {
    padding: 0px 5px;
}

.tabla-entidades th {
    padding: 0px 5px;
}

.tabla-entidades tr {
    border: 1px solid #000;
}

@media only screen and (min-width: 200.98px) {
    .contenedor-poli-aviso {
        max-width: 340px;
    }
}

@media only screen and (min-width: 576.98px) {
    .contenedor-poli-aviso {
        max-width: 500px;
    }
}

@media only screen and (min-width: 768.98px) {
    .contenedor-poli-aviso {
        max-width: 650px;
    }
}

@media only screen and (min-width: 992.98px) {
    .contenedor-poli-aviso {
        max-width: 800px;
    }
}

@media only screen and (min-width: 1200.98px) {
    .contenedor-poli-aviso {
        max-width: 1100px;
    }
}

@media only screen and (min-width: 1500.98px) {
    .contenedor-poli-aviso {
        max-width: 1320px;
    }
}

/* **************************************************************************

                            R E S P O N S I V E

***************************************************************************** */

@media only screen and (min-width: 700.98px) {
    .max-contenedor {
        max-width: 900px;
    }
}

.posicion-nav-xs {
    display: none;
}


@media only screen and (min-width: 1100.98px) {
    .max-contenedor {
        max-width: 1170px;
    }

    nav ul li a:hover {
        color: white;
    }

    .btn-cajas:hover {
        color: #911f30;
        background-color: rgba(25, 32, 38, .95);
    }

    .circulo-instagram:hover {
        text-decoration: none;
    }

    .icono-instagram:hover {
        text-decoration: none;
    }

    .fa-instagram:hover {
        text-decoration: none;
    }

    .politicas-footer a:hover {
        color: grey;
    }

    .insta-footer a p:hover {
        text-decoration: none;
        color: white;
        border: none;
    }

    .ajuste-boton:hover {
        transition-duration: 0.3s;
        transform: scale(1.05);
    }

    .progress-wrap:hover::after {
        opacity: 0;
    }

    .progress-wrap:hover::before {
        opacity: 1;
    }

}

@media only screen and (min-width: 1100.98px) {
    .der-servicios {
        color: white;
        height: 100%;
        display: flex;
        justify-content: flex-start;
        flex-direction: column;
        gap: 100px;
    }
}

@media only screen and (min-width: 1620.98px) {
    .max-contenedor {
        max-width: 1470px;
    }
}

@media only screen and (min-width: 1920.98px) {
    .portada .texto-portada .titulo {
        font-size: 110px;
    }

    .texto-portada .texto {
        font-size: 30px;
    }
}

@media only screen and (max-width: 1920.98px) {
    .portada .texto-portada .texto {
        margin: 0 auto;
    }

    .video-servicios-desktop video {
        width: auto;
        position: relative;
        z-index: 5;
        max-height: 41.667vw;
    }
}

@media only screen and (max-width: 1680.98px) {
    .lista-caracteristicas {
        width: 50%;
    }

    .caja-coche h5 {
        font-size: 17px;
    }

    .portada .texto-portada .titulo {
        font-size: 75px;
    }

    .texto-portada .texto {
        font-size: 25px;
    }

    .texto-servicios p {
        font-size: 14px;
    }

    .servicio-individual img {
        width: 50px;
        height: 50px;
    }

    .colocar-texto-parallax .titulo-parallax h2 {
        font-size: 70px;
    }

    .subtitulo-contacto h5 {
        font-size: 23px;
    }

    .titulo-contacto h3 {
        font-size: 50px;
    }

    .caract-vehiculo {
        font-size: 17px;
    }

    .ico-info {
        font-size: 10px;
    }

    .texto-portada-cat-hist .texto {
        font-size: 18px;
    }
}

@media only screen and (max-width: 1440.98px) {
    .lista-caracteristicas {
        width: 60%;
    }

    .portada .texto-portada .titulo {
        font-size: 62px;
    }

    .texto-portada .texto {
        font-size: 22px;
    }

    .texto-servicios p {
        font-size: 13px;
    }

    .servicio-individual h4 {
        font-size: 15px;
    }

    .titulo-contacto h3 {
        font-size: 40px;
    }
}

@media only screen and (max-width: 1300.98px) {
    .portada .texto-portada .titulo {
        font-size: 54px;
    }

    .texto-portada .texto {
        font-size: 18px;
    }

    .servicio-individual:nth-child(-n+3) {
        margin-bottom: 2.688vw;
    }

    .caract-vehiculo {
        font-size: 14px;
    }

    .icono-vehiculo {
        width: 40px;
    }

    .der-servicios {
        gap: 30px;
    }
}

.btn-mobile {
    display: none;
}

.video-servicios-mobile {
    display: none;
}

.aparece-menos1000 {
    display: none;
}

.desaparece-menos1000 {
    display: block;
}

.texto-xs {
    display: none;
    font-style: italic;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.5;
    width: 100%;
    margin: 0 auto;
    padding-top: 2%;
}

.desaparece {
    display: block;
}

@media only screen and (max-width: 1100.98px) {
    .posicion-nav-xs {
        display: block;
    }

    .msg-emergente {
        display: none;
    }

    .seccion-parallax {
        display: none;
    }

    .posicion-nav {
        display: none;
    }

    .portada-cat-hist {
        background-position: center;
    }

    .portada .texto-portada .titulo {
        font-size: 45px;
    }

    .colocar-servicios {
        padding: 2.604vw 0;
    }

    .caja-coche {
        padding: 30px;
    }

    .espacio-cajas {
        max-width: 380px;
    }

    .aparece-menos1000 {
        display: block;
    }

    .desaparece-menos1000 {
        display: none;
    }

    .borde-vehiculo {
        border: none;
    }

    .max-contenedor {
        max-width: none;
    }

    .caract-vehiculo {
        padding-top: 0;
    }

    .video-servicios-desktop {
        display: none;
    }

    .btn-mobile {
        position: absolute;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
    }

    .boton-reproduccion {
        width: 80px;
        height: 80px;
        background-color: transparent;
        border: 2px solid black;
        border-radius: 50%;
        z-index: 1;
    }

    .boton-reproduccion::before {
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 10px 0 10px 20px;
        border-color: transparent transparent transparent black;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-40%, -50%);
        -webkit-transform: translate(-40%, -50%);
    }

    .video-servicios-mobile {
        display: block;
        position: relative;
    }

    .video-servicios-mobile video {
        width: 100%;
    }

    .colocar-videos {
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .espacio-blanco {
        display: none;
        margin-top: 0;
    }

    .servicios {
        width: 70%;
        padding: 20px 0;
    }

    .texto-servicios h3 {
        text-align: center;
        font-size: 50px;
    }

    .servicio-individual img {
        width: 40px;
        height: 40px;
    }

    .colocar-texto-parallax .titulo-parallax h2 {
        font-size: 50px;
    }

    .colocar-texto-parallax .subtitulo-parallax h5 {
        font-size: 23px;
    }

    .titulo-contacto h3 {
        font-size: 35px;
    }

    .subtitulo-contacto h5 {
        font-size: 20px;
    }

    .info-vehiculo {
        display: inline;
    }

    .info-vehiculo .nombre-vehiculo {
        text-align: center;
    }

    .info-vehiculo .precio-vehiculo {
        display: flex;
        justify-content: right;
    }

    .info-vehiculo .nombre-vehiculo h3 {
        font-size: 30px;
    }

    .texto-portada-cat-hist .texto {
        padding-bottom: 2.146vw;
    }

    .titulo-servicios-xs {
        display: flex;
        flex-wrap: wrap;
        gap: 0.5rem;
        justify-content: center;
    }

    .titulo-servicios-xs span {
        flex-basis: 100%;
    }

    .texto-servicios p {
        font-size: 14px;
    }

    .titulo-evo h5 {
        font-size: 3vw;
    }

    .titulo-evo h2 {
        font-size: 11vw;
    }

    .texto-portada-cat-hist .texto {
        font-size: 15px;
    }

    .texto-portada-cat-hist h3 {
        font-size: 25px;
    }

    .texto-xs {
        display: block;
    }

    .desaparece {
        display: none;
    }
}

@media only screen and (max-width: 950.98px) {

    .portada .texto-portada .titulo {
        font-size: 100px;
        text-align: center;
    }

    .texto-portada-cat-hist .texto {
        width: 80%;
    }

    .info-footer div img {
        width: 40px;
    }

    .texto-portada {
        width: 80%;
    }

    .texto-portada .texto-xs {
        font-size: 25px;
        width: 90%;
        text-align: center;
    }

    .titulo-evo h2 {
        font-size: 12vw;
    }

    .servicios {
        padding: 30px 0;
    }

    .texto-servicios h3,
    .texto-servicios p {
        text-align: center;
    }

    #fondo-parallax {
        background-position: right;
    }

    .caja-coche h5 {
        min-height: 5vw;
    }

    .btn-cajas {
        font-size: 1.5vw;
        min-height: 5vw;
    }

    .linea-vertical {
        width: 1px;
        height: 100px;
    }

    .email-footer,
    .tel-email-footer,
    .horario-footer,
    .politicas-footer {
        padding: 10px;
    }

    .logo-footer {
        width: 17vw;
    }

    .portada-cat-hist {
        height: 30vh;
    }

    .caract-vehiculo div:nth-child(n+4) {
        padding-top: 3vh 0;
    }

    .lista-caracteristicas {
        width: 100%;
    }

    .texto-portada-cat-hist .texto-xs {
        width: 70%;
        font-size: 1.833vw;
    }

    .texto-portada-cat-hist h1 {
        font-size: 60px;
    }

    .info-footer div p {
        font-size: 12px;
    }

    .subtitulo-contacto h5 {
        font-size: 2.354vw;
    }

    .pie-footer p {
        font-size: 10px;
    }

    .texto-xs {
        padding-top: 5%;
    }
}


@media only screen and (max-width: 830.98px) {
    .portada .texto-portada .titulo {
        font-size: 80px;
    }

    .servicios {
        width: 90%;
    }

    .colocar-servicios {
        padding: 30px 0;
    }

    .colocar-texto-parallax .titulo-parallax h2 {
        font-size: 40px;
    }

    .colocar-texto-parallax .subtitulo-parallax h5 {
        font-size: 20px;
    }

    .colocar-info-caract img {
        width: 20px;
    }

    .colocar-info-caract h5 {
        font-size: 18px;
    }
}

@media only screen and (max-width: 575.98px) {
    .icono {
        padding: 0 10px 0 30px !important;
    }

    .icono-solo {
        padding: 0 10px !important;
    }

    .servicio-individual:nth-child(-n+3) {
        margin-bottom: 7.688vw;
    }

    .texto-portada-cat-hist h3 {
        font-size: 20px;
        width: 90%;
    }

    .portada-cat-hist {
        height: 40vh;
    }

    .texto-portada-cat-hist .texto-xs {
        width: 90%;
        font-size: 12px;
    }

    .colocar-info-caract-vehiculo {
        padding: 10px 30px 50px;
    }

    .texto-servicios p {
        width: 90%;
        margin: 0 auto;
        font-size: 12px;
    }

    .servicio-individual img {
        width: 50px;
        height: 50px;
    }

    .icono-vehiculo {
        width: 25px;
    }

    .servicio-individual h4 {
        font-size: 3.5vw;
    }

    .caja-coche h5 {
        font-size: 16px;
    }

    .btn-cajas {
        font-size: 3.5vw;
    }

    .btn-cajas img {
        width: 3.042vw;
        margin-left: 2.521vw;
    }

    .subtitulo-contacto {
        width: 80%;
    }

    .subtitulo-contacto h5 {
        font-size: 3.354vw;
    }

    .info-footer div p {
        font-size: 3.2vw;
    }

    .logo-footer {
        width: 40vw;
        padding: 10px 0;
    }

    .linea-vertical {
        width: 200px;
        height: 1px;
    }

    .info-footer {
        flex-direction: column;
    }

    .colocar-footer {
        padding-top: 30px;
    }

    .info-footer div img {
        padding-bottom: 3.042vw;
    }

    .descripcion p {
        font-size: 12px;
        text-align: center;
    }

    .colocar-info-caract h5 {
        font-size: 12px;
    }

    .info-vehiculo .nombre-vehiculo h3 {
        font-size: 23px;
    }

    .info-vehiculo .precio-vehiculo h3 {
        font-size: 14px;
    }

    .portada .texto-portada .titulo {
        font-size: 60px;
        line-height: 1;
    }

    .texto-portada .texto-xs,
    .texto-portada .texto {
        font-size: 15px;
    }

    .colocar-texto-parallax .titulo-parallax h2 {
        font-size: 35px;
    }

    .colocar-texto-parallax .subtitulo-parallax h5 {
        font-size: 18px;
    }

    .email-footer,
    .tel-email-footer,
    .horario-footer,
    .politicas-footer {
        padding: 25px;
    }

    .espacio-cajas {
        max-width: 450px;
    }

    .titulo-evo h5 {
        font-size: 4vw;
    }

    .texto-servicios h3 {
        font-size: 45px;
    }

    .titulo-contacto h3 {
        font-size: 30px;
    }

    .lista-caracteristicas {
        font-size: 13.5px;
    }

}

@media only screen and (max-width: 450.98px) {
    .texto-servicios h3 {
        font-size: 35px;
    }

    .colocar-info-caract {
        flex-direction: column;
    }

    .colocar-info-caract img {
        padding: 10px 0;
    }

    .info-vehiculo .precio-vehiculo {
        justify-content: center;
    }
}