/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/


/* =Theme customization starts here
------------------------------------------------------- */
h1,h2,h3,h4,h5,h6 {
  font-weight: 500;
}
body {
  font-weight: 400;
}

#et-main-area { margin-top: 85px; overflow-x: hidden; }
.home #et-main-area { margin-top: 0; }
.wp-pagenavi { border-top: 0px; }
/* .et_pb_blog_8 .et_pb_ajax_pagination_container .wp-pagenavi a, .et_pb_blog_8 .et_pb_ajax_pagination_container .wp-pagenavi span {
  color: inherit!Important;
  font-weight: normal!important;
  text-transform: inherit!important;
  letter-spacing: inherit!important;
} */
/* .et_pb_ajax_pagination_container .pagination.clearfix a { color: inherit!Important; }
.et_pb_blog_8 .et_pb_ajax_pagination_container .wp-pagenavi a:hover, .et_pb_blog_8 .et_pb_ajax_pagination_container .wp-pagenavi span.current {
  color: #00627b!Important;
  font-weight: bold!Important;
} */


@font-face {
  font-family: Barlow-Medium;
  src: url(webfonts/barlow/Barlow-Medium.ttf);
}
@font-face {
  font-family: Barlow-Black;
  src: url(webfonts/barlow/Barlow-Black.ttf);
}
@font-face {
  font-family: Barlow-thin;
  src: url(webfonts/barlow/Barlow-Thin.ttf);
}
.seed-csp4 body,
.seed-csp4 p {
  font-family: Barlow-Medium;
}
.post.type-post.has-post-thumbnail .entry-title a {
  font-size: 1.4em;
}
.blog-redondo .et_pb_post p.post-meta,
a.more-link {
    display: inline-block;
    padding: 8px 14px;
    margin-top: 30px;
    margin-bottom: 10px;
    color: #00627b;
    font-size: 12px;
    border-width: 3px!important;
    border-color: #00627b;
    border-radius: 0px;
    line-height: 1.7em!important;
    background-color: transparent;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    border: 2px solid;
}
a.more-link,
body.et_pb_button_helper_class .et_pb_button {
  letter-spacing: 4px;
  text-transform: uppercase!important;
}

a:hover.more-link {
  border: 2px solid transparent;
  background-color: rgba(0,0,0,.05);
}

/********************
 * Search Navigation
 ********************/
.search-wpb a i {
    color: #fff;
    font-weight: 600;
}

.search-wpb a:hover i,
.search-wpb a:focus i {
    color: #f8e262;
    text-decoration: none;
}

.wpbsearchform{
    display: block;
    width: 100%;
    min-width: 300px;
    position: absolute;
    right: 0;
    top: 100%;
    margin-top: 1px;
    z-index: 9999;
}

.wpbsearchform form input {
  border: none;
  width: 100%;
  background-color: rgba(255,255,255,0.9);
  padding: 8px;
  border-radius: 0;
   -webkit-box-shadow: 0 1px 10px rgba(0,0,0,0.15);
  box-shadow: 0 1px 10px rgba(0,0,0,0.15);
  color: #ffdd58;
  font-size: 1.2em;
  line-height: 1.4em;
}
.wpbsearchform form input:focus {
    color: #555;
}

.wpbsearchform input[type="search"] {
	border-radius: 0;
}

.wpbsearchform ::-moz-placeholder {
	color: #999 !important;
	font-weight: 300;
	opacity: 1;
}

.wpbsearchform ::-webkit-input-placeholder {
	color: #999 !important;
	font-weight: 300;
}
#mobile_menu1 .search-wpb a i {
  color: #ffdd58;
}

.et_pb_menu_0_tb_footer.et_pb_menu ul.et-menu.nav {
  margin-left: 60px;
}
.et_pb_menu_0_tb_footer.et_pb_menu ul.et-menu.nav li {
  padding: 0 0 1em 0;
}
.et_pb_section_0_tb_footer a,
.et_pb_menu_0_tb_footer.et_pb_menu ul.et-menu.nav li a {
  color: #ffffff!important;
  padding: 0;
}
.et_pb_section_0_tb_footer a:hover,
.et_pb_menu_0_tb_footer.et_pb_menu ul.et-menu.nav li:hover,
.et_pb_menu_0_tb_footer.et_pb_menu ul.et-menu.nav li a:hover {
  color: #f8dd58!important;
  cursor: pointer;
  opacity: 1!important;
}
.sp-wcsp-cat-thumbnail:hover a img {
  /* filter: grayscale(100%);
  filter: gray;
  -webkit-filter: grayscale(100%); */
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  transition: 1s ease;
}
.sp-wcsp-cat-item .sp-wcsp-cat-details .sp-wcsp-cat-name a {
  font-size: 1.3em!Important;
  line-height: 2em!Important;
}

