/*
 Theme Name:   Escuela Divergentes
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Danivera
 Author URI:   https://danivera.com
 Template:     generatepress
 Version:      0.1
*/

/* Colores 
Azul: #30509F
Rojo: #E84E1B
Verde: #009F4D
Texto: #333333 
amarillo: #fbcc1e
*/
 

/*MEDIA QUERIES*/

@font-face {
    font-family: 'burbank_smallbold';
    src: url('fonts/burbanksmall-bold-webfont.woff2') format('woff2'),
         url('fonts/burbanksmall-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

h1, h2, h3, h4, .elementor-button{font-family: 'burbank_smallbold'!important; line-height: 120%!important;}


.personal a{
	background:#fff;
	display:flex!important;
	border-radius:200px;
	color:#30509F!important;
}
.personal img{margin-right:6px}

.elementor-widget-container p:last-child {
    margin-bottom: 0px;
}


.ban-contacto{margin-top:-100px}


.ban-contacto a{color:#333333;}
.ban-contacto a:hover{color:#30509F;}

.ban-contacto ul{list-style-type:none; margin:0px 10px;}
.ban-contacto li{margin-bottom:10px;}


@media (max-width: 1100px){

@media (max-width:1024px) {



}

/* markup for tablets */
@media screen and (min-width:769px) and (max-width:1024px) {

 


}

/* markup for mobile */
@media screen and (max-width:768px) {

.site-footer{margin-top:0px;}
.ban-contacto{margin-top:0px}
    
}