@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,500&display=swap');
*{
    margin: 0;
    padding: 0;
}
body{
    font-family: 'Montserrat', sans-serif;
    background: center no-repeat #969799 !important;
}
#vid_P{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.cargando{
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999999;
    background: url(https://helen.humanly-sw.com/public/media/LoadingHELEN.gif) center no-repeat #000;
}

.welcome{
    font-size: 60px;
    font-weight: 300;
    color: #ffffff;
    position: relative;
    text-align: center;
    z-index: 3;
}
.welcome span{
    display: inline-block;
    opacity: 0;
}
.welcome span:nth-child(1) {
    animation: muestraDespa 3s 1s forwards ease;
}
.welcome span:nth-child(2) {
    animation: muestraDespa 3s 1s forwards ease;
}
@keyframes muestraDespa {
    0% {opacity: 0.2; }
    50% {opacity: 1; }
    100%   {opacity: 0;}
}

#helenText{
    position: relative;
    left: -36%;
    top: 0;
    /* left: 0%;
    top: 40%; */
    z-index: 3;
}
.trans{
    animation: trasitionH 1s linear  normal forwards;
}
@keyframes trasitionH {
    100%{
        top:6%;
    }
}

.btn-circleMas{
    width: 60px !important;
    height: 60px !important;
    padding: 6px 0px;
    border-radius: 30px;
    text-align: center;
    font-size: 24px;
    line-height: 1.42857;
    background: linear-gradient( rgba(255,255,255,0.6) , rgba(166,166,166,0.6)) !important;
    border: none !important;
    position: relative;
    z-index: 5;
    animation:  aparecer 1.5s;
}
.btn-circleMas1{
    width: 60px !important;
    height: 60px !important;
    padding: 6px 0px;
    border-radius: 30px;
    text-align: center;
    font-size: 24px;
    line-height: 1.42857;
    background: linear-gradient( rgba(255,255,255,0.6) , rgba(166,166,166,0.6)) !important;
    border: none !important;
    position: relative;
    z-index: 5;
    display: none;
}
.animacioncardlogin{
    animation:  aparecer 2s ;

}
@keyframes aparecer{
    0% {opacity:0;}
    100% {opacity:1;}
}

.btn-circleMas:hover .imglogo{
    left: 20%;
    top: 25%;
}
.btn-circleMas:hover::after {
    /* transform: scale(1.2);  */
    left: 120%;
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}
.imglogoL{
    display: flex;
    width: 320px;
    height: 50px;
    z-index: 3;
    justify-content: center;
}
.imglogoMovil{
    display: flex;
    width: 250px;
    height: 50px;
    z-index: 3;
    justify-content: center;
    display: none;

}
.cardLogin{
    /* width: 600px !important; */
    border-radius: 50px !important;
    border: none;
    background: linear-gradient( rgba(255,255,255,0.6) , rgba(166,166,166,0.6)) !important;
    /* mix-blend-mode: screen; */
}
.textLog{
    font-size: 28px;
    font-weight: 300;
    color: #ffffff;
    /* margin-left: 8em !important; */
}
.inputLogin{
    border: solid 2px #ffffff !important;
    background-color: rgba(255, 255, 255, 0.3) !important;
    font-size: 20px !important;
    font-weight: 400 !important;
    /* width: 15em!important; */
    border-radius: 20px !important;
    color: #000 !important;
}
.inputLogin::placeholder{
    color: #EEEBEB !important;
}
.inputLogin:focus{
    outline: 0 !important;
    box-shadow: 0 0 0 0.12rem rgb(116, 229, 210) !important;
    border: none !important;
    transition: none !important;
}
.msjLog{
    font-size: 20px;
    color: #ffffff;
    text-decoration: none;
}
.btn-circle {
    width: 50px !important;
    height: 50px !important;
    padding: 6px 0px;
    border-radius: 30px;
    text-align: center;
    font-size: 24px;
    line-height: 1.42857;
    background-color: #00e5be !important;
    color: #ffffff !important;
    border: none;
}