.redondo article a,
.sp-wcsp-cat-thumbnail{position:relative; display: inline-block;}
.redondo article a:hover:after,
.sp-wcsp-cat-thumbnail:hover:after{
    content:'';
    position:absolute;
    bottom: 0px;
    width: 1px;
    height: 1px;
    /* left: 0px;
    top: 0px;
    background: url('http://i.stack.imgur.com/P1ELC.png') center no-repeat;
    background-size: 50px; */
    color: #ffdd58;
    font-family: FontAwesome;
    content: "\f067";
    top: 55%;
    left: 50%;
    margin: -16px 0 0 -16px;
    font-size: 32px;
}
/* .sp-wcsp-cat-thumbnail:hover img, */
.redondo article a:hover img {opacity: 0.4;}

.redondo {
  box-shadow: 26px 26px 68px -16px rgba(0,0,0,0.3);
  border-radius: 65px 65px 65px 65px;
  overflow: hidden;
}
.redondo article {
  padding: 0;
  margin: 0;
}
.redondo article a img {
  height: 250px;
}
.redondo article a {
  padding: 0!important;
  margin: 0!important;
}
#post-49710 .addtoany_share_save_container,
#post-50872 .addtoany_share_save_container,
.redondo article h2,
.redondo article .post-content,
.redondo article p.post-meta {
  display: none;
}
.et_pb_posts a.more-link {
  display: inline-block;
  margin-bottom: 0;
}
.et_pb_blog_grid .column .post-content {
  /* font-size: 0.8em; */
}
.blog-redondo .et_pb_post p.post-meta {
  position: absolute;
  bottom: 0;
  right: 0;
  border-width: 0px!Important;
  margin: 0;
}

.et_pb_fullwidth_menu .et_pb_menu__search-input, .et_pb_menu .et_pb_menu__search-input {
  color: #FFF;
}

.blog_entero { box-shadow: none!Important; }
.blog_entero .et_pb_ajax_pagination_container { width: 100%; }
.blog_entero article {
  text-align: justify;
  position: relative;
  box-shadow: 0px 0px 0px 10px rgba(0,0,0,0.3);
  background-color: rgba(255,255,255,0.95);
  padding-top: 2vh;
  padding-right: 3vw;
  padding-bottom: 2vw;
  padding-left: 3vw;
  margin-top: 50px!important;
  margin-bottom: 240px!important;
  max-width: 530px;
  width: 50%;
}
.blog_entero article > a {
  display: block;
  position: absolute!Important;
  width: 150%;
  top: 50%;
  transform: translate(0%, -50%);
  left: 80%;
  z-index: -100;
}
.blog_entero article > a img {
  object-fit: cover;
  /* max-height: 450px; */
  max-height: 380px;
}
.blog_entero article:last-child { margin-bottom: 140px!Important; }
.blog_entero article:nth-child(odd) {
  left: 50%;
}
.blog_entero article:nth-child(odd) > a {
  left: -100%;
}
@media (max-width: 1200px) {
  .blog_entero article > a { left: 50%; }
}
@media (max-width: 980px) {
  .blog_entero article {
    margin-bottom: 20vw!important;
  }
  .blog_entero article > a img { max-height: 340px; }
}
@media (max-width: 598px) {
  .blog_entero article:nth-child(odd) { left: 0; }
  .blog_entero article:nth-child(odd) > a { left: 0; }
  .blog_entero article {
    width: 100%;
    margin-bottom: 40px!Important;
  }
  .blog_entero article > a {
    position: relative!Important;
    width: 100%;
    top: 0;
    transform: none;
    z-index: 1;
    left: 0;
  }
}

/* h2.et_pb_module_header, */
.tit_sub span {
  background: rgba(255, 221, 88, 0.9);
  display:initial;
  text-indent:10px;
  padding-left: 5px;
}


/*Desactivar indexación tipo productos*/
.woocommerce-product-attributes-item__value a{
	cursor: default !important;
    pointer-events: none !important;
}



