@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//aguasarriba.tv/us/wp-content/themes/woodmart/fonts/woodmart-font-1-400.woff2?v=8.0.6") format("woff2");
}

:root {
	--wd-text-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #767676;
	--wd-text-font-size: 14px;
	--wd-title-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 500;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 700;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 13px;
	--wd-primary-color: #83b735;
	--wd-alternative-color: #fbbc34;
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: #83b735;
	--btn-accented-bgcolor-hover: #74a32f;
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
}
.wd-popup.wd-age-verify {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: none;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
	--wd-popup-width: 800px;
}
.woodmart-woocommerce-layered-nav .wd-scroll-content {
	max-height: 223px;
}
.wd-page-title {
	background-color: #0a0a0a;
	background-image: none;
	background-size: cover;
	background-position: center center;
}
.wd-footer {
	background-color: #ffffff;
	background-image: none;
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 0px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 0px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-default-box-shadow-active: none;
--btn-default-bottom: 0px;
--btn-accented-bottom-active: -1px;
--btn-accented-brd-radius: 0px;
--btn-accented-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .15);
--btn-accented-box-shadow-hover: inset 0 -2px 0 rgba(0, 0, 0, .15);
--wd-brd-radius: 8px;
}

@media (min-width: 1222px) {
[data-vc-full-width]:not([data-vc-stretch-content]),
:is(.vc_section, .vc_row).wd-section-stretch {
padding-left: calc((100vw - 1222px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
padding-right: calc((100vw - 1222px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
}
}


/* Wrapper general del formulario */
.aa-custom-cf7 {
    width: 100%;
    font-family: "Lato", Arial, Helvetica, sans-serif;
}

/* Filas y columnas usando Flexbox */
.aa-custom-cf7 .aa-row {
    display: flex;
    gap: 30px;
    margin-bottom: 25px;
    flex-wrap: wrap;
}

.aa-custom-cf7 .aa-col {
    flex: 1;
    min-width: 200px; /* En móviles se apilan automáticamente */
}

/* Reset de estilos por defecto y diseño transparente */
.aa-custom-cf7 .wpcf7-form-control.wpcf7-text,
.aa-custom-cf7 .wpcf7-form-control.wpcf7-select,
.aa-custom-cf7 .wpcf7-form-control.wpcf7-textarea {
    width: 100%;
    background-color: transparent !important;
    border: none !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4) !important;
    border-radius: 0 !important;
    color: #ffffff !important;
    padding: 10px 0 !important;
    font-size: 14px !important;
    box-shadow: none !important;
    outline: none !important;
}

/* Efecto al hacer clic en el campo (Focus) */
.aa-custom-cf7 .wpcf7-form-control:focus {
    border-bottom: 1px solid #ffffff !important;
}

/* Color de los textos de relleno (Placeholders) */
.aa-custom-cf7 ::placeholder {
    color: rgba(255, 255, 255, 0.6) !important;
    opacity: 1;
}

/* Ajustes específicos para los Select (Desplegables) */
.aa-custom-cf7 select.wpcf7-form-control {
    color: rgba(255, 255, 255, 0.6) !important;
    cursor: pointer;
}
.aa-custom-cf7 select.wpcf7-form-control option {
    color: #000000; /* Texto oscuro al desplegar para que se lea bien */
}

/* Botón de Enviar (Estilo verde) */
.aa-custom-cf7 .aa-submit-btn {
    background-color: #2da164 !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 2px !important;
    padding: 12px 35px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    font-size: 14px !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    display: inline-block;
    margin-top: 10px;
}

.aa-custom-cf7 .aa-submit-btn:hover {
    background-color: #248251 !important;
}

/* Nota de privacidad */
.aa-custom-cf7 .aa-privacy-note {
    font-size: 12px !important;
    color: rgba(255, 255, 255, 0.5) !important;
    margin-top: 15px !important;
    margin-bottom: 0 !important;
}

.aa-vid-card {
    background-size: cover; background-position: center; border-radius: 2px;
    position: relative; min-height: 390px; overflow: hidden;
    display: flex; flex-direction: column; justify-content: space-between;
    padding: 40px 30px 30px; box-sizing: border-box; width: 100%;
}
.aa-vid-overlay {
    position: absolute; top: 0; left: 0; right: 0; bottom: 0;
    background: linear-gradient(to bottom, rgba(12,21,32,0.1) 0%, rgba(12,21,32,0.95) 100%); z-index: 1;
}
.aa-vid-content-top {
    position: relative; z-index: 2; text-align: center; color: #ffffff !important;
    font-size: 14px; font-weight: bold; letter-spacing: 1px; opacity: 0.9;
}
.aa-vid-content-bottom {
    position: relative; z-index: 2;
}
.aa-vid-title {
    color: #ffffff !important; font-family: 'Oswald'; font-size: 22px; font-weight: bold; margin: 0 0 10px 0; letter-spacing: -0.5px; line-height: 1.2;
}
.aa-vid-link {
    color: #2da164 !important; text-decoration: none; font-size: 13px; font-weight: 500; display: inline-block; transition: 0.3s;
}
.aa-vid-link:hover { color: #ffffff !important; }


#contact-en {
	 text-align:center;
}

#pform {
    font-family: "Lato", Arial, Helvetica, sans-serif;
	  font-size:18px !important;
}

.woodmart-counter .counter-label {
    margin-top: 10px;
    color: #444;
}

#logo-tv {
	margin-top:12px
}

@media (max-width: 1280px) {
    
	#the-show {
		padding-top: 3% !important;
		padding-right: 1% !important;
		padding-left: 1% !important;
	}

	#the-travel {
		padding-top: 3% !important;
		padding-right: 1% !important;
		padding-left: 1% !important;
	}
	
}

@media (max-width: 991px) {
    
	#the-show {
		padding-top: 0 !important;
		padding-right: 0 !important;
		padding-left: 0 !important;
	}

	#the-travel {
		padding-top: 0 !important;
		padding-right: 0 !important;
		padding-left: 0 !important;
	}
	
	#titulo-grande {
		 font-size:48px !important;
	}
	
	.woodmart-counter .counter-label {
    margin-top: 10px;
    color: #1f1f1f;
  }
	
	.vc_custom_1750205318985 {
    margin-bottom: -37% !important;
    background-color: #006449 !important;
   }
	
	 #logo-tv {
		 object-fit:contain;
		 width:300px;
		 margin:16px auto 15px;
	}
	
	.titulo-grande {
		font-size:48px !important;
	}
}

@media (max-width: 575px) {
		#titulo-grande {
			 font-size:40px !important;
		}
	
	 #logo-tv {
		 object-fit:contain;
		 width:290px;
		 margin:15px auto 15px;
	}
	
		.titulo-grande {
			 font-size:40px !important;
		}
}