/*
0F9FA8

3CB687

#13585a

font-family: "Mrs Saint Delafield", cursive;
*/


html,body{
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    font-family: "Poppins", sans-serif!important;
}


header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    z-index: 10;
    padding: 10px 0;
    transition: all 0.3s ease;
    background: transparent;
}
header.header-blur{
    background: rgb(46 106 106 / 66%);
    background: linear-gradient(45deg,#0f9fa8a8 0%, #3cb687a8 100%);
    backdrop-filter: blur(2px);
    box-shadow: 0 0px 10px -5px #000;
}
header .header-logo{
    fill: #fff;
    opacity: 0;
    transition: all 0.6s ease-in-out;
}
header .header-logo.header-logo-show{
    opacity: 1;
}
header .header-logo svg{
    height: 100px;
    margin: -20px;
}

header nav{}
header nav ul{}
header nav ul li{}
header nav ul li a{
    color: #fff!important;
    font-size: 16px!important;
    background: transparent;
    border-radius: 10px;
}
header nav ul li a:hover,header nav ul li a.active{
    background: rgba(255,255,255,0.2);
}

main{
    width: 100%;
    height: 85vh;
    
    background: #0F9FA8;
    background: radial-gradient(circle,rgba(15, 159, 168, 1) 0%, rgba(60, 182, 135, 1) 100%);

    overflow: hidden; 
    position: relative;
}
main .main-absolute{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

main #particles-js{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    overflow: hidden;    
}
main #particles-js::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(95 100 100 / 30%);
    backdrop-filter: blur(2px);
    z-index: 2;
}

main .main-container{
    width: 100%;
    height: calc(80vh - 200px);
    position: relative;
    z-index: 3;
    margin-top: 80px;
}
main .main-container .main-logo{
    width: 580px;
    height: auto;
    fill: #ffffff;
    opacity: 1!important;
    margin: 0;
    padding: 0;
    pointer-events: none;
    user-select: none;
}


.responsive-nav-container ul{
    display: flex;
    align-items: start;
    justify-content: flex-start !important;
    flex-flow: column;
    gap: 0 !important;
}
.responsive-nav-container ul li{
    width: 100%;
    border-bottom: 1px solid #32775c;
    transition: all 0.3s ease-in-out;
    background: transparent;
    border-radius: 5px;
    margin-bottom: 5px;
}
.responsive-nav-container ul li a{
    color: #000;
    font-size: 20px;
    padding: 15px 20px;
    transition: all 0.3s ease-in-out;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 5px;
}
.responsive-nav-container ul li:hover{
    background: #3cb687;
}
.responsive-nav-container ul li:hover a{
    color: #fff;
}
.responsive-nav-container ul li a.active{
    background: #3cb687;
    color: #fff;
}


section{
    position: relative;
    background: #fff;
    min-height: calc(100vh - 80px);
    overflow: hidden;
}
section h2{
    font-size: 55px;
    position: relative;
}
section h2 b{
    font-family: "Mrs Saint Delafield", cursive;
    font-size: 85px;
}
section p span{
    /* font-family: "Mrs Saint Delafield", cursive;
    font-size: 45px;
    position: relative;
    line-height: 0; */
}
/* section h2{
    font-family: "Mrs Saint Delafield", cursive;
    font-size: 45px;
    position: relative;
    line-height: 25px;
    margin: 0;
    padding: 0;
} */

.section-bg-services{
    background: radial-gradient(circle, #404040 0%, #222222 100%);
    color: #fff;
}


#s-contacto{
    padding: 30px 0 0 0;
}
#s-contacto h2{
    font-size: 80px;
    font-weight: bold;
}

.img-splash-video{
    width: 100%;
    max-width: 100%;
    height: 100%;
    margin: auto;
    display: block;

    object-fit: cover;

    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
.img-splash-video video{
    width: 100%;
    height: 100%;
    aspect-ratio: 3 / 2;
    object-fit: cover;
    /* transform: rotate(180deg); */
}
.img-splash-video::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgb(11 70 79 / 95%);
    backdrop-filter: blur(3px);
}




.glass-card{
    min-height: 200px;
    width: 100%;
    background: linear-gradient(120deg, #45d7f93d, #0a4b4b61);
    border-radius: 20px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 5px 5px 20px -10px #283f40;
    position: relative;
    margin-bottom: 30px;
    border: 1px solid #0c4b57;
    overflow: hidden;
    cursor: default;
}
.glass-card .glass-card-icon{
    position: absolute;
    bottom: 20px;    
    right: 0;
    opacity: 0.6;
    z-index: 0;
}
.glass-card .glass-card-icon i{
    font-size: 180px;
    color: #62c1c540;
}
.glass-card .glass-card-body{
    padding: 30px;
}
.glass-card .glass-card-body h3{
    font-size: 34px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    margin: 0;
    position: relative;
    z-index: 1;
}
.glass-card .glass-card-body p{
    margin: 0;
    position: relative;
    z-index: 1;
    font-size: 16px;
    color: #c7dadd;
    text-shadow: 1px 0 1px #0d5a65;
}
.glass-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at var(--x, 100%) var(--y, 100%), rgb(56 163 167 / 51%) 0%, rgb(125 206 176 / 0%) 40%);
    z-index: 0;
    /* transition: background-position 0.2s; */
}

.acerca-responsive{
    z-index: 1;
    cursor: default;
}
.acerca-responsive p{
    font-size: 16px;
    letter-spacing: 1px;
}