/* MENÚ MÓVIL */
/* .home .et_pb_section_0_tb_header.et_pb_section { background-color: transparent!Important; } */
.home .et_pb_section_0_tb_header { box-shadow: inherit; }
.header-f-wrapper { position: fixed; width: 100%; top:0; left: 0 }
/* .home .header-f-wrapper.header-show { background-color: #FFF!Important; } */
.header-f-wrapper.header-show { display:block; }
/* .header-f-wrapper.header-show #header-fixed img {
  max-width: 100px; Ajustar tamaño logo en cabecera con scroll
} */


.header-f-wrapper.header-show{
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.13);
-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.13);
box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.13);

  animation: animationFrames ease 1s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  animation-fill-mode:forwards; /*when the spec is finished*/
  -webkit-animation: animationFrames ease 1s;
  -webkit-animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -webkit-animation-fill-mode:forwards; /*Chrome 16+, Safari 4+*/
  -moz-animation: animationFrames ease 1s;
  -moz-animation-iteration-count: 1;
  -moz-transform-origin: 50% 50%;
  -moz-animation-fill-mode:forwards; /*FF 5+*/
  -o-animation: animationFrames ease 1s;
  -o-animation-iteration-count: 1;
  -o-transform-origin: 50% 50%;
  -o-animation-fill-mode:forwards; /*Not implemented yet*/
  -ms-animation: animationFrames ease 1s;
  -ms-animation-iteration-count: 1;
  -ms-transform-origin: 50% 50%;
  -ms-animation-fill-mode:forwards; /*IE 10+*/
}


#header-fixed .et_pb_row.et_pb_row--with-menu, #header-fixed .et_pb_column.et_pb_column--with-menu, #header-fixed .et_pb_column.et_pb_column--with-menu .et_pb_menu_inner_container.clearfix {
  position: initial;
}
.et_pb_menu_0_tb_header .mobile_nav .mobile_menu_bar:before {
  color: #FFF;
}
#mobile_menu1 { display: block !important; min-height: 100vh; top: 70px; border-top: none; padding-top: 20px; z-index: 9998; }
.mobile_nav.closed #mobile_menu1 {
 transform: rotateY(90deg); -webkit-transform: rotateY(90deg);
 transform-origin: top;
 -webkit-transform-origin: top;
 background: #fff;
 transition: .8s ease-in-out !important; }
.mobile_nav.opened #mobile_menu1 {
 transform: rotateY(0deg); -webkit-transform: rotateY(0deg);
 transform-origin: top;
 -webkit-transform-origin: top;
 background: #f1f1f1;
 transition: .8s ease-in-out;
 left: 0;
 width: 100%;
}
.mobile_nav.opened .mobile_menu_bar:before {
 content: "\4d";
}
.mobile_nav.opened .mobile_menu_bar { z-index: 9999; }
.et_mobile_menu li a { font-weight: bold; text-align: center; }



/*************************************************/
/****         MENÚ PRINCIPAL SUPERIOR         ****/
/*************************************************/

