/*Estilos Css no bootstrap*/
body {
    font-family: 'Titillium Web', sans-serif;
}
.no-padmar{
    margin: 0;
    padding: 0;
}

/*ESTILO CURSOR SUBIR*/
.ir-arriba {
    display: none;
    padding: 1rem;
    background: #102682;
    color: #fff;
    cursor: pointer;
    position: fixed;
    bottom: 10rem;
    right: 0;
    border-radius: 5px;
}

/*ESTILOS PARA NAV Y HEADER*/
.home {
    padding: 0;
    margin: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    background-image: url("../img/pasillo.jpg");
}

.nav-ul-logo {
    margin-left: 0;
}
.nav{
    background-color: rgba(192, 192, 192, 0.45);

}
.navi {
    min-height: 100px;
    margin: 0;
    padding: 0;
    position: fixed;
}

.nv-item {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.nv-item-contact {
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
}
.nv-logo{
    text-align: end;
}
.nv-nav-or{
    align-items: end;
}
/*.nv-item:hover{
    transition: 1s;
    background-color: #102682;
    color: white;
}*/
.nv-link {
    height: auto;
    font-size: 16px;
    font-weight: 500;
    margin-top: 1rem;
    margin-bottom: 0;
    margin-left: 1.5rem;
    margin-right: 1.5rem;
    color: white;
    text-decoration: none;
}

.nv-link-contact {
    transition-duration: 1s;
    font-size: 15px;
    font-weight: bold;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    margin-left: 1.5rem;
    margin-right: 1.5rem;
    color: #102682;
    background-color: #00E13A;
    text-decoration: none;
    padding: 0.5em;
    border: #00E13A solid 1px;
    border-radius: 10px;
}

.nv-link-contact:hover {
    transition-duration: 1s;
    background-color: whitesmoke;
    color: #102682;
    font-weight: bold;
    border: #102682 solid 1px;
    border-radius: 10px;
}
.col-lg-4 > a:hover{
    color: white;
}

.col-lg-4 > a {
    position: relative;
    overflow: hidden;
    display: inline-block;
    text-decoration: none;
    color: white;
}
.col-lg-4 > a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: -100%;
    width: 100%;
    height: 2px;
    color: white;
    background: white;
    transition: left .8s;
}
.col-lg-4 > a:hover:after {
    color: white;
    left: 0;
}

/*ESTILOS SLIDER*/
.slider {
    padding-top: 0;
}

@media(min-width: 740px){
        .slider-button {
            padding-top: 2.5rem;
        }
        .cnt-stn-pdn {
            padding-top: 10rem;
            padding-bottom: 5rem;
        }
        .cnt-stn {
            font-size: 3rem;
            font-weight: 200;
        }
        .imagen-pasillo {
            width: 100%;
            min-height: 840px;
            background-repeat: no-repeat;
            background-position: top;
            background-size: cover;
            padding-bottom: 2rem;
            padding-top: 2rem;
        }
}
@media(max-width: 740px){
        .slider-button {
            padding-top: 0;
        }
        .cnt-stn-pdn {
            padding-top: 0;
            padding-bottom: 0;
        }
        .cnt-stn {
            font-size: 1.5rem;
            font-weight: 200;
        }
        .imagen-pasillo {
            width: 100%;
            min-height: 580px;
            background-repeat: no-repeat;
            background-position: top;
            background-size: cover;
            padding-bottom: 2rem;
            padding-top: 2rem;
        }
}


.cnt-stn-alig {
    text-align: center;
}

.cnt-stn-primary {
    font-weight: 600;
    font-style: italic;
    color: #00E13A;
    text-shadow: rgb(32, 30, 30) 3px 3px, 0 0 1em rgb(0, 0, 0), 0 0 0.2em black;
    text-align: center;
    min-height: 120px;
}

.cnt-stn-secondary {
    font-weight: 300;
    color: white;
    text-shadow: #232422bd 3px 3px;
    text-align: center;
}

.cnt-stn-thirt {
    text-align: center;
    font-weight: 300;
    color: white;
    text-shadow: #232422bd 3px 3px;
}

/*ESTILOS BOTON SLIDER*/


.sld-btn {
    text-align: center;
}

.sld-btn-pdn {
    padding: 2rem;
}

@media(min-width: 740px){
        
    .sld-btn-size {
        font-size: 2rem;
    }
}
@media(max-width: 740px){
        
    .sld-btn-size {
        font-size: 1rem;
    }
}

/*ESTILOS PARA BLOQUE ABOUT*/
.tittle {
    padding-top: 2rem;
    padding-bottom: 2rem;
    font-weight: 200;
    font-size: 2.5rem;
    text-align: center;
}



.span-tittle-about {
    font-weight: 700;
}

.fondo-frase {
    background-attachment: fixed;
    background-image: url("../img/recambio.jpg");
    width: 100%;
    min-height: 240px;
    background-repeat: no-repeat;
    background-size: cover;

}
@media(min-width: 740px){
    .format-text{
        font-size: 1.2rem;
        font-weight: 400;
        text-align: justify;
    }
    
}
@media(max-width: 740px){
    .format-text{
        font-size: 1rem;
        font-weight: 400;
        text-align: justify;
    }
    
}
.cnt-photo-about {
    padding: 1rem;
    font-size: 1rem;
}

/*ESTILOS FRASE PRINCIPAL*/
.stl-fr {
    font-size: 2.75rem;
    font-weight: 300;
}

