@font-face {
    font-family: 'Montserrat';
    src: url(../fonts/Montserrat/Montserrat-Regular.ttf);
}
@font-face {
    font-family: 'Montserrat-SemiBold';
    src: url(../fonts/Montserrat/Montserrat-SemiBold.ttf);
}

@font-face {
    font-family: 'Montserrat-light';
    src: url(../fonts/Montserrat/Montserrat-Light.ttf);
}

:root {
    /* --colorPrincipal: #002cb8; */
    --colorPrincipal: #7d4b9f;
    /* --colorSecundario: #00e0c9; */
    --colorSecundario: #8d58b1;
    /* --colorAcento: #ff12d0; */
    --colorAcento: #f6cf00;
    --gradient: linear-gradient(160deg, var(--colorPrincipal), var(--colorSecundario));
    --nogradient: linear-gradient(to right, var(--colorPrincipal), var(--colorPrincipal));
    --font: 'Montserrat';
    --font-light: 'Montserrat-light';
    --font-semi: 'Montserrat-SemiBold';
}

* {
    font-family: var(--font);
    scroll-behavior: smooth;
}

.loader {
    background: var(--gradient);
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
    font-family: var(--font-semi);
}
a {
    text-decoration: none;
}

p {
    margin-bottom: 5px;
    font-weight: 400;
}

.btn-primary {
    background-color: var(--colorPrincipal);
    border-color: var(--colorPrincipal);
}

.btn-primary:hover {
    background-color: var(--colorSecundario);
    border-color: var(--colorSecundario);
}

.bg-primary {
    background-color: var(--colorPrincipal)!important;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: var(--colorPrincipal);
    border-color: var(--colorPrincipal);
}


/* header */

.navbar-top-default.navbar-gradient .navbar-nav .nav-link {
    margin: 0 10px;
    min-width: auto;
}

.navbar-top-default #wexim {
    justify-content: flex-end;
}

.header-appear .navbar-top-default.navbar-gradient {
    background: var(--nogradient);
}

header a.logo img {
    max-width: 160px;
    max-height: none;
    transition: all 200ms ease;
}

header.header-appear .logo img {
    max-width: 100px;
}

.header-appear .navbar-top-default.navbar-gradient .navbar-nav .nav-link.active {
    /* border-bottom: 1px solid; */
}

.nav-link.link {
    position: relative;
}

.nav-link.link:before {
    width: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    height: 1px;
    background: #ffffff;
    content: "";
    position: absolute;
    right: 0;
    bottom: 0px;
}

.nav-link.link.active:before,
.nav-link.link:hover:before {
    width: 100%;
}


/* menu mobile */

.side-menu {
    background: var(--gradient);
}


/* content */

.gradient-bg1 {
    background: var(--gradient);
}

.nogradient-bg {
    background: var(--nogradient);
}

.gradient-text1 {
    background: var(--gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.btn.btn-gradient {
    background-image: linear-gradient(to right, var(--colorPrincipal) 0%, var(--colorSecundario) 51%, var(--colorPrincipal) 100%);
}

#rev_slider_19_1_forcefullwidth,
.rev_slider,
.tp-revslider-mainul .bg-overlay,
.rev_slider li.tp-revslider-slidesli {
    height: 75vh!important;
}

.wexim .tp-bullet.selected .tp-bullet-inner {
    background: var(--colorAcento);
}

.feature-box i {
    padding: 2.5rem 0;
    position: relative;
    display: inline-block;
    font-size: 2.5rem;
    font-weight: 700;
}

.feature-box img {
    margin-bottom: 25px;
}

.third-color {
    color: var(--colorPrincipal);
}

section,
.section-padding {
    padding: 4.5rem 0;
}

.title h2 {
    font-family: var(--font-semi);
    font-size: 34px;
    color: var(--colorPrincipal);
}

.mb-4 {
    font-family: var(--font);
}

#clientes-carousel img {
    filter: grayscale(1);
    opacity: 0.4;
    transition: all ease .3s;
}

#clientes-carousel img:hover {
    filter: grayscale(0);
    opacity: 1;
}
.section-banner{
    height: 70vh;
    position: relative;
    overflow: hidden;
}
.owl-carousel{
    height: 100%;
}
.wave{
    width: 100%;
    height: auto;
    object-fit: cover;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -80px;
    z-index: 1;
}
.slider-container-banner {
    position: relative;
}
.slider-container-banner::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: var(--gradient);
    opacity: .5;
}
.owl-carousel .owl-item img {
    display: block;
}
.img-banner-principal {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.slider-text-banner {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50px);
    -webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    padding-bottom: 6rem;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    flex-direction: column;
    z-index: 3;
    transition: all .8s ease-in;
    -webkit-transition: all .8s ease-in;
    -moz-transition: all .8s ease-in;
    opacity: 0;
    transition-delay: .8s;
}
.slider-title-banner {
    font-size: 2.6rem;
    font-family: var(--font-semi);
    color: var(--colorAcento);
    text-align: left;
    line-height: 1.2;
    letter-spacing: 0.05rem;
    margin-bottom: 0.8rem;
    text-shadow: 0 0 2px rgba(0,0,0,.5);
}
.slider-paragraph-banner {
    font-size: 1.2rem;
    color: #fff;
    line-height: 1.4;
    letter-spacing: 0;
    margin-bottom: 0;
}
.owl-item.active .slider-text-banner {
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    opacity: 1;
}
.video-banner{
    width: 100%;
    height: 70vh;
    object-fit: cover;
}
.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}
.contact-form .form-control {
    color: #555;
}

