body{font-family: 'Lato', sans-serif;}
h1{font-weight: 900;}
hr{height: 1.5px;background: #52284f;width: 20%;}
hr.celeste{height: 1.5px;background: #00a2df;width: 10%;}
hr.blanca{height: 1.5px;background: white;width: 10%;}
hr.celeste-larga{height: 1.5px;background: #00a2df;width: 100%;}
div.g-recaptcha {margin: 0 auto;width: 304px;}	

#cover {text-align: center;display: flex;align-items: center;}	
/* PARA CAMBIAR LA FORMA DE PASAR LOS SLIDES */
.carousel-indicators li {width:10px;height:10px;border-radius:50%;background-color:#00a2df;}
.navbar {box-shadow: 0px 1px #d7d6d6;font-weight: 900;}
.celeste{background-color: #00a2df;font-weight: 900;color:white;margin-left:10px;border-radius:20px;}
.violeta{background-color: #52284f;font-weight: 900;color:white;margin-left:10px;border-radius:20px;}
.text-400{font-weight: 400;}
.text-700{font-weight: 700;}
.text-900{font-weight: 900;}
.text-celeste{color:#00a2df;}
.text-violeta{color:#52284f;}
.bg-celeste{background-color:#00a2df;}
.bg-violeta{background-color:#52284f;}
.bg-celeste-medio{background-color:#79c6ed;}
.bg-celeste-claro{background-color:#d8ecf9;}
.link-blanco, .link-blanco:hover{text-decoration: none;color:white;font-weight: 900;}
.link-celeste, .link-celeste:hover{text-decoration: none;color:#00a2df;font-weight: 700;}
.dropdown:hover>.dropdown-menu{display:block;border-top: 3px solid #00a2df;border-radius: 0px;}
.dropdown-item{color:rgba(0,0,0,.5);}