/****         BUSCADOR         ****/
.et_pb_module.et_pb_menu.et_pb_menu_0_tb_header { z-index: 999!Important; }
.et_pb_fullwidth_menu .et_pb_menu__search, .et_pb_menu .et_pb_menu__search,
.et_pb_fullwidth_menu .et_pb_menu__search-container--visible, .et_pb_menu .et_pb_menu__search-container--visible {
  /* background: rgba(0,98,123,1); */
  background: rgba(255,255,255,1);
  z-index: 999;
}
.et_pb_fullwidth_menu .et_pb_menu__search-input, .et_pb_menu .et_pb_menu__search-input { color: #000; line-height: 2em; padding: 0 5%; }

.search-article {
  display: block;
  clear: both;
  float: left;
  margin-bottom: 60px;
}
.search-article a img {
  float: left;
  margin-right: 20px;
  max-height: 280px;
  max-width: 270px;
  width: auto;
}
@media (max-width: 768px) {
  .search-article a img {
    max-height: 300px;
    width: 100%;
    max-width: 100%;
    object-fit: cover;
    float: none;
  }
}
/****         FIN BUSCADOR         ****/
.et_pb_bg_layout_dark_tablet, .et_pb_bg_layout_dark_tablet h1, .et_pb_bg_layout_dark_tablet h2, .et_pb_bg_layout_dark_tablet h3, .et_pb_bg_layout_dark_tablet h4, .et_pb_bg_layout_dark_tablet h5, .et_pb_bg_layout_dark_tablet h6 {
  color: #00627b!Important;
}


.drop-dl { text-align: right; }
.drop-dl ul {
  display: none;
  position: absolute;
  right: 10px;
  top: 45px;
  background: rgba(255, 255, 255, 0.9);
  padding: 10px!Important;
}
.drop-dl ul li {
  list-style-type: none;
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #cecece;
  text-align: center;
}
.drop-dl ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: 0;
}
.drop-dl i { font-size: 18px; }
.drop-dl i,
.drop-dl a {
  color: #00627b;
}
/* MÓDULO DE REDES SOCIALES HEADER */
/* MÓDULO DE IDIOMA */
.et_pb_column.et_pb_column_1_5.et_pb_column_2_tb_header.et-last-child { display: block; align-self: center; }
ul.et_pb_social_media_follow_0_tb_header {
  width: 70%;
  display: inline-block;
  margin-bottom: 0!Important;
}
.et_pb_module.et_pb_sidebar_0_tb_header.et_pb_widget_area_left {
  display: inline-block;
  border-right: 0;
  width: 20%;
  padding-right: 0!Important;
}
@media (max-width: 980px) {
  ul.et_pb_social_media_follow_0_tb_header { margin-top: 10px!Important; }
}

.nav-next .meta-nav,
.nav-previous .meta-nav { display: none; }

