/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/


.titulo {
    text-align: center;
    font-size: 40px;
    margin-bottom: -20px;
	font-weight: bold;
}

.direcciones {
   
    font-size: 19px;
  
}



@media (max-width: 700px) {

#logo img {
  height: 75px;
  margin: 20px;
}
.titulo {
    text-align: center;
    font-size: 10px;
    margin-bottom: -20px;
	font-weight: bold;
}

}


