/*
 Theme Name:   thegem-child
 Theme URI:    http://codex-themes.com/thegem-child/
 Description:  Multi-Purpose Wordpress Theme (TheGem child theme)
 Author:       John Doe
 Author URI:   http://example.com
 Template:     thegem
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  thegem-child
*/
.cabeceraseoymas{
  margin: 1em;
	display:flex;
}
.cabeceraseoymas .telefonoywhatsapp{
  color: #000000;
  display: flex;
  flex: 7;
  text-align: center;
}
.cabeceraseoymas .telefonoywhatsapp p{
  color: #000000;
  flex: 1;
  line-height: 34px;
}
.cabeceraseoymas .telefonoywhatsapp i{
  margin-right: 0.3em;
}
.cabeceraseoymas .RRSS{
  display: flex;
	flex: 1;
  text-align: right;
}
.cabeceraseoymas .RRSS p{
  color: black;
  text-align: center;
  flex: 3;
  margin: 0.3em;
}
.cabeceraseoymas .RRSS p i{
  vertical-align: middle;
  color: #000;
}

.wpb_text_column ul li::before{
  display: none;
}

/* Breadcrumb */

.page-title-block .breadcrumbs-container {
 display: none;
}
.left-text{
  text-align: left !important;
}
.right-text{
  text-align: right !important;
}
/* POPUP */
#popup {
    display: flex;
    flex-direction: column;
	position: fixed;
	z-index: 10000;
	top: calc(25% - 75px);
	left: calc(50% - 135px);
  max-width: 300px;
	width: 90%;
	max-height: 100%;
	background: #ffffff;
	border-radius: 10px;
	padding: 20px;
	text-align: center;
	-webkit-box-shadow: 3px 4px 5px -1px rgba(0,0,0,0.55);
	-moz-box-shadow: 3px 4px 5px -1px rgba(0,0,0,0.55);
	box-shadow: 3px 4px 5px -1px rgba(0,0,0,0.55);
}

#popup-inf {
	display:flex;
	flex-direction: row;
}

.bloque-popup {
	padding: 10px;
}

#popup.cerrado
{
  display: none;
}

#popup h2
{
  color: #e77785;
  margin: auto 20px;
  font-weight: bold;
  font-size: 20px;
  line-height: 22px;
}

#popup h3
{
  font-weight: 300;
  font-size: 20px;
  line-height: 28px;
  text-transform: none;
}

#popup .cerrar
{
  position: absolute;
  width: 30px;
  height: 30px;
  text-align: center;
  top: 0px;
  right: 10px;
  background: #ffffff;
  border-radius: 50px;
  font-size: 20px;
  line-height: 30px;
}


#popup .cerrar a
{
  font-weight: bold;
}

#popup .cerrar a:hover
{
  color: #000000;
}

@media (max-width: 980px) {
  .site-logo{
    text-align: center;
  }
}
.sub-menu.megamenu-masonry{
  z-index: 99999;
}

html body #site-header .site-title a img.small.light,
html body #site-header .menu-item-logo a img.small.light {
  display: none !important;
}

@media (max-width: 767px) {

  html body #site-header .site-title a img.default,
  html body #site-header .menu-item-logo a img.default {
    display: inline-block !important;
  }

  html body #site-header .site-title a img.small,
  html body #site-header .menu-item-logo a img.small {
    display: none !important;
  }

  html body #site-header .site-title a img.small.light,
  html body #site-header .menu-item-logo a img.small.light {
  }

  html body #site-header .site-title a img.small.light+img.small,
  html body #site-header .menu-item-logo a img.small.light+img.small {
    display: none !important;
  }

  html body #site-header.fixed.shrink .site-title a img.small.light,
  html body #site-header.fixed.shrink .menu-item-logo a img.small.light {
    display: none !important;
  }
  
  html body #site-header.fixed.shrink .site-title a img.small.light+img.small,
  html body #site-header.fixed.shrink .menu-item-logo a img.small.light+img.small {
    display: none !important;
  }
}