.stl-fr-principal {
    text-align: center;
    align-content: center;
    align-items: center;
    padding-top: 4.5%;
    padding-bottom: 2.5%;
    font-style: italic;
    color: white;
    text-shadow: #232422bd 3px 3px;
}

/*ESTILOS BLOQUE SERVICES*/
.services {
    padding-top: 2rem;
    padding-bottom: 2rem;
    min-height: 930px;
    width: auto;
}

.sr-pdn {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.sr-mgn {
    margin: 0;
}

.sr-alg-center {
    text-align: center;
}

@media (min-width: 740px){
    .sr-pdn-en-service {
        padding: 2.5rem;
    }
}
@media (max-width: 740px){
    .sr-pdn-en-service {
        padding: 0.5rem;
    }
}


.en-1-service {
    background-image: url("../img/recambio-link.jpg");
    max-width: auto;
    height: 400px;
    background-position-x: center;
    background-position: center;
    transition: 2s;
    background-size: 140%;
    background-repeat: no-repeat;
}

.en-1-service:hover {
    transition: 2s;
    background-size: 150%;
}

.en-1-service-hv {
    transition: 2s;
    background-color: transparent;
    max-width: auto;
    height: 400px;
}

.en-1-service-hv:hover {
    transition: 2s;
    background-color: hsla(228, 85%, 26%, 0.78)
}

.en-1-service-text {
    padding-top: 5rem;
    max-width: auto;
    height: 400px;
    transition: 2s;
    opacity: 0%;
    font-weight: 400;
    font-style: italic;
    font-size: 20px;
    color: white;
}

.en-1-service-text:hover {
    transition: 1s;
    opacity: 100%;
}

.en-2-service {
    background-image: url("../img/telefono-link.jpg");
    max-width: auto;
    height: 400px;
    background-position-x: center;
    background-position: center;
    transition: 2s;
    background-size: 140%;
    background-repeat: no-repeat;

}

.en-2-service:hover {
    transition: 2s;
    background-size: 160%;
}

.en-2-service-hv {
    transition: 2s;
    background-color: transparent;
    max-width: auto;
    height: 400px;
}

.en-2-service-hv:hover {
    transition: 2s;
    background-color: hsla(228, 85%, 26%, 0.78)
}

.en-2-service-text {
    padding-top: 5rem;
    max-width: auto;
    height: 400px;
    transition: 2s;
    opacity: 0%;
    font-weight: 400;
    font-style: italic;
    font-size: 20px;
    color: white;
}

.en-2-service-text:hover {
    transition: 1s;
    opacity: 100%;
}

.en-3-service {
    background-image: url("../img/furgo-link.jpg");
    max-width: auto;
    height: 400px;
    background-position-x: center;
    background-position: center;
    transition: 2s;
    background-size: 140%;
    background-repeat: no-repeat;

}

.en-3-service:hover {
    transition: 2s;
    background-size: 150%;
}

.en-3-service-hv {
    transition: 2s;
    background-color: transparent;
    max-width: auto;
    height: 400px;
}

.en-3-service-hv:hover {
    transition: 2s;
    background-color: hsla(228, 85%, 26%, 0.78)
}

.en-3-service-text {
    padding-top: 5rem;
    max-width: auto;
    height: 400px;
    transition: 2s;
    opacity: 0%;
    font-weight: 400;
    font-style: italic;
    font-size: 20px;
    color: white;
}

.en-3-service-text:hover {
    transition: 1s;
    opacity: 100%;
}

.en-border-round {
    border-radius: 5px;
}

/*ESTILOS DE PARTNERS*/
.partners {
    width: auto;
    min-height: 500px;
    background-color: whitesmoke;
    padding-bottom: 2rem;
}

.cnt-mark {
    padding: 1rem;
    text-align: center;
}
.cnt-mark:hover {
    rotate: 90deg;
}
.swiper {
    width: auto;
    height: auto;
}


/*ESTILOS FOOTER*/
.footer {
    width: auto;
    height: auto;
    background-color: #4f5053;
    color: white;
    padding: 0;
    margin: 0;
}

.tittle-footer {
    padding: 2rem;
}

.content-footer {
    padding-bottom: 3rem;
    padding-top: 1rem;
}

.style-delegacion {
    color: #00E13A;
    font-weight: 700;
    font-size: 2rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-style: italic;
}

.cl-button {
    text-align: right;
}

.btn-form {
    background-color: #102682;
    color: white;
}

.btn-form:hover {
    transition: 1s;
    background-color: #081858;
    color: white;
}

.cnt-mpa {
    height: auto;
    width: 100%;
}

.pre-cnt-map {
    padding: 2rem;
    border-radius: 10px;
}

.sign{
    color: white;
    padding: 0;
    margin: 0;
}

.avs-leg{
    background-color: black;
    padding: 1rem;
}
.reservado{
    text-align: center;
}
/*ESTILOS POLITICA*/
.politica{
    text-align: justify;
}
/*ESTILOS COOKIES*/
#cookie-banner {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #f4f4f4;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
    padding: 20px;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#cookie-banner p {
    margin: 0 0 10px;
    text-align: center;
}

.cookie-buttons {
    display: flex;
    gap: 10px;
}

.cookie-buttons button {
    padding: 10px 15px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.accept {
    background-color: #4CAF50;
    color: white;
}

.essential {
    background-color: #007BFF;
    color: white;
}

.customize {
    background-color: #FFC107;
    color: white;
}

.cookie-buttons button:hover {
    opacity: 0.9;
}