/** 
  * TIPOGRAFÍAS
  */
.titular1 {
  font-size: 80px;
  line-height: 70px;
  font-weight: 700;
  color: #80be3e;
  font-family: "Gudea", Helvetica, Arial, Verdana, sans-serif;
}
.titular2 {
  font-size: 40px;
  line-height: 40px;
  font-weight: 400;
  color: #1f82bb;
  font-family: "Gudea", Helvetica, Arial, Verdana, sans-serif;
}
.titular2blanco {
  font-size: 40px;
  line-height: 40px;
  font-weight: 400;
  color: #ffffff;
  font-family: "Gudea", Helvetica, Arial, Verdana, sans-serif;
}
.titular2bold {
  font-size: 40px;
  line-height: 40px;
  font-weight: 700;
  color: #1f82bb;
  font-family: "Gudea", Helvetica, Arial, Verdana, sans-serif;
}
.titular3 {
  font-size: 30px;
  line-height: 30px;
  font-weight: 400;
  color: #ffffff;
  font-family: "Gudea", Helvetica, Arial, Verdana, sans-serif;
}
.parrafo1 {
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
  color: #666666;
  font-family: "Poppins", Helvetica, Arial, Verdana, sans-serif;
}
.parrafo1blanco {
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
  color: #ffffff;
  font-family: "Poppins", Helvetica, Arial, Verdana, sans-serif;
}
.parrafo1corp {
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
  color: #1f82bb;
  font-family: "Poppins", Helvetica, Arial, Verdana, sans-serif;
}
.parrafo2 {
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
  color: #666666;
  font-family: "Poppins", Helvetica, Arial, Verdana, sans-serif;
}
.transicion {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.transicion2 {
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.boton-banner {
  padding: 22px 44px 26px 44px !important;
  background-color: rgba(255, 255, 255, 0.3) !important;
  font-size: 16px !important;
  line-height: 17px !important;
  font-family: "Poppins", Helvetica, Arial, Verdana, sans-serif !important;
  font-weight: 700 !important;
  color: #ffffff !important;
  border-radius: 3px !important;
  text-decoration: none !important;
  text-transform: uppercase;
  border: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.boton-banner:hover {
  background-color: #80be3e !important;
}
.boton-banner-hover {
  background-color: #80be3e !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.boton-mediano {
  padding: 16px 32px 16px 32px !important;
  background-color: #1f82bb !important;
  font-size: 14px !important;
  line-height: 14px !important;
  font-family: "Poppins", Helvetica, Arial, Verdana, sans-serif !important;
  font-weight: 700 !important;
  color: #1f82bb !important;
  border-radius: 3px !important;
  text-decoration: none !important;
  text-transform: uppercase;
  border: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.boton-mediano:hover {
  background-color: #80be3e !important;
}
.boton-fila {
  padding: 24px 36px 24px 36px !important;
  background-color: #1f82bb !important;
  font-size: 14px !important;
  line-height: 14px !important;
  font-family: "Poppins", Helvetica, Arial, Verdana, sans-serif !important;
  font-weight: 700 !important;
  color: rgba(255, 255, 255, 0.3) !important;
  border-radius: 3px !important;
  text-decoration: none !important;
  text-transform: uppercase;
  border: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.boton-fila:hover {
  background-color: #aedef8 !important;
}
.dt-btn {
  padding: 16px 32px 16px 32px !important;
  background-color: #1f82bb !important;
  font-size: 14px !important;
  line-height: 14px !important;
  font-family: "Poppins", Helvetica, Arial, Verdana, sans-serif !important;
  font-weight: 700 !important;
  color: #1f82bb !important;
  border-radius: 3px !important;
  text-decoration: none !important;
  text-transform: uppercase;
  border: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.dt-btn i {
  display: none;
}
.dt-btn:hover {
  background-color: #80be3e !important;
}
/** 
  * ESTILOS GENERALES
  */
.ocultar {
  display: none !important;
  visibility: hidden !important;
}
.mostrar {
  display: inherit !important;
  visibility: visible !important;
}
#content {
  /* Tipografía */
}
#content p {
  margin-bottom: 26px;
}
#content .wpb_text_column {
  /*---Listas---*/
}
#content .wpb_text_column h1,
#content .wpb_text_column h2,
#content .wpb_text_column h3,
#content .wpb_text_column h4,
#content .wpb_text_column h5,
#content .wpb_text_column h6 {
  margin-top: 10px;
  margin-bottom: 30px;
}
#content .wpb_text_column p {
  margin-bottom: 26px;
}
#content .wpb_text_column p strong {
  color: #666666;
}
#content .wpb_text_column a {
  text-decoration: none !important;
}
#content .wpb_text_column a:hover {
  text-decoration: underline !important;
}
#content .wpb_text_column ul {
  list-style: none;
  padding: 0;
  margin-left: 0px;
  margin-bottom: 25px;
}
#content .wpb_text_column ul li {
  margin-left: 32px;
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
  color: #666666;
  font-family: "Poppins", Helvetica, Arial, Verdana, sans-serif;
}
#content .wpb_text_column ul li a {
  color: #666666;
}
#content .wpb_text_column ul li ul {
  margin-top: 12px;
  margin-bottom: 10px !important;
}
#content .wpb_text_column ul li ul li {
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
  color: #666666;
  font-family: "Poppins", Helvetica, Arial, Verdana, sans-serif;
  margin-bottom: 10px;
}
#content .wpb_text_column ul li ul li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  width: 2em;
  color: #aedef8;
  content: "\f0da";
  font-size: 14px;
}
#content .wpb_text_column ul li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  width: 2em;
  font-size: 14px;
  margin-left: -29px;
  color: #aedef8;
  content: "\f138";
}
/* Galerías */
.pp_default .pp_content_container .pp_description {
  display: none !important;
}
/** 
  * HEADER
  */
.masthead {
  border-bottom: 7px solid #aedef8 !important;
  box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.1) !important;
}
.masthead.shadow-decoration:not(.side-header-menu-icon):not(#phantom):not(.masthead-mobile-header) {
  box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.22) !important;
}
.masthead #primary-menu .sub-nav {
  padding: 0;
  top: 98px;
  left: 2px !important;
}
.masthead #primary-menu .sub-nav .menu-item {
  border-bottom: 1px solid #aedef8;
}
.masthead #primary-menu .sub-nav .menu-item a:hover {
  background-color: #80be3e;
  opacity: 1;
}
.masthead #primary-menu .sub-nav .menu-item a:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  width: 1.9em;
  font-size: 12px;
  color: #ffffff;
  content: "\f138";
  position: absolute;
  right: 5px;
  overflow: visible;
  top: inherit;
  margin-top: 0px;
  height: inherit;
}
.masthead #primary-menu .sub-nav .menu-item .sub-nav {
  top: 0px !important;
  left: 296px !important;
}
.masthead #primary-menu .sub-nav .menu-item:last-child {
  border-bottom: none;
}
.masthead #primary-menu .current-menu-item > a {
  background-color: #80be3e !important;
}
.masthead #primary-menu > .menu-item > a:hover {
  background-color: #80be3e !important;
}
.masthead .wpml-ls-item > a {
  margin-right: 0px;
  margin-left: 4px;
  padding-left: 0px;
}
.masthead .wpml-ls-item-es > a {
  margin-left: 8px;
}
.mini-widgets .wpml-ls-statics-shortcode_actions.wpml-ls.wpml-ls-legacy-list-horizontal {
  padding-bottom: 0px;
  padding-right: 0px;
}
.mini-widgets .wpml-ls-statics-shortcode_actions.wpml-ls.wpml-ls-legacy-list-horizontal li:last-child a {
  padding-right: 0px;
}
.mini-wpml.near-logo-first-switch.near-logo-second-switch.show-on-second-switch {
  margin-left: 0px;
  margin-right: 0px !important;
}
.mini-wpml.near-logo-first-switch.near-logo-second-switch.show-on-second-switch .wpml-ls-statics-shortcode_actions.wpml-ls.wpml-ls-touch-device.wpml-ls-legacy-list-horizontal {
  padding-right: 0px;
}
.mini-wpml.near-logo-first-switch.near-logo-second-switch.show-on-second-switch .wpml-ls-statics-shortcode_actions.wpml-ls.wpml-ls-touch-device.wpml-ls-legacy-list-horizontal li:last-child a {
  padding-left: 0px;
}
/** 
  * FOOTER
  */
#footer {
  background: #0f527e;
  background: -moz-linear-gradient(top, #0f527e 0%, #1f82bb 51%, #1f82bb 100%) !important;
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #0f527e), color-stop(51%, #1f82bb), color-stop(100%, #1f82bb)) !important;
  background: -webkit-linear-gradient(top, #0f527e 0%, #1f82bb 51%, #1f82bb 100%) !important;
  background: -o-linear-gradient(top, #0f527e 0%, #1f82bb 51%, #1f82bb 100%) !important;
  background: -ms-linear-gradient(top, #0f527e 0%, #1f82bb 51%, #1f82bb 100%) !important;
  background: linear-gradient(to bottom, #0f527e 0%, #1f82bb 51%, #1f82bb 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0f527e', endColorstr='#1f82bb', GradientType=0);
}
#footer .widget ul li:after,
#footer .widget ul li:after {
  display: none;
}
#footer .widget-title {
  font-size: 30px;
  line-height: 30px;
  font-weight: 400;
  color: #ffffff;
  font-family: "Gudea", Helvetica, Arial, Verdana, sans-serif;
  margin-bottom: 30px;
}
#footer .widget ul {
  list-style-type: none;
  padding-left: 25px;
}
#footer .widget ul li:before {
  display: inline-block;
  width: 1.6em;
  color: #ffffff;
  margin-left: -24px;
  font-size: 11px;
  vertical-align: top;
  padding-top: 1px;
  content: "\f138";
  font-family: FontAwesome;
  margin-top: -2px;
}
#footer .widget ul li {
  margin-top: 0px;
  border: none;
  padding-top: 0px;
  margin-bottom: 4px;
}
#footer .widget ul li a {
  display: inline-block;
  line-height: 20px;
  background: none;
  padding-left: 5px;
  text-decoration: none !important;
}
#footer .widget ul li a:before {
  background: none;
  display: none;
}
#footer .widget ul li a:hover {
  color: #ffffff;
  text-decoration: underline !important;
}
#footer .widget ul .current-menu-item a {
  color: #ffffff !important;
  text-decoration: underline !important;
}
#footer .custom-html-widget p {
  margin-bottom: 30px;
}
#footer .custom-html-widget a {
  font-weight: 700;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#footer .custom-html-widget a:hover {
  font-weight: 700;
  color: #80be3e;
}
#footer #bottom-bar span {
  color: #1f82bb;
}
.footer .custom-menu.show-arrow a:after {
  display: none;
}
:lang(es) .derechos:before {
  content: " © 2024 Todos los derechos reservados.";
}
:lang(pt) .derechos:before {
  content: " © 2024 Todos os direitos reservados.";
}
/** 
  * TITULO DE PAGINA
  */
