/** 
  * TIPOGRAFÍAS
  */
.titular1 {
  font-size: 60px;
  line-height: 50px;
  font-weight: 800;
  color: #666666;
  font-family: "Rubik", Helvetica, Arial, Verdana, sans-serif;
}
.titular1corp {
  font-size: 60px;
  line-height: 50px;
  font-weight: 800;
  color: #3f83b6;
  font-family: "Rubik", Helvetica, Arial, Verdana, sans-serif;
}
.titular1blanco {
  font-size: 60px;
  line-height: 50px;
  font-weight: 800;
  color: #ffffff;
  font-family: "Rubik", Helvetica, Arial, Verdana, sans-serif;
}
.titular2 {
  font-size: 30px;
  line-height: 30px;
  font-weight: 800;
  color: #666666;
  font-family: "Rubik", Helvetica, Arial, Verdana, sans-serif;
}
.titular2corp {
  font-size: 30px;
  line-height: 30px;
  font-weight: 800;
  color: #3f83b6;
  font-family: "Rubik", Helvetica, Arial, Verdana, sans-serif;
}
.titular2blanco {
  font-size: 30px;
  line-height: 30px;
  font-weight: 800;
  color: #ffffff;
  font-family: "Rubik", Helvetica, Arial, Verdana, sans-serif;
}
.titular3 {
  font-size: 20px;
  line-height: 20px;
  font-weight: 800;
  color: #666666;
  font-family: "Rubik", Helvetica, Arial, Verdana, sans-serif;
}
.titular3corp {
  font-size: 20px;
  line-height: 20px;
  font-weight: 800;
  color: #3f83b6;
  font-family: "Rubik", Helvetica, Arial, Verdana, sans-serif;
}
.titular3corp2 {
  font-size: 20px;
  line-height: 20px;
  font-weight: 800;
  color: #3f83b6;
  font-family: "Rubik", Helvetica, Arial, Verdana, sans-serif;
}
.titular3blanco {
  font-size: 20px;
  line-height: 20px;
  font-weight: 800;
  color: #ffffff;
  font-family: "Rubik", Helvetica, Arial, Verdana, sans-serif;
}
.titular4 {
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  color: #ffffff;
  font-family: "Rubik", Helvetica, Arial, Verdana, sans-serif;
}
.tipo-precio {
  font-size: 28px;
  line-height: 36px;
  font-weight: 700;
  color: #3f83b6;
  font-family: "Rubik", Helvetica, Arial, Verdana, sans-serif;
}
.tipo-precio-ant {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  color: #999999;
  font-family: "Rubik", Helvetica, Arial, Verdana, sans-serif;
}
.parrafo1 {
  font-size: 14px;
  line-height: 22px;
  font-weight: 300;
  color: #333333;
  font-family: "Poppins", Helvetica, Arial, Verdana, sans-serif;
}
.parrafo2 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  color: #333333;
  font-family: "Poppins", Helvetica, Arial, Verdana, sans-serif;
}
.parrafo2corp {
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  color: #3f83b6;
  font-family: "Poppins", Helvetica, Arial, Verdana, sans-serif;
}
.parrafo2blanco {
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  color: #ffffff;
  font-family: "Poppins", Helvetica, Arial, Verdana, sans-serif;
}
.parrafo3 {
  font-size: 18px;
  line-height: 26px;
  font-weight: 300;
  color: #333333;
  font-family: "Poppins", Helvetica, Arial, Verdana, sans-serif;
}
.parrafo3blanco {
  font-size: 18px;
  line-height: 26px;
  font-weight: 300;
  color: #ffffff;
  font-family: "Poppins", Helvetica, Arial, Verdana, sans-serif;
}
.parrafo3corp {
  font-size: 18px;
  line-height: 26px;
  font-weight: 300;
  color: #3f83b6;
  font-family: "Poppins", Helvetica, Arial, Verdana, sans-serif;
}
#content p {
  margin-bottom: 22px;
}
.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.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.boton-mediano {
  padding: 18px 36px 18px 36px !important;
  background-color: #3f83b6 !important;
  font-size: 14px !important;
  line-height: 14px !important;
  font-family: "Rubik", Helvetica, Arial, Verdana, sans-serif;
  font-weight: 500;
  color: #ffffff;
  border-radius: 5px;
  text-transform: uppercase;
  text-decoration: 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: #9cedea !important;
  text-decoration: none;
  color: #333333;
}
.boton-mediano:hover {
  background-color: #9cedea !important;
  text-decoration: none;
  color: #333333;
}
/** 
  * ESTILOS GENERALES
  */
.ocultar {
  display: none !important;
}
.wpb_text_column h1,
.wpb_text_column h2,
.wpb_text_column h3,
.wpb_text_column h4,
.wpb_text_column h5,
.wpb_text_column h6 {
  margin-top: 10px;
  margin-bottom: 30px;
  color: #3f83b6;
}
.wpb_text_column p {
  margin-bottom: 22px;
}
.wpb_text_column a {
  text-decoration: none !important;
}
.wpb_text_column a:hover {
  text-decoration: underline !important;
}
.wpb_text_column strong {
  color: #333333;
}
#wp-admin-bar-revslider {
  display: none !important;
}
.tax-product_cat #wp-admin-bar-edit {
  display: none !important;
}
.banner-main-top {
  margin-top: 40px;
  padding-left: 15px;
  padding-right: 15px;
}
.banner-main-top rs-module-wrap {
  border-radius: 6px;
  overflow: hidden !important;
}
/*---Listas---*/
#content .wpb_text_column ul,
#content .wpb_raw_html ul {
  list-style: none;
  padding: 0;
  margin-left: 0px;
  margin-bottom: 25px !important;
}
#content .wpb_text_column ul li,
#content .wpb_raw_html ul li {
  margin-left: 27px;
  margin-bottom: 4px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  color: #333333;
  font-family: "Poppins", Helvetica, Arial, Verdana, sans-serif;
  color: #666666;
}
#content .wpb_text_column ul li ul,
#content .wpb_raw_html ul li ul {
  margin-top: 12px;
  margin-bottom: 10px !important;
}
#content .wpb_text_column ul li ul li,
#content .wpb_raw_html ul li ul li {
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  color: #333333;
  font-family: "Poppins", Helvetica, Arial, Verdana, sans-serif;
  color: #666666;
  margin-bottom: 14px;
}
#content .wpb_text_column ul li ul li:before,
#content .wpb_raw_html ul li ul li:before {
  width: 1.2em;
  color: #9cedea;
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 16px;
}
#content .wpb_text_column ul li:before,
#content .wpb_raw_html ul li:before {
  display: inline-block;
  width: 1.2em;
  font-size: 16px;
  margin-left: -20px;
  color: #3f83b6;
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
/** 
  * HEADER
  */
