/*
 Theme Name:   es.trate.ga
 Theme URI:    https://es.trate.ga/theme/
 Description:  es.trate.ga a Divi Child Theme
 Author:       Roberto Maurer
 Author URI:   https://es.trate.ga
 Template:     Divi
 Version:      2.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, divi, responsive-layout
 Text Domain:  es-trate-ga
 */


/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */ 
.centrado-vertical {
    display: flex; 
    flex-direction: column; 
    justify-content: center;
} 
.sufoot {
	vertical-align: middle;
	font-weight: bold;
	padding-bottom: 11px;
}
/* Remove the line below the normal Divi menu */
/*#main-header {
    box-shadow: none !important;
}
*/
/* Add this, too, if you want to remove the
   shadow underneath the fixed Divi navigation bar */
/*#main-header.et-fixed-header {
    box-shadow: none !important;
}
*/


/*** Media Queries Breakpoints ***/
/*** Responsive Styles Large Desktop And Above ***/
@media all and (min-width: 1405px) {

}
 
/*** Responsive Styles Standard Desktop Only ***/
@media all and (min-width: 1100px) and (max-width: 1405px) {
 
}
/*** Responsive Styles Standard Desktop Only ***/
@media all and (min-width: 981px) and (max-width: 1100px) {
 
} 
/*** Responsive Styles Tablet And Below ***/
@media all and (max-width: 980px) {
 
}
 
/*** Responsive Styles Tablet Only ***/
@media all and (min-width: 768px) and (max-width: 980px) {
 
}
 
/*** Responsive Styles Smartphone Only ***/
@media all and (max-width: 767px) {
 
}
 
/*** Responsive Styles Smartphone Portrait ***/
@media all and (max-width: 479px) {
 
}