.nav-previous a:hover,
.nav-next a:hover { background-color: #ffdd58!Important; }

/* .et_pb_sidebar_0_tb_header {
  border: 0;
  padding-right: 0;
}
.et-l.et-l--header .et_pb_widget.widget_polylang {
  margin-bottom: 0;
}
.et-l.et-l--header .et_pb_widget.widget_polylang select {
  background: none;
  border: none;
  height: auto;
  padding: 8px 0 8px 20px;
  color: #FFF;
  font-size: 15px;
  font-weight: 500;
  background:#8e8e8e url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%206l5%205%205-5%202%201-7%207-7-7%202-1z%22%20fill%3D%22%23555%22%2F%3E%3C%2Fsvg%3E') no-repeat right 5px top 55%;
  text-align: -moz-center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  max-width: 140px;
  float: right;
}
.et-l.et-l--header .et_pb_widget.widget_polylang select::-ms-expand {
 display: none; // remove default arrow in IE 10 and 11 //
 }
 .menu-sup .et_pb_column:nth-child(1) .et_pb_blurb_position_left .et_pb_blurb_container { padding-left: 5px; }
 .menu-sup .et_pb_column:nth-child(2) .et_pb_blurb_position_left .et_pb_blurb_container { padding-left: 0; }

 @media (max-width: 980px) {
   .menu-sup > .et_pb_row { overflow: initial; }
   .menu-sup .et_pb_column { margin-bottom: 0!Important; }
   .menu-sup .et_pb_column:nth-child(1) { margin-right: 5%; }
   .menu-sup .et_pb_column:nth-child(1),
   .menu-sup .et_pb_column:nth-child(2) { width: 22%; }
   .menu-sup .et_pb_column:nth-child(4) { width: 26%; }
   .menu-sup .et_pb_column:nth-child(5) { width: 25%; }
}
 @media (max-width: 767px) {
   .menu-sup .et_pb_column:nth-child(1) { display:none; }
   .menu-sup .et_pb_column:nth-child(2) { width: 25%; }
   .menu-sup .et_pb_column:nth-child(4) { width: 38%; }
   .menu-sup .et_pb_column:nth-child(5) { width: 34%; }

   .menu-sup .et_pb_column:nth-child(4) ul.et_pb_module { margin-right: 0!Important; }
 }
@media (max-width: 500px) {
  .menu-sup > .et_pb_row {
    width: 95%;
    max-width: 95%;
  }
  .menu-sup .et_pb_column:nth-child(2) { width: 35%!Important; }
  .menu-sup .et_pb_column:nth-child(4) { width: 34%!Important; }
  .menu-sup .et_pb_column:nth-child(5) { width: 27%!Important; }

.et-l.et-l--header .et_pb_widget.widget_polylang select { font-size: 12px; }
 .menu-sup .et_pb_column:nth-child(4) ul.et_pb_module { padding-right: 20px; padding-left: 10px; }
 .menu-sup .et_pb_column:nth-child(4) .et_pb_social_media_follow li a { margin-right: 4px; }
}
@media (max-width: 350px) {
  .menu-sup .et_pb_column:nth-child(4) { display:none; }

  .menu-sup .et_pb_column:nth-child(2) { width: 57%!Important; }
  .menu-sup .et_pb_column:nth-child(5) { width: 37%!Important; }
} */


/*************************************************/
/****               INICIO                    ****/
/*************************************************/
.sp-wcsp-cat-item .sp-wcsp-cat-thumbnail img {
  /* outline: 1px solid white;
  outline-offset: -10px; */
  object-fit: cover;
  max-height: 100%;
  height: 350px;
}
.et_pb_fullwidth_header .et_pb_fullwidth_header_container {
  width: 95%;
  max-width: 1200px;
}
.et_pb_fullwidth_header .et_pb_fullwidth_header_container.center .header-content {
  width: 100%;
  max-width: 1200px;
}
.sp-wcsp-button { width: 100%; }
.sp-wcsp-button-prev { left: 0; }
.sp-wcsp-button-next { right: 0; }

.sp-wcsp-button-prev,
.sp-wcsp-button-next {
  position: absolute;
  top: 230px;
  z-index: 5;
  height: inherit!Important;
  color: #00627b!Important;
}
.sp-wcsp-button-prev:hover,
.sp-wcsp-button-next:hover {
  color: #FFF!Important;
}
.mi_blog article {
  position:relative;
  padding-bottom: 80px!important;
}
.mi_blog a.more-link {
  position:absolute;
  bottom:10px;
  left:19px;
}
@media (max-width: 1500px) {
  .sp-wcsp-button-prev,
  .sp-wcsp-button-next {
    top: 170px;
  }
}
@media (max-width: 900px) {
  .sp-wcsp-button-prev,
  .sp-wcsp-button-next {
    top: 100px;
  }
  .home .et_pb_section_0 .et_pb_row_fullwidth.banner_principal {
          display: flex;
          flex-direction: row;
          flex-wrap: wrap; }
  .home .et_pb_section_0 .et_pb_row_fullwidth.banner_principal .et_pb_column_1_2 { width: 100%; }
  .home .et_pb_section_0 .et_pb_row_fullwidth.banner_principal .et_pb_column_1 { order: 0; }
  .home .et_pb_section_0 .et_pb_row_fullwidth.banner_principal .et_pb_column_0 { order: 1; }
}
@media (max-width: 500px) {
  .sp-wcsp-button-prev,
  .sp-wcsp-button-next {
    top: 60px;
  }
}

.sp-wcsp-button-prev .fa,
.sp-wcsp-button-next .fa { font-size: 2em; }

.sp-wcsp-pagination { margin-top: 5px!important; }
.swiper-pagination-bullet {
  content: ' - ';
  border-radius: inherit!Important;
  width: 15px!Important;
  height: 3px!Important;
}

@media (min-width: 980px) and (max-width: 1150px) {
  .et_pb_fullwidth_header_1.et_pb_fullwidth_header .header-content .et_pb_fullwidth_header_subhead {
    font-size: 40px;
  }
}
/*************************************************/




/*************************************************/
/****               PRODUCTOS                 ****/
/*************************************************/
.loop-tag-producto,
.et-db #et-boc .product .product_meta span.tagged_as {
  position: absolute;
  display: block;
  top: 5px;
  right: 0;
  color: #FFF;
}
.loop-tag-producto,
.et-db #et-boc .product .product_meta span.tagged_as a {
  display: inline-block;
  border-radius: 500px;
  padding: 5px 10px;
  background-color: #00627b;
  color: #FFF;
}
.product .related h2 { margin-bottom: 30px; }
.et_pb_shop .woocommerce ul.products.disflex,
.woocommerce .related.products.disflex ul.products {
  display: flex;
  justify-content: center;
}
.woocommerce .related.products.disflex h2 { text-align: center; }
.et_pb_shop .woocommerce ul.products.disflex li:last-child,
.woocommerce .related.products.disflex ul.products li:last-child { margin-right: 0; }

.custom-producto p {
  padding-bottom: 0;
}
.custom-producto em {
  font-size: 0.8em;
}