.btn-circle:hover {
    transform: scale(1.2); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}
.modulosH{
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
   
}
.tituloSelect{
    color: #ffffff;
    letter-spacing: 0.2em;
    margin-top: 20px; 
    font-weight: 300;
    position: relative;
    z-index: 5;

}
#manager img{
    filter: rgb(43, 42, 42); 
    -webkit-filter: grayscale(100%);
    
}
#medical img{
    filter: rgb(43, 42, 42); 
    -webkit-filter: grayscale(100%); 
    
}
#labs img{
    filter: rgb(43, 42, 42); 
    -webkit-filter: grayscale(100%);
   
}
#manager:hover{
    transform: scale(1.1); 
}
#medical:hover{
    transform: scale(1.1); 
}
#labs:hover{
    transform: scale(1.1); 
}


#manager:hover img {
    filter: none;
    -webkit-filter: grayscale(0%);
}
#medical:hover img {
    filter: none;
    -webkit-filter: grayscale(0%);
}
#labs:hover img {
    filter: none;
    -webkit-filter: grayscale(0%);
}
#manager:hover p{
    color: #00BFD3;
    
}
#medical:hover p{
    color: #EA5B2B;
}
#labs:hover p{
    color: #0079C7;
}

.cardModulos{
    /* width: 420px !important; */
    border-radius: 50px !important;
    border: none;
    background: linear-gradient( rgba(255,255,255,0.6) , rgba(166,166,166,0.6)) !important;
}
.logoHelen{
    width: 11em !important;
    height: 9em;
    margin-top: 4.5em;
    margin-bottom: 2.25em;
}
.card-text{
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    color: #ffffff;
    margin-bottom: 1.0em;
    font-weight: 500 !important;
}
.card-text b{
    font-weight: 700 !important;
}
.white{
    color: #ffffff;
}
.btn-circleRe {
    width: 60px !important;
    height: 60px !important;
    padding: 6px 0px;
    border-radius: 30px;
    text-align: center;
    font-size: 24px;
    line-height: 1.42857;
    background-color: #ced2d37e !important;
    color: #ffffff !important;
    border: none;
    margin-left: 10px;
    margin-top: 50px;
    position: relative;
    z-index: 7 !important;
}
.btn-circleInfo {
    width: 30px !important;
    height: 30px !important;
    padding: 6px 0px;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.42857;
    background-color: #ced2d37e !important;
    color: #ffffff !important;
    border: none;
    margin-right: 7px;
    margin-top: 5px;
}
.textRecupera{
    font-family: 'Montserrat', sans-serif !important;
    font-size: 25px !important;
    font-weight: 300 !important;
    color: #ffffff !important;
}
.textEnviarCo{
    font-family: 'Montserrat', sans-serif !important;
    font-size: 16px !important;
    font-weight: 300 !important;
    color: #ffffff !important;
    line-height: 17px;
}
.btn-recuperaPass {
    width: 110px !important;
    height: 42px !important;
    padding: 6px 0px;
    border-radius: 30px;
    text-align: center;
    font-size: 15px;
    line-height: 1.42857;
    background-color: #00e5be !important;
    color: #ffffff !important;
    border: none;
}
.fontweight300{
    font-weight: 300 !important;
}

@media only screen and (min-width:320px) and (max-width:480px){
   /* #amimacionInit{
    display: none;
   }
   #auth-page{
    display: block;
   }  */
   #welcome{
    opacity: 0;
   }
    .imglogoMovil{
    display: flex;
   }
   #btnMore1{
    display: block;
   }
   /* #btnMore{
    display: block;
   } */
   #helenText{
    display: none !important;
   }
   #btnMore{
    display: none !important;
   }
}

@media only screen and (min-width: 768px) and (max-width: 1024px){
    #welcome{
        opacity: 0;
    }
    .imglogoMovil{
        display: flex;
    }
    #btnMore1{
        display: block;
    }
    #helenText{
        display: none !important;
    }
    #btnMore{
        display: none !important;
    }
}