body{
    background: #fff;
    background-attachment: fixed;
    height: 100%;
    width: 100%;
}
body::before{
    z-index: -15;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: url(/images/resources/bg2.png) no-repeat center/cover;
}

/*Banner*/
.bannerCont{
    display: flex;
    flex-direction: column;
    margin-top: 4.5rem;
    row-gap: 1.5rem;
    padding: 2rem 10%;
    margin-bottom: 5rem;
}
.bannerCont h1{
    align-items: center;
    background: url(/images/resources/007.png) no-repeat center/cover;
    padding: 1rem;
    border-radius: 1rem;
    display: flex;
    flex-direction: column;
    row-gap: 1rem;
    height: 50vh;
    z-index: 50;
}
.bannerCont h1 span:nth-child(1){
    border-radius: 4rem;
    box-shadow: 0 8px 15px rgba(0,0,0, .4);
    border: 1px solid rgba(255,255,255, .7);
    width: max-content;
    padding: .5rem 1rem;
    backdrop-filter: blur(15px);
    color: #fff;
    text-shadow: 0 2px 5px #000;
    font-size: clamp(1rem, 3vw, 3rem);
    margin-top: auto;
    font-weight: 300;
}
.bannerCont h1 span:nth-child(2){
    margin-top: auto;
    backdrop-filter: blur(7px);
    background:rgba(255, 68, 0, 0.6);
    padding: .5rem;
    border-radius: .7rem;
    font-size: clamp(.6rem, 2vw, 1.1rem);
    font-weight: 400;
    color: #fff;
    border: 1px solid rgba(255, 248, 182, 0.486);
    box-shadow:0 8px 18px rgba(255, 115, 0, 0.693) ;
}
.bannerCont p{
    color: #333;
    display: flex;
    align-items: end;
    gap: 1rem;
    padding: 1rem;
    border-radius: 1rem;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.08);
    flex-wrap: nowrap;
    font-size: clamp(.7rem, 2vw, 1.5rem);
    position: relative;
    overflow: hidden;
    background: #fff;
}
.bannerCont p .span{
    backdrop-filter: blur(7px);
    color:#fff;
    position: absolute;
    top: 0;
    right: 0rem;
    border: 1px solid rgba(255, 227, 201, 0.781);
    background: linear-gradient(0, rgba(255, 136, 0, 0.541), rgba(255, 102, 0, 0.767));
    box-shadow:0 8px 18px rgba(255, 102, 0, 0.693) ;
    width: max-content;
    padding: 0 1rem;
    border-radius:5rem 0 0 1rem;
    font-size: clamp(2.2rem, 3vw, 4rem);
    font-weight: 500;
    text-shadow: 0 2px 5px rgba(128, 51, 0, 0.582);
}
.bannerCont p img{
    width: 35%;
    border-radius:1rem;
}

.bannerCont .cite{
    color: #333;
    font-size: clamp(1rem, 3vw, 1.5rem);
}
.bannerCont .cite strong{
    color: #000;
}

/*Banner*/


.bannerCont .social{
    display: flex;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
    row-gap: 1.3rem;
    width: max-content;
    box-shadow: 0 5px 18px rgba(0,0,0, .150);
    border-top: 1px solid #eee;
    justify-content: center;
    margin-bottom: 2rem;
    padding: .3rem;
    border-radius: 5rem;
    background: #fff;
}

