/*--------header---------*/
.nav-link {
    font-size: 1.3rem;
    border-bottom: 1px solid transparent;
    transition: 0.4s;
    padding-right: 1.3rem
}
.nav-link:hover {
    transition: 0.4s;
    border-bottom: 1px solid #f668c8;
}

.navbar-scroll .navbar-brand,
        .navbar-scroll .nav-link,
        .navbar-scroll .fa-bars {
            color: #000;
        }
        .navbar-scrolled .navbar-brand,
        .navbar-scrolled .nav-link,
        .navbar-scrolled .fa-bars,
        .navbar-scrolled {
            color: #000;
        }
        .navbar-scrolled {
            background-color: #EBEBEB !important
        }

.intro-bg {
        background-image: url(../img/home/fondo-azul.webp);
        height: 100vh;
        background-size: cover;
    background-position: center;
        
    }
.btn-whatsapp {
        display:block;
        width:70px;
        height:70px;
        position: fixed;
        right:20px;
        bottom:20px;
        border-radius:50%;
        line-height:80px;
        text-align:center;
        z-index:999;
}
/*-------header----------*/

.sombra-azul {
    text-shadow: 8px 8px 0px #00B9C4;
}
.sombra-azul2 {
    text-shadow: 2px 2px 0px #00B9C4;
}

.sombra-negra {
    text-shadow: 8px 8px 0px #000000;
}

.sombra-rosa {
    text-shadow: -6px -6px 0px rgba(246, 104, 200, 1);
}
.sombra-rosa2 {
    text-shadow: -2px -2px 0px rgba(246, 104, 200, 1);
}

.sombra-rosa-cuadro {
    
    box-shadow: 6px 6px 0px #000;
}

.hr-azul {
    border-bottom: 1px solid #00B9C4 !important;
}

.hr-rosa {
    border-bottom: 1px solid #f668c8 !important;
}

.titulo {
    font-family: 'Open Sans Condensed', sans-serif;
}

.kws {
    color: white !important;
    transition: 0.3s
}

.kws:hover {
    color: #5cc5e5 !important;
    transition: 0.3s
}
.btn-ahoraq {
                 background-color: #E5AA18;
                color: black;
                box-shadow: 6px 6px 0px #000;
            }
            
            .btn-ahoraq:hover {
                 background-color: #f668c8;
                color: black;
                box-shadow: 6px 6px 0px #000;
            }
.texto-dorado {
    color: #E5AA18
}
.top-seo-home {
                background-image: url(../img/home/tech-bg.webp);
                background-attachment: fixed;
                background-size: cover;
                background-position: right;
                color: white !important;
                
            }
            
           



            .fondo-card {
                background-color: rgba(255, 255, 255, 0.1);
                text-align: center;
            }


.fondo-dorado {
    background-color: #E5AA18
}
.texto-azul2 {
    color: #00B9C4
}
.texto-azul {
    color: #112f6b
}
.texto-rosa {
    color: #f668c8
}
.fondo-azul {
    background-color: #112f6b
}

.fondo-gris {
    background-color: #EBEBEB !important
}

.display-1 {
    font-size: calc(1.625rem + 4.5vw);
    font-weight: 300;
    line-height: 1.2
}

.display-0 {
    font-size: calc(1.625rem + 4.5vw);
    font-weight: 300;
    line-height: 1.2;

}

.display-01 {
    font-size: calc(3.625rem + 18.5vw);
    font-weight: 300;
    line-height: 1.2;

}

.lead {
    font-weight: 400
}

.fit {
    width: 100%;
    height: 300px;
    object-fit: cover
}