.woocommerce .woocommerce-breadcrumb { font-size: 0.7em; }
.categorias-productos .product { text-align: center; }
.categorias-productos .product a h2,
.categorias-productos .product-category a h2 {
    display: inline-block;
    margin: 0px 0px 6px 0px;
    color: #00627b;
    letter-spacing: 0;
    text-transform: none;
    font-style: normal;
    font-size: 1.2em!Important;
    line-height: 1.8em!Important;
    counter-reset: SubSeccion;
  }
.categorias-productos .product a img,
.categorias-productos .product-category a img {
    /* outline: 1px solid white;
    outline-offset: -10px; */
    object-fit: cover;
    max-height: 350px;
}
.categorias-productos .product a img { outline: inherit; }
.categorias-productos .product a:hover img,
.categorias-productos .product-category a:hover img {
    transform: scale(0.8);
    transition: 1s ease;
    /* opacity: 0.4; */
}
.categorias-productos .product a:hover:after,
.categorias-productos .product-category a:hover:after {
    content: '';
    position: absolute;
    bottom: 0px;
    width: 1px;
    height: 1px;
    color: #ffdd58;
    font-family: FontAwesome;
    content: "\f067";
    top: 35%;
    left: 50%;
    margin: -16px 0 0 -16px;
    font-size: 32px;
}

.archive.woocommerce-page .et_pb_section_0_tb_body .et_pb_text_inner h1 {
  padding-bottom: 0;
}
.n-tit-cat,
.num-cat {
  background: #ffdd58;
  color: #00627b;
  margin-right: 15px;
  padding: 0px 10px 0px 30px;
  font-size: 0.9em;
  display: inline-block;
  margin-right: 5px;
}
a:hover .num-cat {
  background-color: #00627b;
  color: #FFF;
  transition: 1s ease;
  padding-left: 10px;
}
.titulo-categoria .n-tit-cat {
  background: none;
  float: right;
  color: #00627b;
  display: inline-block;
  font-weight: 600;
  font-size: 1.6em;
  padding-right: 0;
  padding-left: 20px;
}
.categorias-productos .product a:hover h2,
.categorias-productos .product-category a:hover h2 {
  color: #00627b;
  transition: 1s ease;
}
.woocommerce-loop-category__title mark,
.categorias-productos .product a:hover .et_overlay { display: none!Important; }

.ban-categoria-prods {
  position: relative;
  z-index: 1;
}
.titulo-categoria-prod {
  position: absolute!important;
  top: 40px;
  right: 0;
  z-index: 2;
}

@media (max-width: 1200px) {
  .categorias-productos .product a h2,
  .categorias-productos .product-category a h2 {
    font-size: 1.6em!Important;
    line-height: 1.8em!Important;
  }
}
@media (max-width: 978px) {
  .categorias-productos .product a h2,
  .categorias-productos .product-category a h2 {
    font-size: 1.4em!Important;
    line-height: 1.6em!Important;
  }
}
@media (max-width: 768px) {
  .categorias-productos .product a h2,
  .categorias-productos .product-category a h2 {
    font-size: 1.3em!Important;
    line-height: 1.5em!Important;
  }
  .categorias-productos .woocommerce-loop-category-text { text-align: left; }
}
@media (max-width: 598px) {
  .categorias-productos ul.products.columns-2 li.product-category.product {
    width: 100%;
    margin-right: 0!important;
  }
}

