/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Mike Prieto
 Author URI:     https://learngames.com.co/
 Template:       Divi
 Version:        1.0.0
*/


/* Cargar Fuente Local */

@font-face {
  font-family: 'Decalotype';
  src: url('fonts/Decalotype-Regular.woff2') format('woff2'),
       url('fonts/Decalotype-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Decalotype';
  src: url('fonts/Decalotype-Bold.woff2') format('woff2'),
       url('fonts/Decalotype-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}


body{
	font-family: 'Decalotype', Open Sans, sans-serif;
}

h1, h2, h3 {
  font-family: 'Decalotype', Open Sans, sans-serif !important;
  font-weight: 700;
}

h4, li {
  font-family: 'Decalotype', Open Sans, sans-serif !important;
}

p{
  font-family: 'Decalotype', Open Sans, sans-serif !important;
  font-weight: 400;
}

.color-primario strong{ color: #96abe9; }
.color-verde b { color: #77B255; }


/* Invertil Columnas en Moviles */
@media only screen and (max-width: 767px) {
  .invert-columns-mobile {
    display: flex !important;
    flex-direction: column-reverse !important;
    flex-wrap: nowrap !important;
  }
}
