/* PANTONES */
/******************************
COLOR           PANTONE             HEXA            RGB
Verde Fuerte    3258c               #51b6b6         81, 182, 182
Verde Medio     331c                #99d9d9         153, 217, 217
Azul            2675c               #9cdff9         156, 223, 249
Azul gris       544c                #c1e1eb         193, 225, 235
Verde aguaa     317c                #c6efef         198, 239, 239


*******************************/

@font-face {
    font-family: monserrat;
    src: url("./monserrat.ttf");
}
.cls_menu {
    margin:auto;
    font-size: 14px;
    width: auto;
    height: 100px;
    font-family:Arial, Helvetica, sans-serif;
    font-weight: bold;
    background-image: linear-gradient(#eaeaea, rgba(250, 250, 250, 0.29));
    /*background: rgba(76, 175, 80, 0.3)*/
}

 

.nav {
    width: auto; /*Le establecemos un ancho*/
    /*margin-left: 30%;
    margin-right:auto;*/
}

.nav > li {
    float:left;
}

.nav li a {
    font-family: monserrat;
    /*background-color:#f7b8d3;*/
    border-radius: 10px;
    color: #49c5b1;
    font-size: 24px;
    text-shadow: 0.1em 0.1em 0.1em #eaeaea;
    font-weight: bold;
    text-decoration:none;
    padding:10px 12px;
    display:block;
}

.nav_sub li a {
    background-color:#bdd6e6;
    color:#49c5b1;
    font-weight: bold;
    text-decoration:none;
    padding:10px 12px;
    display:block;
}

.nav li a:hover {
    background-color:#99d9d9;
    color:#FFFFFF;
    text-shadow: 0em 0em 0em #eaeaea;
    font-weight: bold;
}

.nav li ul {
    display:none;
    position:absolute;
    min-width:140px;
}

.nav li:hover  > ul {
    display:block;
}

.nav li ul li {
    position:relative;
}

.nav li ul li ul {
    right:-100px;
    top:0px;
}
.btn_menu_cita
{
    background-color:#49c5b1 !important;
    color:#FFFFFF !important;
    font-weight: bold;
    border-radius: 10px;
    text-shadow: 0.0em 0.0em 0.0em #eaeaea !important;
}
.menu_activo
{
    background-color: #99d9d9 !important;
    color:#FFFFFF !important;

}


/* Clases para los iconos de redes y boton para moviles*/
@media screen and (max-width: 767px) {
    .cls_menu{
        font-size: 10px;
        font-weight: bold;
        padding-bottom: 50px;
    }

    .nav li a {
        /*background-color:#f7b8d3;*/
        color: #000000;
        white-space:nowrap;
        font-size: 15px;
    }
    .nav br {
        display: none;
    }
}

@media screen
and (min-device-width : 768px)
and (max-device-width : 1366px)
{
    .nav li a {
        /*background-color:#f7b8d3;*/
        color: #000000;
        white-space:nowrap;
        font-size: 15px;
    }
    .nav br {
        display: none;
    }

    .nav_btn
    {
        position: absolute;
        left: 10px;
    }
}




#loading-screen {
    background-color: rgba(25,25,25,0.7);
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 9999;
    margin-top: 0;
    top: 0;
    text-align: center;
}
#loading-screen img {
    width: 100px;
    height: 100px;
    position: relative;
    margin-top: -50px;
    margin-left: -50px;
    top: 50%;
}
