/*
Theme Name: GeneratePress Child
Theme URI: https://generatepress.com
Description: Tema hijo de GeneratePress
Author: Alejandro De Luca <tury3001@gmail.com>
Author URI: https://www.mentesliberadas.com
Template: generatepress
Version: 1.0.0
*/

/* Acá podés agregar tu CSS personalizado */

.wp-block-image {
	margin: 30px 0;
}

.gb-loop-item h2 a {
	text-decoration: none !important;
	color: inherit;
}

.gb-loop-item h2 a:hover {
	text-decoration: underline !important;
}

body.home .container {
  max-width: 1300px;
}

/* Ensancha la cabecera a pantalla completa */
.site-header {
  max-width: 100%;
  width: 100%;
}

/* Para que el contenido interno (logo y menú) tenga más espacio */
.inside-header {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

/* Footer */
#footer-widgets {
  background-color: #f9f9f9 !important;
}

.site-info {
  background-color: #181818 !important;
  color: #fff !important;
}

.site-info a, .site-info a:hover {
  color: #fff !important;
}

#menu-item-30413 a {
  color: #fff !important;
  background-color: #00a99d !important;
  border-radius: 10px !important;
}

/* Ajuste del boton */
.wp-block-button__link:hover {
  color: #fff !important;
  background-color: #028980 !important;
}



@media (max-width: 767px) {
  /* Estilos específicos para celulares */
  h1 {
    font-size: 1.8rem !important;
  }
}


