/*Vacha Obscuro 1.0.24.11.10*/
/***********************************ESTILOS PARA MÓVILES*****************************************/
@media screen and (max-width: 790px) {
  body {
   margin-top: 0;
  }
  h1 {
    font-size: 2em;
  }
  h2 {
    font-size: 1.8em;
  }
  h3 {
    font-size: 1.6em;
  }
  h4 {
    font-size: 1.4em;
  }
  h5 {
    font-size: 1.2em;
  }
  h6 {
    font-size: 1em;
  }
  .header-wrap {
    display: grid;
    padding-top: 0;
    margin-top: 0px;
  }
  /* Clase especial para el menú pegajoso */
  .fixed-navbar {
    display: inline-block !important;
  }
  /* Logotipo */
  #logo {
    display: none;
  }
  .navbar-brand img{
    height: 50px;
    top: 2px;
    left: 10px;
    z-index: 1000;
  }
  .header-section {
    display: none;
  }
  .navbar-toggler {
    margin: 10px 20px;
  }
  .navbar-collapse {
    margin: 5px 0px;
  }
  /* Estilos extra para el Menú Desplegable en Móviles */
  .desplegable-movil {
    background-color: #ffffff;
    box-shadow: 0 0 4px 1px #808080;
  }
  /* Menú - Botónes */
  .header-wrap .navbar-dark .navbar-nav .nav-link, a.ancla {
    display: block;
    background-color: #ffffff;
    color: #000000 !important;
    font: 1em/1.6em 'Mont', sans-serif;
    text-align: center;
    text-decoration: none;
    width: 100%;
    float: none !important;
    border-right: none;
    border-top: 1px solid #f2f2f2;
    padding: 0.6em;
  }
  .navbar, .navbar-expand-md {
    display: inline-block;
    width: 100%;
    height: 65px;
    padding: 0.5em 1em;
  }
  /* Menú - Botón Activo */
	.header-wrap .navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show > .nav-link {
		background-color: #588ad5;
		color: #ffffff !important;
		text-shadow: none;
	}
  /* Menú - Desplegable */
  .header-wrap .dropdown-item, .dropdown-item {
    background-color: #f2f2f2;
  }
  .header-wrap .dropdown-item:focus, .header-wrap .dropdown-item:hover, .header-wrap .dropdown-item:active, .header-wrap .dropdown-item.active {
    background-color: #bb179c;
  }
  #searchform, .wp-block-search__inside-wrapper {
    display: inline-block;
    background-color: #ffffff;
    border-top: 1px solid #f2f2f2;
    padding: 10px;
    width: 100%;
  }
  blockquote p {
    font: 1.1em/1.1em 'Times', serif;
  }
  #columna-alfa, #columna-beta, .wpcf7 {
    margin: 0.2em auto;
  }
  aside {
    display: none;
  }
  #footer-section-3 {
    display: none;
  }
  a#subir {
    margin: 35px 45%;
  }
  i.theChampWhatsappBackground {
    display: inline-block;
  }
  a#whatsapp-social-web, a#whatsapp-web, a#whatsapp-web-page {
    display: none;
  }
  a#whatsapp-social-api, a#whatsapp-movil, a#whatsapp-movil-page {
    display: inline-block;
  }
  /* Barra redes sociales */
  .social-bar {
    display: inline-block;
  	bottom: 0;
  	width: 100%;
    height: 40px;
    left: 0;
    right: 0;
  }
  	a#facebook-bar, a#instagram-bar, a#whatsapp-bar-movil {
      display: inline-block;
  		width: 33.33%;
  		height: 40px;
  	}
    a#whatsapp-bar-web {
  		display: none;
  	}
  /* Estilo para el formulario */
  .wpcf7 {
    width: 100%;
  }
  /* Estilos para la página especial */
  #fondo-titulo {
   display: block;
   width: auto;
   max-width: 100%;
   height: 200px;
 }
 #fondo-titulo img {
   background-repeat: no-repeat;
   background-position: center top;
   background-attachment: fixed;
   background-size: cover;
   width: auto;
   max-width: 100%;
   height: 100%;
 }
 #titulo-especial h2 {
   font: 800 1.8em/1em 'Mont Bold', sans-serif !important;
   top: 40px !important;
   margin: 0 !important;
 }
  /* Estilo para las valoraciones de producto */
  .comment-form-rating, .comment-form-comment {
  	width: 100% !important;
  }
  .comment-form-author, .comment-form-email {
  	width: 100% !important;
  }
  /* Woocommerce */
  .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
  	width: 100% !important;
  }
  /* Centramos todos los botónes de WooCommerce para dispositivos móviles */
  .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce-product-search button, .woocommerce a.added_to_cart {
    display: block !important;
    align-items: center !important;
    width: 80% !important;
    margin: 0 10% !important;
  }
  /* Alinear el botón de cantidad en Woocommerce */
  .woocommerce div.product form.cart div.quantity {
    width: 100% !important;
  }
  /*--------------------------------------------------------------
  21.0 Estilos para incrustar vídeo con el Plugin 'Advanced Custom Fields', la clase 'video-incrustado' es utilizada para centrar y expandir los vídeos. La altura se deja libre y los ajusta Youtube en Automático; si el cliente o proyecto exige una relación de aspecto entonces forzar en los estilos la altura.
  --------------------------------------------------------------*/
  .video-incrustado {
    width: 100% !important;
  }
  .video-incrustado iframe{
    width: 100%!important;
  }
  p a#whatsapp-web-page {
  	margin: 0 1em;
  }
}
/***********************************ESTILOS PARA MÓVILES*****************************************/
@media screen and (max-width: 660px) {
}

/***********************************ESTILOS PARA MÓVILES*****************************************/
@media screen and (max-width: 380px) {
}
