* {
    padding: 0px;
    margin: 0px;
    text-decoration: none;
    
}

a{
    color: white;
}


/** HEADER: Regresar **/

header{
    font-family: 'Lato';
    background-color: #dadad9;
    position: relative;
}

h3{
    color: #4171b4;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    padding: 18% 0% 0% 0%;
}

#menu{
    display:flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;  
}


/** MAIN **/

main{
    background-color: #4171b4;
    font-family: 'Lato';
}


#buscador{
      background-color: #ffffff;
    color:#4171b4 ;
    width: 80%;
    border-radius: 30px 30px 30px 30px;
    padding: 10px;
    margin: 5%;
    text-align: left;
    font-size: 15px;
    font-style: normal;
    font-weight:10;
    display: flex;
    align-content: center;
    
}




#content {
	
	
	max-width:100%;
}

.blueberry {    
    width: 100%; 
    height: 100%;
    display: flex;
    flex-direction: row;
    object-position: center;
    
}


/** MAIN: Masthead **/

#titulo{
     background-color: #4171b4;
    color: #ffffff;
    padding: 15% 0% 0% 0%;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight:10;
}
    

#galeria{
    padding: 10px;
    margin-top: 5px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    
  
}

#galeria div{
    margin-top: 15px;
    background-color: white;
    border-radius: 30px 30px 30px 30px;
    position: center;
    margin-right: 10px;
    
    
}

#galeria img{
    border-radius: 30px 30px 30px 30px;
    padding: 5%;
    align-content: center;
    
    
}
#galeria h2{
    color: #4171b4;
    font-size: 19px;
    font-weight: 700;
    text-align: center;
    padding: 2% 0% 0% 0%;
}
#galeria h3{
    color: #4171b4;
    font-size: 13px;
    font-weight: 300;
    text-align: center;
    padding: 2% 0% 0% 0%;
}
#galeria p{
    padding:10px 20px 30px 20px;
    
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    
}

#1, #2, #3{
    position: absolute;
    padding: 20px;
   
}

#subirflecha{
   display: flex;
    flex-wrap: wrap;
 
    align-items: center;
    
}




/* FOOTER */

footer{
    font-family: 'Lato';
    font-size: 11px;
    color: #6f6f6e;
    text-align: center;
    background-color: #dadad9;
    display:flex;
    flex-direction: column;
    justify-content: space-around;
    padding: 10px;
   
    border-style: solid;
    border-color: #6f6f6e;
    border-width: thin;
    border-left-color: #dadad9;
    border-right-color: #dadad9;
}
#pie{
    color:#4171b4;
    display: flex;
    justify-content:space-around;
    align-items: center;
    padding-left: 30px;
    padding-right: 30px;
    
}
ul{
    list-style: none;
}