footer{
    height: 450px;
    position: relative;

    background: #0F9FA8;
    background: linear-gradient(0deg, rgba(15, 159, 168, 1) 0%, rgba(60, 182, 135, 1) 100%);
}
footer .vvz_logo{
    height: 340px;
}
footer .footer-content{
    padding-top: 90px;
}
footer .footer-top-divisor{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(0deg);
    z-index: 2;
}
footer .footer-top-divisor svg {
    position: relative;
    display: block;
    width: calc(164% + 1.3px);
    height: 150px;
}
footer .footer-top-divisor .shape-fill {
    fill: #FFFFFF;
}



.section-top-divisor{
    position: absolute;
    top: -150px;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
    z-index: 2;
}
.section-top-divisor svg {
    position: relative;
    display: block;
    width: calc(164% + 1.3px);
    height: 150px;
}
.section-top-divisor .shape-fill {
    fill: #FFFFFF;
}


.bg-splash-section{
    position: absolute;
    bottom: -260px;
    right: -280px;
    width: 840px;
    height: 840px;
    background: url(/assets/img/splash-masks.svg) no-repeat center center;
    z-index: 0;
    opacity: 0.5;
}
.bg-splash-section-2{
    position: absolute;
    top: -40px;
    left: -270px;
    width: 740px;
    height: 740px;
    background: url(/assets/img/splash-masks.svg) no-repeat center center;
    z-index: 0;
    transform: rotate(275deg);
    opacity: 0.5;
}


.text-bg-colored-ribbon-red,.text-bg-colored-ribbon-blue,.text-bg-colored-ribbon-green{
    position: relative;
}
.text-bg-colored-ribbon-red span, .text-bg-colored-ribbon-blue span, .text-bg-colored-ribbon-green span{
    position: relative;
    z-index: 2;
}
.text-bg-colored-ribbon-red:after, .text-bg-colored-ribbon-blue:after, .text-bg-colored-ribbon-green:after{
    content: "";
    position: absolute;
    top: 0;
    left: 3px;
    width: 100%;
    height: 70%;
    z-index: 1;
    transform: skewY(329deg);
    border-radius: 20px;
}
.text-bg-colored-ribbon-red:after{
    background: linear-gradient(90deg, rgb(255 174 188) 0%, rgb(255 90 119) 100%);
}
.text-bg-colored-ribbon-blue:after{
    background: linear-gradient(90deg, rgb(109 179 255) 0%, rgb(187 220 255) 100%);
    transform: skewY(14deg);
}
.text-bg-colored-ribbon-green:after{
    background: linear-gradient(90deg, rgb(174 255 225) 0%, rgb(107 247 196) 100%);
    transform: skewY(347deg);
}



.related-cards-container{
    margin-top: 40px;
    margin-bottom: 30px;
    width: 100%;
}
.related-cards{
    height: 80px;
    padding: 5px 20px;
    text-align: center;
    background: #efefef;
    border-radius: 5px;
    opacity: 0.5;
    transition: all 0.3s ease-in-out;
    transform: scale(1);
    cursor: pointer;
}
.related-cards img{
    height: 100%;
    transition: all 0.3s ease-in-out;
    filter: grayscale(1);
}
.related-cards:hover{
    opacity: 1;
    background: #c5c5c5;
}
.related-cards:hover img{
    filter: grayscale(0);
}


.contact-half{
    padding: 40px;
    background: #0F9FA8;
    background: linear-gradient(90deg, rgba(15, 159, 168, 1) 0%, rgba(60, 182, 135, 1) 100%);
    border-radius: 15px 0 0 15px;
    position: relative;
}
.contact-half h3{
    font-size: 55px;
    font-weight: bold;
    color: #fff;
    margin: 0;
    text-transform: uppercase;
}
.contact-half p{
    font-size: 16px;
    color: #fff;
    margin: 10px 0;
}
.contact-half a{
    color: #fff;
    border-bottom: 1px solid #fff;
}
.contact-form-container{
    min-height: 55vh;
    padding: 40px;
    background-color: #186583;
    background: linear-gradient(90deg, #186583 0%, #083c51 100%);
    border-radius: 0 15px 15px 0;
    color: #fff;
}

.success-contact-message{
    text-align: center;
}
.success-contact-message i{
    font-size: 95px;
    margin-bottom: 15px;
    color: #3cb688;
}
.success-contact-message h3{
    margin: 0 0 20px 0;
    font-size: 40px;
    font-weight: bold;
    color: #fff;
}
.success-contact-message p{
    margin: 0 0 20px 0;
    font-size: 16px;
    color: #fff;
    text-align: left;
}
.success-contact-message a{
    color: #fff;
    text-decoration: none;
}


.grecaptcha-badge{
    z-index: -1!important;
}


@media (max-width: 991px){
    .glass-card .glass-card-body h3{
        font-size: 30px;
    }
    .acerca-responsive{
        position: relative;
        z-index: 1;
    }
    .tree-responsive{
        position: absolute !important;
        top: 0;
        left: 0;
        height: 100%;
        z-index: 0;
        opacity: 0.1;
    }
    .tree-responsive video{
        display: none;
    }

    .contact-half{
        border-radius: 15px 15px 0 0;
    }
    .contact-form-container{
        border-radius: 0 0 15px 15px;
    }

    footer .vvz_logo{
        height: 260px;
    }
}
@media (max-width: 767px){
    header .header-logo svg {
        margin: -20px 0;
    }
    #s-contacto h2{
        font-size: 80px;
    }
}
@media (max-width: 480px){
    main .main-container .main-logo{
        width: 300px;
    }
    .main-bottom-divisor svg {
        width: calc(200% + 1.3px);
    }
    .section-divisor h2 span{
        margin-left: 0;
    }
    #s-contacto h2{
        font-size: 60px;
    }
}


.vvz_logo path {
    fill: transparent;
    stroke: white;
    stroke-width: 2;
}
@keyframes draw {
    to {
        stroke-dashoffset: 0;
    }
}
@keyframes fillWhite {
    to {
        fill: white;
    }
}