.main-nav .sub-nav .menu-item a .menu-item-text .menu-text {
  margin-left: 20px;
}
.main-nav .sub-nav .menu-item a .menu-item-text .menu-text:before {
  display: inline-block;
  width: 1.5em;
  font-size: 14px;
  margin-left: -22px;
  color: #3f83b6;
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.main-nav .sub-nav .menu-item a:hover .menu-item-text .menu-text {
  text-decoration: underline;
}
.top-bar .mini-widgets .text-area {
  opacity: 1;
}
.top-bar .mini-widgets .text-area a {
  opacity: 1;
  text-decoration: none !important;
}
.top-bar .mini-widgets .text-area a i {
  color: #3f83b6;
}
.top-bar .mini-widgets .text-area a:hover {
  color: #3f83b6;
  opacity: 1;
  text-decoration: none !important;
}
.top-bar .mini-widgets .text-area a:hover i {
  color: #3f83b6;
}
.top-bar .mini-widgets .wc-shopping-cart .shopping-cart-wrap .shopping-cart-bottom .buttons a {
  width: 100%;
  -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
  */
#footer .widget .widget-title {
  font-size: 20px;
  line-height: 20px;
  font-weight: 800;
  color: #ffffff;
  font-family: "Rubik", Helvetica, Arial, Verdana, sans-serif;
  margin-bottom: 22px;
  text-transform: uppercase;
}
#footer .widget ul {
  background: none;
}
#footer .widget ul li:after,
#footer .widget ul li:after {
  display: none;
}
#footer .widget ul {
  list-style-type: none;
  padding-left: 25px;
}
#footer .widget ul li:before {
  display: inline-block;
  width: 1.4em;
  color: #9cedea;
  margin-left: -20px;
  font-size: 14px;
  vertical-align: top;
  padding-top: 1px;
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-top: -1px;
}
#footer .widget ul li {
  margin-top: 0px;
  border: none;
  padding-top: 0px;
  margin-bottom: 6px;
  color: #ffffff;
}
#footer .widget ul li a {
  display: inline-block;
  line-height: 20px;
  background: none;
  padding-left: 0px;
  -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;
  color: #ffffff;
  text-decoration: none;
}
#footer .widget ul li a:before {
  background: none;
  display: none;
}
#footer .widget ul li a:hover {
  color: #9cedea !important;
  text-decoration: underline !important;
}
#footer .widget ul li a:active {
  color: #9cedea !important;
  text-decoration: underline !important;
}
#footer .widget ul li.current-menu-item a {
  color: #9cedea !important;
  text-decoration: underline !important;
}
#footer .widget_presscore-custom-menu-two ul li a {
  padding-bottom: 0px;
}
#footer .widget_presscore-custom-menu-two ul li a spam {
  -webkit-transition: all 0.3s ease-in-out !important;
  -moz-transition: all 0.3s ease-in-out !important;
  -ms-transition: all 0.3s ease-in-out !important;
  -o-transition: all 0.3s ease-in-out !important;
  transition: all 0.3s ease-in-out !important;
}
#footer .widget_presscore-custom-menu-two ul li a:hover span {
  text-decoration: underline !important;
}
#footer #block-4 ul {
  padding-left: 30px;
}
#footer #block-4 ul li:before {
  width: 1.8em;
  content: "\f095";
  margin-left: -26px;
}
#footer #block-4 ul li.tel:before {
  content: "\f095";
}
#footer #block-4 ul li.mail:before {
  content: "\f0e0";
}
#footer #block-4 ul li.horario:before {
  content: "\f017";
}
#footer #block-5 a i {
  -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-size: 36px;
  margin-right: 14px;
}
#footer #block-5 a:hover i {
  color: #9cedea;
}
.cont-logos-footer {
  text-align: center;
  background-color: #f3f3f3;
  padding-top: 22px;
  padding-bottom: 18px;
}
.cont-logos-footer img {
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 10px;
  margin-bottom: 10px;
  max-height: 34px;
  width: auto;
}
/** 
  * HOME
  */