.page-title .page-title-head.hgroup h1:after,
.page-title .page-title-head.hgroup h2:after,
.page-title .page-title-head.hgroup h3:after {
  content: '';
  display: block;
  width: 50px;
  text-align: left;
  border-bottom: 2px solid #80be3e;
  margin-top: 16px;
}
/** 
  * FILAS TIPO
  */
.fila-tipo-1 {
  margin-top: 70px;
  margin-bottom: 0px;
}
.fila-tipo-1 .wpb_column {
  margin-bottom: 42px;
}
.fila-tipo-1 .wpb_column .wpb_single_image {
  margin-bottom: 28px;
}
.fila-tipo-1 .wpb_column .wpb_single_image img {
  width: 86px;
  height: auto;
}
.fila-titulo {
  margin-bottom: 25px;
}
.fila-titulo .titulo-tipo-1 h1,
.fila-titulo .titulo-tipo-1 h2,
.fila-titulo .titulo-tipo-1 h3,
.fila-titulo .titulo-tipo-1 h4 {
  font-size: 40px;
  line-height: 40px;
  font-weight: 400;
  color: #1f82bb;
  font-family: "Gudea", Helvetica, Arial, Verdana, sans-serif;
  text-align: center;
}
.fila-titulo .titulo-tipo-1 h1:after,
.fila-titulo .titulo-tipo-1 h2:after,
.fila-titulo .titulo-tipo-1 h3:after,
.fila-titulo .titulo-tipo-1 h4:after {
  content: '';
  display: block;
  width: 50px;
  margin: 0 auto;
  text-align: center;
  border-bottom: 2px solid #80be3e;
  margin-top: 16px;
}
.fila-banners-home .ult-banner-block .bb-top-title {
  width: 250px;
  margin: 0 auto;
}
.fila-banners-home .wpb_raw_html {
  margin-bottom: 0px;
}
.fila-banners-home .vc_column-inner {
  padding-top: 0px !important;
  background-size: cover !important;
  background-position: center center !important;
}
.fila-banners-home .enlace-banner {
  vertical-align: middle;
  margin: 0 auto;
  display: flex;
  align-items: center;
  text-align: center;
  text-decoration: none !important;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.fila-banners-home .enlace-banner .boton-banner {
  text-align: left;
  margin: 0 auto;
  text-decoration: none !important;
  margin-top: 25%;
  margin-bottom: 26%;
  display: flex;
  min-width: 106px;
  align-items: center;
}
.fila-banners-home .enlace-banner .boton-banner span {
  display: block;
  content: '';
  width: 24px;
  height: 24px;
  background-image: url(/wp-content/uploads/2020/03/plus-boton-normal-x2.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px 24px;
  position: relative;
  right: -25px;
  top: 0px;
  text-align: right;
}
.fila-banners-home .enlace-banner:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
.fila-banners-home .enlace-banner:hover .boton-banner {
  background-color: #80be3e !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.fila-banners-home-2 .enlace-banner .boton-banner.boton-banner-doble {
  padding: 20px 44px 20px 44px !important;
}
.fila-tipo-2 {
  margin-bottom: 45px;
}
.fila-tipo-2 .col-1 .vc_column-inner {
  padding-top: 20px;
  padding-bottom: 20px;
}
.fila-tipo-2 .col-1 .vc_column-inner .wpb_single_image {
  margin-bottom: 0px;
}
.fila-tipo-2 .col-2 .fila-interior .wpb_column {
  padding-top: 25px;
  padding-bottom: 25px;
}
.fila-tipo-2 .col-2 .wpb_single_image {
  margin-bottom: 25px;
}
.fila-tipo-2 .col-2 .wpb_single_image img {
  max-width: 56px;
}
.fila-tipo-2 .col-2 .wpb_text_column {
  margin: 0 auto;
  margin-bottom: 0px !important;
  max-width: 430px;
}
.fila-tipo-2 .col-2 .wpb_text_column p {
  text-align: center;
}
.banda-ancha-video.vc_row {
  background-position: center center !important;
  min-height: 712px;
}
.banda-ancha-video.vc_row .vc_column-inner {
  padding-top: 0px !important;
}
.ult_modal.ult-fade.ult-block {
  width: 80% !important;
  max-width: 1120px !important;
}
.ult_modal-body.ult-responsive.ult-html {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
}
.ult_modal-body.ult-responsive.ult-html iframe.embed-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.ult_modal-body.ult-responsive.ult-youtube {
  position: relative !important;
  width: 100% !important;
  padding-bottom: 56.25% !important;
}
.ult_modal-body.ult-responsive.ult-youtube iframe.embed-video {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  border: 0 !important;
}
.ult_modal-content {
  border-color: #ffffff !important;
}
/** 
  * INICIO
  */
.fila-opiniones {
  padding-bottom: 35px;
}
.fila-opiniones .dt-owl-item {
  min-height: 305px !important;
}
.fila-opiniones .dt-owl-item .vc_row .wpb_single_image {
  margin-bottom: 25px;
}
.fila-opiniones .dt-owl-item .vc_row .wpb_single_image img {
  max-width: 31px;
  height: auto;
}
.fila-opiniones .dt-owl-item .vc_row .wpb_text_column p {
  margin-bottom: 25px !important;
}
.fila-opiniones .dt-owl-item .vc_row .wpb_text_column strong {
  color: #1f82bb;
}
.fila-opiniones .dt-owl-item .vc_row .wpb_text_column strong:before {
  content: '';
  border-bottom: 1px solid #1f82bb;
  width: 30px;
  display: block;
  margin: 0 auto;
  margin-bottom: 10px;
  text-align: center;
}
.fila-opiniones.fila-premios {
  margin-bottom: 0px !important;
}
.fila-opiniones.fila-premios .dt-owl-item .vc_row .wpb_single_image {
  margin-bottom: 25px;
}
.fila-opiniones.fila-premios .dt-owl-item .vc_row .wpb_single_image img {
  max-width: inherit;
  height: auto;
}
.banda-home.vc_row {
  background-position: center center !important;
  padding-top: 45px;
  padding-bottom: 55px;
}
.banda-home.vc_row .vc_column-inner {
  padding-top: 0px !important;
}
.banda-home.vc_row .vc_column-inner .wpb_text_column {
  max-width: 500px;
}
.banda-home.vc_row .vc_column-inner .wpb_text_column h3 {
  font-size: 40px;
  line-height: 40px;
  font-weight: 400;
  color: #ffffff;
  font-family: "Gudea", Helvetica, Arial, Verdana, sans-serif;
}
.banda-home.vc_row .vc_column-inner .wpb_text_column p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
  color: #ffffff;
  font-family: "Poppins", Helvetica, Arial, Verdana, sans-serif;
}
.banda-home.vc_row .vc_column-inner .wpb_raw_html {
  margin-bottom: 0px;
}
.banda-home.vc_row .vc_column-inner .enlace-boton-banner {
  text-decoration: none !important;
}
.banda-home.vc_row .vc_column-inner .enlace-boton-banner .boton-banner {
  max-width: 110px;
  display: flex;
  align-items: center;
}
.banda-home.vc_row .vc_column-inner .enlace-boton-banner .boton-banner span {
  display: block;
  content: '';
  width: 24px;
  height: 24px;
  background-image: url(/wp-content/uploads/2020/03/plus-boton-normal-x2.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px 24px;
  position: relative;
  right: -37px;
  top: 0px;
  text-align: right;
}
/*--------NEWSLETTER------------*/
.fila-newsletter2 .edit-link {
  display: none;
}
.fila-newsletter2 .wpb_wrapper {
  vertical-align: top;
}
.fila-newsletter2 .vc_column-inner {
  padding-top: 0px !important;
}
.fila-newsletter2 .col-suscribe .vc_column-inner {
  padding-left: 0px;
}
.fila-newsletter2 .wpb_text_column {
  margin-bottom: 0px;
  vertical-align: bottom;
  padding-top: 30px;
}
.fila-newsletter2 .wpb_text_column p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
  color: #666666;
  font-family: "Poppins", Helvetica, Arial, Verdana, sans-serif;
}
.fila-newsletter2 .wpb_text_column h3 {
  font-size: 40px;
  line-height: 40px;
  font-weight: 400;
  color: #1f82bb;
  font-family: "Gudea", Helvetica, Arial, Verdana, sans-serif;
  margin-bottom: 5px;
  margin-top: 5px;
}
.fila-newsletter2 .wpb_raw_code {
  margin-bottom: 0px;
  padding-top: 30px;
}
.fila-newsletter2 .wpb_raw_code p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
  color: #666666;
  font-family: "Poppins", Helvetica, Arial, Verdana, sans-serif;
  margin-bottom: 5px !important;
}
.fila-newsletter2 .wpb_raw_code a {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  margin-right: 8px;
  vertical-align: middle;
}
.fila-newsletter2 .wpb_raw_code a i {
  font-size: 38px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.fila-newsletter2 .wpb_raw_code a i.fa-youtube-square {
  font-size: 38px;
  color: #c4302b;
}
.fila-newsletter2 .wpb_raw_code a i.fa-instagram {
  font-size: 38px;
  color: #833AB4;
}
.fila-newsletter2 .wpb_raw_code a i.fa-facebook-square {
  font-size: 38px;
  color: #4267B2;
}
.fila-newsletter2 .wpb_raw_code a:hover {
  text-decoration: none;
}
.fila-newsletter2 .wpb_raw_code a:hover i {
  color: #1f82bb;
}
.fila-newsletter2 #yikes-mailchimp-container-3,
.fila-newsletter2 #yikes-mailchimp-container-2 {
  padding-top: 30px;
}
.fila-newsletter2 #yikes-mailchimp-container-3 #suscribete-3 .label-inline.EMAIL-label.yikes-mailchimp-field-required,
.fila-newsletter2 #yikes-mailchimp-container-2 #suscribete-3 .label-inline.EMAIL-label.yikes-mailchimp-field-required,
.fila-newsletter2 #yikes-mailchimp-container-3 #suscribete-pt-2 .label-inline.EMAIL-label.yikes-mailchimp-field-required,
.fila-newsletter2 #yikes-mailchimp-container-2 #suscribete-pt-2 .label-inline.EMAIL-label.yikes-mailchimp-field-required {
  border-radius: 2px;
  border: 1px solid #999999;
  height: 56px;
  margin-top: 12px;
}
.fila-newsletter2 #yikes-mailchimp-container-3 #suscribete-3 .label-inline.EMAIL-label.yikes-mailchimp-field-required input,
.fila-newsletter2 #yikes-mailchimp-container-2 #suscribete-3 .label-inline.EMAIL-label.yikes-mailchimp-field-required input,
.fila-newsletter2 #yikes-mailchimp-container-3 #suscribete-pt-2 .label-inline.EMAIL-label.yikes-mailchimp-field-required input,
.fila-newsletter2 #yikes-mailchimp-container-2 #suscribete-pt-2 .label-inline.EMAIL-label.yikes-mailchimp-field-required input {
  border-radius: 2px;
  border: none;
  height: 56px;
  background-color: #ffffff;
}
.fila-newsletter2 #yikes-mailchimp-container-3 #suscribete-3 .empty-form-inline-label.submit-button-inline-label,
.fila-newsletter2 #yikes-mailchimp-container-2 #suscribete-3 .empty-form-inline-label.submit-button-inline-label,
.fila-newsletter2 #yikes-mailchimp-container-3 #suscribete-pt-2 .empty-form-inline-label.submit-button-inline-label,
.fila-newsletter2 #yikes-mailchimp-container-2 #suscribete-pt-2 .empty-form-inline-label.submit-button-inline-label {
  margin-top: 12px;
}
.fila-newsletter2 #yikes-mailchimp-container-3 #suscribete-3 .empty-form-inline-label.submit-button-inline-label .yikes-easy-mc-submit-button.yikes-easy-mc-submit-button-1.btn.btn-primary,
.fila-newsletter2 #yikes-mailchimp-container-2 #suscribete-3 .empty-form-inline-label.submit-button-inline-label .yikes-easy-mc-submit-button.yikes-easy-mc-submit-button-1.btn.btn-primary,
.fila-newsletter2 #yikes-mailchimp-container-3 #suscribete-pt-2 .empty-form-inline-label.submit-button-inline-label .yikes-easy-mc-submit-button.yikes-easy-mc-submit-button-1.btn.btn-primary,
.fila-newsletter2 #yikes-mailchimp-container-2 #suscribete-pt-2 .empty-form-inline-label.submit-button-inline-label .yikes-easy-mc-submit-button.yikes-easy-mc-submit-button-1.btn.btn-primary {
  padding: 16px 32px 16px 32px !important;
  background-color: #1f82bb !important;
  font-size: 14px !important;
  line-height: 14px !important;
  font-family: "Poppins", Helvetica, Arial, Verdana, sans-serif !important;
  font-weight: 700 !important;
  color: #1f82bb !important;
  border-radius: 3px !important;
  text-decoration: none !important;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  min-width: 200px;
  border: none;
}
.fila-newsletter2 #yikes-mailchimp-container-3 #suscribete-3 .empty-form-inline-label.submit-button-inline-label .yikes-easy-mc-submit-button.yikes-easy-mc-submit-button-1.btn.btn-primary:hover,
.fila-newsletter2 #yikes-mailchimp-container-2 #suscribete-3 .empty-form-inline-label.submit-button-inline-label .yikes-easy-mc-submit-button.yikes-easy-mc-submit-button-1.btn.btn-primary:hover,
.fila-newsletter2 #yikes-mailchimp-container-3 #suscribete-pt-2 .empty-form-inline-label.submit-button-inline-label .yikes-easy-mc-submit-button.yikes-easy-mc-submit-button-1.btn.btn-primary:hover,
.fila-newsletter2 #yikes-mailchimp-container-2 #suscribete-pt-2 .empty-form-inline-label.submit-button-inline-label .yikes-easy-mc-submit-button.yikes-easy-mc-submit-button-1.btn.btn-primary:hover {
  border: none;
}
.fila-newsletter2 #yikes-mailchimp-container-3 .label-inline.EMAIL-label.yikes-mailchimp-field-required,
.fila-newsletter2 #yikes-mailchimp-container-2 .label-inline.EMAIL-label.yikes-mailchimp-field-required {
  width: 59%;
  padding-right: 0px;
}
.fila-newsletter2 #yikes-mailchimp-container-3 .yikes-mailchimp-eu-compliance-label,
.fila-newsletter2 #yikes-mailchimp-container-2 .yikes-mailchimp-eu-compliance-label {
  width: 57%;
}
.fila-newsletter2 #yikes-mailchimp-container-3 .yikes-mailchimp-eu-compliance-label p,
.fila-newsletter2 #yikes-mailchimp-container-2 .yikes-mailchimp-eu-compliance-label p,
.fila-newsletter2 #yikes-mailchimp-container-3 .yikes-mailchimp-eu-compliance-label a,
.fila-newsletter2 #yikes-mailchimp-container-2 .yikes-mailchimp-eu-compliance-label a {
  color: #666666 !important;
}
.fila-newsletter2 #yikes-mailchimp-container-3 .yikes-easy-mc-submit-button.yikes-easy-mc-submit-button-3.btn.btn-primary,
.fila-newsletter2 #yikes-mailchimp-container-2 .yikes-easy-mc-submit-button.yikes-easy-mc-submit-button-3.btn.btn-primary,
.fila-newsletter2 #yikes-mailchimp-container-3 .yikes-easy-mc-submit-button.yikes-easy-mc-submit-button-2.btn.btn-primary,
.fila-newsletter2 #yikes-mailchimp-container-2 .yikes-easy-mc-submit-button.yikes-easy-mc-submit-button-2.btn.btn-primary {
  position: relative;
  top: -73px;
  width: 170px;
  right: -12px;
  width: 40%;
  padding-top: 9px !important;
  padding-bottom: 14px !important;
}
.fila-newsletter2 #yikes-mailchimp-container-3 .yikes-easy-mc-submit-button.yikes-easy-mc-submit-button-3.btn.btn-primary span,
.fila-newsletter2 #yikes-mailchimp-container-2 .yikes-easy-mc-submit-button.yikes-easy-mc-submit-button-3.btn.btn-primary span,
.fila-newsletter2 #yikes-mailchimp-container-3 .yikes-easy-mc-submit-button.yikes-easy-mc-submit-button-2.btn.btn-primary span,
.fila-newsletter2 #yikes-mailchimp-container-2 .yikes-easy-mc-submit-button.yikes-easy-mc-submit-button-2.btn.btn-primary span {
  color: #ffffff;
  line-height: 32px;
}
.fila-newsletter2 #yikes-mailchimp-container-3 .yikes-easy-mc-submit-button.yikes-easy-mc-submit-button-3.btn.btn-primary span:after,
.fila-newsletter2 #yikes-mailchimp-container-2 .yikes-easy-mc-submit-button.yikes-easy-mc-submit-button-3.btn.btn-primary span:after,
.fila-newsletter2 #yikes-mailchimp-container-3 .yikes-easy-mc-submit-button.yikes-easy-mc-submit-button-2.btn.btn-primary span:after,
.fila-newsletter2 #yikes-mailchimp-container-2 .yikes-easy-mc-submit-button.yikes-easy-mc-submit-button-2.btn.btn-primary span:after {
  display: inline-block;
  content: '';
  width: 24px;
  height: 24px;
  background-image: url(/wp-content/uploads/2020/03/plus-boton-normal-x2.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px 24px;
  position: relative;
  right: -30px;
  top: 7px;
  text-align: right;
}
.fila-newsletter2 #yikes-mailchimp-container-3 #suscribete-3 > *,
.fila-newsletter2 #yikes-mailchimp-container-2 #suscribete-3 > *,
.fila-newsletter2 #yikes-mailchimp-container-3 #suscribete-pt-2 > *,
.fila-newsletter2 #yikes-mailchimp-container-2 #suscribete-pt-2 > * {
  display: inline-block !important;
}
.fila-newsletter2.encodigo {
  background-color: #f3f3f3 !important;
  opacity: 1 !important;
  margin-top: 45px;
}
.fila-newsletter2.encodigo .wrappernews {
  max-width: 1180px;
  padding-left: 30px;
  padding-right: 30px;
  margin: 0 auto;
  padding-bottom: 30px;
  padding-top: 15px;
}
.fila-newsletter2.encodigo .wrappernews .col-siguenos {
  padding-top: 20px;
}
.fila-newsletter2.encodigo .wrappernews .col-suscribe {
  padding-top: 15px;
}
.home .fila-newsletter2.encodigo {
  margin-top: 0px;
}
.fila-newsletter2 {
  margin-top: 45px;
}
.single-post .wrappernews .col-siguenos,
.archive .wrappernews .col-siguenos,
.category .wrappernews .col-siguenos {
  display: inline-block;
  width: 23%;
  vertical-align: top;
}
.single-post .wrappernews .col-siguenos .wpb_raw_code,
.archive .wrappernews .col-siguenos .wpb_raw_code,
.category .wrappernews .col-siguenos .wpb_raw_code {
  padding-top: 17px;
  padding-bottom: 17px;
}
.single-post .wrappernews .col-suscribe,
.archive .wrappernews .col-suscribe,
.category .wrappernews .col-suscribe {
  display: inline-block;
  width: 27%;
  vertical-align: top;
}
.single-post .wrappernews .col-suscribe .wpb_text_column,
.archive .wrappernews .col-suscribe .wpb_text_column,
.category .wrappernews .col-suscribe .wpb_text_column {
  padding-top: 24px;
  padding-bottom: 10px;
  padding-right: 15px;
}
.single-post .wrappernews .col-mailchimp,
.archive .wrappernews .col-mailchimp,
.category .wrappernews .col-mailchimp {
  display: inline-block;
  vertical-align: middle;
  width: 49%;
}
/** 
  * PRODUCTOS GENERAL
  */
