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

:root {
	--wd-text-font: "Baloo 2", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #767676;
	--wd-text-font-size: 14px;
	--wd-title-font: "Baloo 2", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 500;
	--wd-title-color: rgb(18,173,222);
	--wd-entities-title-font: "Baloo 2", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 400;
	--wd-entities-title-color: rgb(0,21,99);
	--wd-entities-title-color-hover: rgb(18, 173, 222);
	--wd-alternative-font: "Baloo 2", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Baloo 2", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 500;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Baloo 2", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 700;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 13px;
	--wd-primary-color: rgb(18,173,222);
	--wd-alternative-color: rgb(26,53,132);
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(18,173,222);
	--btn-accented-bgcolor-hover: rgb(16,149,206);
	--wd-form-brd-width: 1px;
	--notices-success-bg: rgb(18,173,222);
	--notices-success-color: #fff;
	--notices-warning-bg: rgb(2,31,117);
	--notices-warning-color: #fff;
	--wd-sticky-btn-height: 95px;
}
.wd-popup.wd-age-verify {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: url(http://nadoswim.co/wp-content/uploads/2021/08/promo-popup.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	--wd-popup-width: 800px;
	--wd-popup-padding: 15px;
}
.page-title-default {
	background-color: rgb(18,173,222);
	background-image: none;
	background-size: cover;
	background-position: center center;
}
.footer-container {
	background-color: #ffffff;
	background-image: none;
}
body, [class*=color-scheme-light], [class*=color-scheme-dark], .wd-search-form[class*="wd-header-search-form"] form.searchform, .wd-el-search .searchform {
	--wd-form-brd-color: rgb(16,157,201);
	--wd-form-brd-color-focus: rgb(16,157,201);
	--wd-form-bg: rgb(255,255,255);
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 920px;
}

@media (max-width: 1024px) {
	:root {
		--wd-sticky-btn-height: 95px;
	}

}

@media (max-width: 768.98px) {
	:root {
		--wd-sticky-btn-height: 42px;
	}

}
:root{
--wd-container-w: 1600px;
--wd-form-brd-radius: 5px;
--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-brd-radius: 0px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
--btn-accented-box-shadow-active: none;
--btn-accented-bottom: 0px;
--wd-brd-radius: 0px;
}

@media (min-width: 1617px) {
.platform-Windows .wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}

@media (min-width: 1600px) {
html:not(.platform-Windows) .wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}


.wa__btn_popup{
	z-index: 1;
}

  /* ====== Estilos Franja de Beneficios ====== */
  :root{
    /* Ajusta estos tokens para que calcen con tu marca */
    --advbar-bg: #f7f7f7;          /* fondo gris muy claro */
    --advbar-fg: #2a3441;          /* texto/iconos */
    --advbar-muted: #dfe3e8;       /* bordes finos */
  }
  .advbar{
    background: var(--advbar-bg);
    border-top: 1px solid var(--advbar-muted);
    border-bottom: 1px solid var(--advbar-muted);
  }
  .advbar__inner{
    max-width: 100% !important;             /* si tu tema es más ancho, ajusta */
    margin: 0 auto;
    padding: 18px 16px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0,1fr));
    gap: 16px;
    align-items: center;
    text-align: center;
  }
  .advbar__item{
    display: grid;
    justify-items: center;
    gap: 10px;
  }
  .advbar__icon{
    width: 28px;
    height: 28px;
    color: #8a919a;                /* gris del icono */
  }
  .advbar__title{
    margin: 0;
    color: var(--advbar-fg);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .4px;
    text-transform: uppercase;
  }

.wd-sizeguide-content {
	margin-bottom: 0px !important;
}



  /* Responsivo */
  @media (max-width: 768px){
    .advbar__inner{
      grid-template-columns: 1fr;  /* apila en móviles */
      gap: 10px;
      padding: 14px 12px;
    }
    .advbar__title{ font-size: 13px; }
    .advbar__icon{ width: 26px; height: 26px; }
				
  }