@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Cabin+Condensed:400,500,600,700|Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');

*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    list-style: none;
    
}

html {
    font-size:10px;
    font-family:'Raleway', sans-serif ;
    font-weight: 400;
}

body {
    background-color: rgb(191,217,199);
    font-size:1.6rem;
    }



header {
   padding: 3px 3px 3px 3px;
	background-color:hsla(168, 63%, 37%, 0.67);
	display:flex;
	flex-flow: row wrap;
	justify-content: space-between;
    justify-content: center;
    text-transform:uppercase;
    }


.barras{
    font-size: 20px;
    vertical-align: middle;
    margin: 5px 10px 5px 10px;
    color: #beefde;
    
  
}
li {
    display: flex;
    float: left;
    margin: 5px 5px 5px 10px;
   }

h1 {
    font-family:'Raleway', sans-serif ;
    font-weight: 700;
    font-size:20;
    color: rgb(255, 255, 255);
    display: flex;
 
}

h2 { 
  font-size: 30px;
  color: white;
  display: flex;
  justify-content: center;
  align-content: center;
  margin-top: 1em;
  }


article {
    background-color: rgb(191,217,199);
}

img { width: 3.5em;
    margin-left: 40px;
    margin-bottom: 10px;
    margin-top: 10px;
    
     
    }

a {text-decoration:none;
    display: flex;
    text-align: center;
    justify-content: center;
    vertical-align: middle;
    padding top: 5px;
    padding-bottom: 5px;
            
    }
.h3 {
    display: flex;
    align-items: center;
    margin-bottom:10px;
}

.miperfil2{
    color: rgb(38, 92, 139);
    font-size: 40px;
    margin-left: 10px;
   
}
  

.botonapprecordatorio
   {width:80%; 
    height: 30%;
    margin:20px 10px 0 20px;
    background-color: rgb(99, 109, 165);
    display: flex;
    align-items: center; 
    text-align: center;
    justify-content: center;
     border-radius:15px;
        }

a h4{   
    font-family:'Raleway', sans-serif ;
    font-size:22px;
    font-weight: 700;
    display: flex;
    flex-direction: row;
    color: antiquewhite;
    margin-left: auto;
    line-height: 4 ;
    }

h3 {
    font-family: 'Cabin';
    font-size: 25px;
    font-weight: 500;
    display: flex;
    color: rgb(38, 92, 139);
    text-decoration: none;
}
.botonappagenda
   {
    background-color: rgb(72,110,95);
    display: flex;
    align-items: center; 
    text-align: center;
    justify-content: center;
    width:80%; 
    height: 30%;
    margin:20px 10px 15px 20px;
    border-radius:15px;
}

.botonappeventos
   {
    
     display: flex;
    align-items: center; 
    text-align: center;
    justify-content: center;
    width:80%; 
    height: 30%;
    margin:20px 10px 15px 20px;
    border-radius:15px;
    background-color:rgb(180, 57, 57)
}
.botonappvideo
   {
    background-color: rgb(215,140,87);
    display: flex;
    align-items: center; 
    text-align: center;
 justify-content: center;
    width:80%; 
    height: 30%;
    margin:20px 10px 15px 20px;
     border-radius:15px;
}

