/*
Theme Name:     Neve Child
Theme URI:      https://themeisle.com/themes/neve/
Template: neve
Author:         ThemeIsle
Author URI:     https://themeisle.com
Description:    Neve is a super fast, easily customizable, multi-purpose theme. It’s perfect for blogs, small business, startups, agencies, firms, e-commerce shops (WooCommerce storefront) as well as personal portfolio sites and most types of projects. A fully AMP optimized and responsive theme, Neve will load in mere seconds and adapt perfectly on any viewing device. While it is lightweight and has a minimalist design, the theme is highly extendable, it has a highly SEO optimized code, resulting in top rankings in Google search results. Neve works perfectly with Gutenberg and the most popular page builders (Elementor, Brizy, Beaver Builder, Visual Composer, SiteOrigin, Divi). Neve is also WooCommerce ready, responsive, RTL & translation ready. Look no further. Neve is the perfect theme for you!
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:    neve
Tags: blog, custom-logo, e-commerce, rtl-language-support, post-formats, grid-layout, one-column, two-columns, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, flexible-header, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, accessibility-ready, wide-blocks, block-styles
*/
/* ----------- colores ------------*/
/* verde claro : #b6cd7b */
/* verde oscuro: #1f7078 */
@font-face {
    font-family: 'hs_auweb';
    src: url('../neve-3/fonts/high_spirited-webfont.woff2') format('woff2'),
         url('../neve-3/fonts/high_spirited-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@media (min-width: 960px){
	.wpcf7-form input[type=text],.wpcf7-form input[type=email], .wpcf7-form textarea{width: 23vw;}
}
@media (max-width: 767px){	
}
@media (min-width: 768px){	
}
.con-sombra{text-shadow: 1px 1px 1px #333;}
.activeH {position: fixed;z-index:1000;top:0;box-shadow:0px 1px 3px rgba(0,0,0,.3);width:100%;-webkit-animation-name: animationFade;animation-name: animationFade;-webkit-animation-duration: 1s;animation-duration: 1s; -webkit-animation-fill-mode: both;animation-fill-mode: both;}
.wpcf7-submit{background-color:#1f7078 !important;color:#baa977 !important;}
.wpcf7-submit:hover{background-color:#2B2B2B !important;color:#FFF !important;}
#form-campos label{color:#2B2B2B !important;}
#footer-menu li a{font-size:0.95rem}
.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-0{opacity:50% !important}
.mt-20{margin-top:20px !important}
.mb-20{margin-bottom:20px !important}
.oculto{display:none !important}
#map{width:100%; height:420px;margin-top:0px; margin-bottom:0px}
#mapa{margin:0 !important; padding:0 !important}
#mapa > .wp-block-cover{padding:0 !important}
.footer-bottom{display:none}
.page-template-default h1{margin-top:30px}
/* Start ---- FREE PRIVACY POLICY */
.freeprivacypolicy-com---nb-simple { max-width: 100% !important; left: 0 !important;}
.freeprivacypolicy-com---palette-dark.freeprivacypolicy-com---nb { background-color: rgb(17 17 17 / 98%) !important; color: #fff !important;}
.cc-nb-buttons-container{display:flex !important}
.cc-nb-okagree, .cc-nb-reject, .cc-cp-foot-save {background-color: #58a4b0 !important; font-weight:300 !important; text-transform:uppercase !important}
.cc-nb-changep{font-weight:300 !important; text-transform:uppercase !important}

.cc-pc-head-lang-select{display:none !important}
.cc-cp-foot-byline{visibility:hidden !important}
.cc-nb-main-container{width:70%; margin:0 auto}
.cc-nb-buttons-container button, .cc-cp-foot-button button{border-radius:0px !important}
.marcas a{color:#000; text-decoration:none}
.marcas a:hover{color:#b6cd7b;}
#ggbl_slider li span{position: absolute;color: #FFF;top: 92%; display: block; width: 100%; text-align: center;}
#form-campos textarea {
    height: 277px !important;
}
#contacto{margin-top:-29px}
@media (max-width: 767px){	
.cc-nb-main-container{width:90%; margin:0 auto}
}
/* End ---- FREE PRIVACY POLICY */
.wpcf7-not-valid-tip{color:#F90}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {  border-color: #f90;}
.wpcf7 form .wpcf7-response-output {padding: 1em 1em;}
.wpcf7 form.sent .wpcf7-response-output { border-color: #b6cd7b;}
.wpcf7-not-valid{border:2px solid #F90 !important}
.wpcf7-not-valid-tip{display:none;}
#form-campos label{color:#000}
#form-campos textarea{height:277px !important}
/*animaciones*/
@-webkit-keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}
/*@keyframes backgroundchangeFadeInOut {
  0% {
    opacity:1;
  }
  17% {
    opacity:1;
  }
  25% {
    opacity:0;
  }
  92% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-webkit-keyframes backgroundchangeFadeInOut {
  0% {
    opacity:1;
  }
  17% {
    opacity:1;
  }
  25% {
    opacity:0;
  }
  92% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}


#slider_arriba .wp-block-cover__image-background {
	animation-name: backgroundchangeFadeInOut;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
	animation-duration: 6s;

	-webkit-animation-name: backgroundchangeFadeInOut;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-duration: 6s;

}*/
.sin-bola{list-style-type: none !important; }
.sin-bola li{margin-left:5px !important; line-height:0.8rem}
#nv-primary-navigation-main li{font-weight:500 !important}
.woocommerce.single .entry-summary>form.cart {display: block;}
.wc_bookings_field_persons_712, .wc_bookings_field_persons_713{width:50% !important;float:left;}
#wc_bookings_field_persons_712, #wc_bookings_field_persons_713{width:125px;}
.wc-bookings-date-picker .ui-datepicker td.ui-datepicker-current-day a { background: #1f7078 !important; opacity: 1 !important;}
.wc-bookings-date-picker .ui-datepicker td.bookable a {background-color: #58a4b0 !important;}
.wc-bookings-date-picker .ui-datepicker td.bookable-range .ui-state-default {  background: #1f7078 !important;color: #fff;}
.reserva_bloque{width: fit-content;position: absolute; top: 200px; background-color: #baa977;z-index: 999;display:none}
.wc-bookings-booking-form {background-color: #F3F4F5;border: 1px solid #87BAC0;padding:30px}
.wc-bookings-date-picker{border:1px solid #F3F4F5 !important;}
.woocommerce-Tabs-panel header{text-align:left !important; color:#1f7078; }
.woocommerce-Tabs-panel header h3{font-size:2.5rem}
.single-product .summary .product_title{font-size:2.5rem;color:#1f7078;}
.single-product .product_meta{display:none !important}
.single-product .single_add_to_cart_button{float:right !important;}
.woocommerce.single .entry-summary>form.cart {border-bottom: none !important}
.woocommerce-tabs{border-top: 1px solid #58a4b0; margin-top: -50px; padding-top: 0px;}
.woocommerce-tabs .reviews_tab,.woocommerce-tabs .description_tab{display:none !important;}
.wp-social-link-instagram { background-color: #1f7079 !important; color: #fff !important;margin-right:-25px !important}
.wp-social-link-facebook { background-color: #1f7079 !important; color: #fff !important;}
.whats {position: fixed;z-index: 99999;bottom: 1em;right: 1em;}
.a-mano{font-family:'hs_auweb',Arial !important;font-weight:100 !important;}
.eb-flipbox-back-title{font-family:'hs_auweb',Arial !important;font-weight:100 !important; font-size:60px}
.text-ocre{color:#baa977;}
.text-ocre:before{content:"_________"}
.fs-4{font-size:4rem}
#ubicacion{margin-bottom:0}
.formulario-horizontal {
	display: flex;
	align-items: center;
	gap: 10px;
	/*position:absolute;
	top:500px;
	left:15%;
	right:15%;*/
	background-color:rgba(255,255,255,1);
	padding:20px 30px;
	z-index:999999;
	/*border:1px solid #58a4b0;*/
	margin-top:0px;
	position: relative;
	-webkit-box-shadow: 1px 5px 10px -6px rgba(0,0,0,0.75);
-moz-box-shadow: 1px 5px 10px -6px rgba(0,0,0,0.75);
box-shadow: 1px 5px 10px -6px rgba(0,0,0,0.75);
	white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.formulario-horizontal label {
	margin-right: 5px;
	color:#333;
	font-size:0.8rem;
}

.formulario-horizontal input,
.formulario-horizontal button {
	padding: 5px;
	width:100px;
	background-color:white;
	color:666;
	font-size:0.8rem !important;
}
#fecha-inicio,#fecha-final{
	width:150px !important;	
}
.formulario-horizontal input:read-write{
	font-size:0.8rem !important;
}
.formulario-horizontal button {
	background-color: #58a4b0;
	color: white;
	border: none;
	cursor: pointer;
}

.formulario-horizontal button:hover {
	background-color: #45a049;
}
.centrado{margin:0 auto}
/*#58a4b0;
    --nv-secondary-accent: #1f7078;*/
#wp-block-themeisle-blocks-advanced-heading-9ff17e17,#wp-block-themeisle-blocks-advanced-heading-973d6fac{border-top-left-radius:25px !important; border-top-right-radius:25px !important}
.o-posts-custom-field{font-size:0.8rem}
.o-posts-grid-post-plain{background-image:none !important}
.activeH .header-main-inner,.single .header-main-inner,.activeNH .header-main-inner,.single .header-main-inner{background-color:#58a4b0 !important}
.hfg_header.site-header { box-shadow: none}
.iframe-container {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%; /* Relación de aspecto 16:9 */
}

.iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}
.titulo_form{font-size:24px; font-weight: bold; text-align:center;margin: 30px auto;}
 .fecha_evento{color:#ca6d49 !important;padding: 5px 10px;background-color: #000;  margin-bottom: 10px;}
.fecha_del_evento{display:none !important;}  