.owl-dots {
    text-align: center;
    margin-top: 45px;
}

.owl-dots .owl-dot {
    background: #cdcdcd;
}

.owl-dots .owl-dot::after {
    background-color: var(--colorAcento);
}

.contact-form textarea {
    min-height: 90px;
    resize: auto;
}

.btn-banner-principal{
    font-size: 16px;
    font-family: var(--font);
    padding: 1rem 34px;
    line-height: 25px;
    cursor: pointer;
    letter-spacing: .5px;
    background: var(--colorAcento);
    color: var(--colorPrincipal);
    border-radius: 30px;
    display: flex;
    align-items: center;
    column-gap: .5rem;
    width: fit-content;
    font-weight: 500;
    margin-top: 1.2rem;
    transition: all .3s;
    position: relative;
    z-index: 4;
}
.btn-banner-principal img{
    width: 18px !important;
    height: auto;
    object-fit: contain;
    transition: all .3s;
}
.btn-banner-principal:hover{
    font-size: 16px;
    color: var(--colorPrincipal);
    background: rgba(245, 204, 0, .8);
}
.btn-banner-principal:hover img{
    transform: translateX(5px);
    transition: all .3s;
}
#banner-principal .owl-dots{
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: .5rem;
} 
#banner-principal .owl-dots::after{
    content: '';
    position: absolute;
    width: 4px;
    height: 90%;
    background: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

#banner-principal .owl-dots .owl-dot{
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 4px solid #fff;
    background: var(--colorPrincipal);
    transition: all .3s;
}
#banner-principal .owl-dots .owl-dot.active{
    background: var(--colorAcento);
    width: 30px;
    height: 30px;
    transition: all .3s;
}
#banner-principal .owl-dots .owl-dot::after {
    display: none;
}
#banner-principal .owl-dots .owl-dot span{
    display: none;
}

/* login */

.login-content .logo {
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
}

.title p{
    letter-spacing: 0;
    line-height: 1.6;
    color: #000;
    font-size: 300;
}
/* footer */

footer {
    padding: 3rem 0 1.5rem;
}

.footer-column {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 20px;
    text-align: left;
}

.footer-social li a:hover {
    background-color: var(--colorPrincipal);
}

.footer-column h5 {
    margin-bottom: 15px;
    font-size: 16px;
    letter-spacing: normal;
    font-family: var(--font-semi);
}

.scroll-top-arrow {
    background: var(--colorPrincipal);
}

.scroll-top-arrow i {
    color: var(--colorAcento);
    position: relative;
    top: -3px;
}

.btn-floating i {
    display: inline-block;
    width: inherit;
    text-align: center;
    color: #fff;
    font-size: 2rem;
    line-height: 47px;
}

.btn-wha {
    background: #25D366;
    width: 45px;
    height: 45px;
    position: fixed;
    bottom: 75px;
    right: 20px;
    z-index: 2;
    text-decoration: none;
    vertical-align: middle;
    display: inline-block;
    overflow: hidden;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    padding: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-wha:hover {
    background: #19b353;
}

::-webkit-scrollbar {
    width: 7px;
    background-color: var(--colorPrincipal);
}

::-webkit-scrollbar-thumb {
    background: var(--colorPrincipal);
}

.logo-header {
    width: 160px;
}

.loader span {
    background: var(--colorAcento);
}
.row-funciones{
    padding-top: 4rem;
}
.text-section-container{
    width: 90%;
}
.text-section-container p{
    color: #000;
    line-height: 1.6;
    letter-spacing: 0;
}
.img-section{
    width: 100%;
    height: 420px;
    aspect-ratio: 1/1;
    object-fit: cover;
    border-radius: 6px;
}
.title-servicios{
    font-family: var(--font-semi);
    font-size: 34px;
    color: var(--colorPrincipal);
    text-align: center;
    margin-bottom: 3rem;
}
.feature-box{
    padding: 1.5rem;
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
    transition: all .3s;
    min-height: 240px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.feature-box:hover{
    box-shadow: 0 15px 15px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}
.feature-box h5{
    font-family: var(--font-semi);
}
.row-servicios{
    row-gap: 2rem;
    justify-content: center;
}
.text-contacto{
    font-size: 1rem;
    color: #000;
    text-align: center;
    line-height: 1.4;
}
@media screen and (max-width:1200px) {
    .wave{
        bottom: -40px;
    }
}
@media screen and (max-width:990px) {
   
    .owl-carousel .fadeOut {
        animation-name: none;
    }
    .slider-text-banner{
        width: 90%;
        text-align: center;
        padding-left: 1rem;
        padding-bottom: 6rem;
    }
    .slider-title-banner{
        font-size: 2rem;
        line-height: 1;
        margin-bottom: .5rem;
    }
    .slider-paragraph-banner{
        font-size: 16px;
        text-align: left;
        width: 90%;
    }
    .btn-banner-principal{
        padding: .6rem 34px;
    }
    #nosotros .row,
    #funciones .row{
        row-gap: 2rem;
    }
    .text-section-container{
        width: 100%;
        text-align: left;
    }
    .wave{
        bottom: -40px;
    }
}
@media screen and (max-width:768px) {
    .wave{
        bottom: 0;

    }
}