/****************** FICHA PRODUCTOS ****************/
.product-template-default .et_pb_wc_description_0_tb_body h1,
.product-template-default .et_pb_wc_description_0_tb_body h2,
.product-template-default .et_pb_wc_description_0_tb_body h3,
.product-template-default .et_pb_wc_description_0_tb_body h4,
.product-template-default .et_pb_wc_description_0_tb_body h5,
.product-template-default .et_pb_wc_description_0_tb_body h6,
.et_builder_inner_content.et_pb_gutters3.product h1,
.et_builder_inner_content.et_pb_gutters3.product h2,
.et_builder_inner_content.et_pb_gutters3.product h3,
.et_builder_inner_content.et_pb_gutters3.product h4,
.et_builder_inner_content.et_pb_gutters3.product h5,
.et_builder_inner_content.et_pb_gutters3.product h6 { color: #00627b; }

.et_builder_inner_content.et_pb_gutters3.product table tr:nth-child(odd) { background: #e5ecf1; }
.et_builder_inner_content.et_pb_gutters3.product table tr:nth-child(1) { background: none; }
.woocommerce-product-gallery__wrapper img {
  max-height: 420px;
  width: auto!Important;
  margin: 0 auto;
}
    /*************************************************/


@media (max-width: 980px) {
  .et_pb_menu_0_tb_footer.et_pb_menu .et_pb_menu__menu {
    display: block;
  }
  .et_pb_menu_0_tb_footer.et_pb_menu .et_mobile_nav_menu {
    display: none;
  }
  .et_pb_menu_0_tb_footer.et_pb_menu .et_pb_menu__wrap {
    justify-content: flex-start;
  }
  .et_pb_menu_0_tb_footer.et_pb_menu ul.et-menu.nav {
    margin-left: 0;
  }
  .et_pb_menu_0_tb_header.et_pb_menu ul li a {
    color: #00627b!Important;
  }

  #header-fixed .et_pb_column {
    margin-right: 5.5%;
  }
  #header-fixed .et_pb_column:first-child {
    width: 30.6%!Important;
  }
  #header-fixed .et_pb_column:nth-child(2) {
  width: 22.8%!Important;
  }
  #header-fixed .et_pb_column:last-child {
  width: 35.6%!Important;
  margin-right: 0;
  }
  ul.et_pb_social_media_follow_0_tb_header li a {
    margin-right: 3px;
  }
  #header-fixed .et_pb_column:last-child ul {
    margin-top: 15px;
  }
  #header-fixed .et_pb_column {
    margin-bottom: 0;
  }
}
@media (max-width: 590px) {
  #header-fixed .et_pb_column:first-child img {
    max-width: 150px;
  }
}
@media (max-width: 479px) {
  .et_pb_module.et_pb_sidebar_0_tb_header.et_pb_widget_area_left { width: 100%; margin-top: 15px; }
  ul.et_pb_social_media_follow_0_tb_header {
    display: none;
  }
  .et-db #et-boc #header-fixed .et_pb_column {
    margin-right: 0%;
  }
  .et-db #et-boc #header-fixed .et_pb_column:first-child {
    width: 40.6%!Important;
  }
  .et-db #et-boc #header-fixed .et_pb_column:nth-child(2) {
  width: 35.8%!Important;
  }
  .et-db #et-boc #header-fixed .et_pb_column:last-child {
  width: 22.6%!Important;
  }
}
@media (max-width: 360px) {
  .et_pb_menu--style-left_aligned.et_pb_text_align_center .et_pb_menu__wrap {
    justify-content: flex-end;
  }
  /* #header-fixed .et_pb_column:nth-child(2) {
  width: 59.4%!Important;
  } */
  /* #header-fixed .et_pb_column:last-child {
    display: none;
  } */
}
/* ----- MENÚ MÓVIL ----- */