.fila-ancla#productos {
  margin-bottom: 65px !important;
}
.banda-superior-productos.vc_row {
  background-position: center center !important;
  min-height: 630px;
}
.banda-superior-productos.vc_row .vc_column-inner {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}
.banda-superior-productos.vc_row .vc_column-inner > .wpb_wrapper {
  min-height: 500px;
}
.banda-superior-productos.vc_row .vc_column-inner .img-banda {
  display: none !important;
  visibility: hidden !important;
}
.banda-superior-productos.vc_row .vc_column-inner .titulo-tipo-1 {
  margin-bottom: 30px !important;
}
.banda-superior-productos.vc_row .vc_column-inner .titulo-tipo-1 h1 {
  font-size: 40px;
  line-height: 40px;
  font-weight: 700;
  color: #1f82bb;
  font-family: "Gudea", Helvetica, Arial, Verdana, sans-serif;
}
.banda-superior-productos.vc_row .vc_column-inner .titulo-tipo-1 h1:after {
  content: '';
  display: block;
  width: 50px;
  text-align: left;
  border-bottom: 2px solid #80be3e;
  margin-top: 16px;
}
.banda-superior-productos.vc_row .vc_column-inner .wpb_text_column {
  max-width: 50%;
  margin: 0 auto;
  margin-right: 0px;
  margin-bottom: 30px !important;
}
.banda-superior-productos.vc_row .vc_column-inner .wpb_text_column .wpb_wrapper {
  padding-left: 50px;
}
.banda-superior-productos.vc_row .vc_column-inner .texto-banda strong {
  color: #666666;
}
.banda-superior-productos.vc_row .vc_column-inner .wpb_single_image.img-sec {
  text-align: left;
  max-width: 50%;
  margin: 0 auto;
  margin-right: 0px;
}
.banda-superior-productos.vc_row .vc_column-inner .wpb_single_image.img-sec .wpb_wrapper {
  padding-left: 50px;
}
.banda-superior-productos.vc_row .vc_column-inner .fila-interior {
  max-width: 50%;
  margin: 0 auto;
  margin-right: 0px;
}
.banda-superior-productos.vc_row .vc_column-inner .fila-interior .wpb_wrapper {
  min-height: inherit;
}
.banda-superior-productos2.vc_row {
  background-position: center center top !important;
  background-color: #2A81CE;
  min-height: 630px;
}
.banda-superior-productos2.vc_row .vc_column-inner {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}
.banda-superior-productos2.vc_row .vc_column-inner > .wpb_wrapper {
  min-height: 500px;
}
.banda-superior-productos2.vc_row .vc_column-inner .img-banda {
  display: none !important;
  visibility: hidden !important;
}
.banda-superior-productos2.vc_row .vc_column-inner .titulo-tipo-1 {
  margin-bottom: 50px !important;
}
.banda-superior-productos2.vc_row .vc_column-inner .titulo-tipo-1 h1 {
  font-size: 40px;
  line-height: 40px;
  font-weight: 700;
  color: #1f82bb;
  font-family: "Gudea", Helvetica, Arial, Verdana, sans-serif;
  color: #ffffff;
  text-align: center;
}
.banda-superior-productos2.vc_row .vc_column-inner .titulo-tipo-1 h1:before {
  content: '';
  display: block;
  width: 100px;
  margin: 0 auto;
  text-align: center;
  border-top: 2px solid #ffffff;
  margin-top: 16px;
  margin-bottom: 10px;
}
.banda-superior-productos2.vc_row .vc_column-inner .titulo-tipo-1 h1:after {
  content: '';
  display: block;
  width: 100px;
  margin: 0 auto;
  text-align: center;
  border-bottom: 2px solid #ffffff;
  margin-top: 16px;
}
.banda-superior-productos2.vc_row .vc_column-inner .titulo-tipo-2 {
  margin-bottom: 50px !important;
}
.banda-superior-productos2.vc_row .vc_column-inner .titulo-tipo-2 h2 {
  line-height: 38px;
  color: #ffffff;
  text-align: center;
}
.banda-superior-productos2.vc_row .vc_column-inner .wpb_text_column {
  color: #ffffff;
  max-width: 100%;
  margin: 0 auto;
  margin-right: 120px;
  margin-top: 70px;
  margin-left: 120px;
  margin-bottom: 70px !important;
}
.banda-superior-productos2.vc_row .vc_column-inner .wpb_text_column .wpb_wrapper {
  padding-left: 0px;
}
.banda-superior-productos2.vc_row .vc_column-inner .texto-banda strong {
  color: #666666;
}
.banda-superior-productos2.vc_row .vc_column-inner .wpb_single_image.img-sec {
  text-align: left;
  max-width: 50%;
  margin: 0 auto;
  margin-right: 0px;
}
.banda-superior-productos2.vc_row .vc_column-inner .wpb_single_image.img-sec .wpb_wrapper {
  padding-left: 50px;
}
.banda-superior-productos2.vc_row .vc_column-inner .fila-interior {
  max-width: 50%;
  margin: 0 auto;
  margin-right: 0px;
}
.banda-superior-productos2.vc_row .vc_column-inner .fila-interior .wpb_wrapper {
  min-height: inherit;
}
.html-form-mailchimp {
  margin-left: 300px;
  margin-right: 300px;
}
.enlinea5 {
  width: 20%;
  display: inline-block;
  margin-left: 0px !important;
  margin-right: 0px !important;
  vertical-align: top;
}
.enlinea5 .wpb_single_image {
  margin-bottom: 25px;
}
.enlinea5 .wpb_single_image img {
  max-width: 86px !important;
  height: auto !important;
}
.enlinea5 .wpb_text_column > * {
  text-align: center;
}
.fila-enlaces-productos .vc_column-inner {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}
.fila-enlaces-productos .vc_column-inner .default-btn-shortcode.dt-btn {
  color: white !important;
  float: left;
  width: 100%;
  text-align: left;
  padding: 22px 72px 26px 44px !important;
  background-color: rgba(255, 255, 255, 0.3) !important;
  font-size: 16px !important;
  line-height: 24px !important;
  font-family: "Poppins", Helvetica, Arial, Verdana, sans-serif !important;
  font-weight: 700 !important;
  color: #ffffff !important;
  text-transform: uppercase;
  white-space: normal;
  display: flex;
  align-items: center;
  vertical-align: middle;
}
.fila-enlaces-productos .vc_column-inner .default-btn-shortcode.dt-btn i {
  color: white !important;
  width: 24px;
  height: 24px;
  display: inline-block;
  float: right;
  content: '' !important;
  background-image: url(/wp-content/uploads/2020/03/plus-boton-normal-x2.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px 24px;
  overflow: visible;
  align-items: center;
  vertical-align: middle;
  position: absolute;
  right: 32px;
}
.fila-enlaces-productos .vc_column-inner .default-btn-shortcode.dt-btn i:before {
  content: '' !important;
  background-image: url(/wp-content/uploads/2020/03/plus-boton-normal-x2.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px 24px;
}
.fila-enlaces-productos .vc_column-inner .default-btn-shortcode.dt-btn:hover {
  background-color: #1f82bb !important;
}
.fila-productos .col-fila-productos .vc_column-inner .wpb_wrapper .col-texto-producto .vc_column-inner .wpb_wrapper {
  min-height: 200px;
}
.fila-productos .col-fila-productos .vc_column-inner .wpb_wrapper .col-texto-producto .vc_column-inner .wpb_wrapper .texto-producto-general h3 {
  font-size: 40px;
  line-height: 40px;
  font-weight: 400;
  color: #1f82bb;
  font-family: "Gudea", Helvetica, Arial, Verdana, sans-serif;
  margin-bottom: 40px !important;
}
/** 
  * PRODUCTO FICHA
  */
.fila-2-productos .col-2 .texto {
  padding-top: 10px;
  padding-bottom: 20px;
}
.fila-2-productos .col-2 .texto h2 {
  font-size: 40px;
  line-height: 40px;
  font-weight: 400;
  color: #1f82bb;
  font-family: "Gudea", Helvetica, Arial, Verdana, sans-serif;
}
.fila-2-productos .col-2 .default-btn-shortcode.dt-btn {
  margin-top: 10px;
  margin-bottom: 60px;
  color: white !important;
  float: left;
  width: auto;
  text-align: left;
  padding: 22px 72px 26px 44px !important;
  background-color: #1f82bb !important;
  font-size: 16px !important;
  line-height: 24px !important;
  font-family: "Poppins", Helvetica, Arial, Verdana, sans-serif !important;
  font-weight: 700 !important;
  color: #ffffff !important;
  text-transform: uppercase;
  white-space: normal;
  display: flex;
  align-items: center;
  vertical-align: middle;
}
.fila-2-productos .col-2 .default-btn-shortcode.dt-btn i {
  color: white !important;
  width: 24px;
  height: 24px;
  display: inline-block;
  float: right;
  content: '' !important;
  background-image: url(/wp-content/uploads/2020/03/plus-boton-normal-x2.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px 24px;
  overflow: visible;
  align-items: center;
  vertical-align: middle;
  position: absolute;
  right: 32px;
}
.fila-2-productos .col-2 .default-btn-shortcode.dt-btn i:before {
  content: '' !important;
  background-image: url(/wp-content/uploads/2020/03/plus-boton-normal-x2.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px 24px;
}
.fila-2-productos .col-2 .default-btn-shortcode.dt-btn:hover {
  background-color: #80be3e !important;
}
span.tipografia1 {
  font-family: "Poppins", Helvetica, Arial, Verdana, sans-serif;
}
/** 
  * Beneficios de los biberones anticólicos Dr. Brown´s
  */
.banda-beneficiones-biberones .especial {
  display: inline-block;
}
.banda-beneficiones-biberones .especial .wpb_wrapper {
  width: 78%;
  padding-left: 3%;
  display: inline-block;
}
.banda-beneficiones-biberones .especial:before {
  display: inline-block;
  width: 161px;
  height: 164px;
  content: "";
  background-image: url(/wp-content/uploads/2020/03/sist-vent_x2.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  vertical-align: top;
  margin: 0 auto;
  margin-top: 15px;
  margin-bottom: 15px;
}
.beneficiones-biberones.modulos .vc_column-inner {
  padding-top: 65px !important;
  text-align: center;
}
.beneficiones-biberones.modulos .vc_column-inner .wpb_single_image img {
  max-width: 86px;
  height: auto;
}
.beneficiones-biberones.modulos .vc_column-inner .wpb_text_column {
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
}
.beneficiones-biberones.modulos .vc_column-inner .wpb_text_column h2 {
  font-size: 40px;
  line-height: 40px;
  font-weight: 400;
  color: #1f82bb;
  font-family: "Gudea", Helvetica, Arial, Verdana, sans-serif;
  text-align: center;
}
.beneficiones-biberones.modulos .vc_column-inner .wpb_text_column h2:after {
  content: '';
  display: block;
  width: 50px;
  text-align: center;
  margin: 0 auto;
  border-bottom: 2px solid #80be3e;
  margin-top: 16px;
}
.beneficiones-biberones.modulos .vc_column-inner .default-btn-shortcode.dt-btn {
  margin-top: 10px;
  margin-bottom: 60px;
  width: auto;
  text-align: left;
  padding: 22px 72px 22px 44px !important;
  background-color: #1f82bb !important;
  font-size: 16px !important;
  line-height: 24px !important;
  font-family: "Poppins", Helvetica, Arial, Verdana, sans-serif !important;
  font-weight: 700 !important;
  color: #ffffff !important;
  text-transform: uppercase;
  white-space: normal;
  align-items: center;
  vertical-align: middle;
}
.beneficiones-biberones.modulos .vc_column-inner .default-btn-shortcode.dt-btn i {
  color: white !important;
  width: 24px;
  height: 24px;
  display: inline-block;
  float: right;
  content: '' !important;
  background-image: url(/wp-content/uploads/2020/03/plus-boton-normal-x2.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px 24px;
  overflow: visible;
  align-items: center;
  vertical-align: middle;
  position: absolute;
  right: 32px;
}
.beneficiones-biberones.modulos .vc_column-inner .default-btn-shortcode.dt-btn i:before {
  content: '' !important;
  background-image: url(/wp-content/uploads/2020/03/plus-boton-normal-x2.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px 24px;
}
.beneficiones-biberones.modulos .vc_column-inner .default-btn-shortcode.dt-btn:hover {
  background-color: #80be3e !important;
}
.beneficiones-biberones.modulos.ultimo-modulo {
  margin-bottom: 60px;
}
.beneficiones-biberones.banda-beneficiones-biberones #titulo-tipo-3 h2 {
  font-size: 40px;
  line-height: 40px;
  font-weight: 400;
  color: #1f82bb;
  font-family: "Gudea", Helvetica, Arial, Verdana, sans-serif;
  text-align: center;
}
.beneficiones-biberones.banda-beneficiones-biberones #titulo-tipo-3 h2:after {
  content: '';
  display: block;
  width: 50px;
  text-align: center;
  margin: 0 auto;
  border-bottom: 2px solid #80be3e;
  margin-top: 16px;
}
.beneficiones-biberones.banda-beneficiones-biberones .default-btn-shortcode.dt-btn {
  margin-top: 10px;
  margin-bottom: 60px;
  width: auto;
  text-align: left;
  padding: 22px 72px 22px 44px !important;
  background-color: #1f82bb !important;
  font-size: 16px !important;
  line-height: 24px !important;
  font-family: "Poppins", Helvetica, Arial, Verdana, sans-serif !important;
  font-weight: 700 !important;
  color: #ffffff !important;
  text-transform: uppercase;
  white-space: normal;
  align-items: center;
  vertical-align: middle;
}
.beneficiones-biberones.banda-beneficiones-biberones .default-btn-shortcode.dt-btn i {
  color: white !important;
  width: 24px;
  height: 24px;
  display: inline-block;
  float: right;
  content: '' !important;
  background-image: url(/wp-content/uploads/2020/03/plus-boton-normal-x2.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px 24px;
  overflow: visible;
  align-items: center;
  vertical-align: middle;
  position: absolute;
  right: 32px;
}
.beneficiones-biberones.banda-beneficiones-biberones .default-btn-shortcode.dt-btn i:before {
  content: '' !important;
  background-image: url(/wp-content/uploads/2020/03/plus-boton-normal-x2.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px 24px;
}
.beneficiones-biberones.banda-beneficiones-biberones .default-btn-shortcode.dt-btn:hover {
  background-color: #80be3e !important;
}
/** 
  * Funcionamiento del Biberón
  */
.funcionamiento-del-biberon .default-btn-shortcode.dt-btn {
  margin-top: 10px;
  margin-bottom: 80px;
  width: auto;
  text-align: left;
  padding: 22px 72px 22px 44px !important;
  background-color: #1f82bb !important;
  font-size: 16px !important;
  line-height: 24px !important;
  font-family: "Poppins", Helvetica, Arial, Verdana, sans-serif !important;
  font-weight: 700 !important;
  color: #ffffff !important;
  text-transform: uppercase;
  white-space: normal;
  align-items: center;
  vertical-align: middle;
}
.funcionamiento-del-biberon .default-btn-shortcode.dt-btn i {
  color: white !important;
  width: 24px;
  height: 24px;
  display: inline-block;
  float: right;
  content: '' !important;
  background-image: url(/wp-content/uploads/2020/03/plus-boton-normal-x2.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px 24px;
  overflow: visible;
  align-items: center;
  vertical-align: middle;
  position: absolute;
  right: 32px;
}
.funcionamiento-del-biberon .default-btn-shortcode.dt-btn i:before {
  content: '' !important;
  background-image: url(/wp-content/uploads/2020/03/plus-boton-normal-x2.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px 24px;
}
.funcionamiento-del-biberon .default-btn-shortcode.dt-btn:hover {
  background-color: #80be3e !important;
}
/** 
  * Beneficios de los chupetes
  */
.fila-videos.beneficios-chupetes {
  margin-bottom: 70px;
}
.fila-videos.beneficios-chupetes li {
  margin-bottom: 40px !important;
}
.fila-videos.beneficios-chupetes li ul {
  margin-top: 22px !important;
}
.fila-videos.beneficios-chupetes li ul li {
  margin-bottom: 18px !important;
}
.fila-videos.beneficios-chupetes li ul li:last-child {
  margin-bottom: 32px !important;
}
/** 
  * Por qué Dr. Brown’s
  */
.fila-beneficios-pq {
  margin-top: 25px !important;
}
.fila-beneficios-pq .default-btn-shortcode.dt-btn {
  margin-top: 10px;
  margin-bottom: 60px;
  color: white !important;
  float: left;
  width: auto;
  text-align: left;
  padding: 22px 72px 22px 44px !important;
  background-color: #1f82bb !important;
  font-size: 16px !important;
  line-height: 24px !important;
  font-family: "Poppins", Helvetica, Arial, Verdana, sans-serif !important;
  font-weight: 700 !important;
  color: #ffffff !important;
  text-transform: uppercase;
  white-space: normal;
  display: flex;
  align-items: center;
  vertical-align: middle;
}
.fila-beneficios-pq .default-btn-shortcode.dt-btn i {
  color: white !important;
  width: 24px;
  height: 24px;
  display: inline-block;
  float: right;
  content: '' !important;
  background-image: url(/wp-content/uploads/2020/03/plus-boton-normal-x2.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px 24px;
  overflow: visible;
  align-items: center;
  vertical-align: middle;
  position: absolute;
  right: 32px;
}
.fila-beneficios-pq .default-btn-shortcode.dt-btn i:before {
  content: '' !important;
  background-image: url(/wp-content/uploads/2020/03/plus-boton-normal-x2.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px 24px;
}
.fila-beneficios-pq .default-btn-shortcode.dt-btn:hover {
  background-color: #80be3e !important;
}
/** 
  * FAQ
  */
.fila-faq img {
  margin-top: 15px;
  margin-bottom: 15px;
}
.fila-faq .boton {
  margin-top: 20px;
  margin-bottom: 60px;
  color: white !important;
  float: left;
  width: auto;
  text-align: left;
  padding: 22px 72px 26px 44px !important;
  background-color: #1f82bb !important;
  font-size: 16px !important;
  line-height: 24px !important;
  font-family: "Poppins", Helvetica, Arial, Verdana, sans-serif !important;
  font-weight: 700 !important;
  color: #ffffff !important;
  text-transform: uppercase;
  white-space: normal;
  display: flex;
  align-items: center;
  vertical-align: middle;
}
.fila-faq .boton i {
  color: white !important;
  width: 24px;
  height: 24px;
  display: inline-block;
  float: right;
  content: '' !important;
  background-image: url(/wp-content/uploads/2020/03/plus-boton-normal-x2.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px 24px;
  overflow: visible;
  align-items: center;
  vertical-align: middle;
  position: absolute;
  right: 18px;
}
.fila-faq .boton i:before {
  content: '' !important;
  background-image: url(/wp-content/uploads/2020/03/plus-boton-normal-x2.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px 24px;
}
.fila-faq .boton:hover {
  background-color: #80be3e !important;
}
.fila-faq .wpb_text_column {
  margin-bottom: 0px !important;
}
.fila-faq .wpb_text_column h2 {
  margin-top: 0px !important;
}
.fila-faq .wpb_text_column.texto-faq {
  margin-bottom: 25px !important;
}
.fila-faq .margen-faq {
  margin-bottom: 0px !important;
}
.fila-faq .tabla-faq {
  margin-top: 60px !important;
}
.fila-faq .tabla-faq tr {
  border-bottom: 2px solid #999999;
}
.fila-faq .tabla-faq tr.cabecera {
  border-bottom: 2px solid #80be3e;
}
.fila-faq .tabla-faq td {
  width: 33%;
  border: none;
}
.fila-faq .tabla-faq-movil {
  display: none;
}
.fila-faq .titulo-tipo-1 {
  margin-bottom: 30px !important;
}
.fila-faq .titulo-tipo-1 h1 {
  font-size: 40px;
  line-height: 40px;
  font-weight: 700;
  color: #1f82bb;
  font-family: "Gudea", Helvetica, Arial, Verdana, sans-serif;
}
.fila-faq .titulo-tipo-1 h1:after {
  content: '';
  display: block;
  width: 50px;
  text-align: left;
  border-bottom: 2px solid #80be3e;
  margin-top: 16px;
}
.page-id-143 .fila-ancla {
  margin-bottom: 70px !important;
}
/** 
  * SORTEO Y POP UP
  */
.fila-enlaces-productos-2 .vc_column-inner .default-btn-shortcode.dt-btn {
  display: block;
  float: none;
  max-width: 500px;
  margin: 0 auto;
}
.pum.pum-overlay #popmake-4307 {
  padding: 0px !important;
  box-shadow: none;
}
.pum.pum-overlay #popmake-4307 .vc_column-inner {
  padding: 0px !important;
  border: none;
  border-width: 0px;
}
.pum.pum-overlay #popmake-4307 .vc_column-inner .wpb_column {
  border: none;
  border-width: 0px;
}
.pum.pum-overlay #popmake-4307 .vc_column-inner .wpb_single_image {
  margin-bottom: 0px;
}
.pum.pum-overlay * {
  border: none !important;
  border-width: 0px !important;
  box-shadow: none !important;
}
/** 
  * POLÍTICA DE PRIVACIDAD y COOKIES
  */
.fila-privacidad .titulo-tipo-1,
.fila-cookies .titulo-tipo-1 {
  margin-bottom: 30px !important;
}
.fila-privacidad .titulo-tipo-1 h1,
.fila-cookies .titulo-tipo-1 h1 {
  font-size: 40px;
  line-height: 40px;
  font-weight: 700;
  color: #1f82bb;
  font-family: "Gudea", Helvetica, Arial, Verdana, sans-serif;
}
.fila-privacidad .titulo-tipo-1 h1:after,
.fila-cookies .titulo-tipo-1 h1:after {
  content: '';
  display: block;
  width: 50px;
  text-align: left;
  border-bottom: 2px solid #80be3e;
  margin-top: 16px;
}
.fila-privacidad .titulo-tipo-1 h2,
.fila-cookies .titulo-tipo-1 h2 {
  margin-top: 40px !important;
  display: block;
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
  color: #1f82bb;
  font-family: "Poppins", Helvetica, Arial, Verdana, sans-serif;
  font-weight: 700;
}
.fila-privacidad .titulo-tipo-1 table td,
.fila-cookies .titulo-tipo-1 table td {
  padding: 12px;
  border: 1px solid #999999;
}
#cn-accept-cookie {
  background-color: #80be3e !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#cn-accept-cookie:hover {
  background-color: #999999 !important;
}
/** 
  * BLOG
  */
.articles-list .filter {
  display: none;
}
.articles-list .post .post-entry-content .entry-title a {
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
  color: #666666;
  font-family: "Poppins", Helvetica, Arial, Verdana, sans-serif;
  font-weight: 700;
}
.articles-list .post .post-entry-content .entry-title a:hover {
  color: #1f82bb;
}
.articles-list .post .post-entry-content .entry-meta a {
  pointer-events: none;
}
.articles-list .post .post-entry-content .entry-meta a time {
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
  color: #666666;
  font-family: "Poppins", Helvetica, Arial, Verdana, sans-serif;
}
.articles-list .post .post-entry-content .entry-meta a:hover {
  color: #1f82bb !important;
  text-decoration: none;
}
.articles-list .post .post-entry-content .entry-meta a:hover time {
  color: #1f82bb !important;
  text-decoration: none;
}
.articles-list .post .post-entry-content .entry-excerpt p {
  margin-bottom: 15px !important;
}
.articles-list .post .post-entry-content .dt-btn-s.dt-btn.post-details.details-type-btn {
  margin-top: 10px;
  margin-bottom: 60px;
  color: white !important;
  float: left;
  width: auto;
  text-align: left;
  padding: 18px 72px 18px 44px !important;
  background-color: #1f82bb !important;
  font-size: 16px !important;
  line-height: 24px !important;
  font-family: "Poppins", Helvetica, Arial, Verdana, sans-serif !important;
  font-weight: 700 !important;
  color: #ffffff !important;
  text-transform: uppercase;
  white-space: normal;
  display: flex;
  align-items: center;
  vertical-align: middle;
}
.articles-list .post .post-entry-content .dt-btn-s.dt-btn.post-details.details-type-btn i {
  color: white !important;
  width: 24px;
  height: 24px;
  display: inline-block;
  float: right;
  content: '' !important;
  background-image: url(/wp-content/uploads/2020/03/plus-boton-normal-x2.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px 24px;
  overflow: visible;
  align-items: center;
  vertical-align: middle;
  position: absolute;
  right: 20px;
}
.articles-list .post .post-entry-content .dt-btn-s.dt-btn.post-details.details-type-btn i:before {
  content: '' !important;
  background-image: url(/wp-content/uploads/2020/03/plus-boton-normal-x2.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px 24px;
}
.articles-list .post .post-entry-content .dt-btn-s.dt-btn.post-details.details-type-btn:hover {
  background-color: #80be3e !important;
}
.single-post .page-title .wf-wrap {
  display: block;
}
.single-post .page-title .page-title-head.hgroup {
  display: block;
  float: none;
  width: 100%;
  margin-bottom: 10px;
}
.single-post .page-title .page-title-head.hgroup h1:after,
.single-post .page-title .page-title-head.hgroup h2:after,
.single-post .page-title .page-title-head.hgroup h3:after {
  content: '';
  display: block;
  width: 50px;
  text-align: left;
  border-bottom: 2px solid #80be3e;
  margin-top: 16px;
}
.single-post .page-title .page-title-breadcrumbs {
  display: block;
  float: none;
  width: 100%;
}
.single-post .page-title .page-title-breadcrumbs .assistive-text {
  display: none;
}
.single-post .page-title .page-title-breadcrumbs .breadcrumbs.text-small {
  float: none !important;
  text-align: left !important;
  width: 100% !important;
}
.single-post .page-title .page-title-breadcrumbs .breadcrumbs.text-small li:first-child {
  padding-left: 0px !important;
  margin-left: 0px !important;
}
.single-post #comments {
  display: none;
  visibility: hidden;
}
.single-post #content .entry-meta a {
  pointer-events: none;
}
.single-post #content .entry-content h1,
.single-post #content .entry-content h2,
.single-post #content .entry-content h3,
.single-post #content .entry-content h4 {
  margin-bottom: 25px;
}
.single-post #content .entry-content h5,
.single-post #content .entry-content h6 {
  margin-bottom: 20px;
}
.single-post #content .entry-content h1 {
  font-size: 36px;
  font-weight: 700;
}
.single-post #content .entry-content h2 {
  font-size: 36px;
  font-weight: 400;
}
.single-post #content .entry-content h3 {
  font-size: 32px;
  font-weight: 700;
}
.single-post #content .entry-content h4 {
  font-size: 32px;
  font-weight: 400;
}
.single-post #content .entry-content h5 {
  font-size: 26px;
  font-weight: 700;
}
.single-post #content .entry-content h6 {
  font-size: 26px;
  font-weight: 400;
}
.single-post #content .entry-content p,
.single-post #content .entry-content pre {
  margin-bottom: 20px;
}
.single-post #content .entry-content blockquote {
  padding-bottom: 5px;
  padding-top: 20px;
  margin-bottom: 30px;
}
.single-post #content .entry-content ul {
  list-style: none;
  padding: 0;
  margin-left: 0px;
  margin-bottom: 25px;
}
.single-post #content .entry-content ul li {
  margin-left: 32px;
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
  color: #666666;
  font-family: "Poppins", Helvetica, Arial, Verdana, sans-serif;
}
.single-post #content .entry-content ul li ul {
  margin-top: 12px;
  margin-bottom: 12px !important;
}
.single-post #content .entry-content ul li ul li {
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
  color: #666666;
  font-family: "Poppins", Helvetica, Arial, Verdana, sans-serif;
  margin-bottom: 7px;
}
.single-post #content .entry-content ul li ul li:before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  width: 2em;
  color: #aedef8;
  content: "\f0da";
  font-size: 14px;
}
.single-post #content .entry-content ul li:before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  width: 2em;
  font-size: 14px;
  margin-left: -29px;
  color: #aedef8;
  content: "\f138";
}
.single-post #content .entry-content ol {
  margin-bottom: 25px;
}
.single-post #content .entry-content ol li {
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
  color: #666666;
  font-family: "Poppins", Helvetica, Arial, Verdana, sans-serif;
}
.single-post #content .entry-content ol li ol {
  margin-top: 15px;
  margin-bottom: 15px;
}
.single-post #content .share-link-description {
  visibility: hidden;
}
.single-post #content .share-link-description:after {
  visibility: visible !important;
  display: block;
  text-align: center;
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
  color: #1f82bb;
  font-family: "Poppins", Helvetica, Arial, Verdana, sans-serif;
  font-weight: bold;
  content: '';
}
.single-post .sidebar .widget-title {
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
  color: #666666;
  font-family: "Poppins", Helvetica, Arial, Verdana, sans-serif;
  font-weight: 700;
  margin-bottom: 25px;
}
.single-post .sidebar .widget_presscore-blog-posts .post-content {
  padding-top: 4px;
}
.single-post .sidebar .widget_presscore-blog-posts .post-content a {
  max-height: 50px;
  overflow: hidden;
}
.single-post .sidebar .widget_presscore-blog-posts .post-content time {
  display: none;
}
.single-post .back-to-list {
  margin-top: 10px;
  margin-bottom: 20px;
  float: left;
  width: auto;
  text-align: left;
  padding: 19px 44px 18px 44px !important;
  background-color: #1f82bb !important;
  font-size: 16px !important;
  line-height: 16px !important;
  font-family: "Poppins", Helvetica, Arial, Verdana, sans-serif !important;
  font-weight: 700 !important;
  color: #ffffff !important;
  text-transform: uppercase;
  white-space: normal;
  display: flex;
  align-items: center;
  vertical-align: middle;
  content: 'VOLVER' !important;
  border-radius: 3px !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  /*			i{
				color: white !important;
				width: 24px;
				height: 24px;
				display: inline-block;
				float: right;
				content: 'VOLVER' !important;
				background-image: url(/wp-content/uploads/2020/03/plus-boton-normal-x2.png);
				background-repeat: no-repeat;
				background-position: center;
				background-size: 24px 24px;
				overflow: visible;
				align-items: center;
				vertical-align: middle;
				position: absolute;
				right: 20px; 
			}*/
}
.single-post .back-to-list i {
  font-size: 14px !important;
  line-height: 14px !important;
}
.single-post .back-to-list i:before {
  font-size: 16px !important;
  line-height: 16px !important;
  font-family: "Poppins", Helvetica, Arial, Verdana, sans-serif !important;
  font-weight: 700 !important;
  color: #ffffff !important;
  border-radius: 3px !important;
  text-decoration: none !important;
  text-transform: uppercase;
  border: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.single-post .back-to-list:hover {
  background-color: #80be3e !important;
}
.single-post .navigation.post-navigation .nav-links {
  padding: 0px;
  border: none;
}
:lang(es) .single-post .back-to-list i:before {
  content: 'VOLVER' !important;
}
:lang(es) .single-post .share-link-description:after {
  content: 'Compatir este artículo' !important;
}
:lang(pt) .single-post .back-to-list i:before {
  content: 'VOLTAR' !important;
}
:lang(pt) .single-post .share-link-description:after {
  content: 'Compartilhar esta postagem' !important;
}
:lang(en) .single-post .back-to-list i:before {
  content: 'BACK' !important;
}
/** 
  * CONTACTO
  */
.wpcf7 {
  margin-bottom: 25px !important;
}
.wpcf7 .block-form br {
  display: none !important;
}
.wpcf7 div.wpcf7 {
  margin-bottom: 40px;
}
.wpcf7 .wpcf7-list-item.first.last {
  margin-left: 0px;
}
.wpcf7 .block-security {
  margin-bottom: 25px;
  margin-top: 30px;
}
.wpcf7 .wpcf7-not-valid-tip {
  margin-bottom: 15px;
}
.wpcf7 .wpcf7-submit {
  margin-top: 10px;
  margin-bottom: 30px;
  width: auto;
  text-align: left;
  padding: 18px 44px 18px 44px !important;
  background-color: #1f82bb !important;
  font-size: 16px !important;
  line-height: 24px !important;
  font-family: "Poppins", Helvetica, Arial, Verdana, sans-serif !important;
  font-weight: 700 !important;
  color: #ffffff !important;
  white-space: normal;
  align-items: center;
  vertical-align: middle;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.wpcf7 .wpcf7-submit:after {
  content: '' !important;
  background-image: url(/wp-content/uploads/2020/03/plus-boton-normal-x2.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px 24px;
}
.wpcf7 .wpcf7-submit:hover {
  background-color: #80be3e !important;
}
.wpcf7 input,
.wpcf7 select {
  max-width: 450px;
  margin-bottom: 5px;
  margin-bottom: 10px;
  font-size: 14px !important;
}
.wpcf7 textarea {
  max-width: 577px;
}
.wpcf7 span.title,
.wpcf7 span.wpcf7-form-control-wrap.detalle-contacto {
  display: block;
}
.wpcf7 .acepta-politica {
  display: block;
}
.wpcf7 .acepta-politica span {
  display: inline-block;
}
.wpcf7 .aceptar {
  margin-right: 10px;
}
.wpcf7 .leyenda {
  max-width: 577px;
}
.wpcf7 label {
  display: block;
}
.contacto {
  margin-top: 35px;
}
.contacto .titulo-tipo-1 {
  margin-bottom: 45px !important;
}
.contacto .titulo-tipo-1 h1 {
  font-size: 40px;
  line-height: 40px;
  font-weight: 400;
  color: #1f82bb;
  font-family: "Gudea", Helvetica, Arial, Verdana, sans-serif;
}
.contacto .titulo-tipo-1 h1:after {
  content: '';
  display: block;
  width: 50px;
  text-align: left;
  border-bottom: 2px solid #80be3e;
  margin-top: 16px;
}
.contacto .texto-medio strong {
  color: #1f82bb !important;
}
.fila-iconos.contacto .wpb_text_column {
  display: flex;
}
.fila-iconos.contacto .wpb_text_column .wpb_wrapper {
  width: 81%;
  padding-left: 2%;
  display: inline-block;
}
.fila-iconos.contacto .wpb_text_column:before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  width: 1.4em;
  color: #80be3e;
  content: "\f0da";
  font-size: 30px;
  position: relative;
  top: 6px;
}
.fila-iconos.contacto .direccion:before {
  content: "\f3c5";
}
.fila-iconos.contacto .atencion p {
  color: #1f82bb;
  font-weight: 700;
}
.fila-iconos.contacto .atencion p a {
  font-size: 40px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-family: "Gudea", Helvetica, Arial, Verdana, sans-serif;
  padding-top: 5px;
  display: block;
}
.fila-iconos.contacto .atencion p a:hover {
  color: #80be3e;
}
.fila-iconos.contacto .email p {
  padding-top: 4px;
  word-break: break-word;
}
.fila-iconos.contacto .email p a {
  font-weight: 700;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.fila-iconos.contacto .email p a:hover {
  color: #80be3e;
}
.fila-iconos.contacto .atencion:before {
  content: "\f095";
}
.fila-iconos.contacto .email:before {
  content: "\f0e0";
}
/*----------Políticas------------*/
.condiciones strong,
.politicas strong {
  color: #666666 !important;
}
.condiciones table th,
.politicas table th,
.condiciones table td,
.politicas table td {
  border: 1px solid #999999;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 14px;
  vertical-align: top;
}
.condiciones table th,
.politicas table th {
  background-color: #f3f3f3;
}
#cookie-notice {
  border-top: 2px solid #1f82bb;
}
#cookie-notice .cookie-notice-container {
  padding: 6px 10px 8px 10px;
  width: auto;
  max-width: 100%;
}
#cookie-notice #cn-notice-text {
  color: #ffffff;
  font-weight: 400;
  margin-top: 4px;
  margin-bottom: 4px;
}
#cookie-notice #cn-accept-cookie,
#cookie-notice #cn-more-info {
  text-decoration: none;
  background: none;
  font-weight: 400;
}
#cookie-notice #cn-accept-cookie .text-wrap,
#cookie-notice #cn-more-info .text-wrap {
  font-weight: 300 !important;
  font-family: "Poppins", Helvetica, Arial, Verdana, sans-serif;
  font-size: 14px;
}
#cookie-notice #cn-accept-cookie:hover,
#cookie-notice #cn-more-info:hover {
  text-decoration: none;
}
.grecaptcha-badge {
  display: none !important;
}
.page-id-145 .grecaptcha-badge,
.page-id-2147 .grecaptcha-badge {
  display: inherit !important;
}
@media only screen and (max-width: 1239px) {
  /** 
	  * PRODUCTOS GENERAL
	  */
  .banda-superior-productos.vc_row {
    background-image: none !important;
    min-height: inherit;
  }
  .banda-superior-productos.vc_row .vc_column-inner {
    padding-top: 0px !important;
  }
  .banda-superior-productos.vc_row .vc_column-inner .img-banda {
    display: inherit !important;
    visibility: visible !important;
    margin-left: -50px;
    margin-right: -50px;
  }
  .banda-superior-productos.vc_row .vc_column-inner .wpb_text_column {
    max-width: inherit;
    text-align: center;
    margin: 0 auto;
  }
  .banda-superior-productos.vc_row .vc_column-inner .wpb_text_column .wpb_wrapper {
    padding-left: 0px;
  }
  .banda-superior-productos.vc_row .vc_column-inner .titulo-tipo-1 {
    margin-bottom: 30px !important;
  }
  .banda-superior-productos.vc_row .vc_column-inner .titulo-tipo-1 .wpb_wrapper {
    padding-left: 0px;
  }
  .banda-superior-productos.vc_row .vc_column-inner .titulo-tipo-1 h1:after {
    margin: 0 auto;
    margin-top: 16px;
  }
  .banda-superior-productos.vc_row .vc_column-inner .wpb_single_image.img-sec {
    text-align: center !important;
    max-width: inherit;
    margin: 0 auto;
    margin-bottom: 40px;
  }
  .banda-superior-productos.vc_row .vc_column-inner .wpb_single_image.img-sec .wpb_wrapper {
    padding-left: 0px;
  }
  .banda-superior-productos.vc_row .vc_column-inner .texto-banda {
    margin-bottom: 40px !important;
  }
}
@media only screen and (max-width: 1139px) {
  .banda-superior-productos2.vc_row .vc_column-inner .wpb_text_column {
    margin-right: 0px;
    margin-left: 0px;
  }
}
@media only screen and (max-width: 1120px) {
  .fila-newsletter2 .col-siguenos {
    display: block;
    width: 100%;
    text-align: center;
  }
  .fila-newsletter2 .col-siguenos .wpb_raw_code {
    margin-bottom: 0px;
    padding-top: 30px;
  }
  .fila-newsletter2 .col-siguenos .wpb_raw_code p {
    font-size: 40px;
    line-height: 40px;
    font-weight: 400;
    color: #1f82bb;
    font-family: "Gudea", Helvetica, Arial, Verdana, sans-serif;
    margin-bottom: 12px !important;
    text-align: center;
  }
  .fila-newsletter2 .col-siguenos .wpb_raw_code a {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
    margin-right: 8px;
    vertical-align: middle;
  }
  .fila-newsletter2 .col-siguenos .wpb_raw_code a:hover {
    text-decoration: none;
  }
  .fila-newsletter2 .col-suscribe {
    width: 33%;
  }
  .fila-newsletter2 .col-suscribe .vc_column-inner {
    padding-left: 15px;
  }
  .fila-newsletter2 .col-mailchimp {
    width: 65%;
  }
  .single-post .wrappernews .col-siguenos,
  .archive .wrappernews .col-siguenos,
  .category .wrappernews .col-siguenos {
    display: block;
    width: 100%;
    text-align: center;
  }
  .single-post .wrappernews .col-siguenos .wpb_raw_code,
  .archive .wrappernews .col-siguenos .wpb_raw_code,
  .category .wrappernews .col-siguenos .wpb_raw_code {
    padding-top: 17px;
    padding-bottom: 17px;
  }
  .single-post .wrappernews .col-suscribe,
  .archive .wrappernews .col-suscribe,
  .category .wrappernews .col-suscribe {
    width: 33%;
  }
  .single-post .wrappernews .col-suscribe .wpb_text_column,
  .archive .wrappernews .col-suscribe .wpb_text_column,
  .category .wrappernews .col-suscribe .wpb_text_column {
    padding-top: 24px;
    padding-bottom: 10px;
  }
  .single-post .wrappernews .col-mailchimp,
  .archive .wrappernews .col-mailchimp,
  .category .wrappernews .col-mailchimp {
    width: 65%;
  }
}
@media only screen and (max-width: 1090px) {
  .footer #bottom-bar .wf-container-bottom {
    display: block !important;
  }
  .footer #bottom-bar .wf-float-left {
    display: block !important;
    width: 100% !important;
    margin: 0 auto;
    margin-bottom: 25px;
    float: none !important;
    text-align: center;
  }
  .footer #bottom-bar .wf-float-left img {
    display: block;
    margin: 0 auto;
    margin-bottom: 15px !important;
    margin-top: 15px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .footer #bottom-bar .wf-float-right {
    display: block !important;
    width: 100% !important;
    margin: 0 auto;
    margin-bottom: 25px;
    float: none !important;
    text-align: center;
  }
  .footer #bottom-bar .wf-float-right .bottom-text-block {
    display: block;
    width: 100%;
    text-align: center;
  }
  .banda-ancha-video.vc_row {
    background-size: cover;
    min-height: 500px;
  }
  .html-form-mailchimp {
    margin-left: 200px;
    margin-right: 200px;
  }
}
@media only screen and (max-width: 1023px) {
  /*Fila tipo 2*/
  .fila-tipo-2 .col-1 {
    width: 100%;
    display: block;
  }
  .fila-tipo-2 .col-2 {
    width: 100%;
    display: block;
  }
  /*footer*/
  .footer .widget {
    width: 50% !important;
    display: inline-block !important;
    margin-bottom: 15px;
  }
  /* Política de privacidad y Cookies */
  .fila-privacidad .titulo-tipo-1 table tr,
  .fila-cookies .titulo-tipo-1 table tr {
    border: 2px solid #aedef8;
  }
  .fila-privacidad .titulo-tipo-1 table td,
  .fila-cookies .titulo-tipo-1 table td {
    display: block;
    text-align: center;
    border: 1px solid #e3e3e3;
    word-break: break-all;
  }
  /* Fila Banners Home */
  .fila-banners-home .wpb_column.vc_col-sm-3 {
    width: 50%;
  }
  .banda-beneficiones-biberones .especial {
    display: block;
  }
  .banda-beneficiones-biberones .especial .wpb_wrapper {
    width: 100%;
    padding-left: 0%;
    display: block;
  }
  .banda-beneficiones-biberones .especial:before {
    display: block;
    width: 161px;
    height: 164px;
    content: "";
    background-image: url(/wp-content/uploads/2020/03/sist-vent_x2.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    vertical-align: top;
    margin: 0 auto;
    margin-top: 15px;
    margin-bottom: 45px;
  }
}
@media only screen and (max-width: 940px) {
  .fila-productos .col-fila-productos {
    width: 100%;
    display: block;
  }
  .fila-productos .col-fila-productos .vc_column-inner .wpb_wrapper .col-texto-producto .vc_column-inner .wpb_wrapper {
    min-height: 200px;
  }
  .fila-productos .col-fila-productos .vc_column-inner .wpb_wrapper .col-texto-producto .vc_column-inner .wpb_wrapper .texto-producto-general h3 {
    font-size: 40px;
    line-height: 40px;
    font-weight: 400;
    color: #1f82bb;
    font-family: "Gudea", Helvetica, Arial, Verdana, sans-serif;
    margin-bottom: 40px !important;
  }
  .html-form-mailchimp {
    margin-left: 100px;
    margin-right: 100px;
  }
  .enlinea5 {
    width: 33%;
  }
}
@media only screen and (max-width: 779px) {
  .fila-newsletter2 .col-siguenos {
    display: block;
    width: 100%;
    text-align: center;
  }
  .fila-newsletter2 .col-siguenos .wpb_raw_code {
    margin-bottom: 0px;
    padding-top: 30px;
  }
  .fila-newsletter2 .col-siguenos .wpb_raw_code p {
    font-size: 40px;
    line-height: 40px;
    font-weight: 400;
    color: #1f82bb;
    font-family: "Gudea", Helvetica, Arial, Verdana, sans-serif;
    margin-bottom: 5px !important;
    text-align: center;
  }
  .fila-newsletter2 .col-siguenos .wpb_raw_code a {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
    margin-right: 8px;
    vertical-align: middle;
  }
  .fila-newsletter2 .col-suscribe {
    width: 100%;
    text-align: center;
    display: block;
  }
  .fila-newsletter2 .col-suscribe .vc_column-inner {
    padding-left: 15px;
  }
  .fila-newsletter2 .col-mailchimp {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .fila-newsletter2 .col-mailchimp #yikes-mailchimp-container-1 {
    padding-top: 15px;
  }
  .html-form-mailchimp {
    margin-left: 0px;
    margin-right: 0px;
  }
  .single-post .wrappernews .col-siguenos,
  .archive .wrappernews .col-siguenos,
  .category .wrappernews .col-siguenos {
    display: block;
    width: 100%;
    text-align: center;
  }
  .single-post .wrappernews .col-siguenos .wpb_raw_code,
  .archive .wrappernews .col-siguenos .wpb_raw_code,
  .category .wrappernews .col-siguenos .wpb_raw_code {
    padding-top: 17px;
    padding-bottom: 17px;
  }
  .single-post .wrappernews .col-suscribe,
  .archive .wrappernews .col-suscribe,
  .category .wrappernews .col-suscribe {
    display: block;
    width: 100%;
    text-align: center;
  }
  .single-post .wrappernews .col-suscribe .wpb_text_column,
  .archive .wrappernews .col-suscribe .wpb_text_column,
  .category .wrappernews .col-suscribe .wpb_text_column {
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
  }
  .single-post .wrappernews .col-suscribe .wpb_text_column p,
  .archive .wrappernews .col-suscribe .wpb_text_column p,
  .category .wrappernews .col-suscribe .wpb_text_column p {
    margin-bottom: 0px !important;
  }
  .single-post .wrappernews .col-mailchimp,
  .archive .wrappernews .col-mailchimp,
  .category .wrappernews .col-mailchimp {
    display: block;
    width: 100%;
    margin-bottom: 0px;
  }
  .enlinea5 {
    width: 50%;
  }
  .enlinea5ultimo {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  /*----------POLITICAS-----------*/
  .cookies table th,
  .cookies table td {
    display: block;
    text-align: center !important;
    border: none;
  }
  .cookies table tr {
    border: 1px solid #999999 !important;
  }
  .fila-enlaces-productos .vc_col-sm-6 {
    display: block;
    width: 100%;
  }
  .fila-enlaces-productos .vc_col-sm-6:first-child .vc_column-inner {
    padding-bottom: 0px !important;
  }
  /** 
	  * BLOG
	  */
  .articles-list .post .post-entry-content {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .articles-list .post .post-entry-content .entry-excerpt p {
    margin-bottom: 15px !important;
  }
  .single-post .page-title .page-title-head.hgroup h1:after,
  .page-title .page-title-head.hgroup h1:after {
    margin: 0 auto;
    text-align: center;
    margin-top: 16px;
  }
  .fila-iconos.contacto .vc_col-sm-4 {
    display: block;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  /*----------Políticas------------*/
  .condiciones table th,
  .politicas table th,
  .condiciones table td,
  .politicas table td {
    display: block;
    text-align: center !important;
    border: none;
  }
  .condiciones table tr,
  .politicas table tr {
    border: 1px solid #999999;
  }
  .banda-ancha-video.vc_row {
    background-size: cover;
    min-height: 400px;
  }
  .fila-productos .col-fila-productos .col-img-producto {
    width: 50%;
    display: inline-block;
  }
  .fila-productos .col-fila-productos .col-texto-producto {
    width: 50%;
    display: inline-block;
  }
  .tabla-faq {
    display: none;
    margin-top: 60px !important;
  }
  .tabla-faq tr {
    border-bottom: 2px solid #999999;
  }
  .tabla-faq tr.cabecera {
    border-bottom: 2px solid #80be3e;
  }
  .tabla-faq td {
    width: 100% !important;
    display: block;
    text-align: center;
    border-bottom: 1px solid #e3e3e3 !important;
  }
  .tabla-faq-movil {
    display: inherit !important;
  }
  .tabla-faq-movil table {
    margin-bottom: 0px !important;
  }
  .tabla-faq-movil h4 {
    display: block;
    background-color: #1f82bb;
    color: #ffffff;
    padding-top: 12px;
    padding-bottom: 12px;
    margin: 0 auto !important;
  }
  .tabla-faq-movil h5 {
    display: block;
    background-color: #f3f3f3;
    padding-top: 8px;
    padding-bottom: 8px;
    margin: 0 auto !important;
  }
  .tabla-faq-movil td {
    margin-bottom: 5px;
  }
  /*-ficha productos */
  .fila-2-productos .vc_grid-container-wrapper .vc_grid-container .vc_pageable-slide-wrapper .vc_grid-item {
    display: inline-block !important;
    width: 33%;
  }
}
@media only screen and (max-width: 760px) {
  .cookie-notice-container > span,
  .cookie-notice-container > a {
    display: inline-block;
  }
}
@media only screen and (max-width: 640px) {
  .banda-ancha-video.vc_row {
    min-height: 300px;
  }
  .banda-ancha-video.vc_row img {
    max-width: 103px;
    height: auto;
  }
}
@media only screen and (max-width: 580px) {
  .footer .widget {
    width: 100% !important;
    display: block !important;
  }
  .footer .widget ul.custom-menu {
    padding-left: 0px !important;
  }
  .footer .widget ul.custom-menu li:before {
    display: none !important;
  }
  .footer .widget ul.custom-menu li {
    margin-bottom: 8px !important;
  }
  .footer .widget > * {
    text-align: center;
  }
  /* Fila Banners Home */
  .fila-banners-home .wpb_column.vc_col-sm-3 {
    width: 100%;
  }
  .fila-productos .col-fila-productos {
    width: 100%;
    display: block;
  }
  .fila-productos .col-fila-productos .vc_column-inner .wpb_wrapper .col-img-producto {
    width: 100%;
    display: block;
  }
  .fila-productos .col-fila-productos .vc_column-inner .wpb_wrapper .col-texto-producto {
    width: 100%;
    display: block;
  }
  .fila-productos .col-fila-productos .vc_column-inner .wpb_wrapper .col-texto-producto .vc_column-inner .wpb_wrapper {
    min-height: inherit;
  }
  .fila-productos .col-fila-productos .vc_column-inner .wpb_wrapper .col-texto-producto .vc_column-inner .wpb_wrapper .texto-producto-general {
    margin-bottom: 45px !important;
  }
  .fila-productos .col-fila-productos .vc_column-inner .wpb_wrapper .col-texto-producto .vc_column-inner .wpb_wrapper .texto-producto-general h3 {
    font-size: 40px;
    line-height: 40px;
    font-weight: 400;
    color: #1f82bb;
    font-family: "Gudea", Helvetica, Arial, Verdana, sans-serif;
    width: 60%;
    margin: 0 auto !important;
    margin-bottom: 40px !important;
  }
  .fila-productos .col-fila-productos .vc_column-inner .wpb_wrapper .col-texto-producto .vc_column-inner .wpb_wrapper .texto-producto-general ul {
    width: 60%;
    margin: 0 auto !important;
  }
}
@media only screen and (max-width: 500px) {
  .page-title .wf-container-title {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .page-title .wf-container-title .wf-table {
    padding-top: 20px !important;
    padding-bottom: 0px !important;
  }
  .fila-newsletter2 .col-mailchimp label,
  .fila-newsletter2 .col-mailchimp button {
    display: block !important;
    width: 100% !important;
    position: inherit !important;
  }
  /*-ficha productos */
  .fila-2-productos .vc_grid-container-wrapper .vc_grid-container .vc_pageable-slide-wrapper .vc_grid-item {
    width: 50%;
    pointer-events: none;
  }
}
@media only screen and (max-width: 480px) {
  /*---GENERAL---*/
  .centrar-768 {
    text-align: center !important;
  }
  .page-title .wf-container-title {
    padding-top: 5px !important;
    padding-bottom: 6px !important;
  }
  .banda-ancha-video.vc_row {
    min-height: 200px;
  }
  /*---Footer---*/
  .footer .wf-container .widget {
    width: 100% !important;
    text-align: center !important;
  }
  .footer .wf-container .widget .widget-title:after {
    margin: 0 auto !important;
  }
  .fila-productos .col-fila-productos .vc_column-inner .wpb_wrapper .col-texto-producto .vc_column-inner .wpb_wrapper .texto-producto-general {
    margin-bottom: 25px;
  }
  .fila-productos .col-fila-productos .vc_column-inner .wpb_wrapper .col-texto-producto .vc_column-inner .wpb_wrapper .texto-producto-general h3 {
    font-size: 40px;
    line-height: 40px;
    font-weight: 400;
    color: #1f82bb;
    font-family: "Gudea", Helvetica, Arial, Verdana, sans-serif;
    width: 75%;
    margin: 0 auto !important;
    margin-bottom: 40px !important;
  }
  .fila-productos .col-fila-productos .vc_column-inner .wpb_wrapper .col-texto-producto .vc_column-inner .wpb_wrapper .texto-producto-general ul {
    width: 75%;
    margin: 0 auto !important;
  }
  .banda-superior-productos2.vc_row .vc_column-inner .wpb_text_column {
    margin-right: 0px;
    margin-left: 0px;
  }
  .html-form-mailchimp {
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media only screen and (max-width: 400px) {
  .wpcf7 .form-dudas .elto-form.tlf-contacto {
    margin-right: 8px;
  }
  .wpcf7 .form-dudas .elto-form.acepta-politica {
    display: flex;
  }
  .wpcf7 .form-dudas .elto-form.acepta-politica input {
    margin-right: 5px;
  }
  /*---Footer---*/
  .footer #bottom-bar #branding-bottom {
    padding-bottom: 0px;
    margin-bottom: 0px;
  }
  #footer #text-2 a {
    display: block;
  }
  #branding-bottom {
    display: block !important;
    margin-bottom: 0px !important;
  }
  /*-ficha productos */
  .fila-2-productos .vc_grid-container-wrapper .vc_grid-container .vc_pageable-slide-wrapper .vc_grid-item {
    display: block;
    width: 100%;
  }
  .fila-2-productos .vc_grid-container-wrapper .vc_grid-container .vc_pageable-slide-wrapper .vc_grid-item .vc_gitem-link.prettyphoto {
    pointer-events: none;
  }
}
/* Boton suscripcion */
.btn-suscripcion.boton-banner {
  padding: 22px 44px 26px 44px !important;
  background-color: #1f82bb !important;
  font-size: 16px !important;
  line-height: 17px !important;
  font-family: "Poppins", Helvetica, Arial, Verdana, sans-serif !important;
  font-weight: 700 !important;
  color: #ffffff !important;
  border-radius: 3px !important;
  text-decoration: none !important;
  text-transform: uppercase;
  border: none;
  margin: 60px 30px !important;
  display: block;
  text-align: center;
}
.btn-suscripcion.boton-banner:hover {
  background-color: #80be3e !important;
}
