:root{
    --height-shape: 18em;
    --pading-container: 100px 0;
}

body{
    background-color: #ffffff;
opacity: 1;
background-image:  radial-gradient(#E9967A 0.45px, transparent 0.45px), radial-gradient(#E9967A 0.45px, #ffffff 0.45px);
background-size: 18px 18px;
background-position: 0 0,9px 9px;
}

.logo-navbar{
    width:50px;
}

.menu{
    color: #ffffff;
}

.active{
    color: #E9967A;
    font-weight: bold;
}

.imgcarousel{
    height: 600px;
}

.bg-servicios{
    background: radial-gradient(circle at 50% 50%, #ffad78, #ffac78, #fdab78, #fba978, #f9a679, #f6a379, #f3a079, #f09d7a, #ed9a7a, #eb987a, #ea967a, #e9967a);
}

.borde-top-primary{
    border-top-color: #E9967A;
    border-right: none;
    border-left: none;
    border-bottom: none;
}

/* .carousel{
    margin-top: 75px;
} */

.bg-light-secondary{
    background-image: url('/images/bg-light-primary.png');
}

.valores{
    background-image: url(/images/valores.png); 
    background-size: 100% 100%;
    background-attachment: fixed;
}
.valor{
    background-color: #ffffff;
}

.valor:hover{
    cursor: pointer;
    background-color: #E9967A !important;
    transition: all 500ms ease-out;
}


.sidebar-link{
    display: flex;
    align-items: center;
}

.sidebar-link .right-icon{
    display: inline-flex;
    transition: all ease 0.25s;
}

.sidebar-link[aria-expanded="true"] .right-icon{
    transform: rotate(180deg);
}

.card-servicio:hover {
    transform: scale(1.05) ;
    box-shadow: 5px 5px 15px rgba( 0, 0, 0, 0.2 ) ;
    }
.card-servicio{
    transition: 0.5s ease;
}

.card-servicios:hover{
    transform: translateY(-15px);
    box-shadow: 5px 5px 15px rgba( 0, 0, 0, 0.6 ) ;
}

.card-servicios{
    transition: 0.5s ease;
}

.text-cuantica{
    color: #1C3146;
}

.text-group{
    color: #FF9C00;
}

.serviciosprincipal{
    background-image: url(/images/bg-servicios-destacados.png); 
    background-size: 100% 100%;
}

.imagen-servicios{
    width: 100%; 
    height: 500px;
}

.mision{
    background-image: url(/images/bg-mision.png); 
    background-size: 100% 100%;
}

.btn-wsp{
    position:fixed;
    width:60px;
    height:60px;
    line-height: 63px;
    bottom:25px;
    right:25px;
    background:#25d366;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    font-size:35px;
    box-shadow: 0px 1px 10px rgba(0,0,0,0.3);
    z-index:100;
    transition: all 300ms ease;
}
.btn-wsp:hover{
    background: #20ba5a;
    color: #ffffff;
}

.imgenanuncio{
    width: 98%; 
    height: 500px;
}
@media only screen and (min-width:320px) and (max-width:768px){
    .btn-wsp{
        width:63px;
        height:63px;
        line-height: 66px;
	}

    .imagen-servicios{
        width: 100%; 
        height: 200px;
        position: center;
    }
    
    .scroll{
    height: 120px;
    overflow: auto;
    }
    
    .scroll::-webkit-scrollbar{
    width: 5px;
    }
    
    .scroll::-webkit-scrollbar-thumb{
    background: #373D43;
    border-radius: 3px;
    }
    
    .imgenanuncio{
        width: 98%; 
        height: 250px;
        z-index: 10;
    }

    .video-close{
        z-index: 10000;
    }
}

#quienes-somos,
#mision,
#vision,
#preguntas-frecuentes{
    position: relative;
    /* filter: drop-shadow(-1px 0px 5px rgba(0,0,0,0.4)); */
    animation: animate 1s ease-in-out infinite alternate;
}

@keyframes animate{
    0%{
        transform: scale(1);
    }
    100%{
        transform: scale(1.01);
    }
}


.btn:focus {
    outline: none !important;
    border: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}



textarea:focus, input:focus, select:focus, select, input.form-control:focus, select.form-select:focus{

    outline:none !important;

    outline-width: 0 !important;

    box-shadow: none;

    -moz-box-shadow: none;

    -webkit-box-shadow: none;

}


@media screen and (max-width: 800px){
    .logo-navbar{
       display: none;
    }

    .imgcarousel{
        height: 200px;
    }

    /* .carousel{
        margin-top: 55px;
    } */
}


@keyframes moverArriba{
    0%{
        opacity: 0;
        transform: translateY(-100px);
    }

    100%{
        opacity: 1;
        transform: translate(0);
    }
}

@keyframes moverAbajo{
    0%{
        opacity: 0;
        transform: translateY(100px);
    }

    100%{
        opacity: 1;
        transform: translate(0);
    }
}


#logo-nakasone-carousel{
    animation: moverArriba 2s;
}

#texto-carousel{
    animation: moverAbajo 2s;
}

.opacidad{
    padding: 10px;
    border-radius: 7px;
    background-color: rgba(55,61,67,0.5);
}

.active{
    background-color: #E9967A;
    border-radius: 3px;
    color: #ffffff;
}

.menu:hover{
    background-color: #E9967A;
    border-radius: 3px;
    color: #ffffff;
}

.btn-facebook:hover{
    background-color: #3B5998;
    border-color: #3B5998;
    transition: all 500ms ease-out;
}
.btn-whatsapp:hover{
    background-color: #56CD52;
    border-color: #56CD52;
    transition: all 500ms ease-out;
}

.btn-linkedin:hover{
    background-color: #0E76A8;
    border-color: #0E76A8;
    transition: all 500ms ease-out;
}

.video-close{
    position: absolute;
    right: -10px;
    top: -15px;
    height: 30px;
    width: 30px;
    font-size: 25px;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
    color: #ffffff;
}


.scroll{
    height: 470px;
    overflow: auto;
}
.scroll::-webkit-scrollbar{
    width: 7px;
}

.scroll::-webkit-scrollbar-thumb{
    background: #373D43;
    border-radius: 5px;
}

.scrollp{
    height: 440px;
    overflow: auto;
}
.scrollp::-webkit-scrollbar{
    width: 3px;
}

.scrollp::-webkit-scrollbar-thumb{
    background: #E9967A;
    border-radius: 5px;
}
/* style="height:650px; overflow: hidden; overflow-y:scroll" */
/* Fin scroll */





