/*fondo del footer*/
.container-fluid {
    background: #080e15;
    /*background: rgba(100,100,100,0.7);*/
    width: 100%;
    text-align: center;
}

/*contactenos*/
#anuncios{
    background: rgba(255,255,255, 0.5);
}

#contacto-1 a{
    color: black;
}


/*index*/
/*boton descargaCovid*/
#botonCovid{
    float: none;
    text-align: center;
    margin-top: 5px;
}
#descargarCov{
    color: blue;
    text-decoration: none;
    position: relative;
    z-index: 1;
}

/*TODAS LAS PAGINAS*/
footer{
    padding-top: 5px;
    position: relative;/*permite la barra siempre visible*/
    padding-bottom: 0;
    width: 100%;
    color: white;
}
footer a{
    color: blue;
}

/*TEXTO DEL FOOTER*/
div .left, .right{
    max-width: 100%;
    display: inline;
    font-size: 10px;
    font-weight: bold;
    color: white;
}

.left{
    position: relative;
    padding: 0 70px;
}
.right{
    position: relative;    
    padding-left: 70px;
}

/*posicion del logo Whatsapp*/
.Whatsapp{
    position: fixed;
    display: block;
    right: 20px;
    bottom: 130px;
    z-index: 100;
}

/*POSICION DEL TOGGLE BAR*/
.message-mobile {
    position: fixed;
    display: none;
    width: 45px;
    height: 45px;
    right: 20px;/*espacio de la derecha*/
    /*top: 350px;/*espacio de abajo hacia arriba*/
    bottom: 80px;/*espacio de abajo hacia arriba
    font-size: 1.5rem;/*tamaño del icono*/
    z-index: 100;/*permite poner delante de todo*/
}

.navbar{
    background-color: white;
    width: 100%;    
    min-height: 60px;
    top: 0;
    border: white;
    display: block;
    position: fixed;
    z-index: 100;/*permite poner delante de todo*/
}


#brand{
    position: absolute;
    top: 0px;
    left: 5px;
}

#promo{    
    position: relative;
    top: -10px;
    color: red;
    font-weight: bold;
    font-size: 15px;
}

#user{
    position: relative;
    top: -10px;
}


nav li {
	position: relative;
	display: inline-block;
	margin: 20px 20px -20px; /* el primero indica el margen superior e inferior, el segundo los margenes laterales y el tercero margen inferior*/
	left: 35px; /*permite que no toquen las letras al logo cuando se activa el responsive*/
        outline: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
	text-shadow: 0 0 9px rgba(0,0,0,0.4); /*indica el resplandor del texto usuarios*/
	font-size: 14px;
}


/* Effect 11: text fill based on Lea Verou's animation http://dabblet.com/gist/6046779 */
.cl-effect-11 a {
	padding: 10px 0;
        text-decoration: none; /*quita la linea inferior que aparece al colocar el mouse sobre*/
	color: #0972b4;/*color inicial del texto*/
	text-shadow: none;
} 

.cl-effect-11 a::before {
        border-top: 2px solid skyblue; /*linea superior de cada texto*/
        border-bottom: 2px solid skyblue;
	position: absolute;
	top: -2px;
	left: 0;
	overflow: hidden;
	padding: 0 0;
	max-width: 0;
        text-shadow: 0 0 9px rgba(9,114,180,1);
        /*text-shadow: 0 0 9px rgba(135,206,235,1);*/
	color: white; /*indica el 2do color del texto*/
	content: attr(data-hover);
	-webkit-transition: max-width 0.5s;
	-moz-transition: max-width 0.5s;
	transition: max-width 0.5s;
}

.cl-effect-11 a:hover::before,
.cl-effect-11 a:focus::before {
	max-width: 100%;
}