/* ----- GENERALES ----- */
.justificado > .et-l.et-l--post > div > div > div > div > div { text-align: justify; }
.et_pb_equal_columns .et_pb_column {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.sin-margen article {
  margin: 0;
}

/* ----- COOKIES ----- */
.cli_messagebar_head {
  font-size: 1.5em;
}

/* ----- CONTACTO ----- */
.et_pb_contact_field_options_title { display: none; }


/**
FORMULARIO DE CONTACTO
**/
.dvppl-cf7-col { margin-bottom: 2em; }
.dipe-cf7 .wpcf7 input,
.dipe-cf7 .wpcf7 textarea {
  border-width: 0px;
}
.dipe-cf7 .wpcf7 textarea {
    min-height: 100px;
    height: 100px;
    display: block;
}
.dipe-cf7 .wpcf7 input[type=submit] {
  letter-spacing: 4px;
  background-color: inherit;
  border-color: inherit;
  border-radius: 0;
}
.dipe-cf7-container .dvppl-cf7-col.noflow>span { flex-grow: 0; }
@media only screen and (min-width: 769px) {
    .dipe-cf7-container .dvppl-cf7-col label { padding: 0; }
    .dipe-cf7-container .dvppl-cf7-col>span {
      padding-right: 10px;
      padding-left: 10px;
    }
    .dipe-cf7-container .dvppl-cf7-col>span:first-child { padding-left: 0; }
    .dipe-cf7-container .dvppl-cf7-col>span:last-child { padding-right: 0; }
}
@media only screen and (max-width: 769px) {
  .dipe-cf7-container .dvppl-cf7-col>span { display: block; }
  .wpcf7-form-control-wrap.empresa { margin-bottom: 2em; }
}
.dipe-cf7-container span.wpcf7-list-item { margin-left: 0; }
/* ----- FIN FORMULARIO CONTACTO ----- */






/* ----- FOOTER ----- */
.et-l.et-l--footer .et-menu.nav li {
  display: inline-block;
  width: 100%;
}

@media only screen and (max-width: 980px) {
  .et_pb_module.et_pb_menu.et_pb_menu_0_tb_footer .et_pb_menu__menu,
  .et_pb_module.et_pb_menu.et_pb_menu_0_tb_footer .et_pb_menu__menu .et-menu.nav {
    width: 100%;
  }
}
@media only screen and (max-width: 479px) {
  .et_pb_column.et_pb_column_1_4 {
    width: 47.2%!important;
    margin-right: 5.5%!important;
  }
  .et_pb_row_1-4_1-4>.et_pb_column.et_pb_column_1_4:nth-child(2n), .et_pb_row_1-4_1-4_1-2>.et_pb_column.et_pb_column_1_4:nth-child(2n), .et_pb_row_4col>.et_pb_column.et_pb_column_1_4:nth-child(2n) { margin-right: 0!important; }
}


/* ----- PATROCINIOS ----- */
.patrocinios .dipl_masonry_gallery_item_caption {
  color: #FFFFFF;
  background-color: #00627b;
  padding: 10px!important;
}


/* ----- BOTONES REDES SOCIALES ----- */
.addtoany_share_save_container { text-align: center; }
.addtoany_list { padding-left: 20px; }
.share-facebook a,
.share-linkedin a,
.share-jetpack-whatsapp a,
.share-twitter a,
a.a2a_button_facebook span,
a.a2a_button_twitter span,
a.a2a_button_linkedin span,
a.a2a_button_whatsapp span {
  background-color: #00627b!important;
}

a.a2a_button_facebook,
a.a2a_button_twitter,
a.a2a_button_linkedin,
a.a2a_button_whatsapp {
  font-size: 24px!important;
}
a.a2a_button_facebook span,
a.a2a_button_twitter span,
a.a2a_button_linkedin span,
a.a2a_button_whatsapp span {
  width: 32px!important;
  height: 32px!important;
  border-radius: 50%!important;
  -webkit-border-radius: 50%!important;
  padding: 5px;
}


.espacio-legal {
  margin-bottom: 70px;
}

.pswp--open .pswp__caption { display: none; }

.dipl_woo_products_carousel h1,
.dipl_woo_products_carousel h2,
.dipl_woo_products_carousel h3,
.dipl_woo_products_carousel h4,
.dipl_woo_products_carousel h5 {
  margin-bottom: 30px;
  padding-bottom: 16px;
}

.dipl_woo_products_carousel .dipl_woo_products_carousel_layout .dipl_woo_products_carousel_slide .dipl_single_woo_product_thumbnail_wrapper .terms {
    position: absolute;
    top: 5px;
    right: 2px;
}
.et_pb_post_content h4 b,
.dipl_woo_products_carousel .dipl_woo_products_carousel_layout .dipl_woo_products_carousel_slide .dipl_single_woo_product_thumbnail_wrapper .terms span {
  display: inline-block;
  border-radius: 500px;
  padding: 5px 10px;
  background-color: #00627b;
  color: #FFF;
}
.et_pb_post_content h4 b { font-weight: normal; }
.dipl_woo_products_carousel .dipl_woo_products_carousel_layout .dipl_woo_products_carousel_slide:hover img {
    transform: scale(0.8);
    transition: 1s ease;
    transition-property: all;
    transition-duration: 1s;
    transition-timing-function: ease;
    transition-delay: 0s;
}
.dipl_woo_products_carousel .dipl_woo_products_carousel_layout .dipl_woo_products_carousel_slide:hover:after {
    content: '';
    position: absolute;
    bottom: 0px;
    width: 1px;
    height: 1px;
    color: #ffdd58;
    font-family: FontAwesome;
    content: "\f067";
    top: 35%;
    left: 50%;
    margin: -16px 0 0 -16px;
    font-size: 32px;
}

.imagen-cuerda img{
	margin-left: -2.5%;	
}