.home #main {
  background: #e5edf2;
  background: linear-gradient(180deg, #e5edf2 0%, #93b4c9 100%);
  background-size: 100% 408px;
  background-repeat: no-repeat;
}
.fila-modulos-home {
  min-height: 300px;
  margin-bottom: 25px;
  margin-left: -15px !important;
  margin-right: -15px !important;
  margin-bottom: 45px;
}
.fila-modulos-home .col-modulo {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  overflow: hidden;
  padding-left: 15px !important;
  padding-right: 15px !important;
  margin-bottom: 45px;
}
.fila-modulos-home .col-modulo .vc_column-inner {
  padding-left: 0px;
  padding-right: 0px;
}
.fila-modulos-home .col-modulo .modulo-home {
  min-height: 340px;
  margin-bottom: 0px;
  background-position: center center !important;
  position: relative;
  background-size: cover;
  overflow: hidden;
}
.fila-modulos-home .col-modulo .modulo-home .cont-btn {
  background: #3f83b6;
  background: -moz-linear-gradient(180deg, #3f83b6 11%, rgba(63, 131, 182, 0.24413515) 100%);
  background: -webkit-linear-gradient(180deg, #3f83b6 11%, rgba(63, 131, 182, 0.24413515) 100%);
  background: linear-gradient(180deg, #3f83b6 11%, rgba(63, 131, 182, 0.24413515) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3f83b6", endColorstr="#3f83b6", GradientType=1);
  position: absolute;
  min-height: 70px;
  bottom: 0px;
  width: 100%;
}
.fila-modulos-home .col-modulo .modulo-home .cont-btn .boton-banner {
  display: block;
  text-decoration: none !important;
  min-height: 70px;
  padding: 30px 25px 15px 25px;
  -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-modulos-home .col-modulo .modulo-home .cont-btn .boton-banner h2 {
  font-size: 30px;
  line-height: 30px;
  font-weight: 800;
  color: #ffffff;
  font-family: "Rubik", Helvetica, Arial, Verdana, sans-serif;
  margin-bottom: 0px;
}
.fila-modulos-home .col-modulo .modulo-home .cont-btn .boton-banner p {
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  color: #ffffff;
  font-family: "Rubik", Helvetica, Arial, Verdana, sans-serif;
  text-transform: uppercase;
}
.fila-modulos-home .col-modulo .modulo-home .cont-btn .boton-banner:hover {
  background-color: rgba(63, 131, 182, 0.8);
}
.fila-productos {
  padding-bottom: 110px;
}
.fila-productos .titulo-tipo-1 {
  padding-bottom: 20px;
}
.fila-productos .titulo-tipo-1 h3 {
  text-align: center;
  font-size: 30px;
  line-height: 30px;
  font-weight: 800;
  color: #3f83b6;
  font-family: "Rubik", Helvetica, Arial, Verdana, sans-serif;
}
.fila-productos .dt-owl-item .product {
  background-color: #ffffff;
}
.fila-productos .dt-owl-item .product .onsale {
  font-weight: 700 !important;
  min-height: 53px !important;
  display: block !important;
  line-height: 53px !important;
  font-family: "Rubik", Helvetica, Arial, Verdana, sans-serif !important;
  background-color: #3f83b6 !important;
  color: #ffffff !important;
  text-transform: uppercase;
}
.fila-productos .dt-owl-item .product .woocom-project .woo-buttons-on-img {
  padding: 12px;
}
.fila-productos .dt-owl-item .product .woocom-project .woocom-list-content .entry-title a {
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  color: #333333;
  font-family: "Poppins", Helvetica, Arial, Verdana, sans-serif;
}
.fila-productos .dt-owl-item .product .woocom-project .woocom-list-content .price {
  margin-top: 8px;
  margin-bottom: 8px;
}
.fila-productos .dt-owl-item .product .woocom-project .woocom-list-content .price .woocommerce-Price-amount.amount bdi {
  font-size: 16px;
  line-height: 24px;
  color: #666666;
  font-family: "Poppins", Helvetica, Arial, Verdana, sans-serif;
}
.fila-productos .dt-owl-item .product .woocom-project .woocom-list-content .price .woocommerce-Price-amount.amount bdi .woocommerce-Price-currencySymbol {
  font-size: 16px;
  line-height: 24px;
  color: #666666;
  font-family: "Poppins", Helvetica, Arial, Verdana, sans-serif;
}
.fila-productos .dt-owl-item .product .woocom-project .woocom-list-content .price ins .woocommerce-Price-amount.amount bdi {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  color: #3f83b6;
  font-family: "Poppins", Helvetica, Arial, Verdana, sans-serif;
}
.fila-productos .dt-owl-item .product .woocom-project .woocom-list-content .price ins .woocommerce-Price-amount.amount bdi .woocommerce-Price-currencySymbol {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  color: #3f83b6;
  font-family: "Poppins", Helvetica, Arial, Verdana, sans-serif;
}
.fila-productos .dt-owl-item .product .woocom-project .woocom-list-content .woo-buttons {
  display: flex;
  padding: 15px;
}
.fila-productos .dt-owl-item .product .woocom-project .woocom-list-content .woo-buttons 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;
  width: 100%;
}
.home .fila-tipo-2.vc_row {
  margin-top: 0px;
  min-height: 700px;
  background-position: center center !important;
}
.home .fila-tipo-2.vc_row .wpb_single_image {
  margin-top: 35px;
  margin-bottom: 35px;
}
.home .fila-tipo-2.vc_row .wpb_single_image img {
  width: 480px;
  height: auto;
  max-width: 100%;
}
.fila-actualidad .titulo-tipo-1 {
  margin-bottom: 45px;
}
.fila-actualidad .titulo-tipo-1 h3 {
  text-align: center;
  font-size: 30px;
  line-height: 30px;
  font-weight: 800;
  color: #3f83b6;
  font-family: "Rubik", Helvetica, Arial, Verdana, sans-serif;
}
.fila-actualidad .vc_grid-container-wrapper .vc_grid .vc_grid-item {
  margin-bottom: 45px;
}
.fila-actualidad .vc_grid-container-wrapper .vc_grid .vc_grid-item .vc_grid-item-mini .vc_gitem-zone.vc_gitem-zone-c .vc_gitem-post-data-source-post_title h4 {
  font-size: 18px;
  line-height: 26px;
  font-weight: 300;
  color: #3f83b6;
  font-family: "Poppins", Helvetica, Arial, Verdana, sans-serif;
  font-weight: 700;
  text-transform: unset;
}
.fila-actualidad .vc_grid-container-wrapper .vc_grid .vc_grid-item .vc_grid-item-mini .vc_gitem-zone.vc_gitem-zone-c .vc_gitem-post-data-source-post_excerpt {
  max-height: 56px;
  overflow: hidden;
  margin-bottom: 30px;
}
.fila-actualidad .vc_grid-container-wrapper .vc_grid .vc_grid-item .vc_grid-item-mini .vc_gitem-zone.vc_gitem-zone-c .vc_gitem-post-data-source-post_excerpt p:first-child {
  display: none;
}
.fila-actualidad .vc_grid-container-wrapper .vc_grid .vc_grid-item .vc_grid-item-mini .vc_gitem-zone.vc_gitem-zone-c .vc_btn3-container a {
  padding: 18px 36px 18px 36px !important;
  background-color: #3f83b6 !important;
  font-size: 14px !important;
  line-height: 14px !important;
  font-family: "Rubik", Helvetica, Arial, Verdana, sans-serif;
  font-weight: 500;
  color: #ffffff;
  border-radius: 5px;
  text-transform: uppercase;
  text-decoration: 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;
}
.fila-actualidad .vc_grid-container-wrapper .vc_grid .vc_grid-item .vc_grid-item-mini .vc_gitem-zone.vc_gitem-zone-c .vc_btn3-container a:hover {
  background-color: #9cedea !important;
  text-decoration: none;
  color: #333333;
}
.banner-home.vc_row {
  background-position: center center !important;
  min-height: 270px;
  background-size: cover;
  margin-left: 0px;
  margin-right: 0px;
}
.banner-home.vc_row .vc_column-inner {
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 60px;
  padding-right: 45px;
}
.banner-home.vc_row .vc_column-inner .wpb_text_column {
  margin-bottom: 20px;
}
.banner-home.vc_row .vc_column-inner .wpb_text_column h3 {
  font-size: 20px;
  line-height: 20px;
  font-weight: 800;
  color: #ffffff;
  font-family: "Rubik", Helvetica, Arial, Verdana, sans-serif;
  margin-bottom: 6px;
  margin-top: 0px;
}
.banner-home.vc_row .vc_column-inner .wpb_text_column p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  color: #ffffff;
  font-family: "Poppins", Helvetica, Arial, Verdana, sans-serif;
}
/** 
  * SOBRE NOSOTROS
  */
.sobre-nosotros.vc_row {
  margin-top: 0px;
  min-height: 740px;
  background-position: left center !important;
}
.sobre-nosotros.vc_row .wpb_single_image {
  margin-top: 35px;
  margin-bottom: 35px;
}
.sobre-nosotros.vc_row .wpb_single_image img {
  width: 480px;
  height: auto;
  max-width: 100%;
}
/** 
  * CONTACTA
  */
.contacta .wpb_text_column.titulo-contacto {
  margin-bottom: 40px;
}
.contacta .wpb_text_column.titulo-contacto h2 {
  font-size: 30px;
  line-height: 30px;
  font-weight: 800;
  color: #3f83b6;
  font-family: "Rubik", Helvetica, Arial, Verdana, sans-serif;
}
.iconos-contacto li a {
  text-decoration: none;
  color: #666666;
  -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;
}
.iconos-contacto li a:hover {
  text-decoration: underline;
  color: #3f83b6;
}
.iconos-contacto li:before {
  font-size: 16px !important;
  width: 24px;
  color: #3f83b6 !important;
  font-family: "Font Awesome 5 Free" !important;
  font-weight: 900;
  text-align: center;
  margin-right: 8px;
}
.iconos-contacto .tel1:before {
  content: '\f095' !important;
}
.iconos-contacto .tel2:before {
  content: '\f3cd' !important;
}
.iconos-contacto .wu:before {
  content: '\f232' !important;
  font-family: "Font Awesome 5 Brands" !important;
  font-size: 17px !important;
}
.iconos-contacto .mail:before {
  content: '\f0e0' !important;
}
.iconos-contacto .horario:before {
  content: '\f017' !important;
}
.wpcf7 {
  margin-bottom: 45px !important;
}
.wpcf7 .block-form br {
  display: none !important;
}
.wpcf7 .wpcf7-form-control.wpcf7-submit {
  padding: 18px 36px 18px 36px !important;
  background-color: #3f83b6 !important;
  font-size: 14px !important;
  line-height: 14px !important;
  font-family: "Rubik", Helvetica, Arial, Verdana, sans-serif;
  font-weight: 500;
  color: #ffffff;
  border-radius: 5px;
  text-transform: uppercase;
  text-decoration: 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;
}
.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 {
  padding: 18px 36px 18px 36px !important;
  background-color: #3f83b6 !important;
  font-size: 14px !important;
  line-height: 14px !important;
  font-family: "Rubik", Helvetica, Arial, Verdana, sans-serif;
  font-weight: 500;
  color: #ffffff;
  border-radius: 5px;
  text-transform: uppercase;
  text-decoration: 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;
  margin-bottom: 30px;
}
.wpcf7 .wpcf7-submit:hover {
  background-color: #9cedea !important;
  text-decoration: none;
  color: #333333 !important;
}
.wpcf7 .elto-form .title {
  display: none;
}
.wpcf7 input,
.wpcf7 select {
  max-width: 380px;
}
.wpcf7 textarea {
  max-width: 530px;
}
.wpcf7 span.title,
.wpcf7 span.wpcf7-form-control-wrap.detalle-contacto {
  display: block;
}
.wpcf7 .campo input {
  min-height: 50px;
}
.wpcf7 .acepta-politica span {
  display: flex;
}
.wpcf7 .acepta-comunicaciones span {
  display: flex;
}
.wpcf7 .acepta-politica span {
  display: inline-block !important;
}
.wpcf7 .acepta-comunicaciones span {
  display: inline-block !important;
}
.wpcf7 .aceptar {
  margin-right: 10px;
}
/** 
  * WOOCOMMERCE
  */
/*----Ficha producto----*/
.single-product .page-title .wf-wrap > .page-title-head.hgroup .entry-title {
  display: none;
}
.single-product div.product div.summary > .price:after {
  display: none;
}
.single-product .product.product-type-variable .summary.entry-summary {
  display: flex;
  flex-flow: wrap;
}
.single-product .product.product-type-variable .summary.entry-summary .product_title.entry-title {
  order: 1 !important;
  width: 100%;
  font-size: 30px;
  line-height: 30px;
  font-weight: 800;
  color: #3f83b6;
  font-family: "Rubik", Helvetica, Arial, Verdana, sans-serif;
  margin-bottom: 20px;
}
.single-product .product.product-type-variable .summary.entry-summary .bloque1 {
  order: 4 !important;
  width: auto;
  padding: 2px;
  border-radius: 3px;
  border: 2px solid #3f83b6;
  margin-bottom: 35px;
}
.single-product .product.product-type-variable .summary.entry-summary .bloque1 p {
  margin-bottom: 0px !important;
  padding: 18px 26px;
  background: #7facce;
  background: -moz-linear-gradient(180deg, #7facce 0%, #3f83b6 100%);
  background: -webkit-linear-gradient(180deg, #7facce 0%, #3f83b6 100%);
  background: linear-gradient(180deg, #7facce 0%, #3f83b6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#7facce", endColorstr="#3f83b6", GradientType=1);
  color: #ffffff;
  font-weight: 600;
  line-height: 16px;
  font-size: 16px;
  text-align: center;
  border-radius: 3px;
  overflow: hidden;
}
.single-product .product.product-type-variable .summary.entry-summary .bloque1 p strong {
  color: #ffffff;
  font-weight: 600;
}
.single-product .product.product-type-variable .summary.entry-summary .price {
  order: 2 !important;
  width: 100%;
  padding-bottom: 10px;
}
.single-product .product.product-type-variable .summary.entry-summary .price .woocommerce-Price-amount bdi {
  font-size: 28px;
  line-height: 36px;
  font-weight: 700;
  color: #3f83b6;
  font-family: "Rubik", Helvetica, Arial, Verdana, sans-serif;
}
.single-product .product.product-type-variable .summary.entry-summary .price .woocommerce-Price-amount bdi .woocommerce-Price-currencySymbol {
  font-size: 28px;
  line-height: 36px;
  font-weight: 700;
  color: #3f83b6;
  font-family: "Rubik", Helvetica, Arial, Verdana, sans-serif;
}
.single-product .product.product-type-variable .summary.entry-summary .price ins {
  font-size: 16px;
  font-weight: 500;
}
.single-product .product.product-type-variable .summary.entry-summary .price ins .woocommerce-Price-amount bdi {
  font-size: 28px;
  line-height: 36px;
  font-weight: 700;
  color: #3f83b6;
  font-family: "Rubik", Helvetica, Arial, Verdana, sans-serif;
}
.single-product .product.product-type-variable .summary.entry-summary .price del .woocommerce-Price-amount bdi {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  color: #999999;
  font-family: "Rubik", Helvetica, Arial, Verdana, sans-serif;
  margin-right: 5px;
}
.single-product .product.product-type-variable .summary.entry-summary .price del .woocommerce-Price-amount bdi .woocommerce-Price-currencySymbol {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  color: #999999;
  font-family: "Rubik", Helvetica, Arial, Verdana, sans-serif;
}
.single-product .product.product-type-variable .summary.entry-summary .woocommerce-product-details__short-description {
  order: 3 !important;
  width: 100%;
}
.single-product .product.product-type-variable .summary.entry-summary .woocommerce-product-details__short-description ul {
  list-style: none;
  padding: 0;
  margin-left: 0px;
  margin-bottom: 5px !important;
}
.single-product .product.product-type-variable .summary.entry-summary .woocommerce-product-details__short-description ul li {
  margin-left: 27px;
  margin-bottom: 4px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  color: #333333;
  font-family: "Poppins", Helvetica, Arial, Verdana, sans-serif;
  color: #666666;
}
.single-product .product.product-type-variable .summary.entry-summary .woocommerce-product-details__short-description ul li ul {
  margin-top: 12px;
  margin-bottom: 10px !important;
}
.single-product .product.product-type-variable .summary.entry-summary .woocommerce-product-details__short-description ul li ul li {
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  color: #333333;
  font-family: "Poppins", Helvetica, Arial, Verdana, sans-serif;
  color: #666666;
  margin-bottom: 14px;
}
.single-product .product.product-type-variable .summary.entry-summary .woocommerce-product-details__short-description ul li ul li:before {
  width: 1.2em;
  color: #9cedea;
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 16px;
}
.single-product .product.product-type-variable .summary.entry-summary .woocommerce-product-details__short-description ul li:before {
  display: inline-block;
  width: 1.2em;
  font-size: 16px;
  margin-left: -20px;
  color: #3f83b6;
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.single-product .product.product-type-variable .summary.entry-summary .variations_form.cart {
  order: 5 !important;
  width: 100%;
}
.single-product .product.product-type-variable .summary.entry-summary .variations_form.cart .variations .label label {
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  color: #333333;
  font-family: "Poppins", Helvetica, Arial, Verdana, sans-serif;
  text-transform: none;
}
.single-product .product.product-type-variable .summary.entry-summary .variations_form.cart .variations select {
  margin-bottom: 0px !important;
}
.single-product .product.product-type-variable .summary.entry-summary .variations_form.cart .single_add_to_cart_button {
  -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-product .product.product-type-variable .summary.entry-summary .product_meta {
  order: 6 !important;
  width: 100%;
}
.single-product .product.product-type-variable .summary.entry-summary .product_meta .posted_in,
.single-product .product.product-type-variable .summary.entry-summary .product_meta .sku_wrapper,
.single-product .product.product-type-variable .summary.entry-summary .product_meta .tagged_as,
.single-product .product.product-type-variable .summary.entry-summary .product_meta .yith-wcbr-brands {
  display: none;
}
.single-product .product.product-type-variable .summary.entry-summary .single-share-box {
  order: 7 !important;
  width: 100%;
  margin-top: 5px;
}
.single-product .product.product-type-variable .summary.entry-summary .single-share-box .share-link-description {
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  color: #333333;
  font-family: "Poppins", Helvetica, Arial, Verdana, sans-serif;
}
.single-product .product.product-type-simple .summary.entry-summary .product_title.entry-title {
  font-size: 30px;
  line-height: 30px;
  font-weight: 800;
  color: #3f83b6;
  font-family: "Rubik", Helvetica, Arial, Verdana, sans-serif;
  margin-bottom: 20px;
}
.single-product .product.product-type-simple .summary.entry-summary .price {
  padding-bottom: 10px;
}
.single-product .product.product-type-simple .summary.entry-summary .price .woocommerce-Price-amount bdi {
  font-size: 28px;
  line-height: 36px;
  font-weight: 700;
  color: #3f83b6;
  font-family: "Rubik", Helvetica, Arial, Verdana, sans-serif;
}
.single-product .product.product-type-simple .summary.entry-summary .price .woocommerce-Price-amount bdi .woocommerce-Price-currencySymbol {
  font-size: 28px;
  line-height: 36px;
  font-weight: 700;
  color: #3f83b6;
  font-family: "Rubik", Helvetica, Arial, Verdana, sans-serif;
}
.single-product .product.product-type-simple .summary.entry-summary .price ins {
  font-size: 16px;
  font-weight: 500;
}
.single-product .product.product-type-simple .summary.entry-summary .price ins .woocommerce-Price-amount bdi {
  font-size: 28px;
  line-height: 36px;
  font-weight: 700;
  color: #3f83b6;
  font-family: "Rubik", Helvetica, Arial, Verdana, sans-serif;
}
.single-product .product.product-type-simple .summary.entry-summary .price del .woocommerce-Price-amount bdi {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  color: #999999;
  font-family: "Rubik", Helvetica, Arial, Verdana, sans-serif;
  margin-right: 5px;
}
.single-product .product.product-type-simple .summary.entry-summary .price del .woocommerce-Price-amount bdi .woocommerce-Price-currencySymbol {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  color: #999999;
  font-family: "Rubik", Helvetica, Arial, Verdana, sans-serif;
}
.single-product .product.product-type-simple .summary.entry-summary .woocommerce-product-details__short-description ul {
  list-style: none;
  padding: 0;
  margin-left: 0px;
  margin-bottom: 5px !important;
}
.single-product .product.product-type-simple .summary.entry-summary .woocommerce-product-details__short-description ul li {
  margin-left: 27px;
  margin-bottom: 4px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  color: #333333;
  font-family: "Poppins", Helvetica, Arial, Verdana, sans-serif;
  color: #666666;
}
.single-product .product.product-type-simple .summary.entry-summary .woocommerce-product-details__short-description ul li ul {
  margin-top: 12px;
  margin-bottom: 10px !important;
}
.single-product .product.product-type-simple .summary.entry-summary .woocommerce-product-details__short-description ul li ul li {
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  color: #333333;
  font-family: "Poppins", Helvetica, Arial, Verdana, sans-serif;
  color: #666666;
  margin-bottom: 14px;
}
.single-product .product.product-type-simple .summary.entry-summary .woocommerce-product-details__short-description ul li ul li:before {
  width: 1.2em;
  color: #9cedea;
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 16px;
}
.single-product .product.product-type-simple .summary.entry-summary .woocommerce-product-details__short-description ul li:before {
  display: inline-block;
  width: 1.2em;
  font-size: 16px;
  margin-left: -20px;
  color: #3f83b6;
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.single-product .product.product-type-simple .summary.entry-summary .cart .variations .label label {
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  color: #333333;
  font-family: "Poppins", Helvetica, Arial, Verdana, sans-serif;
  text-transform: none;
}
.single-product .product.product-type-simple .summary.entry-summary .cart .variations select {
  margin-bottom: 0px !important;
}
.single-product .product.product-type-simple .summary.entry-summary .cart .single_add_to_cart_button {
  -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-product .product.product-type-simple .summary.entry-summary .product_meta .posted_in,
.single-product .product.product-type-simple .summary.entry-summary .product_meta .sku_wrapper,
.single-product .product.product-type-simple .summary.entry-summary .product_meta .tagged_as,
.single-product .product.product-type-simple .summary.entry-summary .product_meta .yith-wcbr-brands {
  display: none;
}
.single-product .product.product-type-simple .summary.entry-summary .single-share-box {
  margin-top: 5px;
}
.single-product .product.product-type-simple .summary.entry-summary .single-share-box .share-link-description {
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  color: #333333;
  font-family: "Poppins", Helvetica, Arial, Verdana, sans-serif;
}
.single-product .product .onsale {
  min-height: 86px;
  display: block;
  line-height: 86px;
  font-size: 20px;
  text-transform: uppercase;
  background-color: #3f83b6;
  color: #ffffff;
  padding: 7px 13px;
  font-weight: 700;
}
.single-product .related-product .woo-buttons a,
.single-product .upsells .woo-buttons 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;
}
.single-product .related-product .onsale,
.single-product .upsells .onsale {
  min-height: 18px;
  display: block;
  line-height: 18px;
  font-size: 20px;
  padding: 7px;
}
.single-product .woocommerce-tabs .tabs.wc-tabs li a {
  font-size: 20px;
  line-height: 20px;
  color: #3f83b6;
  font-family: "Rubik", Helvetica, Arial, Verdana, sans-serif;
  text-transform: uppercase;
  font-weight: 800;
}
.single-product .woocommerce-tabs .woocommerce-Tabs-panel--description h1,
.single-product .woocommerce-tabs .woocommerce-Tabs-panel--description h2,
.single-product .woocommerce-tabs .woocommerce-Tabs-panel--description h3,
.single-product .woocommerce-tabs .woocommerce-Tabs-panel--description h4,
.single-product .woocommerce-tabs .woocommerce-Tabs-panel--description h5,
.single-product .woocommerce-tabs .woocommerce-Tabs-panel--description h6 {
  font-weight: 800;
  color: #3f83b6;
  font-family: "Rubik", Helvetica, Arial, Verdana, sans-serif;
}
.single-product .woocommerce-tabs .woocommerce-Tabs-panel--description h1,
.single-product .woocommerce-tabs .woocommerce-Tabs-panel--description h2,
.single-product .woocommerce-tabs .woocommerce-Tabs-panel--description h3 {
  margin-bottom: 25px;
  margin-top: 10px;
}
.single-product .woocommerce-tabs .woocommerce-Tabs-panel--description h4,
.single-product .woocommerce-tabs .woocommerce-Tabs-panel--description h5,
.single-product .woocommerce-tabs .woocommerce-Tabs-panel--description h6 {
  margin-bottom: 20px;
  margin-top: 6px;
}
.single-product .woocommerce-tabs .woocommerce-Tabs-panel--description h1 {
  font-size: 30px;
  line-height: 30px;
}
.single-product .woocommerce-tabs .woocommerce-Tabs-panel--description h2 {
  font-size: 28px;
  line-height: 28px;
}
.single-product .woocommerce-tabs .woocommerce-Tabs-panel--description h3 {
  font-size: 26px;
  line-height: 26px;
}
.single-product .woocommerce-tabs .woocommerce-Tabs-panel--description h4 {
  font-size: 24px;
  line-height: 24px;
}
.single-product .woocommerce-tabs .woocommerce-Tabs-panel--description h5 {
  font-size: 22px;
  line-height: 22px;
}
.single-product .woocommerce-tabs .woocommerce-Tabs-panel--description h6 {
  font-size: 20px;
  line-height: 20px;
}
.single-product .woocommerce-tabs .woocommerce-Tabs-panel--description pre {
  margin-top: 20px;
  margin-bottom: 20px;
}
.single-product .woocommerce-tabs .woocommerce-Tabs-panel--description ul {
  list-style: none;
  padding: 0;
  margin-left: 0px;
  margin-bottom: 25px !important;
}
.single-product .woocommerce-tabs .woocommerce-Tabs-panel--description ul li {
  margin-left: 27px;
  margin-bottom: 4px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  color: #333333;
  font-family: "Poppins", Helvetica, Arial, Verdana, sans-serif;
  color: #666666;
}
.single-product .woocommerce-tabs .woocommerce-Tabs-panel--description ul li ul {
  margin-top: 10px;
  margin-bottom: 12px !important;
}
.single-product .woocommerce-tabs .woocommerce-Tabs-panel--description ul li ul li {
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  color: #333333;
  font-family: "Poppins", Helvetica, Arial, Verdana, sans-serif;
  color: #666666;
  margin-bottom: 8px;
}
.single-product .woocommerce-tabs .woocommerce-Tabs-panel--description ul li ul li:before {
  width: 1.2em;
  color: #3f83b6;
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 16px;
}
.single-product .woocommerce-tabs .woocommerce-Tabs-panel--description ul li:before {
  display: inline-block;
  width: 1.2em;
  font-size: 16px;
  margin-left: -20px;
  color: #3f83b6;
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.single-product .woocommerce-tabs .woocommerce-Tabs-panel--description ol {
  margin-bottom: 25px;
}
.single-product .woocommerce-tabs .woocommerce-Tabs-panel--description ol li {
  margin-bottom: 4px;
}
.single-product .woocommerce-tabs .woocommerce-Tabs-panel--description ol li ol {
  margin-top: 10px;
  margin-bottom: 12px;
}
.single-product .woocommerce-tabs .woocommerce-Tabs-panel--description ol li ol li {
  margin-bottom: 8px;
}
.single-product .woocommerce-tabs .woocommerce-Tabs-panel--description blockquote {
  margin-top: 20px;
  margin-bottom: 20px;
}
.single-product .woocommerce-tabs .woocommerce-Tabs-panel--description blockquote p {
  text-transform: initial;
  margin-bottom: 10px !important;
}
.single-product .woocommerce-tabs .woocommerce-Tabs-panel--additional_information th p,
.single-product .woocommerce-tabs .woocommerce-Tabs-panel--additional_information td p {
  margin-bottom: 0px !important;
}
/*-----Listado productos------*/
.tax-product_cat #main {
  padding-top: 40px;
}
.tax-product_cat #main .term-description {
  padding: 30px 40px 20px 40px;
  background-color: #f4f8fa;
  margin-bottom: 60px;
}
.tax-product_cat #main .term-description p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  color: #333333;
  font-family: "Poppins", Helvetica, Arial, Verdana, sans-serif;
  text-align: center;
}
.archive.woocommerce-page .wf-cell.iso-item,
.products-shortcode .wf-cell.iso-item {
  padding-bottom: 60px;
}
.archive.woocommerce-page .product .onsale,
.products-shortcode .product .onsale {
  font-weight: 700;
  min-height: 50px;
  display: block;
  line-height: 50px;
  font-family: "Rubik", Helvetica, Arial, Verdana, sans-serif;
  background-color: #3f83b6;
  color: #ffffff;
  text-transform: uppercase;
}
.archive.woocommerce-page .product .woo-buttons a,
.products-shortcode .product .woo-buttons a {
  width: 60%;
  -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;
}
.archive.woocommerce-page .product .entry-title a,
.products-shortcode .product .entry-title a {
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  color: #333333;
  font-family: "Poppins", Helvetica, Arial, Verdana, sans-serif;
  -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;
}
.archive.woocommerce-page .product .price,
.products-shortcode .product .price {
  margin-bottom: 2px;
}
.archive.woocommerce-page .product .price .amount,
.products-shortcode .product .price .amount,
.archive.woocommerce-page .product .price .woocommerce-Price-currencySymbol,
.products-shortcode .product .price .woocommerce-Price-currencySymbol {
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  color: #3f83b6;
  font-family: "Poppins", Helvetica, Arial, Verdana, sans-serif;
  font-weight: 700;
}
.archive.woocommerce-page .product .price del,
.products-shortcode .product .price del {
  margin-right: 4px;
}
.archive.woocommerce-page .product .price del .amount,
.products-shortcode .product .price del .amount,
.archive.woocommerce-page .product .price del .woocommerce-Price-currencySymbol,
.products-shortcode .product .price del .woocommerce-Price-currencySymbol {
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  color: #333333;
  font-family: "Poppins", Helvetica, Arial, Verdana, sans-serif;
  color: #999999 !important;
}
.archive.woocommerce-page .product .price del .amount bdi,
.products-shortcode .product .price del .amount bdi,
.archive.woocommerce-page .product .price del .woocommerce-Price-currencySymbol bdi,
.products-shortcode .product .price del .woocommerce-Price-currencySymbol bdi {
  color: #999999 !important;
}
.sidebar .wp-block-woocommerce-product-search .wc-block-product-search form .wc-block-product-search__fields button {
  padding: 11px 12px;
  background-color: #3f83b6;
  color: #ffffff;
  border-radius: 4px;
  overflow: hidden;
  max-height: 40px;
  border-width: 0px;
  -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;
}
.sidebar .wp-block-woocommerce-product-search .wc-block-product-search form .wc-block-product-search__fields button:hover {
  background-color: #9cedea;
  color: #333333;
}
.sidebar .widget_product_categories ul {
  list-style: none;
  padding: 0;
  margin-left: 0px;
  margin-bottom: 25px !important;
}
.sidebar .widget_product_categories ul li {
  margin-left: 27px;
  margin-bottom: 4px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  color: #333333;
  font-family: "Poppins", Helvetica, Arial, Verdana, sans-serif;
  color: #666666;
  overflow: visible;
}
.sidebar .widget_product_categories ul li ul {
  margin-top: 12px;
  margin-bottom: 10px !important;
}
.sidebar .widget_product_categories ul li ul li {
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  color: #333333;
  font-family: "Poppins", Helvetica, Arial, Verdana, sans-serif;
  color: #666666;
  margin-bottom: 14px;
  overflow: visible;
}
.sidebar .widget_product_categories ul li ul li:before {
  width: 1.2em;
  color: #9cedea;
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 16px;
  vertical-align: top;
}
.sidebar .widget_product_categories ul li:before {
  display: inline-block;
  width: 1.2em;
  font-size: 16px;
  margin-left: -20px;
  color: #3f83b6;
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  vertical-align: top;
}
.sidebar .widget .widget-title,
.sidebar .widget .wc-block-product-search__label {
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  color: #333333;
  font-family: "Poppins", Helvetica, Arial, Verdana, sans-serif;
  font-weight: 700;
  color: #666666 !important;
  text-transform: initial;
}
.sidebar .widget .wc-block-product-search__label {
  margin-bottom: 12px;
  display: block;
}
.sidebar #block-10 .widget-title {
  margin-bottom: 0px;
}
/*-----STEPS-----*/
.checkout-page-title .checkout-name {
  font-size: 18px;
  line-height: 26px;
  font-weight: 300;
  color: #333333;
  font-family: "Poppins", Helvetica, Arial, Verdana, sans-serif;
  text-transform: initial;
}
.checkout-page-title .checkout-step span.checkout-counter {
  font-weight: 400;
  font-family: "Poppins", Helvetica, Arial, Verdana, sans-serif;
  font-size: 26px;
}
/*--------VENTAS CRUZADAS------*/
.cross-sells {
  width: 100% !important;
  margin-top: 35px;
}
.cross-sells h2 {
  font-weight: 300 !important;
}
.cross-sells h2:after {
  display: none;
}
.cross-sells ul.related-product .onsale {
  font-weight: 700;
  display: block;
  padding: 5px 6px;
  font-family: "Rubik", Helvetica, Arial, Verdana, sans-serif;
  background-color: #9cedea;
  border: 2px solid #3f83b6;
  color: #3f83b6;
}
.cross-sells ul.related-product .onsale i {
  color: #3f83b6;
  font-size: 20px;
  line-height: 20px;
}
.related.products ul li {
  margin-bottom: 35px;
}
.woocommerce-cart-wrap .cross-sells .related-product > li {
  width: 33%;
  display: inline-block;
}
/*--------FINALIZAR COMPRA------*/
.woocommerce-checkout .woocommerce .wc-coupon-wrap {
  margin-left: 0px;
  align-items: flex-start;
}
.woocommerce-checkout .woocommerce .wc-coupon-wrap .icomoon-the7-font-the7-tag-05 {
  display: none;
}
.woocommerce-checkout .woocommerce .wc-coupon-wrap .checkout_coupon.woocommerce-form-coupon .form-coupon-wrap {
  padding-left: 0px;
  padding-top: 0px;
  background-color: none;
}
.woocommerce-checkout .woocommerce .wc-coupon-wrap .checkout_coupon.woocommerce-form-coupon .form-coupon-wrap > p {
  display: none;
}
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper p label,
.woocommerce-checkout .woocommerce-additional-fields p label {
  text-transform: inherit !important;
}
.woocommerce-checkout .woocommerce form.woocommerce-checkout .form-row {
  padding-bottom: 5px;
}
.woocommerce-checkout .woocommerce form.woocommerce-checkout .form-row label {
  color: #666666;
}
.woocommerce-checkout .wc-order-review {
  border: 1px solid #666666;
}
.woocommerce-checkout .wc-order-review button {
  -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;
}
.woocommerce-checkout .wc-order-review #order_review_heading {
  font-weight: 700 !important;
}
.woocommerce-checkout #content .wc-login-wrap {
  margin-bottom: 10px;
}
.woocommerce-checkout #content .wc-login-wrap .showlogin-tag {
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  color: #333333;
  font-family: "Poppins", Helvetica, Arial, Verdana, sans-serif;
}
.woocommerce-checkout #content .wc-login-wrap .password-row:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.woocommerce-checkout #content .wc-login-wrap .log-message {
  display: none;
}
.woocommerce-checkout #content .wc-login-wrap form.login button {
  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;
}
.woocommerce-checkout #content .wc-coupon-wrap .showcoupon-tag {
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  color: #333333;
  font-family: "Poppins", Helvetica, Arial, Verdana, sans-serif;
}
.woocommerce-checkout #content .wc-coupon-wrap button {
  -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;
}
.woocommerce-checkout #content .wc-coupon-wrap .form-coupon-wrap {
  background: none;
}
.woocommerce-checkout input[type="submit"]:not([name="update_cart"]):not(.woocommerce-widget-layered-nav-dropdown__submit) {
  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;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table .variation {
  display: flex;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table .variation dt {
  display: none;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table .variation dd {
  margin-right: 12px;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table .variation dd p {
  margin-bottom: 0px !important;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table .shipping_method_0_flat_rate1 {
  font-weight: 400;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table .cart-subtotal .amount {
  font-weight: 400;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table .woocommerce-shipping-totals .woocommerce-shipping-methods label {
  font-weight: 400 !important;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table .order-total .amount {
  font-size: 24px;
  font-weight: 400;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table .order-total .includes_tax .amount {
  font-size: 16px;
  font-weight: 400;
}
.woocommerce-checkout #payment .wc_payment_methods.payment_methods.methods .wc_payment_method label {
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  color: #333333;
  font-family: "Poppins", Helvetica, Arial, Verdana, sans-serif;
  font-weight: 400;
}
.woocommerce-checkout #payment .wc_payment_methods.payment_methods.methods li {
  margin-bottom: 15px;
}
.woocommerce-checkout #payment .wc_payment_methods.payment_methods.methods .payment_method_redsys label {
  display: inline-block;
}
.woocommerce-checkout #payment .wc_payment_methods.payment_methods.methods .payment_method_redsys label:after {
  content: '';
  background-image: url(/wp-content/uploads/2021/08/tarjetas.jpg);
  width: 88px;
  height: 20px;
  display: inline-block;
  background-position: center center;
  background-repeat: no-repeat;
  margin-left: 8px;
  margin-bottom: -4px;
}
.woocommerce-checkout #payment .wc_payment_methods.payment_methods.methods .payment_method_bacs label {
  display: inline-block;
}
.woocommerce-checkout #payment .wc_payment_methods.payment_methods.methods .payment_method_bacs label:after {
  content: '';
  background-image: url(/wp-content/uploads/2021/08/transferencia.jpg);
  width: 26px;
  height: 20px;
  display: inline-block;
  background-position: center center;
  background-repeat: no-repeat;
  margin-left: 8px;
  margin-bottom: -4px;
}
.woocommerce-order-pay #redsys_payment_form .button-alt,
.woocommerce-order-pay #redsys_payment_form .button {
  padding: 18px 36px 18px 36px !important;
  background-color: #3f83b6 !important;
  font-size: 14px !important;
  line-height: 14px !important;
  font-family: "Rubik", Helvetica, Arial, Verdana, sans-serif;
  font-weight: 500;
  color: #ffffff;
  border-radius: 5px;
  text-transform: uppercase;
  text-decoration: 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;
}
.woocommerce-order-pay #redsys_payment_form .button-alt {
  margin-right: 20px;
}
/*------PEDIDO RECIBIDO------*/
.woocommerce-order-received .wc-wide-column {
  margin-top: 30px;
}
.woocommerce-order-received .wc-wide-column .woocommerce-table__line-item .wc-item-meta {
  display: flex;
}
.woocommerce-order-received .wc-wide-column .woocommerce-table__line-item .wc-item-meta li {
  display: inline-block;
  padding-right: 25px;
}
.woocommerce-order-received .wc-wide-column .woocommerce-table__line-item .wc-item-meta .wc-item-meta-label {
  display: none;
}
.woocommerce-order-received .wc-wide-column .woocommerce-table__line-item .wc-item-meta p {
  margin-bottom: 0px !important;
}
.woocommerce-order-received .wc-wide-column .woocommerce-table__line-item > a,
.woocommerce-order-received .wc-wide-column .woocommerce-table__line-item > .product-quantity {
  display: inline-block;
  padding-right: 15px;
}
/** 
  * NOTICIAS
  */
/*----Listado-----*/
.articles-list.blog-shortcode .post .post-entry-content .entry-title a {
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  color: #333333;
  font-family: "Poppins", Helvetica, Arial, Verdana, sans-serif;
  font-weight: 700;
  text-transform: initial;
}
.articles-list.blog-shortcode .post .post-entry-content .details-type-btn {
  -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;
}
.articles-list.blog-shortcode .post .post-entry-content .details-type-btn i {
  display: none;
}
/*----Ficha ampliada-----*/
.single-post .entry-content h1,
.single-post .entry-content h2,
.single-post .entry-content h3,
.single-post .entry-content h4,
.single-post .entry-content h5,
.single-post .entry-content h6 {
  font-weight: 800;
  color: #3f83b6;
  font-family: "Rubik", Helvetica, Arial, Verdana, sans-serif;
}
.single-post .entry-content h1,
.single-post .entry-content h2,
.single-post .entry-content h3 {
  margin-bottom: 25px;
  margin-top: 10px;
}
.single-post .entry-content h4,
.single-post .entry-content h5,
.single-post .entry-content h6 {
  margin-bottom: 20px;
  margin-top: 6px;
}
.single-post .entry-content h1 {
  font-size: 30px;
  line-height: 30px;
}
.single-post .entry-content h2 {
  font-size: 28px;
  line-height: 28px;
}
.single-post .entry-content h3 {
  font-size: 26px;
  line-height: 26px;
}
.single-post .entry-content h4 {
  font-size: 24px;
  line-height: 24px;
}
.single-post .entry-content h5 {
  font-size: 22px;
  line-height: 22px;
}
.single-post .entry-content h6 {
  font-size: 20px;
  line-height: 20px;
}
.single-post .entry-content pre {
  margin-top: 20px;
  margin-bottom: 20px;
}
.single-post .entry-content ul {
  list-style: none;
  padding: 0;
  margin-left: 0px;
  margin-bottom: 25px !important;
}
.single-post .entry-content ul li {
  margin-left: 27px;
  margin-bottom: 4px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  color: #333333;
  font-family: "Poppins", Helvetica, Arial, Verdana, sans-serif;
  color: #666666;
}
.single-post .entry-content ul li ul {
  margin-top: 10px;
  margin-bottom: 12px !important;
}
.single-post .entry-content ul li ul li {
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  color: #333333;
  font-family: "Poppins", Helvetica, Arial, Verdana, sans-serif;
  color: #666666;
  margin-bottom: 8px;
}
.single-post .entry-content ul li ul li:before {
  width: 1.2em;
  color: #3f83b6;
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 16px;
}
.single-post .entry-content ul li:before {
  display: inline-block;
  width: 1.2em;
  font-size: 16px;
  margin-left: -20px;
  color: #3f83b6;
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.single-post .entry-content ol {
  margin-bottom: 25px;
}
.single-post .entry-content ol li {
  margin-bottom: 4px;
}
.single-post .entry-content ol li ol {
  margin-top: 10px;
  margin-bottom: 12px;
}
.single-post .entry-content ol li ol li {
  margin-bottom: 8px;
}
.single-post .entry-content blockquote {
  margin-top: 20px;
  margin-bottom: 20px;
}
.single-post .entry-content blockquote p {
  text-transform: initial;
  margin-bottom: 10px !important;
}
/** 
  * POLÍTICAS
  */
/*------Aviso cookies------*/
#cookie-notice {
  border-top: 1px solid #9cedea;
}
#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,
#cookie-notice #cn-refuse-cookie {
  text-decoration: none;
  font-weight: 400;
  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;
  font-size: 14px;
  background-color: #9cedea !important;
  color: #000000;
}
#cookie-notice #cn-accept-cookie .text-wrap,
#cookie-notice #cn-more-info .text-wrap,
#cookie-notice #cn-refuse-cookie .text-wrap {
  font-weight: 300 !important;
  font-family: "Poppins", Helvetica, Arial, Verdana, sans-serif;
  font-size: 14px;
  text-transform: uppercase;
}
#cookie-notice #cn-accept-cookie:hover,
#cookie-notice #cn-more-info:hover,
#cookie-notice #cn-refuse-cookie:hover {
  text-decoration: none;
  background-color: #ffffff !important;
}
/*------Secciones legales------*/
.politicas h2 {
  font-size: 20px;
  line-height: 20px;
  font-weight: 800;
  color: #3f83b6;
  font-family: "Rubik", Helvetica, Arial, Verdana, sans-serif;
  margin-top: 42px;
  margin-bottom: 20px;
}
.grecaptcha-badge {
  display: none !important;
}
.page-id-71 .grecaptcha-badge {
  display: inherit !important;
}
@media only screen and (max-width: 1023px) {
  .footer .widget {
    width: 50% !important;
    display: inline-block !important;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 992px) {
  .page-title .wf-wrap {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
}
@media only screen and (max-width: 768px) {
  /*----------POLITICAS-----------*/
  .politicas td {
    display: block;
    width: 98%;
    text-align: center;
    padding-top: 3px;
    padding-bottom: 3px;
  }
  .politicas tr {
    border-top: 2px solid #333333;
    border-bottom: 2px solid #333333;
  }
  .politicas tr td:first-child {
    font-weight: 700;
  }
}
@media only screen and (max-width: 580px) {
  #footer .widget {
    width: 100% !important;
    display: block !important;
    text-align: center;
  }
  #footer .widget > * {
    text-align: center;
  }
  #footer .widget ul {
    padding-left: 0px;
  }
  #footer .widget ul li:before {
    width: 2em;
    margin-left: -26px;
  }
  #footer #block-4 ul {
    padding-left: 0px;
  }
  #footer #block-4 ul li:before {
    width: 2.2em;
    content: "\f095";
    margin-left: -34px;
  }
}
@media only screen and (max-width: 460px) {
  #footer #block-4 ul li:before {
    display: block;
    margin: 0 auto;
    font-size: 24px;
    margin-bottom: 4px;
    margin-top: 4px;
  }
}
