body {
    position: relative;
    color: #fff;
    margin: 0px;
    font-weight: 300;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
}

/* * {border: red 1px solid;} */

#galeria {
    behavior: smooth;
}

p {
    margin-bottom: 0px;
}

ul {
    padding: 0px;
}

a:hover {
    color: inherit;
}

a {
    text-decoration: none;
    color: inherit;
}

.general-font {
    font-size: 14px;
}

@media only screen and (min-width: 1920.98px) {
    .general-font {
        font-size: 18px;
    }
}

/* ul li {
    list-style: none;
}

ul li:hover {
    font-weight: bold;
} */

.portada {
    position: relative;
    height: 100vh;
}

@keyframes flecha-anim {
    0% {
        bottom: 150px;
        opacity: 0;
    }

    100% {
        bottom: 20px;
        opacity: 1;
    }
}

.portada .click-grande {
    cursor: pointer;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    height: 200px;
    width: 200px;
}

.portada .flecha {
    width: 100px;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    animation: flecha-anim 1.7s infinite;
}

.portada .video-background {
    filter: brightness(0.7);
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.menu ul {
    margin: auto;
    padding: 10px 0px;
    width: max-content;
    list-style: none;
}

.menu ul li {
    transition: all 0.3s;
    cursor: pointer;
    display: inline;
    padding-left: 35px;
}


.menu {
    position: relative;
    width: 100%;
    position: fixed;
    transition: all 0.4s;
    top: 0;
    height: 90px;
    display: grid;
    z-index: 5;
}

.index .menu {
    top: 30px;
}

.menu .linea {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    height: 1px;
    width: 60%;
}

.menu.activo {
    background-color: #000;
    top: 0px;
    border-bottom: solid 1px #fff;
}

.menu.activo .linea {
    display: none;
}

.especialistas {
    overflow: hidden;
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
    color: #000;
}

.contenedor-texto {
    padding-top: 30px;
}

.especialistas .contenedor-texto {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1400px;
}

.especialistas .contenedor-texto .titulo-conf {
    line-height: 65px;
    font-size: 50px;
    font-weight: 500;
    padding-bottom: 15px;
}

.especialistas .contenedor-texto .texto {
    line-height: 35px;
    margin-top: 50px;
    width: 50%;
    font-size: 17px;
}

.especialistas .imagen-trapo {
    opacity: 0.8;
    z-index: -1;
    position: absolute;
    left: 50%;
    bottom: 0px;
    top: 50%;
    transform: translateY(-50%);
}

@media only screen and (max-width:1199.98px) {
    .especialistas .contenedor-texto .titulo-conf {
        line-height: 60px;
        font-size: 37px;
    }

    .especialistas .contenedor-texto .texto {
        line-height: 30px;
        font-size: 15px;
    }
}

@media only screen and (max-width:991.98px) {
    .especialistas .contenedor-texto .titulo-conf {
        line-height: 57px;
        font-size: 35px;
    }

    .especialistas .contenedor-texto .texto {
        line-height: 28px;
        margin-top: 50px;
        width: 100%;
        font-size: 14px;
        font-weight: 500;
    }
}

@media only screen and (max-width:575.98px) {
    .especialistas .contenedor-texto .titulo-conf {
        line-height: 40px;
        font-size: 27px;
    }

    .especialistas .contenedor-texto .texto {
        line-height: 24px;
        margin-top: 50px;
        width: 100%;
        font-size: 12px;
    }
}

.servicios {
    margin-top: 50px;
    overflow: hidden;
}

.servicios .imagen {
    cursor: pointer;
    position: relative;
    min-width: 180px;
    width: 20%;
}

.servicios .imagen img {
    transition: all 0.3s;
    width: 100%;
}

.imagen .text {
    transition: all 0.4s;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* CONFIGURADOR */

.texto-seleccion-vehiculo-default {
    display: none;
    text-align: center;
    padding: 0 0 30px;
    color: black;
}

.config .menu {
    position: relative;
    background-color: #000;
}

.imagen-inicio {
    position: relative;
    text-align: center;
    background-image: url(../images/cabecera-configurador.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100vh;
}

.position-text-btn-conf {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100%;
    padding: 100px;
    margin-top: 60px;
}

.colocar-tit-conf {
    position: absolute;
    top: 25%;
    width: 100%;
}

.colocar-tit-conf h3 {
    font-size: 6rem;
    letter-spacing: 5px;
}

.colocar-btn-conf {
    font-family: 'Poppins', sans-serif;
    display: flex;
    justify-content: space-around;
    width: 40%;
}

.colocar-btn-conf button {
    background-color: #8e8049;
    color: #000;
    border: none;
    padding: 15px 25px;
    font-size: 13px;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 600;
}

.colocar-flecha-conf {
    position: absolute;
    width: 100%;
    bottom: 10%;
    cursor: pointer;
}

.colocar-flecha-conf svg {
    transform: rotate(90deg);
}

.tamanio-flecha-conf {
    width: 120px;
}

/* svg:hover circle:first-child {
    animation-name: girarCirculo;
    animation: 2s linear;
    opacity: 1;
}

@keyframes girarCirculo {
    from {
        transform: rotate(360deg);
    }

    to {
        transform: rotate(0deg);
    }
} */

.menu-configurador {
    margin-top: 60px;
    overflow: inherit !important;
}

.menu-configurador .menu-config {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    background-color: #000;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 1px;
}

.menu-configurador .menu-config.fijado {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 95%;
    max-width: 1400px;
}

.menu-configurador .menu-config ul {
    margin-left: 30px;
    margin-bottom: 0px;
    width: max-content;
}

.menu-configurador .menu-config ul li {
    display: inline;
    padding-left: 30px;
}

.menu-configurador .menu-config ul li.activo {
    font-weight: bold;
    text-decoration: underline;
    text-underline-offset: 5px;
}

.menu-configurador .titulo-conf {
    margin-left: auto;
    margin-right: auto;
    letter-spacing: 3px;
    font-size: 45px;
    font-family: 'Poppins', sans-serif;
    color: #000;
    font-weight: bold;
    text-align: center;
    padding: 10px 40px 40px;
}

.menu-configurador .contenido {
    font-family: 'Poppins', sans-serif;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2%;
}

.menu-configurador .contenido .subtitulo-conf {
    margin-left: auto;
    margin-right: auto;
    font-size: 30px;
    font-family: 'Poppins', sans-serif;
    color: #000;
}

.menu-configurador .contenido .subtitulo-conf .lavados {
    font-size: 25px;
}

.menu-configurador .ancho {
    position: relative;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1400px;
}

.caja-paquete {
    color: #000;
    border: solid 1px grey;
    padding: 50px 30px;
    margin: 2% 0;
}

.cart-empty {
    padding: 20px;
    text-align: center;
}

.cart-product {
    color: #000;
    border: solid 1px grey;
    padding: 50px 30px;
    margin: 2% 0;
}

.info-cart-product {
    align-content: stretch;
    align-items: flex-start;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
}

.row-product .cart-product {
    padding: 50px 0 30px;
}

.row-product .cart-product .info-cart-product .texto {
    width: 55%;
}

.row-product .cart-product .info-cart-product .precio {
    width: 10%;
    text-align: center;
    margin: auto;
}

.row-product .cart-product .info-cart-product .cantidad {
    width: 25%;
    text-align: center;
}

.row-product .cart-product .info-cart-product .precio p {
    font-size: 15px;
}

.row-product .cart-product .info-cart-product .papelera-conf {
    width: 2.6%;
    text-align: center;
}

.paquete {
    align-content: stretch;
    align-items: flex-start;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
}

.check {
    appearance: none;
    background-color: white;
    cursor: pointer;
    width: 25px;
    height: 25px;
    border: solid 1px #000;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
}

.check:after {
    font-family: "Font Awesome 5 Free";
    content: "\f00c";
    font-weight: 900;
    color: white;
    font-size: 1em;
    display: none;
}

.check:hover {
    background-color: #d7d7d7;
}

.check:checked {
    background-color: #8e8049;
}

.check:checked:after {
    display: block;
}

.checkmark {
    display: none;
    position: relative;
    width: 22px;
    height: 22px;
    transform: rotate(45deg);
}

.checkmark_stem {
    position: absolute;
    width: 2px;
    height: 17px;
    background-color: #000;
    left: 11px;
    top: 2px;
}

.checkmark_kick {
    position: absolute;
    width: 7px;
    height: 2px;
    background-color: #000;
    left: 6px;
    top: 17px;
}

.checkmark_si {
    display: block;
    position: relative;
    width: 22px;
    height: 22px;
    transform: rotate(45deg);
}

.checkmark_no {
    display: none;
    position: relative;
    width: 22px;
    height: 22px;
    transform: rotate(45deg);
}

.paquete .texto {
    padding-top: 0.5%;
}

.paquete .texto p {
    margin-left: 15px;
    margin-bottom: 0px;
    color: #000;
}
.paquete .apartir span {
    font-size: 15px;
}


.paquete .imagen {
    margin-left: auto;
    width: 40%;
    height: 130px;
    /* background-image: url(../images/cabecera-configurador.jpg); */
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;

}

.paquete .precio {
    margin-left: auto;
}

.paquete .precio p {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 0px;
}

.paquete .precio .info {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: solid 1px #000;
    cursor: pointer;
    margin-top: 10px;
}

.paquete .precio .info p {
    z-index: -1;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.menu-config a {
    color: inherit;
    text-decoration: none;
}

.menu-config li {
    transition: all 0.3s;
}

/* Precio dinámico */

.ocultar-seccion-conf {
    transform: translateY(100%);
}

.seccion-precio-dinamico {
    height: 100px;
    background-color: #333;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin-top: 30px;
    z-index: 10;
    transform: translaposi-precioteY(100%);
    transition: transform 2s ease;
}

.seccion-precio-dinamico.relativo {
    position: relative;
}

.seccion-precio-dinamico .total-precio {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.posi-precio {
    display: flex;
    flex-direction: row;
}

.posi-boton-precio {
    display: flex;
    flex-direction: row;
    margin-left: auto;
    height: 80%;
}

@media only screen and (max-width: 1000.98px) {
    .posi-precio {
        flex-direction: column;
        text-align: center;
        width: 40%;
        margin-right: 10px;
    }
}

.texto-iz {
    font-size: 18px;
}

.texto-der {
    font-size: 18px;
    letter-spacing: 2px;
}

.seccion-precio-dinamico .total-precio .texto-iz p {
    margin-bottom: 0px;
}

.seccion-precio-dinamico .total-precio .linea-alto {
    margin-left: 40px;
    height: 70%;
    width: 1px;
    background-color: rgba(255, 255, 255, 0.5);
}

.seccion-precio-dinamico .total-precio .texto-der p {
    margin-bottom: 0px;
    margin-left: 10px;
}

.seccion-precio-dinamico .posi-boton-precio .boton-continua {
    cursor: pointer;
    display: grid;
    position: relative;
    /* height: 80%; */
    border: solid 1px #fff;
    width: 230px;
    margin-left: auto;
}

.seccion-precio-dinamico .posi-boton-precio .boton-continua p {
    text-align: center;
    margin-top: auto;
    margin-bottom: auto;
}

.posi-boton-precio .boton-continua .continua {
    font-weight: bold;
}

.boton-ver-config {
    transition: all 0.4s;
    cursor: pointer;
    display: grid;
    /* height: 80%; */
    width: 230px;
    margin-left: 5px;
    background-color: #fff;
    position: relative;
}

.boton-ver-config p {
    pointer-events: none;
    color: #888;
    text-align: center;
    margin-top: auto;
    margin-bottom: auto;
}

.pie {
    height: 500px;
}

.gris {
    margin: 20px 0px;
    height: 300px;
    background-color: grey;
}

.tamanio-coche {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    color: #000;
    margin: 40px 0px;
}

.tamanio-coche .texto {
    margin-right: 20px;
}

.colocar-casilla-coche {
    display: flex;
    flex-direction: row-reverse;
}

.colocar-casilla-coche div {
    padding-left: 10px;
}

.pop-up {
    position: relative;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    height: 100%;
    width: 100vw;
    z-index: 100;
    display: block;
    overflow-y: auto;
}

.pop-up .contenedor {
    overflow-y: auto;
    position: absolute;
    background-color: #fff;
    height: 80%;
    width: 45%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.precio-pop {
    width: 100%;
    padding: 25px 25px 0;
}

.precio-pop p {
    margin-left: 15px;
}

.titulo-pop {
    width: 100%;
    padding: 10px 25px 0;
    font-size: 30px;
}

.titulo-pop p {
    margin-left: 15px;
    font-weight: 400;
    letter-spacing: 2px;
}

.botones-pop {
    padding: 0px 25px 20px;
}

.botones-pop button {
    margin-left: 15px;
    padding: 7px 15px;
}

.btn-add-cart {
    border: #000 solid 1px;
    background-color: #000;
    color: #fff;
}

.boton-cerrar-conf {
    border: #000 solid 1px;
    background-color: #efefef;
}

.al-final {
    margin-top: auto;
}

.cerrar-pop {
    position: absolute;
    right: 10px;
    top: 10px;
    color: #000;
}

.contenedor {
    display: flex;
    justify-content: left;
    flex-direction: column;
}

.pop-up .contenedor .cerrar-pop p {
    width: max-content;
    margin-left: auto;
    transition: all 0.3s;
    cursor: pointer;
    font-size: 35px;
    text-align: end;
    margin-top: 5px;
    background: #fff;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pop-up .contenedor .imagen {
    width: 100%;
    min-height: 35vh;
    background-color: #000;
    margin: 0;
}

.pop-up .contenedor .texto-pop {
    padding: 25px;
    height: 100%;
}

.pop-up .contenedor .texto-pop textarea {
    width: 100%;
    height: 100%;
    background: transparent;
    padding: 0 15px;
    resize: none;
}

.pop-up .contenedor .texto-pop textarea:focus {
    outline: none;
}

.row-product .cart-product .info-cart-product .texto p {
    margin: 0;
    font-size: 17px;
    padding-right: 10px;
}

.configuracion-completa {
    color: #000;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    height: 100%;
    width: 100vw;
    z-index: 1000;
    display: block;
}

.configuracion-completa .contenedor {
    overflow-y: scroll;
    position: absolute;
    background-color: #fff;
    height: 80%;
    width: 45%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
}

.configuracion-completa .contenedor .cerrar-config p {
    width: max-content;
    margin-left: auto;
    transition: all 0.3s;
    cursor: pointer;
    font-size: 35px;
    text-align: end;
    margin-right: 30px;
    margin-top: 30px;
}

.stop-scrolling {
    height: 100%;
    overflow: hidden;
}

.configuracion-completa .titulo-conf {
    font-size: 30px;
}

.papelera-conf {
    position: relative;
    margin: auto;
    cursor: pointer;
    width: 25px;
    margin: auto 0;
}

/* .papelera-conf img {
    cursor: pointer;
    width: 25px;
    margin: auto 0;
} */

.texto-correo-conf {
    width: 80%;
    margin: 4% auto 6%;
}

.cabecera-texto-correo {
    text-align: left;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 2%;
}

.intro-texto-correo {
    font-size: 15px;
    text-align: justify;
    margin-bottom: 3%;
}

.intro-texto-correo span {
    font-size: 12px;
    font-style: oblique;
}

.total-conf-final {
    text-align: right;
    width: 80%;
    margin: auto auto 10px;
    font-size: 23px;
}

.casillas-btn-correo input:first-child {
    margin-bottom: 3%;
    border-color: rgb(0 0 0 / 50%);
    font-style: italic;
}

.row-product .cart-product {
    border: none;
    border-bottom: 1px solid #8e8049;
}

.row-product .cart-product .info-cart-product .texto {
    margin: auto 0;
}

.row-product {
    width: 80%;
    margin: 0 auto;
    /* border-bottom: 1px solid #8e8049; */
}

.titulo-conf-final {
    font-size: 29px;
    font-weight: 600;
    margin-top: 4%;
}

.botones-configuracion-final {
    text-align: center;
}

.tamanio-logo-home {
    width: 35vw;
    padding-bottom: 15%;
}

.tamanio-header-home {
    height: 70vh;
}

.btn-galeria {
    cursor: pointer;
    transition: all 0.3s;
    behavior: smooth;
}

@media only screen and (max-width: 1920.98px) {

    .tamanio-logo-home {
        padding-bottom: 10%;
    }
}

@media only screen and (max-width: 1680.98px) {
    .tamanio-logo-home {
        padding-bottom: 9%;
    }
}

@media only screen and (max-width: 912.98px) {
    .tamanio-logo-home {
        width: 60vw;
        padding-top: 14%;
        padding-bottom: 15%;
    }

    .tamanio-header-home {
        height: 100vh;
    }
}

@media only screen and (max-width: 420.98px) {
    .tamanio-logo-home {
        width: 80vw;
        padding-top: 14%;
        padding-bottom: 33%;
    }
}

.video {
    width: 100%;
    height: 70vh;
}

.playButton {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    background-color: transparent;
    border: none;
}

.colocar-evo {
    height: auto;
    max-width: 155%;
    left: -13vw;
    transform: rotate(-1deg);
}

/* ** Inicio ** Responsive móvil header */

@media only screen and (max-width: 585.98px) {

    .intro_section .slide_description,
    .intro_section .slides>li .slide_description {
        margin-top: 20vw;
    }

    .iconos-direcc-telf-home-xs {
        display: block;
        padding-right: 0 !important;
    }
}

/* ** Fin ** Responsive móvil header */

/* ** Inicio ** Contenedor y responsive videos */

.section-videos {
    position: relative;
    height: 70vh;
}

.contenedor-videos {
    position: absolute;
    top: 0;
    right: 0;
}

/* ** Fin ** Contenedor y responsive videos */

/* ** Inicio ** Contacto home */

.container-contacto {
    padding: 65px 15px 110px 15px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

@media (min-width: 768px) {
    .container-contacto {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container-contacto {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container-contacto {
        width: 1170px;
    }
}

.titulo-contacto {
    font-size: 2.5vw;
    text-align: center;
}

.subtitulo-contacto {
    color: grey;
    font-size: 1vw;
    font-weight: 400;
}

.posi-parrafo-contacto {
    padding: 1% 0;
}

.parrafo-contacto p {
    padding-right: 1%;
    margin: 0 3%;
}

.icon-text-contact {
    margin-top: 7%;
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
}

@media only screen and (max-width: 700.98px) {

    .icon-text-contact {
        align-items: center;
        flex-direction: column;
    }
}

.colocar-nom-ema-contacto {
    display: flex;
    justify-content: space-between;
}

.tamanio-icon-contact {
    font-size: 22px;
}

.control-form-contac {
    font-style: italic;
    font-weight: 600;
}

.colocar-icon-contact {
    display: table-cell;
    padding-right: 2.5vw;
    /* padding-top: 5%; */
    vertical-align: top;
}

.linea-contacto {
    width: 50px;
    /* margin-left: 0; */
}

.ape-contacto {
    width: 100%;
    margin: 1.5vw 0;
}

.boton-contacto {
    background-color: transparent;
    border: 1px solid #8e8049;
    font-size: 11px;
    padding: 5px 3.5vw;
    margin-top: 1vw;
    font-weight: 800;
}

.gmap {
    position: static;
    height: 100%;
}

.mapa-gris {
    filter: brightness(100%) contrast(100%) saturate(0%) blur(0px) hue-rotate(0deg);
}

.colocar-button {
    text-align: right;
}

@media only screen and (max-width: 1300.98px) {
    .titulo-contacto {
        font-size: 3vw;
    }

    .subtitulo-contacto {
        font-size: 1.5vw;
    }
}

@media only screen and (max-width: 1000.98px) {
    .centrado-xs {
        text-align: center;
    }

    .colocar-icon-contact {
        display: block;
        padding-top: 2%;
        padding-right: 0;
    }
}

@media only screen and (max-width: 920.98px) {
    .colocar-button {
        text-align: center;
    }

    .titulo-contacto {
        font-size: 5vw;
        text-align: center;
    }

    .subtitulo-contacto {
        font-size: 2vw;
        text-align: center;
    }

    .linea-contacto {
        width: 50px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media only screen and (max-width: 575.98px) {
    .titulo-contacto {
        font-size: 6vw;
    }

    .subtitulo-contacto {
        font-size: 3vw;
    }
}

.p-aviso-legal {
    font-size: 11px;
}

.text-content {
    text-align: right;
}

@media only screen and (max-width: 1000.98px) {
    .p-aviso-legal {
        line-height: 22px;
    }
}

/* ** Fin ** Contacto home */

/* ** Inicio ** Footer */

.ver-desktop {
    display: block;
}

.ver-xs {
    display: none;
}

.contenedor-footer {
    padding: 65px 15px 0px 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 768px) {
    .contenedor-footer {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .contenedor-footer {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .contenedor-footer {
        width: 1170px;
        text-align: left;
    }
}

.contenedor-footer-abajo {
    padding: 15px 15px 40px 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 768px) {
    .contenedor-footer-abajo {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .contenedor-footer-abajo {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .contenedor-footer-abajo {
        width: 1170px;
        text-align: left;
    }
}

@media only screen and (max-width: 575.98px) {
    .contenedor-footer-abajo {
        max-width: 330px;
    }
}

.footer-general {
    position: relative;
    display: flex;
}

.footer-izquierda {
    padding-right: 5%;
}

.logo-footer {
    position: absolute;
    left: 0;
    width: 12vw;
}

.parraf-footer {
    position: absolute;
    left: 0;
    top: 28%;
    text-align: justify;
    width: 80%;
    font-size: 12px;
}

@media only screen and (min-width: 1920.98px) {
    .parraf-footer {
        top: 35%;
    }
}

@media only screen and (max-width: 1000.98px) {
    .parraf-footer {
        text-align: center;
    }
}

.footer-derecha {
    padding-top: 6%;
}

.font-footer-head-servicios {
    font-size: 18px;
}

.font-footer-servicios {
    font-size: 16px;
}

.ml-footer-info {
    margin-left: -8%;
}

.mt-footer-soporte {
    margin-top: -18%;
}

.mt-footer-mapa {
    margin-top: -10%;
}

.position-copyright {
    text-align: center;
    padding-left: 1%;
    font-size: 10px;
}

.logo-instagram {
    position: absolute;
    width: 7%;
    left: -1%;
    bottom: -10%;
}

.pl-footer {
    padding-left: 1.4vw;
}

@media only screen and (max-width: 1680.98px) {
    .font-footer-servicios {
        font-size: 14px;
    }
}

@media only screen and (max-width: 1600.98px) {
    .font-footer-head-servicios {
        font-size: 16px;
    }

    .font-footer-servicios {
        font-size: 12px;
    }

    .parraf-footer {
        font-size: 11px;
    }
}

@media only screen and (max-width: 1440.98px) {
    .font-footer-head-servicios {
        font-size: 14px;
    }

    .font-footer-servicios {
        font-size: 11px;
    }

    .logo-instagram {
        width: 6%;
    }

}

.logo-instagram-xs {
    display: none;
}

@media only screen and (max-width: 1000.98px) {
    .ver-desktop {
        display: none;
    }

    .ver-xs {
        display: block;
    }

    .ml-footer-info {
        margin-left: -1%;
    }

    .footer-general {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .header-footer-xs {
        text-align: center;
    }

    .parraf-footer {
        width: 100%;
        font-size: 13px;
        position: relative;
        margin-bottom: 5%;
        max-width: 600px;
    }

    .logo-footer {
        position: relative;
        width: 25vw;
        margin-bottom: 5%;
    }

    .footer-tablet-info {
        display: flex;
        flex-direction: row;
        width: 100%;
        justify-content: space-around;
        margin-bottom: 7%;
    }

    .pdl-tablet {
        padding-left: 1.3vw;
    }

    .logo-instagram {
        display: none;
    }

    .logo-instagram-xs {
        display: block;
        width: 9%;
        padding-top: 5%;
        margin: 0 auto -10%;
    }
}

@media only screen and (max-width: 920.98px) {

    .position-copyright {
        text-align: center;
        padding-left: 0%;
    }
}

@media only screen and (max-width: 575.98px) {
    .logo-footer {
        width: 35vw;
    }

    .pb-footer {
        padding-bottom: 9vw;
    }

    .parraf-footer {
        width: 90%;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 10%;
    }

    .footer-tablet-info {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-bottom: 7%;
    }

    .font-footer-head-servicios {
        font-size: 25px;
    }

    .font-footer-servicios {
        font-size: 16px;
    }

    .ta-mid-footer {
        text-align: center;
    }

    .mm-auto {
        margin-right: auto;
        margin-left: auto;
    }

    .logo-instagram-xs {
        width: 15%;
    }

}

/* ** Fin ** Footer */

/* ** Inicio ** Botones servicios */

.pt-desk {
    padding-top: 6%;
}

.btn-servicios {
    border: none;
    background-color: transparent;
}

/* .btn-servicios:hover {
    color: #8e8049;
    cursor: pointer;
} */

.ico-services-1 {
    width: 44px;
    height: 50px;
}

.ico-services-2 {
    width: 32px;
    height: 50px;
}

.ico-services-3 {
    width: 60px;
    height: 50px;
}

.ico-services-4 {
    width: 55px;
    height: 60px;
}

.fondo-contacto-iconos {
    background-color: #8e8049;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
}

.fondo-contacto-iconos img {
    margin: 40px 0;
}

.ico-contact-1 {
    width: 80px;
    height: 80px;
    opacity: 0.5;
}

.ico-contact-2 {
    width: 60px;
    height: 80px;
    opacity: 0.5;
}

.ico-contact-3 {
    width: 50px;
    height: 100px;
    opacity: 0.5;
}

.ico-contact-4 {
    width: 85px;
    height: 70px;
    opacity: 0.5;
}

.ico-contact-5 {
    width: 80px;
    height: 80px;
    opacity: 0.5;
}

.ico-contact-6 {
    width: 70px;
    height: 80px;
    opacity: 0.5;
}


/* ** Fin ** Botones servicios */

/* ** INICIO ** Testimonios */

.margenes-logo-testimonios {
    margin-top: -4%;
    padding-bottom: 2%;
}

.grande-testimonios {
    padding: 100px;
}

@media only screen and (max-width: 1280.98px) {
    .grande-testimonios {
        text-align: center;
    }

    .espacio-tablet {
        width: 100%;
    }
}


@media only screen and (max-width: 1100.98px) {
    .grande-testimonios {
        padding: 5%;
    }
}

/* ** FIN ** Testimonios */

/* ** INICIO ** PROGRESS BAR */

.progress-wrap {
    position: fixed;
    right: 50px;
    bottom: 30px;
    height: 45px;
    width: 45px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    box-shadow: inset 0 0 0 2px rgba(142, 128, 73, 0.2);
    opacity: 0;
    visibility: hidden;
    transform: translateX(130%);
    z-index: 99;
    transition: all 200ms linear;
}

.progress-wrap::after {
    position: absolute;
    content: "\f108";
    font-family: flaticon !important;
    text-align: center;
    line-height: 45px;
    font-size: 18px;
    color: #8e8049;
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    transform: rotate(90deg);
    cursor: pointer;
    display: block;
    z-index: 1;
}

.progress-wrap svg path {
    fill: none;
}

.progress-wrap svg.progress-circle path {
    stroke: #8e8049;
    stroke-width: 4;
    box-sizing: border-box;
}

.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

.progress-wrap-3 {
    box-shadow: inset 0 0 0 2px rgba(142, 128, 73, 0.2);
}

.progress-wrap-3::after {
    color: #8e8049;
}

.progress-wrap-3 svg.progress-circle path {
    stroke: #8e8049;
}

@media only screen and (max-width: 575.98px) {
    .progress-wrap {
        display: none;
    }
}

/* ** FIN ** PROGRESS BAR */

/* ** INICIO ** Colocar header contacto */

.tamanio-logo-header {
    width: 15vw;
}

.colocar-texto-header {
    display: inline-flex;
}

@media only screen and (max-width: 1000.98px) {
    .tamanio-logo-header {
        width: 45vw;
    }

    .altura-header-xs {
        min-height: 22vh;
    }
}

/* ** FIN ** Colocar header contacto */

/* ** INICIO ** Logo header menu */

.mostrar-logo-menu {
    display: none;
}

.tamanio-logo-menus {
    width: 12vw;
    padding: 10% 10% 0 10%;
}

@media only screen and (min-width: 1920.98px) {
    .tamanio-logo-menus {
        max-width: 8vw;
    }
}

@media only screen and (max-width: 1680.98px) {
    .tamanio-logo-menus {
        margin: 2%;
    }
}

@media only screen and (max-width: 1440.98px) {
    .tamanio-logo-menus {
        width: 15vw;
        margin: 0;
    }
}

@media only screen and (max-width: 1100.98px) {
    .tamanio-logo-menus {
        width: 17vw;
        margin: 1%;
    }
}

@media only screen and (max-width: 980.98px) {
    .tamanio-logo-menus {
        width: 40vw;
        padding: 5%;
        margin: 0;
    }

    .logo-home-movil-xs {
        text-align: center;
    }
}

/* ** FIN ** Logo header menu */


/* ** INICIO ** Colocar cajas de texto videos */

.colocar-box-videos {
    position: relative;
    width: 18vw;
    /* height: 15vh; */
    text-align: center;
    margin-left: 30%;
}

.texto-cuadros {
    font-weight: 300;
    line-height: 2vw;
    text-transform: uppercase;
}

@media only screen and (min-width: 1920.98px) {
    .texto-cuadros {
        padding-top: 1vw;
    }
}

@media only screen and (max-width: 1700.98px) {
    .colocar-box-videos {
        width: 20vw;
    }
}

@media only screen and (max-width: 1600.98px) {
    .colocar-box-videos {
        width: 22vw;
    }
}

@media only screen and (max-width: 1440.98px) {
    .colocar-box-videos {
        width: 24vw;
    }
}

@media only screen and (max-width: 1280.98px) {
    .general-font {
        font-size: 12px;
    }

    .colocar-box-videos {
        width: 24vw;
        margin-left: 20%;
    }

}

@media only screen and (max-width: 1100.98px) {

    .colocar-box-videos {
        width: 23vw;
    }

    .general-font {
        font-size: 9px;
    }
}

@media only screen and (max-width: 1000.98px) {
    .colocar-box-videos {
        width: 80vw;
        margin-left: auto;
        margin-right: auto;
    }

    .general-font {
        font-size: 14px;
    }

    .video {
        height: auto;
    }

    .section-videos {
        height: 60vh;
    }
}

@media only screen and (max-width: 850.98px) {
    .section-videos {
        height: 65vh;
    }
}

@media only screen and (max-width: 770.98px) {
    .section-videos {
        height: 73vh;
    }
}

@media only screen and (max-width: 600.98px) {
    .texto-cuadros {
        line-height: 1.5;
    }

    .section-videos {
        height: 97vh;
    }
}

@media only screen and (max-width: 450.98px) {
    .texto-cuadros {
        line-height: 1.8;
    }

    .section-videos {
        height: 70vh;
    }
}

@media only screen and (max-width: 450.98px) {
    .section-videos {
        height: 77vh;
    }
}

/* ** FIN ** Colocar cajas de texto videos */


/* ** INICIO ** Sobre nosotros */

.intro-about {
    text-align: center;
    font-size: 2rem;
    width: 60%;
}

.centrar-izq {
    text-align: left;
}

.colocar-slider-detail {
    display: flex;
    flex-direction: row;
}

.section-a-d {
    padding: 100px;
}

.pos-about {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.top-texto {
    margin-top: 40px;
}

.cajas-about {
    margin-top: 40px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.tamanio-iconos-about {
    width: 90px;
    height: 80px;
}

.tamanio-iconos-about-3 {
    width: 75px;
    height: 75px;
}

.titulos-ico-about {
    font-size: 2rem;
    padding-top: 10%;
    line-height: 1.5;
}

.text-ico-about {
    font-size: 1.2em;
}

.grande-about {
    padding: 80px;
}

@media only screen and (max-width: 1440.98px) {
    .intro-about {
        font-size: 1.7rem;
    }

    .text-ico-about {
        font-size: 1em;
    }
}

@media only screen and (max-width: 1280.98px) {
    .titulos-ico-about {
        font-size: 1.5rem;
    }

    .tamanio-iconos-about {
        width: 80px;
        height: 70px;
    }

    .tamanio-iconos-about-3 {
        width: 65px;
        height: 65px;
    }

    .cajas-about {
        justify-content: center;
    }
}

.bottommargin_10 {
    margin-bottom: 10px;
}

.colocar-divider-capas {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 5vw;
}

@media only screen and (max-width: 1100.98px) {
    .section-a-d {
        padding: 100px 0;
    }

    .centrar-xs {
        text-align: center;
    }

    .mb-xs {
        margin-bottom: 6vw;
    }

    .colocar-divider {
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    .colocar-divider-capas {
        width: 20vw;
    }

    .iconos-about-deta {
        display: block;
        margin-bottom: 2vw;
    }

    .mt-10-xs {
        margin-top: 10%;
    }

    .cajas-about {
        flex-direction: column;
        align-items: center;
    }

    .iconos-xs {
        text-align: center;
    }

    .pos-about {
        width: 80%;
        margin: 0 auto;
    }

    .grande-about {
        padding: 10% 0;
    }

}

@media only screen and (max-width: 920.98px) {
    .titulos-ico-about {
        padding-top: 3%;
    }
}

@media only screen and (max-width: 850.98px) {
    .pos-about {
        width: 90%;
    }
}

@media only screen and (max-width: 770.98px) {
    .pos-about {
        width: 80%;
    }
}

@media only screen and (max-width: 600.98px) {
    .pos-about {
        width: 100%;
    }
}

@media only screen and (max-width: 450.98px) {
    .tit-xs {
        font-size: 23px;
    }
}



/* ** FIN ** Sobre nosotros */

/* ** INICIO ** Apartado capas - PPF */


@media only screen and (min-width: 1920.98px) {
    .info-vid-ppf {
        font-size: 2.4rem;
    }
}

.contenedor-grande-ppf {
    height: 100%;
    width: 100%;
}

.cabecera-capas {
    width: 50%;
}

.texto-cabecera {
    font-size: 70px;
    text-align: left;
}

.apartado-capas {
    display: flex;
    padding-top: 30px !important;
}

.texto-capas {
    line-height: 28px;
    font-size: 16px;
    text-align: left;
    ;
    padding: 3% 14% 0 0;
}

.espacio-parrafos-capas {
    margin-bottom: 5%;
}

.tres-mr {
    margin-right: 3vw;
}

.img-capas {
    position: relative;
    width: 50%;
}

.imagen1 {
    width: 530px;
    height: 620px;
    margin-left: -7%;
}

.imagen2 {
    position: absolute;
    margin-top: 35%;
    margin-left: -50%;
    z-index: 1;
    width: 390px;
    height: 480px;
}

.seccion-video-ppf {
    position: relative;
}

.contenedor-video-ppf {
    display: flex;
    margin: 0 auto;
    position: relative;
}

.colocar-video-ppf {
    width: 50%;
}

.colocar-video-ppf video {
    width: 100%;
}

.texto-video-ppf {
    width: 50%;
    padding: 7.3% 8% 0;
}

.titulo-vid-ppf {
    font-size: 40px;
    color: white;
    font-weight: 600;
    line-height: 5rem;
}

.info-vid-ppf {
    font-size: 2rem;
    margin-top: 20px;
    line-height: 6rem;
}

@media only screen and (max-width: 1700.98px) {

    .texto-video-ppf {
        padding: 6% 8% 0;
    }
}

@media only screen and (max-width: 1440.98px) {
    .texto-capas {
        font-size: 13.5px;
    }

    .info-vid-ppf {
        font-size: 13.5px;
        margin-top: 30px;
        line-height: 4rem;
    }

    .imagen1 {
        width: 460px;
        height: 520px;
        margin-left: -20%;
    }

    .imagen2 {
        width: 350px;
        height: 400px;
    }

}

@media only screen and (max-width: 1100.98px) {
    .texto-capas {
        font-size: 13.5px;
        line-height: 23px;
        text-align: center;
        margin-bottom: 10%;
        padding: 5%;
    }

    .espacio-parrafos-capas {
        margin-bottom: 2%;
    }

    .info-vid-ppf {
        font-size: 13.5px;
    }

    .apartado-capas {
        flex-direction: column;
        padding: 30px 100px 100px;
    }

    .img-capas {
        margin: auto;
    }

    .contenedor-video-ppf {
        flex-direction: column-reverse;
    }

    .colocar-video-ppf {
        width: 100%;
    }

    .texto-video-ppf {
        width: 100%;
        padding: 4% 8%;
        margin: auto;
        text-align: center;
    }

    .texto-cabecera {
        font-size: 50px;
        text-align: center;
    }

    .imagen2 {
        margin-top: 45%;
    }
}

@media only screen and (max-width: 950.98px) {

    .img-capas {
        width: 100%;
    }

    .texto-cabecera {
        line-height: 1.4em;
    }

    .imagen1 {
        margin-left: 0;
    }

    .imagen2 {
        margin-top: 40%;
    }
}

@media only screen and (max-width: 575.98px) {
    .apartado-capas {
        padding: 30px 10px 100px;
        overflow: hidden;
    }

    .imagen2 {
        margin-left: -65%;
    }
}

@media only screen and (max-width: 420.98px) {
    .imagen1 {
        width: 350px;
    }

    .texto-cabecera {
        font-size: 35px;
    }
}

/* ** FIN ** Apartado capas - PPF */


/* ** INICIO ** Apartado Información PPF - PPF */

.textos-derecha-coche {
    background-image: url(../images/PPF_1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100vw;
    background-color: rgba(0, 0, 0, 0.5);
}

.colocar-h-p-der {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    font-weight: 200;
    padding: 170px 250px;
    line-height: 30px;
}

.tit-text-ppf {
    flex: 0 1 calc(25% - 60px);
    margin: 10px;
}

/* .tit-text-ppf:has(.first) {
    margin-left: 0;
} */

.colocar-h-p-der h4 {
    color: #8e8049;
    text-align: left;
    margin-left: 20px;
    font-size: 24px;
    text-transform: uppercase;
}

.colocar-h-p-der ul {
    text-align: left;
    font-size: 16px;
}

.color-fondo {
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
}

.colocar-der {
    width: 100%;
    padding: 4vw;
}

.colocar-izq {
    width: 100%;
    padding: 3vw;
}

.p-btom-A {
    padding-bottom: 3vw;
}

.p-btom-B {
    padding-bottom: 3vw;
}

.lista-interior {
    padding: 20px 20px 0;
}

.lista-interior li {
    padding-bottom: 10px;
}

@media only screen and (min-width: 1920.98px) {
    .colocar-h-p-der {
        padding: 180px 450px;
    }

    .tit-text-ppf {
        flex: 0 1 calc(25% - 40px);
    }
}

@media only screen and (max-width: 1500.98px) {
    .colocar-h-p-der {
        padding: 130px 170px;
    }
}

@media only screen and (max-width: 1440.98px) {
    .colocar-h-p-der h4 {
        font-size: 20px;
    }

    .colocar-h-p-der ul {
        font-size: 13.5px;
    }
}

@media only screen and (max-width: 1100.98px) {
    .tit-text-ppf {
        flex: 0 1 calc(50% - 20px);
    }

    .colocar-h-p-der {
        padding: 70px;
    }
}

@media only screen and (max-width: 575.98px) {
    .tit-text-ppf {
        flex: 0 1 calc(100% - 20px);
    }


    .colocar-h-p-der {
        padding: 40px;
    }
}

@media only screen and (max-width: 420.98px) {
    .colocar-h-p-der {
        padding: 20px;
    }
}

/* ** FIN ** Apartado Información PPF - PPF */

/* ** INICIO ** Logo XPEL - PPF */

.section-logo-xpel {
    width: 100%;
    height: 100px;
    position: relative;
}

.amarillo-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 40%;
    height: 100%;
    background-color: #8e8049;
    font-size: 30px;
    color: #fff;
    text-transform: uppercase;
}

.logo-ppf-xpel {
    position: absolute;
    width: 60%;
    height: 100%;
    right: 0;
    background-color: #000;
    display: flex;
    justify-content: end;
    align-items: center;
}

.logo-ppf-xpel img {
    width: 230px;
    margin-right: 25%;
}

@media only screen and (max-width: 1600.98px) {
    .amarillo-logo {
        font-size: 26px;
    }

    .colocar-h-p-der {
        line-height: 25px;
    }
}

@media only screen and (max-width: 1366.98px) {
    .amarillo-logo {
        font-size: 23px;
    }
}

@media only screen and (max-width: 1100.98px) {
    .amarillo-logo {
        font-size: 19px;
    }

    .cabecera-capas {
        width: 100%;
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

    .logo-ppf-xpel img {
        margin-right: 10%;
    }
}


@media only screen and (max-width: 575.98px) {
    .amarillo-logo {
        display: none;
    }

    .logo-ppf-xpel {
        width: 100%;
        justify-content: center;
    }

    .logo-ppf-xpel img {
        margin-right: 0;
    }
}


/* ** FIN ** Logo XPEL - PPF */


/* ** INICIO ** Información detailing - Detailing */

.info-detailing {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

.texto-detailing {
    font-size: 15px;
    text-align: left;
}

.titulo-texto-detailing {
    text-align: left;
    text-transform: uppercase;
}

@media only screen and (max-width: 1100.98px) {
    .info-detailing {
        flex-direction: column;
    }

    .before-after {
        width: 80%;
    }

    .texto-detailing {
        text-align: center;
    }

    .titulo-texto-detailing {
        text-align: center;
    }
}

@media only screen and (max-width: 600.98px) {
    .before-after {
        width: 100%;
    }
}

/* ** FIN ** Información detailing - Detailing */


/* ** INICIO ** Instalaciones - Contacto */

.instalaciones-todo {
    width: 100%;
    height: auto;
    background-color: #595959;
}

.completo {
    width: 100%;
    height: 100%;
}

.img-instalaciones {
    margin: 0;
    padding: 0;
}

.posi-instalaciones {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.textos-instalaciones {
    padding: 60px 0 0 60px;
}

.titulo-instalaciones {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 10%;
}

.titulo-instalaciones p {
    margin-bottom: 3%;
}

.info-instalaciones {
    padding-right: 11%;
}

.info-instalaciones p:nth-child(-n+2) {
    margin-bottom: 20px;
}

@media only screen and (min-width: 1920.98px) {
    .titulo-instalaciones {
        font-size: 40px;
    }

    .info-instalaciones {
        font-size: 20px;
        line-height: 1.7;
    }
}

@media only screen and (max-width: 1680.98px) {
    .ico-contact-1 {
        width: 70px;
        height: 70px;
    }

    .ico-contact-2 {
        width: 50px;
        height: 70px;
    }

    .ico-contact-3 {
        width: 45px;
        height: 90px;
    }

    .ico-contact-4 {
        width: 80px;
        height: 75px;
    }

    .ico-contact-5 {
        width: 70px;
        height: 70px;
    }

    .ico-contact-6 {
        width: 60px;
        height: 70px;
    }

    .titulo-instalaciones {
        font-size: 28px;
    }

    .info-instalaciones {
        font-size: 11px;
    }

    .textos-instalaciones {
        padding: 20px 0 0 60px;
    }

    .fondo-contacto-iconos img {
        margin: 30px 0;
    }
}

@media only screen and (max-width: 1600.98px) {
    .titulo-instalaciones {
        font-size: 25px;
    }

    .info-instalaciones {
        line-height: 2;
    }
}

@media only screen and (max-width: 1450.98px) {
    .ico-contact-1 {
        width: 60px;
        height: 60px;
    }

    .ico-contact-2 {
        width: 40px;
        height: 60px;
    }

    .ico-contact-3 {
        width: 40px;
        height: 75px;
    }

    .ico-contact-4 {
        width: 70px;
        height: 65px;
    }

    .ico-contact-5 {
        width: 60px;
        height: 60px;
    }

    .ico-contact-6 {
        width: 55px;
        height: 60px;
    }

    .titulo-instalaciones {
        font-size: 22px;
        line-height: 1;
        margin-bottom: 8%;
    }

    .info-instalaciones {
        line-height: 1.6;
    }

    .info-instalaciones p:nth-child(-n+2) {
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 1370.98px) {
    .fondo-contacto-iconos img {
        margin: 20px 0;
    }
}

@media only screen and (max-width: 1300.98px) {
    .info-instalaciones {
        padding-right: 0%;
    }

    .textos-instalaciones {
        padding: 10px 0 0 60px;
    }
}

.titulo-instalaciones-md {
    display: none;
}

@media only screen and (max-width: 1100.98px) {
    .ico-contact-1 {
        width: 50px;
        height: 50px;
    }

    .ico-contact-2 {
        width: 30px;
        height: 50px;
    }

    .ico-contact-3 {
        width: 30px;
        height: 55px;
    }

    .ico-contact-4 {
        width: 55px;
        height: 45px;
    }

    .ico-contact-5 {
        width: 50px;
        height: 50px;
    }

    .ico-contact-6 {
        width: 45px;
        height: 50px;
    }

    .oculto-tablet {
        display: none;
    }

    .posi-instalaciones {
        flex-direction: column-reverse;
    }

    .textos-instalaciones {
        width: 100%;
        text-align: center;
        padding: 20px 50px;
    }

    .titulo-instalaciones {
        display: none;
    }

    .titulo-instalaciones-md {
        display: block;
        line-height: 1.4;
        font-size: 30px;
        margin-bottom: 3%;
        font-weight: 600;
    }

    .info-instalaciones {
        font-size: 14px;
    }

    .img-instalaciones {
        width: 90%;
        margin-right: auto;
        margin-left: auto;
    }
}

@media only screen and (max-width: 950.98px) {
    .img-instalaciones {
        width: 100%;
    }

    .titulo-instalaciones-md {
        font-size: 26px;
        ;
    }

    .info-instalaciones {
        font-size: 12px;
    }
}

@media only screen and (max-width: 780.98px) {
    .titulo-instalaciones-md {
        font-size: 23px;
        ;
    }

    .info-instalaciones {
        font-size: 11px;
    }
}

.titulo-instalaciones-xs {
    display: none;
}

@media only screen and (max-width: 575.98px) {

    .titulo-instalaciones-md {
        display: none;
    }

    .titulo-instalaciones-xs {
        display: block;
        line-height: 1.6;
        font-size: 20px;
        margin-bottom: 3%;
        font-weight: 600;
    }

    .ico-contact-1 {
        width: 40px;
        height: 40px;
    }

    .ico-contact-2 {
        display: none;
    }

    .ico-contact-3 {
        display: none;
    }

    .ico-contact-4 {
        width: 45px;
        height: 35px;
    }

    .ico-contact-5 {
        display: none;
    }

    .ico-contact-6 {
        width: 35px;
        height: 40px;
    }

    .textos-instalaciones {
        padding: 20px 40px;
    }
}

@media only screen and (max-width: 420.98px) {
    .textos-instalaciones {
        padding: 20px;
    }
}

/* ** FIN ** Instalaciones - Contacto */

/* ** INICIO ** Slider instalaciones - Contacto */

.img-multiple {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.cambio-img {
    width: 500%;
    height: 100%;
    display: flex;
}

.cambio-img input {
    display: none;
}

.cambio-img {
    /* width: 20%; */
    transition: 2s;
}

.cambio-img img {
    width: 100%;
    height: 100%;
}

.navigation-manual {
    position: absolute;
    width: 100%;
    margin-top: -30px;
    display: flex;
    justify-content: center;
}

.manual-btn {
    border: 2px solid #8e8049;
    padding: 2px;
    border-radius: 10px;
    cursor: pointer;
    transition: 1s;
}

.manual-btn:not(:last-child) {
    margin-right: 40px;
}

#radio1:checked~.first {
    margin-left: 0;
}

#radio2:checked~.first {
    margin-left: -20%;
}

#radio3:checked~.first {
    margin-left: -40%;
}

#radio4:checked~.first {
    margin-left: -60%;
}

#radio1-xs:checked~.first {
    margin-left: 0;
}

#radio2-xs:checked~.first {
    margin-left: -20%;
}

#radio3-xs:checked~.first {
    margin-left: -40%;
}

#radio4-xs:checked~.first {
    margin-left: -60%;
}

.navigation-auto {
    position: absolute;
    display: flex;
    width: 100%;
    justify-content: center;
    /* margin-top: 50%; */
    visibility: hidden;
}

.navigation-auto div {
    border: 2px solid #8e8049;
    padding: 2px;
    border-radius: 10px;
    transition: 1s;
}

.navigation-auto div:not(:last-child) {
    margin-right: 40px;
}

#radio1:checked~.navigation-auto .auto-btn1 {
    background: #8e8049;
}

#radio2:checked~.navigation-auto .auto-btn2 {
    background: #8e8049;
}

#radio3:checked~.navigation-auto .auto-btn3 {
    background: #8e8049;
}

#radio4:checked~.navigation-auto .auto-btn4 {
    background: #8e8049;
}

#radio1-xs:checked~.navigation-auto .auto-btn1 {
    background: #8e8049;
}

#radio2-xs:checked~.navigation-auto .auto-btn2 {
    background: #8e8049;
}

#radio3-xs:checked~.navigation-auto .auto-btn3 {
    background: #8e8049;
}

#radio4-xs:checked~.navigation-auto .auto-btn4 {
    background: #8e8049;
}


/* ** FIN ** Slider instalaciones - Contacto */


/* ** INICIO ** Politicas y aviso legal */

.wb {
    background-color: white;
    color: black;
}

.section-padding {
    padding: 7% 0;
}

.letraprincipal {
    font-family: "Manrope", sans-serif;
    padding: 20px;
}

.py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

.letra {
    font-family: "Manrope", sans-serif;
    text-align: justify;
}

.lista-privacidad {
    list-style: disc;
}

.lista-privacidad a {
    font-family: "Manrope", sans-serif;
}

.contenedor-poli-aviso {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.contenedor-poli-aviso h1 {
    font-family: "Manrope", sans-serif;
}

.letratitulo {
    font-family: "Manrope", sans-serif;
}

.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;
    }
}

/* ** FIN ** Politicas y aviso legal */

/* ******************************************************************* */


/* ** INICIO **  Responsive configurador */

#contenedor-imagen-conf {
    text-align: center;
    width: 100%;
    display: none;
}

@media only screen and (min-width: 1100.98px) {
    #imagen-mostrada {
        height: 50vh;
    }
}

@media only screen and (min-width: 1920.98px) {
    .imagen-inicio {
        height: 95vh;
    }

    .colocar-btn-conf button {
        font-size: 16px;
        padding: 25px 35px;
        letter-spacing: 6px;
    }

    .colocar-btn-conf {
        width: 45%;
    }
}

@media only screen and (max-width: 1680.98px) {
    .colocar-btn-conf button {
        padding: 10px 20px;
    }

    .titulo-conf-final {
        font-size: 26px;
    }

    .row-product .cart-product .info-cart-product .texto p {
        font-size: 15px;
    }

    .row-product .cart-product .info-cart-product .precio p {
        font-size: 13px;
    }

    .intro-texto-correo {
        font-size: 13px;
    }

    .intro-texto-correo span {
        font-size: 11px;
    }
}

@media only screen and (max-width: 1440.98px) {
    .colocar-btn-conf {
        width: 50%;
    }

    .colocar-btn-conf button {
        font-size: 12px;
    }

    .tamanio-flecha-conf {
        width: 90px;
    }

    .pop-up .contenedor {
        width: 55%;
    }

    .configuracion-completa .contenedor {
        width: 55%;
    }
}

@media only screen and (max-width: 1370.98px) {
    .colocar-btn-conf button {
        font-size: 16px;
    }

    .colocar-tit-conf h3 {
        font-size: 5rem;
    }

    .seccion-precio-dinamico {
        height: 70px;
    }
}

@media only screen and (max-width: 1100.98px) {
    .colocar-tit-conf h3 {
        font-size: 4rem;
    }

    .colocar-btn-conf {
        width: 70%;
    }

    .imagen-inicio {
        height: 86vh;
        margin-top: -100px;
    }

    .position-text-btn-conf {
        padding: 130px 90px 100px;
    }

    .colocar-tit-conf {
        top: 30%;
    }

    .pop-up .contenedor {
        width: 80%;
        text-align: center;
    }

    .configuracion-completa .contenedor {
        width: 80%;
        text-align: center;
    }

    .titulo-conf-final {
        font-size: 23px;
    }

    .row-product .cart-product .info-cart-product .texto p {
        font-size: 13px;
    }

    .row-product .cart-product .info-cart-product .precio p {
        font-size: 11px;
    }

    .cabecera-texto-correo {
        text-align: center;
        font-size: 15px;
    }

    .intro-texto-correo {
        font-size: 11px;
    }

    .intro-texto-correo span {
        font-size: 9px;
    }

    .casillas-btn-correo span {
        font-size: 11px;
    }

    .menu-configurador .menu-config ul li:first-child {
        padding-left: 0px;
    }

}

@media only screen and (max-width: 920.98px) {
    .colocar-tit-conf h3 {
        font-size: 7rem;
    }

    .colocar-tit-conf {
        width: 80%;
    }

    .colocar-btn-conf {
        flex-direction: column;
        margin-top: 150px;
    }

    .colocar-btn-conf button {
        margin: 10px auto;
        width: 70%;
        font-size: 14px;
        padding: 15px 25px;
    }

    .colocar-tit-conf {
        top: 25%;
    }

    .caja-paquete {
        padding: 20px;
    }

    .paquete .imagen {
        height: 110px;
    }

    .caja-paquete .paquete .texto {
        width: 40%;
    }
}

@media only screen and (max-width: 770.98px) {

    .colocar-tit-conf h3 {
        font-size: 6rem;
    }

}

.menu-conf-movil {
    display: none;
}

.ocultar {
    display: block;
}

@media only screen and (max-width: 575.98px) {

    /*.ocultar {
        display: none;
    }*/

    .colocar-tit-conf {
        top: 20%;
    }

    .colocar-tit-conf h3 {
        font-size: 4rem;
    }

    .colocar-btn-conf {
        margin-top: 100px;
        width: 100%;

    }

    .colocar-flecha-conf {
        display: none;
    }

    .menu-configurador .titulo-conf {
        font-size: 29px;
    }

    .menu-configurador .menu-config ul {
        margin-left: 10px;
    }

    .seccion-precio-dinamico .total-precio {
        width: 90%;
    }

    .seccion-precio-dinamico .total-precio .linea-alto {
        margin-left: 10px;
    }

    .seccion-precio-dinamico .total-precio .texto-der p {
        margin: 0 10px;
        font-size: 11px;
    }

    .seccion-precio-dinamico .total-precio .texto-iz {
        font-size: 15px;
    }

    .paquete .imagen {
        margin-top: 20px;
    }

    .paquete .precio {
        margin: auto;
    }

    .titulo-conf {
        display: none;
    }

    /*.menu-conf-movil {
        display: block;
        position: relative;
        width: 100%;
    }*/

    /*.menu-configurador .menu-config {
        background-color: transparent;
    }

    .btn-conf-movil {
        width: 100%;
        background-color: #333;
        border: none;
        padding: 10px 20px;
        letter-spacing: 4px;
    }

    .opciones-conf {
        display: none;
        position: relative;
        list-style-type: none;
        padding: 0;
        margin: 0;
        width: 100% !important;
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .opciones-conf li {
        padding: 10px;
        color: white;
        background-color: #333;
        transition: background-color 0.3s;
    }*/

    .menu-configurador {
        margin-top: 30px;
    }

    .menu-configurador .menu-config ul li {
        display: list-item;
    }*/

    .seccion-precio-dinamico .posi-boton-precio .boton-continua p {
        font-size: 11px;
        line-height: 1.5;
    }

    .row-product .cart-product .info-cart-product .precio p {
        font-size: 15px;
    }

    .colocar-btn-conf button {
        margin: 10px auto;
        width: 70%;
        font-size: 11px;
    }

    .paquete .imagen {
        width: 0;
    }

    .menu-configurador .menu-config ul li:first-child {
        padding-left: 30px;
    }

    .row-product .cart-product .info-cart-product .papelera-conf {
        width: 5%;
    }

    .total-conf-final {
        font-size: 18px;
    }

    .boton-continua {
        width: 50%;
    }

    .boton-ver-config {
        width: 50%;
    }

    .boton-ver-config p {
        font-size: 11px;
    }

    .seccion-precio-dinamico .total-precio {
        flex-direction: column;
    }

    .seccion-precio-dinamico {
        height: auto;
        padding-top: 10px;
        padding-bottom: 20px;
    }

    .posi-boton-precio {
        margin-left: 0;
        height: 40px;
        width: 100%;
    }

    .posi-precio {
        padding-bottom: 10px;
        width: 100%;
    }

}


@media only screen and (min-width: 300.98px) and (max-width: 420.98px) {

    .position-text-btn-conf {
        padding: 0;
    }

    .colocar-btn-conf button {
        padding: 10px 20px;
    }

    .colocar-tit-conf h3 {
        font-size: 2.8rem;
        line-height: 1.5;
    }

    .menu-configurador .titulo-conf {
        line-height: 1.5;
    }

    .titulo-pop {
        font-size: 25px;
    }

    .boton-cerrar-conf {
        margin-top: 10px;
    }
}

@media only screen and (min-width: 1100.98px) {
    .papelera-conf {
        opacity: 0.5;
    }
}


/* ** FIN **  Responsive configurador */

/* ** INICIO ** Mensaje eliminar paquete Configurador */


.pastilla-eliminar-paquete {
    display: none;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
    width: 400px;
    color: #000;
    text-align: center;
    font-size: 20px;
}

.pastilla-eliminar-paquete button {
    margin-top: 20px;
}

/* ** FIN ** Mensaje eliminar paquete Configurador */

/* ** INICIO ** Vídeos Home pantallas verticales */

.videos-vertical {
    display: none;
}

.video-xs {
    display: none;
    opacity: 0;

}

@media only screen and (max-width: 1000.98px) {
    .section-videos {
        display: none;
    }

    .videos-vertical {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .caja-xs {
        border: 1px solid rgba(142, 128, 73, 0.2);
        width: 80%;
        text-align: center;
        margin: 20px 0;
        padding: 40px 80px;
        background-color: #333333;
    }

    .caja-xs.activa-xs {
        border-color: #c1001b;
        transition: border 0.5s ease;
    }

    .caja-xs h3 {
        font-size: 20px;
        line-height: 2;
        letter-spacing: 2px;
    }

    .video-xs.mostrar {
        display: block;
        opacity: 1;
    }

    .video-xs video {
        width: 100%;
    }

    .boton-reproduccion {
        width: 50px;
        height: 50px;
        background-color: transparent;
        border: 2px solid white;
        border-radius: 50%;
        position: relative;
        cursor: pointer;
        margin-top: 3%;
    }

    .boton-reproduccion::before {
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 10px 0 10px 20px;
        border-color: transparent transparent transparent white;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-40%, -50%);
    }
}

@media only screen and (max-width: 850.98px) {
    .caja-xs h3 {
        font-size: 17px;
    }
}

@media only screen and (max-width: 600.98px) {
    .caja-xs {
        padding: 30px;
    }
}

@media only screen and (max-width: 450.98px) {
    .caja-xs h3 {
        font-size: 15px;
    }
}

/* ** FIN ** Vídeos Home pantallas verticales */

/* HOVER PARA PANTALLAS NO TÁCTILES */

@media (hover : hover) {
    a:hover {
        color: inherit;
    }

    .menu ul li:hover {
        color: #d7af28;
    }

    .servicios .imagen:hover img {
        filter: brightness(0.4);
    }

    .servicios .imagen:hover .text {
        opacity: 1;
    }

    .boton-ver-config:hover {
        filter: brightness(0.8);
    }

    .colocar-btn-conf button:hover {
        background-color: #d4c99f;
    }

    .btn-add-cart:hover {
        background-color: #8e8049;
    }


    .boton-cerrar-conf:hover {
        background-color: #8e8049;
    }

    .pop-up .contenedor .cerrar-pop p:hover {
        font-weight: 600;
        color: rgb(71, 69, 69);
    }

    .configuracion-completa .contenedor .cerrar-config p:hover {
        font-weight: 600;
        color: rgb(71, 69, 69);
    }

    /* .papelera-conf:hover {
        opacity: 1;
    } */

    .papelera-conf:hover {
        transform: scale(1.1);
        opacity: 1;
    }

    .boton-contacto:hover {
        border: 1px solid #c1001b;
    }

    .manual-btn:hover {
        background-color: #8e8049;
    }
}

/* Fondo transparente obligar a seleccionar coche */

.fondo-transparente {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 999;
}

.mensaje-seleccion {
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    text-align: center;
}

.btn-ajustar-cantidad {
    background-color: transparent !important; 
    border: none !important;
}