/*
Theme Name:   Hamburgo a Pie
Theme URI:    http://example.com/
Description:  Divi Child Theme
Author:       Federico Linos
Author URI:   http://example.com
Template:     Divi
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain:  twentyfifteenchild
*/

/*
#test .et_pb_menu__logo-wrap {
	margin-left: auto !important;
}
*/

/* ----BOTONES PERSONALIZADOS---- */

.btn-leer-mas {
  transition: all 0.2s;
}

.btn-leer-mas:hover {
  transform: scale(1.05, 1.05);
}

/* --------3 columnas en footer para ipad y celular-------- */

@media only screen and (max-width: 980px) {
  .three-cols .et_pb_column {
    width: 33% !important;
  }
}

/*---------------------TAB COMPONENT PAGINA GUIA-----------------------*/

.tab-divider {
  width: 60%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.guide-item {
  margin-bottom: 24px;
}

.tab-item--title {
  padding-bottom: 0;
  font-size: 20px;
}

.tab-item--title,
.tab-item strong {
  color: #101d2c;
}
/* ajuste del tamano del icono de locacion */

.icono-custom-pin {
	font-size: 18px;
}


