/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
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: astra-child
Template: astra
*/

/* Para poner en blanco el menú del menú para móviles (menú hamburguesa) en las páginas que tienen el fondo en blanco */
.page-id-30 [data-section="section-header-mobile-trigger"] .ast-button-wrap .mobile-menu-toggle-icon .ast-mobile-svg, .page-id-119 [data-section="section-header-mobile-trigger"] .ast-button-wrap .mobile-menu-toggle-icon .ast-mobile-svg{
	fill: #fff !important;
}

/* Para primera imagen de la página "Sobre Mi" */
#june-sobremi1 {
	position: relative;
    left: 6em;
}

/*.wa__btn_popup_txt {
	margin-top: -6em;
}
.wa__btn_popup_icon {
	margin-top: -6.3em;
}*/
/*.wa__btn_popup {
	top: 45em !important;
}
.wa__btn_popup_icon {
	margin-top: 4.3em !important;
}*/

/* Estilo paa los submenus de la barra del menu web superior */
nav.site-navigation .main-navigation .sub-menu {
	margin-top: -15% !important;
}

/* Para no mostrar el botón de activar o desactivar las cookies */
.gdpr_lightbox .moove-gdpr-status-bar .gdpr-cc-form-fieldset .cookie-switch .cookie-slider.cookie-round {
	display: none;
}


/* Para el color del icono de la flecha hacia abajo para abrir los menús con dropdown */
.page-id-30 .main-header-bar-navigation nav .main-navigation .sub-menu .menu-link, .page-id-30 .main-header-bar-navigation nav .main-navigation .sub-menu .menu-link:hover, .page-id-119 .main-header-bar-navigation nav .main-navigation .sub-menu .menu-link, .page-id-119 .main-header-bar-navigation nav .main-navigation .sub-menu .menu-link:hover {
	color: #000;
}

/* Para subir la posición del botón flotante de WhatsApp */
.wa__btn_popup_txt {
  	top: -1.5em !important;
}
.wa__btn_popup_icon {
	position: relative;
	top: -3em !important;
}

/* Estilo la Barra de Cookies */
.mgbutton {
	background-color: transparent;
	box-shadow: inset 0 0 0 1px currentColor;
	color: #fff;
	opacity: .7;
}
.mgbutton:hover {
	opacity: 1;
}

/* Pantalla PC (más de 1450) */
@media only screen and (min-width: 1450px) { }

/* Pantalla PC (1280-1449) */
@media (min-width: 1281px) and (max-width: 1449px) { }

  /* Pantalla PC (1024-1279) */
  @media (min-width: 1024px) and (max-width: 1279px) { }
  
  /* Pantalla tablet horizontal (768-1023) */
  @media (min-width: 768px) and (max-width: 1023px) { }
  
  /* Pantalla tablet (481-767) */
  @media (min-width: 481px) and (max-width: 767px) { }
  
  /* Pantalla móvil (menos de 480 ) */
  @media (max-width: 480px) { 
/* Para el color del icono de la flecha hacia abajo en los elementos con dropdown en el menú */
#ast-hf-mobile-menu .ast-menu-toggle {
	color: #2f475c !important;
}
}


  
  /*  Orientación: Vertical */
  @media screen and (orientation:portrait) { }
  
  /* Orientación: Horizontal  */
  @media screen and (orientation:landscape) { }
  
  /* iPhone - Orientación: Vertical */
  @media screen and (max-device-width: 480px) and (orientation:portrait) { } 
  
  /* iPhone - Orientación: Horizontal  */
  @media screen and (max-device-width: 480px) and (orientation:landscape) { }
  
  /* iPad - Orientación: Vertical */
  @media screen and (min-device-width: 481px) and (orientation:portrait) { }
  
  /* iPad - Orientación: Horizontal  */
  @media screen and (min-device-width: 481px) and (orientation:landscape) { }