h1 {
    font-family: 'Merriweather', serif;
    font-weight: 700;
    font-size: 24px;
    color: #3278ab;
    text-align:  center; }
    
h2 {
    color: #163F67;
	font: bold 22px 'Merriweather', serif; }
    
h3 {
    color: #163F67;
	font: italic 20px 'Merriweather', serif; }
	
p {
	font: 14px 'Open Sans', sans-serif;
    color: #000;
    line-height: 24px; }
    
    
#cabecera { padding-top: 50px; }

#titulo {
	padding-top: 65px;
	padding-bottom: 15px;
	margin-bottom: 35px;
	border-bottom: 1px solid #e9ede7; }







/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
	
#cabecera { padding-top: 25px; }

#titulo {
	padding-top: 35px;
	padding-bottom: 10px;
	margin-bottom: 10px; }
	
h2, h3, p { text-align: center !important; }

#direcciones div { 	padding-bottom: 15px;
					border-bottom: 1px solid #e9ede7; }

#banderas { text-align: right !important; }
#banderas ul { display: block; }
#banderas ul li a.nav-link { text-align: right;}
#banderas ul li:first-child a.nav-link { margin-left: 2px; }

}



/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {

#cabecera { padding-top: 25px; }

#titulo {
	padding-top: 35px;
	padding-bottom: 10px;
	margin-bottom: 10px; }
	
h2, h3, p { text-align: center !important; }

#direcciones div { 	padding-bottom: 15px;
					border-bottom: 1px solid #e9ede7; }

#banderas { text-align: right !important; }
#banderas ul { display: block; }
#banderas ul li a.nav-link { text-align: right;}
#banderas ul li:first-child a.nav-link { margin-left: 2px; }
	
}



/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 992px) { ... }



/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) { ... }