.bannerCont .social .itemsCont{
    display: flex;
    gap: .3rem;
}
.bannerCont .social .itemsCont .item{
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 4px solid #eee;

}
.bannerCont .social .itemsCont .item a{
    height: 2.5rem;
    width: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: linear-gradient(0, #e9e9e9, #f5f5f5);
    color: #c6d6c3;
    box-shadow: 0 3px 8px rgba(0,0,0, .150);
    font-size: clamp(.8rem, 2vw, 1.4rem);
    border-top: 1px solid #fff;
    border-bottom: 1px solid #f0f0f0;
    text-shadow: 0 0 5px transparent;
}
.bannerCont .social .itemsCont .item a:hover{
    color: #ff4500;
    text-shadow: 0 0 10px #ff3c00;
    box-shadow: 0 5px 12px rgba(0,0,0, .250);
}





/*Servicio Tarifas*/
.servicesCont{
    border-top: 1px solid #f0f0f0;
    min-height: 20vh;
    display: flex;
    flex-direction: column;
    row-gap: 1rem;
}
.servicesCont h1{
    font-size: clamp(1.5rem, 3vw, 2.5rem);
    background: linear-gradient(5deg, #222, #0f617a);
    color: transparent;
    width: max-content;
    background-clip: text;
    padding: 0 0 .5rem 0;
    border-bottom: 1px solid #333;
}
.servicesCont h2{
    font-size: clamp(1.3rem, 3vw, 1.7rem);
    font-weight: 300;
    color: #333;
}

.servicesCont .gridCont .tarifaCont{
    min-height: 40vh;
    display: flex;
    font-weight: 300;
    gap: 1rem;
    border: 1px solid #ffffff;
    justify-content: space-between;
    padding: .5rem;
    background:rgba(255, 255, 255, 0.253);
    color: #555;
    width: 100%;
    border-radius: 1.5rem;
    border: 1px solid var(--accent);
    box-shadow: 0 0 25px #fdea9d;
    backdrop-filter: blur(5px);
}

/* .servicesCont .gridCont a:hover{
    color:var(--accent);
    background:url(/images/resources/bg2.png) no-repeat center/cover;
} */
.servicesCont .gridCont .tarifaCont svg{
    font-size: .6rem;
    width:3rem;
    height: 3rem;
    fill: #c791e0;
}


.servicesCont .gridCont .tarifaCont .textInfo{
    display: flex;
    flex-direction: column;
    row-gap: .5rem;
    width: 80%;
}

.servicesCont .gridCont .tarifaCont .textInfo .type{
    font-size: clamp(1.1rem, 3vw, 1.5rem);
    font-weight: 700;
    color:#0f617a;
}

.servicesCont .gridCont .tarifaCont .textInfo .desc{
    font-size: .8rem;
    font-weight: 300;
}
.servicesCont .gridCont .tarifaCont .textInfo .tarifa{
    align-items: end;
    font-size:1rem;
    font-weight: 300;
    gap: .5rem;
    padding: .3rem .5rem;
    border-radius: .5rem;
    background: rgba(150, 75, 185, 0.219);
    width: max-content;
    color: #8200be;
}
.servicesCont .gridCont .tarifaCont .textInfo .tarifa strong{
    font-weight: 700;
    font-size: 2rem;
}
.servicesCont .gridCont .tarifaCont .textInfo .tarifa i{
    font-size: 1rem;
    font-style: normal;
}
.servicesCont .gridCont .tarifaCont .price{
    font-size:1rem;
    font-weight: 300;
    padding: .3rem .5rem;
    border-radius: .5rem;
    background: rgba(75, 150, 185, 0.219);
    width: max-content;
    color: #0082be;
}
.servicesCont .gridCont .tarifaCont .price strong{
    font-weight: 900;
    font-size: 2rem;
    margin-left: .5rem;  
}
.servicesCont .gridCont .tarifaCont .price i{
    font-size: 1rem;
    font-style: normal;
    margin-left: 2px;
}

.servicesCont .gridCont .tarifaCont .textInfo .descCont{
    color:#000000;
    margin-top: auto;
    display: block;
    background: rgba(80, 167, 85, 0.151);
    padding:.2rem .5rem;
    border-radius: .5rem;
    width:fit-content;
    font-size: clamp(.6rem, 2vw, 1rem);
    border: 1px solid #ffffff;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.38);
    visibility: hidden;
}
.servicesCont .gridCont .tarifaCont .textInfo .descCont.active{
    visibility: visible;
}
.servicesCont .gridCont .tarifaCont .textInfo .descCont strong{
    font-weight: 600;
    color: #3d862f;
}
.servicesCont .gridCont .tarifaCont .textInfo .descCont .actualPrice{
    font-size:clamp(1.5rem, 3vw, 2rem); 
    font-weight: 900;
    color: #0a7ac5;
}

.contLinksCont{
    margin-top: 2rem;
    display: flex;
    flex-direction: column;
    row-gap: .3rem;
    padding: .5rem;
    border-radius: 1rem;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
    width: fit-content;
    margin-left: auto;
    border: 1px solid #fff;
}
.contLinksCont:hover{
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.18);

}
.contLinksCont p{
    font-size: clamp(.7rem, 2vw, 1.1rem);
    color: #798388;
}
.contLinksCont a{
    font-size:clamp(1.1rem, 2vw, 1.5rem);
    color: #90a1bb;
}
.contLinksCont a:hover{
    color: #0f617a;
}

/*Servicio Tarifas*/








@media(max-width:1200px){
    .bannerCont .social .itemsCont .item a{
        height: 1.8rem;
        width: 1.8rem;
    }
    
}


@media(max-width:780px){
    .bannerCont h1 span:nth-child(1){
        margin-top: unset;
    }
    
    .bannerCont p{
        flex-wrap: wrap;
    }
    .bannerCont p img{
        width: 100%;
    }
}