 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         EcommJuice
 Author URI:     https://www.ecommjuice.com
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* Theme customization starts here
------------------------------------------------------- */
/* Titulos*/
h2 {
	font-size: clamp(1rem, 0.6875rem + 1vw, 1.25rem) !important;
	font-weight: 600;
	font-family: "Poppins";
	align-self: stretch;
}

h3 {
  font-size: clamp(24px, 6vw, 60px);
  font-family: "Bricolage Grotesque";
  font-weight: 800;
  text-transform: uppercase;
}

/* Titulos H2 con tamaño grande y no subtitulos */
#h2-grande h2 {
  font-size: clamp(28px, 5vw, 40px) !important;
  font-weight: 800;
  font-family: "Bricolage Grotesque";
}

/* Clase alinear cajas al medio */
#caja-al-medio {
	display: flex;
	align-items: center;
}


/* Tamaño menu footer*/
ul.dsm-menu {
	font-size: 14px !important;
}


/* X-Small devices (portrait phones, less than 576px) */
@media (max-width: 767.98px) {
  
  #caja-al-medio {
    flex-direction: column-reverse;
  }

  #main-header {
    background: #13225B;
  }

  a.et_pb_button {
    font-size: 14px;
  }

  .et_pb_column_11 {
    margin-bottom: 20px !important;
    margin-top: 20px !important;
  }

  .header p {
    font-size: 16px !important;
  }

  #caja-al-medio.header-texto-arriba {
    justify-content: flex-end;
  }
}