@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap");
/* @import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap"); */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");
body.toolbar-horizontal #toolbar-administration {
  position: relative;
  z-index: 9999;
}
body.toolbar-horizontal .c-header {
  padding-top: 39px;
}
body.toolbar-horizontal.toolbar-tray-open .c-header {
  padding-top: 79px;
}

/**************************** forms *******/
.form-control:focus::-webkit-input-placeholder {
  opacity: 0.5 !important;
}
.form-control:focus::-moz-placeholder {
  opacity: 0.5 !important;
}
.form-control:focus:-ms-input-placeholder {
  opacity: 0.5 !important;
}
.form-control:focus::-ms-input-placeholder {
  opacity: 0.5 !important;
}
.form-control:focus::placeholder {
  opacity: 0.5 !important;
}

.checkbox input[type=checkbox] {
  opacity: 0;
  position: absolute;
}

.checkbox label {
  position: relative;
  display: inline-block;
  font-size: 90%;
  /*16px width of fake checkbox + 6px distance between fake checkbox and text*/
  padding-left: 30px;
}

.checkbox label::before,
.checkbox label::after {
  position: absolute;
  content: "";
  /*Needed for the line-height to take effect*/
  display: inline-block;
}

.checkbox label::before {
  height: 18px;
  width: 18px;
  border: 2px solid black;
  left: 0;
  top: 0;
}

.checkbox label::after {
  height: 6px;
  width: 10px;
  border-left: 2px solid;
  border-bottom: 2px solid;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  left: 4px;
  top: 4px;
}

.checkbox input[type=checkbox] + label::after {
  content: none;
}

.checkbox input[type=checkbox]:checked + label::after {
  content: "";
}

/********** custom  base template ***************/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  margin: 0;
}
*:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

body {
  font-family: "Open Sans", sans-serif;
  color: #222222;
}
body #page {
  overflow: hidden;
}
body.open {
  overflow: hidden;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

.no-link {
  pointer-events: none;
  cursor: default;
}
.no-link .stretched-link::after {
  display: none;
}

.btn {
  text-transform: uppercase;
  font-weight: 700;
}
.btn.btn-amarillo {
  color: white;
}

ul.products,
ul.productos {
  margin: 0;
  padding: 0;
}

.vertical-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.breadcrumb-wrapper {
  margin-bottom: 3rem;
}
.breadcrumb-wrapper > span {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 800;
  color: #0e2c51;
}
.breadcrumb-wrapper > span::before {
  content: "";
  background: url("./../img/angle-right.svg") no-repeat center center;
  width: 12px;
  height: 12px;
  top: 2px;
  position: relative;
  margin: 0 0.35rem;
  display: inline-block;
}
.breadcrumb-wrapper > span a {
  font-weight: 400;
}
.breadcrumb-wrapper > span:last-child .current-item {
  position: relative;
}
.breadcrumb-wrapper > span:last-child .current-item::after {
  content: "";
  border-bottom: 1px dashed;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.breadcrumb-wrapper > span:first-child::before {
  display: none;
}

.adorno {
  position: absolute;
  z-index: 999;
  overflow: hidden;
}
.adorno img {
  width: 100%;
}
.adorno.adorno-1 {
  top: 120px;
  right: -16px;
}
.adorno.adorno-1 img {
  opacity: 0.5;
  height: 40px;
}
.adorno.adorno-2 {
  top: -40px;
  left: -48px;
}
.adorno.adorno-2 img {
  height: 80px;
}
.adorno.adorno-3 {
  top: -130px;
  right: -150px;
  opacity: 0.65;
}
.adorno.adorno-4 {
  top: -40px;
  left: -500px;
}
.adorno.adorno-4 img {
  height: 80px;
}
.adorno.adorno-5 {
  top: -93px;
  right: -150px;
}
.adorno.adorno-5 img {
  opacity: 0.75;
}
.adorno.adorno-6 {
  top: -40px;
  right: -500px;
}
.adorno.adorno-6 img {
  height: 80px;
}
.adorno.adorno-7 {
  top: -40px;
  left: -200px;
}
.adorno.adorno-7 img {
  height: 80px;
}
.adorno.adorno-8 {
  top: -93px;
  left: -150px;
}
.adorno.adorno-8 img {
  opacity: 0.75;
}
.adorno.adorno-9 {
  bottom: -55px;
  right: -790px;
}
.adorno.adorno-9 img {
  opacity: 0.75;
  height: 110px;
}
.adorno.adorno-10 {
  top: 150px;
  left: -220px;
}
.adorno.adorno-10 img {
  opacity: 0.5;
  height: 50px;
}
@media (max-width: 767.98px) {
  .adorno {
    display: none;
  }
}

.main-header {
  position: absolute;
  top: 0;
  z-index: 999;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
@media (max-width: 767.98px) {
  .main-header {
    padding-top: 0.5rem;
  }
}
.main-header .navbar-brand img {
  height: 96px;
}
@media (max-width: 767.98px) {
  .main-header .navbar-brand img {
    max-height: 50px;
  }
}
.main-header .navbar-toggler {
  border: 1px solid white;
  background: rgba(255, 255, 255, 0.5);
}
.main-header .menu1 a.nav-link--amarillo, .main-header .menu2 a.nav-link--amarillo {
  font-size: 15px;
  line-height: 1;
  border: 1px solid transparent;
  display: inline-block;
  background: #ef9b09;
  color: white;
  text-shadow: 0 0 0;
  padding: 0.65rem 1.125rem !important;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.main-header .menu1 a.nav-link--amarillo:hover, .main-header .menu2 a.nav-link--amarillo:hover {
  background: #0e2c51;
  color: white;
  border: 1px solid;
}
.main-header .menu1 > ul > li {
  padding-right: 1rem;
}
.main-header .menu1 > ul > li > a {
  color: white;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  display: inline-block;
  border: 1px solid transparent;
  padding: 0.5rem 1.125rem !important;
  text-shadow: 0 0 5px rgb(0, 0, 0);
}
.main-header .menu1 > ul > li > a:hover, .main-header .menu1 > ul > li > a.active {
  color: #ef9b09;
}
.main-header .menu1 > ul > li:last-child {
  padding-right: 0;
}
.main-header .menu1 > ul > li.mega {
  position: relative;
}
.main-header .menu1 > ul > li.mega .megamenu {
  display: none;
  position: absolute;
  left: 18px;
  top: 34px;
  background: #0e2c51;
}
@media (max-width: 767.98px) {
  .main-header .menu1 > ul > li.mega .megamenu {
    left: 0;
    top: 16px;
    position: relative;
    margin-bottom: 1.5rem;
  }
}
.main-header .menu1 > ul > li.mega .megamenu .megamenu__col1 {
  padding: 3rem;
  width: 350px;
  -webkit-box-shadow: 3px 0 4px rgba(0, 0, 0, 0.5);
          box-shadow: 3px 0 4px rgba(0, 0, 0, 0.5);
  z-index: 9;
}
@media (max-width: 767.98px) {
  .main-header .menu1 > ul > li.mega .megamenu .megamenu__col1 {
    padding: 0 1.5rem;
    width: 100%;
    -webkit-box-shadow: 0 0 0;
            box-shadow: 0 0 0;
  }
  .main-header .menu1 > ul > li.mega .megamenu .megamenu__col1 p {
    display: none;
  }
}
.main-header .menu1 > ul > li.mega .megamenu .megamenu__col1 p {
  margin-bottom: 1rem;
}
.main-header .menu1 > ul > li.mega .megamenu .megamenu__col1 p span {
  font-weight: 700;
  color: white;
  font-size: 1.5rem;
}
.main-header .menu1 > ul > li.mega .megamenu .megamenu__col1 .accordion-header button,
.main-header .menu1 > ul > li.mega .megamenu .megamenu__col1 .accordion-header > a,
.main-header .menu1 > ul > li.mega .megamenu .megamenu__col1 ul li a {
  color: white;
  font-weight: 300;
  font-size: 15px;
  line-height: 2.5;
  display: inline-block;
}
.main-header .menu1 > ul > li.mega .megamenu .megamenu__col1 .accordion-header button:hover,
.main-header .menu1 > ul > li.mega .megamenu .megamenu__col1 .accordion-header > a:hover,
.main-header .menu1 > ul > li.mega .megamenu .megamenu__col1 ul li a:hover {
  color: #ef9b09;
}
@media (max-width: 767.98px) {
  .main-header .menu1 > ul > li.mega .megamenu .megamenu__col1 ul {
    border-left: 1px solid rgba(255, 255, 255, 0.25);
  }
}
@media (max-width: 767.98px) {
  .main-header .menu1 > ul > li.mega .megamenu .megamenu__col1 ul li {
    margin-bottom: 0;
  }
}
.main-header .menu1 > ul > li.mega .megamenu .megamenu__col1 .btn-ver-tienda {
  font-size: 14px;
  color: white;
  font-weight: 700;
  font-style: normal;
  position: relative;
}
.main-header .menu1 > ul > li.mega .megamenu .megamenu__col1 .btn-ver-tienda:hover {
  color: #ef9b09;
}
.main-header .menu1 > ul > li.mega .megamenu .megamenu__col1 .submenu {
  border-left: 0;
  padding-left: 3rem;
}
.main-header .menu1 > ul > li.mega .megamenu .megamenu__col1 .submenu li a {
  line-height: 1.5;
  padding: 0.5rem 0.75rem !important;
}
.main-header .menu1 > ul > li.mega .megamenu .megamenu__col1 .submenu li::marker {
  color: rgba(255, 255, 255, 0.25);
}
.main-header .menu1 > ul > li.mega .megamenu .megamenu__col1 ul.submenu2 li::marker {
  color: rgba(255, 255, 255, 0.25);
}
.main-header .menu1 > ul > li.mega .megamenu .megamenu__col1 ul.submenu2 .dropdown-toggle {
  padding: 0;
}
.main-header .menu1 > ul > li.mega .megamenu .megamenu__col1 ul.submenu2 .dropdown-toggle::after {
  display: none !important;
}
.main-header .menu1 > ul > li.mega .megamenu .megamenu__col1 ul.submenu2 .dropdown-menu {
  background: transparent;
  position: relative;
  border: 0;
  list-style: square !important;
  padding: 0 0 0 2rem;
}
.main-header .menu1 > ul > li.mega .megamenu .megamenu__col1 ul.submenu2 .dropdown-menu li a {
  line-height: 1.5;
  padding: 0.5rem 0 !important;
}
.main-header .menu1 > ul > li.mega .megamenu .megamenu__col2 {
  background: #ffffff;
  -webkit-box-shadow: 3px 0 4px rgba(0, 0, 0, 0.5);
          box-shadow: 3px 0 4px rgba(0, 0, 0, 0.5);
  z-index: 0;
  width: 250px;
}
@media (max-width: 767.98px) {
  .main-header .menu1 > ul > li.mega .megamenu .megamenu__col2 {
    display: none;
  }
}
.main-header .menu1 > ul > li.mega .megamenu .megamenu__col2 .megamenu__info {
  padding: 4rem 2rem 3rem;
}
.main-header .menu1 > ul > li.mega .megamenu .megamenu__col2 .megamenu__info,
.main-header .menu1 > ul > li.mega .megamenu .megamenu__col2 .megamenu__info-default {
  display: none;
}
.main-header .menu1 > ul > li.mega .megamenu .megamenu__col2 .megamenu__info .title,
.main-header .menu1 > ul > li.mega .megamenu .megamenu__col2 .megamenu__info-default .title {
  font-size: 22px;
  line-height: 1;
  font-weight: 700;
}
.main-header .menu1 > ul > li.mega .megamenu .megamenu__col2 .megamenu__info .image,
.main-header .menu1 > ul > li.mega .megamenu .megamenu__col2 .megamenu__info-default .image {
  margin: 4rem 0;
}
.main-header .menu1 > ul > li.mega .megamenu .megamenu__col2 .megamenu__info .text,
.main-header .menu1 > ul > li.mega .megamenu .megamenu__col2 .megamenu__info-default .text {
  text-align: center;
}
.main-header .menu1 > ul > li.mega .megamenu .megamenu__col2 .megamenu__info .text a,
.main-header .menu1 > ul > li.mega .megamenu .megamenu__col2 .megamenu__info-default .text a {
  font-size: 14px;
  color: black;
  font-weight: 700;
  font-style: normal;
  text-transform: capitalize;
  position: relative;
}
.main-header .menu1 > ul > li.mega .megamenu .megamenu__col2 .megamenu__info .text a:hover,
.main-header .menu1 > ul > li.mega .megamenu .megamenu__col2 .megamenu__info-default .text a:hover {
  color: #ef9b09;
}
.main-header .menu1 > ul > li.mega .megamenu .megamenu__col2 .megamenu__info .text a::before,
.main-header .menu1 > ul > li.mega .megamenu .megamenu__col2 .megamenu__info-default .text a::before {
  content: "";
  border-bottom: 1px solid black;
  position: absolute;
  width: 100%;
  display: block;
  margin: 0 auto;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.main-header .menu1 > ul > li.mega .megamenu .megamenu__col2 .megamenu__info .text a:hover::before,
.main-header .menu1 > ul > li.mega .megamenu .megamenu__col2 .megamenu__info-default .text a:hover::before {
  border-bottom: 1px solid #ef9b09;
}
.main-header .menu1 > ul > li.mega .megamenu .megamenu__col2 .megamenu__info-default {
  background: white;
  height: 100%;
}
.main-header .menu1 > ul > li.mega .megamenu .megamenu__col2 .megamenu__info-default .title {
  padding: 4rem 2rem;
}
.main-header .menu1 > ul > li.mega .megamenu .megamenu__col2 .megamenu__info-default .image {
  padding: 1rem;
  margin: 0;
}
.main-header .menu1 > ul > li.mega .megamenu.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main-header .menu1 > ul > li.mega:hover > a {
  color: #ef9b09;
}
@media (min-width: 992px) {
  .main-header .menu1 > ul > li.mega:hover .megamenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 767.98px) {
  .main-header .menu1 > ul {
    height: 75vh;
    overflow-y: scroll;
  }
}
.main-header .menu1 li span img {
  width: 12px;
  margin-left: 5px;
  margin-top: -3px;
}
.main-header .menu2 ul li {
  margin-left: 0.5rem;
}
.main-header .menu2 ul li button i {
  color: white;
  text-shadow: 0 0 3px rgb(0, 0, 0);
}
.main-header .menu2 ul li:first-child {
  margin-left: 0;
}
@media (min-width: 768px) {
  .main-header .menu2 ul {
    float: right;
  }
}
.main-header.open {
  background: #0e2c51;
  position: fixed;
  bottom: 0;
  padding-top: 1rem;
}
.main-header.open .menu1 {
  margin-top: 1rem;
}
.main-header.open .menu1 ul li {
  padding-right: 1rem;
  margin-bottom: 0.75rem;
}
.main-header.open .menu1 ul li a {
  font-weight: 400;
  font-size: 15px;
}
.main-header.open .menu1 ul li a:hover, .main-header.open .menu1 ul li a.active {
  color: #ef9b09;
}
.main-header.open .menu1 ul li:last-child {
  padding-right: 0;
}
.main-header.open .menu2 ul {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.main-header.open .menu2 ul li {
  margin-left: 1.5rem;
  margin-right: 1rem;
  margin-bottom: 0.75rem;
}
.main-header.open .menu2 ul li:first-child {
  width: 100%;
}
.main-header.open .menu2 ul li button i {
  text-shadow: 0 0 0;
}
.main-header.open .menu2 ul li a {
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  border: 1px solid transparent;
  display: inline-block;
  background: #ef9b09;
  color: white;
  text-shadow: 0 0 0;
  padding: 0.65rem 1.125rem !important;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.main-header.open .menu2 ul li a:hover {
  background: #0e2c51;
  color: white;
  border: 1px solid;
}
.main-header.open .menu2 ul li:first-child {
  margin-left: 0;
}

.main-content {
  position: relative;
}

section,
.section {
  padding: 200px 0;
}
@media (max-width: 767.98px) {
  section,
  .section {
    padding: 150px 0;
  }
}
section.section-form-contacto,
.section.section-form-contacto {
  padding: 100px 0 100px;
}
@media (max-width: 767.98px) {
  section.section-form-contacto,
  .section.section-form-contacto {
    padding: 25px 0 75px;
  }
}
section.related.products,
.section.related.products {
  padding: 100px 0;
}
section.related.products h2,
.section.related.products h2 {
  font-size: 34px;
}
section.related.products ul li,
.section.related.products ul li {
  margin-bottom: 7rem;
}

.section--md {
  padding: 150px 0;
}
@media (max-width: 767.98px) {
  .section--md {
    padding: 100px 0;
  }
}

.section--sm {
  padding: 100px 0;
}
@media (max-width: 767.98px) {
  .section--sm {
    padding: 75px 0;
  }
}

.section--xs {
  padding: 50px 0;
}
@media (max-width: 767.98px) {
  .section--xs {
    padding: 25px 0;
  }
}

.titleSection {
  margin-bottom: 4rem;
  line-height: 1;
}
.titleSection h2 {
  color: white;
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 800;
  line-height: 1;
  position: relative;
  padding-left: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  width: 100%;
}
.titleSection h2::before {
  content: "";
  background: url("/wp-content/themes/gabriela/html_template/public/img/ico-titulo.svg") center center no-repeat;
  position: absolute;
  width: 70px;
  height: 75px;
  border-radius: 50%;
  left: 0;
}
@media (max-width: 767.98px) {
  .titleSection h2::before {
    width: 52px;
    height: 52px;
  }
}
@media (max-width: 767.98px) {
  .titleSection h2 {
    font-size: 20px;
    padding-left: 70px;
  }
}
.titleSection.color-reverse h2 {
  color: #0e2c51;
}
.titleSection.titleSection--bloque h2 {
  color: #0e2c51;
  padding-left: 30px;
  font-size: 30px;
  line-height: 1.25;
}
@media (max-width: 767.98px) {
  .titleSection.titleSection--bloque h2 {
    font-size: 24px;
  }
}
.titleSection.titleSection--bloque h2::before {
  display: none;
}
.titleSection.titleSection--bloque h2::after {
  content: "";
  background: #ef9b09;
  position: absolute;
  width: 13px;
  height: 100%;
  left: 0;
}
.titleSection.titleSection--simple h2 {
  padding-left: 0;
  line-height: 1.25;
  font-size: 36px;
}
.titleSection.titleSection--simple h2::before, .titleSection.titleSection--simple h2::after {
  display: none;
}
.titleSection.titleSection--ico-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  margin-bottom: 1.25rem;
}
.titleSection.titleSection--ico-right h3 {
  line-height: 1.125;
  position: relative;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 22px;
  padding-left: 1.75rem;
}
.titleSection.titleSection--ico-right h3::before {
  content: "";
  background: #ef9b09;
  position: absolute;
  width: 5px;
  height: 100%;
  left: 10px;
}
.titleSection.titleSection--ico-right img {
  height: 50px;
}

.imgBackground {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
}
.imgBackground img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.imgBackground.imgBackground--mitadRight {
  z-index: 0;
  width: 50%;
  right: 0;
}
@media (max-width: 767.98px) {
  .imgBackground.imgBackground--mitadRight {
    position: relative;
    width: 100%;
  }
  .imgBackground.imgBackground--mitadRight img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.imgBackground.imgBackground--mitadRight.mapaContacto img {
  -o-object-fit: contain;
     object-fit: contain;
}
.imgBackground.img-filter-marcas img {
  -webkit-filter: grayscale(0.55);
          filter: grayscale(0.55);
}

.owl-carousel:not(.owl-nav--interno) .owl-stage-outer {
  z-index: 999;
}
.owl-carousel .owl-nav {
  position: absolute;
  top: 45%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.owl-carousel .owl-nav i,
.owl-carousel .owl-nav span {
  font-size: 3rem;
  color: #ef9b09;
}
@media (max-width: 767.98px) {
  .owl-carousel .owl-nav i,
  .owl-carousel .owl-nav span {
    font-size: 1.5rem;
    background: rgba(255, 255, 255, 0.125);
    padding: 0.75rem;
  }
}
.owl-carousel .owl-nav .owl-prev {
  margin-left: -45px;
}
.owl-carousel .owl-nav .owl-prev.disabled {
  opacity: 0.25;
}
.owl-carousel .owl-nav .owl-next {
  margin-right: -45px;
}
.owl-carousel .owl-nav .owl-next.disabled {
  opacity: 0.25;
}
.owl-carousel.owl-nav--interno .owl-nav {
  top: 45%;
}
.owl-carousel.owl-nav--interno .owl-nav .owl-prev {
  margin-left: 50px;
}
@media (max-width: 767.98px) {
  .owl-carousel.owl-nav--interno .owl-nav .owl-prev {
    margin-left: 0;
  }
}
.owl-carousel.owl-nav--interno .owl-nav .owl-next {
  margin-right: 50px;
}
@media (max-width: 767.98px) {
  .owl-carousel.owl-nav--interno .owl-nav .owl-next {
    margin-right: 0;
  }
}

.mainSlider {
  position: relative;
}
.mainSlider .owl-carousel .item .mainSlider__title {
  position: absolute;
  top: 45%;
  z-index: 999;
  color: white;
  font-weight: 800;
  font-size: 46px;
  line-height: 1.15;
  width: 100%;
}
@media (max-width: 767.98px) {
  .mainSlider .owl-carousel .item .mainSlider__title {
    font-size: 20px;
    top: 40%;
  }
}
@media (max-width: 991.98px) {
  .mainSlider .owl-carousel .item .mainSlider__title.twoLines {
    top: 50%;
  }
}
@media (max-width: 991.98px) {
  .mainSlider .owl-carousel .item .mainSlider__title.fourLines {
    top: 30%;
  }
}
.mainSlider .owl-carousel .item .mainSlider__title .container .lasText {
  font-style: italic;
  font-weight: 400;
  font-size: 36px;
}
@media (max-width: 767.98px) {
  .mainSlider .owl-carousel .item .mainSlider__title .container .lasText {
    font-size: 16px;
  }
}
.mainSlider .owl-carousel .item .mainSlider__title .container > div {
  position: relative;
  padding-left: 2rem;
}
@media (max-width: 767.98px) {
  .mainSlider .owl-carousel .item .mainSlider__title .container > div {
    padding-left: 0.75rem;
  }
}
.mainSlider .owl-carousel .item .mainSlider__title .container > div::before {
  content: "";
  width: 10px;
  background: #ef9b09;
  height: 100%;
  position: absolute;
  left: 0;
}
@media (max-width: 767.98px) {
  .mainSlider .owl-carousel .item .mainSlider__title .container > div::before {
    width: 3px;
  }
}
@media (max-width: 767.98px) {
  .mainSlider .owl-carousel .item .mainSlider__image.page_category {
    height: 250px;
  }
  .mainSlider .owl-carousel .item .mainSlider__image.page_category img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: left;
       object-position: left;
    width: 100%;
    height: 100%;
  }
}
.mainSlider .owl-carousel.owl-small .mainSlider__title {
  bottom: 0.75rem;
  top: inherit;
}
@media (max-width: 767.98px) {
  .mainSlider .owl-carousel.owl-small .mainSlider__title {
    bottom: 0.25rem;
  }
}
.mainSlider .owl-carousel.owl-small .mainSlider__title h1 {
  font-weight: 800;
  text-transform: uppercase;
  font-size: 60px;
}
@media (max-width: 767.98px) {
  .mainSlider .owl-carousel.owl-small .mainSlider__title h1 {
    font-size: 22px;
  }
}
.mainSlider.mainSlider__full-screen picture {
  display: block;
  height: 100vh;
}
.mainSlider.mainSlider__full-screen picture img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}

.productosDestacados {
  position: relative;
}
@media (max-width: 991.98px) {
  .productosDestacados {
    padding: 4rem 0;
  }
}
@media (min-width: 992px) {
  .productosDestacados {
    margin-top: -6rem;
  }
}
@media (min-width: 992px) {
  .productosDestacados .titleSection {
    margin-left: -104px;
  }
}
@media (max-width: 767.98px) {
  .productosDestacados .productosDestacados__uno {
    margin-bottom: 1rem;
  }
}
.productosDestacados .productosDestacados__uno article {
  position: relative;
}
.productosDestacados .productosDestacados__uno article img {
  width: 93%;
}
@media (max-width: 767.98px) {
  .productosDestacados .productosDestacados__uno article img {
    padding: 0 2rem;
  }
}
.productosDestacados .productosDestacados__uno article .wrapper {
  width: 93%;
  padding: 1.75rem;
}
@media (max-width: 767.98px) {
  .productosDestacados .productosDestacados__uno article .wrapper {
    padding: 1rem;
  }
}
.productosDestacados .productosDestacados__uno article .wrapper h3 {
  font-size: 24px;
  font-weight: 800;
  text-transform: uppercase;
  color: #0e2c51;
}
@media (max-width: 767.98px) {
  .productosDestacados .productosDestacados__uno article .wrapper h3 {
    font-size: 22px;
  }
}
.productosDestacados .productosDestacados__uno article .wrapper .verFicha {
  margin-bottom: 1rem;
  display: none;
}
.productosDestacados .productosDestacados__uno article .wrapper .verFicha a {
  font-size: 20px;
  color: #0e2c51;
  font-weight: normal;
  font-style: italic;
  text-transform: inherit;
  position: relative;
}
.productosDestacados .productosDestacados__uno article .wrapper .verFicha a:hover {
  color: #ef9b09;
}
.productosDestacados .productosDestacados__uno article .wrapper .verFicha a::before {
  content: "";
  border-bottom: 1px dashed #0e2c51;
  position: absolute;
  width: 100%;
  display: block;
  margin: 0 auto;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.productosDestacados .productosDestacados__uno article .wrapper .verFicha a:hover::before {
  border-bottom: 1px solid #ef9b09;
}
@media (max-width: 767.98px) {
  .productosDestacados .productosDestacados__uno article .wrapper .verFicha a {
    font-size: 15px;
  }
}
.productosDestacados .productosDestacados__uno article .wrapper .verProducto {
  display: block;
}
.productosDestacados .productosDestacados__uno article .wrapper .verProducto a {
  background: #0e2c51;
  color: white;
  display: inline-block;
  font-size: 18px;
  padding: 8px 16px;
  line-height: 1;
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  .productosDestacados .productosDestacados__uno article .wrapper .verProducto a {
    font-size: 15px;
  }
}
.productosDestacados .productosDestacados__uno article .wrapper .verProducto a:hover {
  background: #ef9b09;
}
.productosDestacados .productosDestacados__uno article::before {
  content: "";
  background: white;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 93%;
  z-index: -1;
}
@media (max-width: 767.98px) {
  .productosDestacados .productosDestacados__uno article::before {
    width: 100%;
  }
}
.productosDestacados .productosDestacados__varios {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.productosDestacados .productosDestacados__varios article {
  background: #0e2c51;
  margin-bottom: 4rem;
  width: 45%;
  -webkit-box-shadow: 18px 18px 18px rgba(0, 0, 0, 0.65);
          box-shadow: 18px 18px 18px rgba(0, 0, 0, 0.65);
}
@media (max-width: 767.98px) {
  .productosDestacados .productosDestacados__varios article {
    width: 48.15%;
    margin-bottom: 1rem;
  }
}
.productosDestacados .productosDestacados__varios article:nth-child(3), .productosDestacados .productosDestacados__varios article:nth-child(4) {
  margin-bottom: 0;
}
.productosDestacados .productosDestacados__varios article .wrapper {
  padding: 1.25rem;
}
.productosDestacados .productosDestacados__varios article .wrapper h3 {
  color: white;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
}
.productosDestacados .productosDestacados__varios article .wrapper .verFicha {
  margin-bottom: 0.75rem;
  display: none;
}
.productosDestacados .productosDestacados__varios article .wrapper .verFicha a {
  position: relative;
  font-size: 14px;
  color: #ef9b09;
  font-weight: normal;
  font-style: italic;
  text-transform: inherit;
  position: relative;
}
.productosDestacados .productosDestacados__varios article .wrapper .verFicha a:hover {
  color: white;
}
.productosDestacados .productosDestacados__varios article .wrapper .verFicha a::before {
  content: "";
  border-bottom: 1px dashed #ef9b09;
  position: absolute;
  width: 100%;
  display: block;
  margin: 0 auto;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.productosDestacados .productosDestacados__varios article .wrapper .verFicha a:hover::before {
  border-bottom: 1px solid white;
}
.productosDestacados .productosDestacados__varios article .wrapper .verProducto {
  display: block;
}
.productosDestacados .productosDestacados__varios article .wrapper .verProducto a {
  background: #ef9b09;
  display: inline-block;
  font-weight: 600;
  font-size: 13px;
  padding: 8px 16px;
  line-height: 1;
  text-transform: uppercase;
}
.productosDestacados .productosDestacados__varios article .wrapper .verProducto a:hover {
  background: white;
  color: #0e2c51;
}

@media (min-width: 992px) {
  .bloqueSegurindustria {
    padding-bottom: 0 !important;
  }
}
.bloqueSegurindustria .wrapper {
  margin-bottom: 3rem;
}
@media (max-width: 991.98px) {
  .bloqueSegurindustria .wrapper {
    margin-bottom: 2.5rem;
    text-align: justify;
  }
}
.bloqueSegurindustria p {
  font-size: 20px;
  font-weight: 700;
  margin-left: 30px;
  color: #0e2c51;
}
@media (max-width: 767.98px) {
  .bloqueSegurindustria p {
    font-size: 18px;
    padding-right: 2rem;
  }
  .bloqueSegurindustria p br {
    display: none;
  }
}
.bloqueSegurindustria .bloqueSegurindustria__image {
  padding-right: 4rem;
}
@media (max-width: 767.98px) {
  .bloqueSegurindustria .bloqueSegurindustria__image {
    padding-right: 0;
    margin-bottom: 1rem;
  }
}
.bloqueSegurindustria .bloqueSegurindustria__icono {
  margin-left: 30px;
}
@media (min-width: 992px) {
  .bloqueSegurindustria .bloqueSegurindustria__ver-mas {
    margin-left: 30px;
  }
}
@media (max-width: 991.98px) {
  .bloqueSegurindustria .bloqueSegurindustria__ver-mas {
    padding: 2rem 0 0 2rem;
  }
}
.bloqueSegurindustria .bloqueSegurindustria__ver-mas a {
  font-weight: 800;
  font-size: 20px;
  position: relative;
}
.bloqueSegurindustria .bloqueSegurindustria__ver-mas a::before {
  content: "";
  border-bottom: 1px dashed #0e2c51;
  position: absolute;
  width: 100%;
  display: block;
  margin: 0 auto;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.bloqueSegurindustria .bloqueSegurindustria__ver-mas a:hover::before {
  border-bottom: 1px solid #ef9b09;
}
@media (max-width: 991.98px) {
  .bloqueSegurindustria .bloqueSegurindustria__ver-mas a {
    font-size: 16px;
  }
}

.bloqueNuestrasOficinas {
  padding: 0;
}
.bloqueNuestrasOficinas .container {
  padding-top: 100px;
  padding-bottom: 50px;
}
@media (max-width: 767.98px) {
  .bloqueNuestrasOficinas .container .col-md-4 {
    margin-bottom: 3rem;
  }
  .bloqueNuestrasOficinas .container .col-md-4:last-child {
    margin-bottom: 0;
  }
}
.bloqueNuestrasOficinas .titleSection--simple {
  margin-bottom: 2.5rem;
}
.bloqueNuestrasOficinas .wrapper h3 {
  font-size: 30px;
  line-height: 1;
  color: white;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 800;
  margin-bottom: 1rem;
}
@media (max-width: 767.98px) {
  .bloqueNuestrasOficinas .wrapper h3 {
    font-size: 24px;
  }
}
.bloqueNuestrasOficinas .wrapper section {
  padding: 0;
}
.bloqueNuestrasOficinas .wrapper section h4 {
  font-weight: 700;
  font-size: 18px;
}
.bloqueNuestrasOficinas .wrapper section ul li {
  line-height: 1.75;
}
.bloqueNuestrasOficinas .wrapper section ul li a {
  position: relative;
  color: white;
}
.bloqueNuestrasOficinas .wrapper section ul li a::before {
  content: "";
  border-bottom: 1px dashed rgba(255, 255, 255, 0.5);
  position: absolute;
  width: 100%;
  display: block;
  margin: 0 auto;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.bloqueNuestrasOficinas .wrapper section ul li a:hover::before {
  border-bottom: 1px solid #ef9b09;
}
.bloqueNuestrasOficinas .wrapper section ul li a:hover {
  color: #ef9b09;
}
.bloqueNuestrasOficinas .wrapper .mapa-division {
  background: white;
  height: 2px;
  width: 100%;
  margin: 1.5rem 0;
}
.bloqueNuestrasOficinas .adorno {
  z-index: 0 !important;
}

.categoriaSlider {
  position: relative;
}
.categoriaSlider .owl-carousel {
  margin-top: 7rem;
}
@media (max-width: 767.98px) {
  .categoriaSlider .owl-carousel {
    margin-top: 0;
  }
}

.c-categoria {
  position: relative;
}
.c-categoria .categoriaSlider__image {
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.c-categoria .categoriaSlider__image::after {
  content: "";
  background: rgba(0, 0, 0, 0.45);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.c-categoria .categoriaSlider__image img {
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.c-categoria .categoriaSlider__title {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-categoria .categoriaSlider__title a {
  padding: 2rem;
  text-align: center;
  width: 100%;
}
.c-categoria .categoriaSlider__title a h3 {
  font-size: 23px;
  font-weight: bold;
  text-transform: uppercase;
  color: white;
  margin: 0;
}
@media (max-width: 767.98px) {
  .c-categoria .categoriaSlider__title a h3 {
    font-size: 20px;
  }
}
.c-categoria:hover .categoriaSlider__image::after {
  background: rgba(0, 0, 0, 0.75);
}
.c-categoria:hover .categoriaSlider__image img {
  -webkit-transform: scale(1.2) rotate(3deg);
          transform: scale(1.2) rotate(3deg);
}

.nuestrasMarcas {
  position: relative;
}
@media (max-width: 767.98px) {
  .nuestrasMarcas .titleSection.titleSection--simple h2 {
    display: inline-block;
    text-align: center;
    margin-bottom: 1.5rem;
  }
  .nuestrasMarcas .titleSection.titleSection--simple h2 br {
    display: none;
  }
}
.nuestrasMarcas .nuestrasMarcas__adorno {
  top: -70px;
  left: 0;
}
.nuestrasMarcas ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  margin: 0;
  padding: 0;
  list-style: none;
}
.nuestrasMarcas ul li {
  margin: 1rem 2rem;
}
.nuestrasMarcas ul li img {
  height: 40px;
}
@media (max-width: 767.98px) {
  .nuestrasMarcas ul li img {
    height: 30px;
  }
}

.main-footer {
  background: #0e2642;
  padding: 50px 0;
  clear: both;
}
@media (max-width: 991.98px) {
  .main-footer {
    padding: 75px 0;
  }
}
.main-footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.main-footer ul li {
  margin: 8px 0;
}
.main-footer ul li span {
  font-weight: 800;
  font-size: 15px;
}
.main-footer ul li:last-child {
  margin-bottom: 0;
}
.main-footer .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767.98px) {
  .main-footer .wrapper {
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .main-footer .wrapper > div {
    margin-bottom: 1rem;
  }
  .main-footer .wrapper > div:last-child {
    margin-bottom: 0;
  }
}
.main-footer .wrapper .footer1 ul li:last-child a,
.main-footer .wrapper .footer2 a,
.main-footer .wrapper .footer3 a,
.main-footer .wrapper .footer4 a {
  font-size: 16px;
  color: white;
  font-weight: 300;
  font-style: normal;
  text-transform: uppercase;
  position: relative;
}
.main-footer .wrapper .footer1 ul li:last-child a:hover,
.main-footer .wrapper .footer2 a:hover,
.main-footer .wrapper .footer3 a:hover,
.main-footer .wrapper .footer4 a:hover {
  color: #ef9b09;
}
.main-footer .wrapper .footer1 ul li:last-child a::before,
.main-footer .wrapper .footer2 a::before,
.main-footer .wrapper .footer3 a::before,
.main-footer .wrapper .footer4 a::before {
  content: "";
  border-bottom: 1px dashed transparent;
  position: absolute;
  width: 100%;
  display: block;
  margin: 0 auto;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.main-footer .wrapper .footer1 ul li:last-child a:hover::before,
.main-footer .wrapper .footer2 a:hover::before,
.main-footer .wrapper .footer3 a:hover::before,
.main-footer .wrapper .footer4 a:hover::before {
  border-bottom: 1px solid #ef9b09;
}
.main-footer .wrapper .footer1 img {
  margin-bottom: 2rem;
}
@media (max-width: 767.98px) {
  .main-footer .wrapper .footer1 img {
    width: 300px;
  }
}
.main-footer .wrapper .footer1 ul li {
  text-align: center;
}
.main-footer .wrapper .footer4 p {
  font-weight: 300;
}
.main-footer .wrapper .footer4 ul:not(.listSocialLinks) li {
  margin: 0;
}
.main-footer .wrapper .footer4 ul:not(.listSocialLinks) li a {
  text-transform: lowercase;
}
.main-footer .wrapper .footer4 ul.listSocialLinks {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
.main-footer .wrapper .footer4 ul.listSocialLinks li {
  margin: 0 0 0 1.125rem;
}
.main-footer .wrapper .footer4 ul.listSocialLinks li:first-child {
  margin-left: 3rem;
}
@media (max-width: 767.98px) {
  .main-footer .wrapper .footer4 ul.listSocialLinks li:first-child {
    margin-top: 1rem;
    margin-left: 0;
  }
}
.main-footer .wrapper .footer4 ul.listSocialLinks li a {
  font-size: 1.75rem;
}

.marcasSlider {
  position: relative;
}
.marcasSlider .wrapper .image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 2rem;
}
.marcasSlider .wrapper .image img {
  max-height: 50px;
  width: auto;
}
.marcasSlider .wrapper .text p {
  color: white;
  text-align: justify;
}
.marcasSlider .wrapper .text p:last-child {
  margin-bottom: 0;
}

.newsletter {
  padding: 125px 0 55px;
}
@media (max-width: 767.98px) {
  .newsletter {
    padding: 55px 0;
  }
}
.newsletter .titleSection {
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .newsletter .titleSection {
    margin-bottom: 1.5rem;
  }
}
.newsletter .titleSection h2 {
  font-size: 22px;
}
@media (max-width: 767.98px) {
  .newsletter .titleSection h2 {
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.newsletter form .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.newsletter form .form-group .form-item {
  width: 100%;
}
.newsletter form .form-group .text-email {
  width: 100%;
  margin-right: 1rem;
}
@media (max-width: 767.98px) {
  .newsletter form .form-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .newsletter form .form-group .text-email {
    margin-bottom: 0.75rem;
    padding: 0.75rem;
    text-align: center;
  }
  .newsletter form .form-group button {
    margin: 0 auto;
    width: 50%;
  }
}

ul.products li.product {
  margin-bottom: 2rem;
}
@media (max-width: 767.98px) {
  ul.products li.product {
    margin-bottom: 1rem;
  }
}
ul.products li.product a img {
  max-width: 100%;
  width: 300px;
  height: auto;
  margin-bottom: 0 !important;
}
ul.products li.product a h2 {
  font-size: 19px !important;
  font-weight: 800;
  text-transform: uppercase;
  padding: 1rem 1rem !important;
  margin: 0 !important;
}
@media (max-width: 767.98px) {
  ul.products li.product a h2 {
    padding: 0.5rem 0.5rem 0.125rem !important;
  }
}
ul.products li.product a .price {
  padding: 0 1rem 1rem;
  display: inline-block;
}
@media (max-width: 767.98px) {
  ul.products li.product a .price {
    padding: 0 0.5rem 0.5rem;
  }
}
ul.products li.product a .marca-in-loop {
  position: absolute;
  top: 0;
  right: 0;
}
ul.products li.product a .marca-in-loop img {
  height: 70px;
  width: 102px;
}
@media (max-width: 991.98px) {
  ul.products li.product a .marca-in-loop img {
    height: 40px;
    width: 58px;
  }
}
ul.products li.product a.wa-shop-button {
  margin: 0 auto 0 !important;
  display: block !important;
}

.woocommerce div.product form.cart {
  margin-bottom: 0;
}

.singleProduct .woocommerce-product-gallery,
.singleProduct .galeriaProducto,
.singleProduct .woo-variation-gallery-wrapper,
.product .woocommerce-product-gallery,
.product .galeriaProducto,
.product .woo-variation-gallery-wrapper {
  background: #f2f2f2;
}
.singleProduct .woocommerce-product-gallery .woo-variation-gallery-thumbnail-wrapper,
.singleProduct .galeriaProducto .woo-variation-gallery-thumbnail-wrapper,
.singleProduct .woo-variation-gallery-wrapper .woo-variation-gallery-thumbnail-wrapper,
.product .woocommerce-product-gallery .woo-variation-gallery-thumbnail-wrapper,
.product .galeriaProducto .woo-variation-gallery-thumbnail-wrapper,
.product .woo-variation-gallery-wrapper .woo-variation-gallery-thumbnail-wrapper {
  padding: 0 10px 10px 10px;
}
.singleProduct .woocommerce-product-gallery .woo-variation-gallery-thumbnail-wrapper .wvg-gallery-thumbnail-image,
.singleProduct .galeriaProducto .woo-variation-gallery-thumbnail-wrapper .wvg-gallery-thumbnail-image,
.singleProduct .woo-variation-gallery-wrapper .woo-variation-gallery-thumbnail-wrapper .wvg-gallery-thumbnail-image,
.product .woocommerce-product-gallery .woo-variation-gallery-thumbnail-wrapper .wvg-gallery-thumbnail-image,
.product .galeriaProducto .woo-variation-gallery-thumbnail-wrapper .wvg-gallery-thumbnail-image,
.product .woo-variation-gallery-wrapper .woo-variation-gallery-thumbnail-wrapper .wvg-gallery-thumbnail-image {
  background-color: white;
  opacity: 1;
}
.singleProduct .woocommerce-product-gallery .woo-variation-gallery-thumbnail-wrapper .wvg-gallery-thumbnail-image img,
.singleProduct .galeriaProducto .woo-variation-gallery-thumbnail-wrapper .wvg-gallery-thumbnail-image img,
.singleProduct .woo-variation-gallery-wrapper .woo-variation-gallery-thumbnail-wrapper .wvg-gallery-thumbnail-image img,
.product .woocommerce-product-gallery .woo-variation-gallery-thumbnail-wrapper .wvg-gallery-thumbnail-image img,
.product .galeriaProducto .woo-variation-gallery-thumbnail-wrapper .wvg-gallery-thumbnail-image img,
.product .woo-variation-gallery-wrapper .woo-variation-gallery-thumbnail-wrapper .wvg-gallery-thumbnail-image img {
  opacity: 0.25;
  -webkit-filter: grayscale(0.5);
          filter: grayscale(0.5);
}
.singleProduct .woocommerce-product-gallery .woo-variation-gallery-thumbnail-wrapper .wvg-gallery-thumbnail-image.current-thumbnail img,
.singleProduct .galeriaProducto .woo-variation-gallery-thumbnail-wrapper .wvg-gallery-thumbnail-image.current-thumbnail img,
.singleProduct .woo-variation-gallery-wrapper .woo-variation-gallery-thumbnail-wrapper .wvg-gallery-thumbnail-image.current-thumbnail img,
.product .woocommerce-product-gallery .woo-variation-gallery-thumbnail-wrapper .wvg-gallery-thumbnail-image.current-thumbnail img,
.product .galeriaProducto .woo-variation-gallery-thumbnail-wrapper .wvg-gallery-thumbnail-image.current-thumbnail img,
.product .woo-variation-gallery-wrapper .woo-variation-gallery-thumbnail-wrapper .wvg-gallery-thumbnail-image.current-thumbnail img {
  opacity: 1;
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}
.singleProduct .woocommerce-product-gallery .woo-variation-gallery-thumbnail-wrapper .wvg-gallery-thumbnail-image:hover img,
.singleProduct .galeriaProducto .woo-variation-gallery-thumbnail-wrapper .wvg-gallery-thumbnail-image:hover img,
.singleProduct .woo-variation-gallery-wrapper .woo-variation-gallery-thumbnail-wrapper .wvg-gallery-thumbnail-image:hover img,
.product .woocommerce-product-gallery .woo-variation-gallery-thumbnail-wrapper .wvg-gallery-thumbnail-image:hover img,
.product .galeriaProducto .woo-variation-gallery-thumbnail-wrapper .wvg-gallery-thumbnail-image:hover img,
.product .woo-variation-gallery-wrapper .woo-variation-gallery-thumbnail-wrapper .wvg-gallery-thumbnail-image:hover img {
  opacity: 1;
}
.singleProduct .summary,
.product .summary {
  width: 45%;
  float: right;
}
@media (min-width: 992px) {
  .singleProduct .summary,
  .product .summary {
    padding-left: 2rem;
    margin-bottom: 7rem !important;
  }
}
.singleProduct .summary .logoProducto,
.product .summary .logoProducto {
  text-align: right;
  margin-bottom: 1.5rem;
}
.singleProduct .summary h1,
.product .summary h1 {
  font-weight: 800;
  text-transform: uppercase;
  color: #0e2c51;
  margin-bottom: 1.5rem;
}
.singleProduct .summary .price,
.product .summary .price {
  font-size: 20px;
  color: #0e2c51;
}
.singleProduct .summary > p,
.singleProduct .summary .woocommerce-product-details__short-description,
.product .summary > p,
.product .summary .woocommerce-product-details__short-description {
  font-size: 18px;
  font-weight: 300;
  color: black;
}
@media (max-width: 991.98px) {
  .singleProduct .summary > p,
  .singleProduct .summary .woocommerce-product-details__short-description,
  .product .summary > p,
  .product .summary .woocommerce-product-details__short-description {
    text-align: justify;
  }
}
.singleProduct .summary table p,
.product .summary table p {
  text-align: left;
}
.singleProduct .summary .product_meta .sku_wrapper_000,
.singleProduct .summary .product_meta .posted_in,
.singleProduct .summary .quantity,
.product .summary .product_meta .sku_wrapper_000,
.product .summary .product_meta .posted_in,
.product .summary .quantity {
  display: none !important;
}
.singleProduct .summary .product_meta .sku_wrapper,
.product .summary .product_meta .sku_wrapper {
  margin-top: 0.5rem;
  font-size: 0.9rem;
  display: inline-block;
}
.singleProduct .summary .variations_form:not(div),
.product .summary .variations_form:not(div) {
  margin: 1.5rem 0 !important;
}
.singleProduct .summary .variations_form label,
.product .summary .variations_form label {
  color: #0e2c51;
}
.singleProduct .summary .variations_form .reset_variations,
.product .summary .variations_form .reset_variations {
  display: none !important;
}
.singleProduct .summary .variations_form .variations,
.product .summary .variations_form .variations {
  margin-bottom: 0 !important;
}
.singleProduct .summary .variations_form .variations tbody tr,
.product .summary .variations_form .variations tbody tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 1rem;
}
.singleProduct .summary .variations_form .variations tbody tr th,
.product .summary .variations_form .variations tbody tr th {
  display: block;
}
.singleProduct .summary .variations_form .variations tbody tr th label,
.product .summary .variations_form .variations tbody tr th label {
  text-transform: uppercase;
}
.singleProduct .summary .variations_form .variations tbody tr:last-child,
.product .summary .variations_form .variations tbody tr:last-child {
  margin-bottom: 0;
}
.singleProduct .summary .variations_form .variations .woo-selected-variation-item-name,
.product .summary .variations_form .variations .woo-selected-variation-item-name {
  font-weight: 400;
  color: #777;
}
.singleProduct .summary .wa-order-button,
.product .summary .wa-order-button {
  border: 0;
}
.singleProduct .summary .metaFichaShare,
.product .summary .metaFichaShare {
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767.98px) {
  .singleProduct .summary .metaFichaShare,
  .product .summary .metaFichaShare {
    display: block;
  }
}
.singleProduct .summary .metaFichaShare .fichaProducto a,
.product .summary .metaFichaShare .fichaProducto a {
  font-size: 18px;
  color: #0e2c51;
  font-weight: 800;
  line-height: 1.5;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.singleProduct .summary .metaFichaShare .fichaProducto a span,
.product .summary .metaFichaShare .fichaProducto a span {
  position: relative;
}
.singleProduct .summary .metaFichaShare .fichaProducto a span::before,
.product .summary .metaFichaShare .fichaProducto a span::before {
  content: "";
  border-bottom: 1px dashed #0e2c51;
  position: absolute;
  width: 100%;
  display: block;
  margin: 0 auto;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.singleProduct .summary .metaFichaShare .fichaProducto a span:hover::before,
.product .summary .metaFichaShare .fichaProducto a span:hover::before {
  border-bottom: 1px solid #ef9b09;
}
.singleProduct .summary .metaFichaShare .fichaProducto a i,
.product .summary .metaFichaShare .fichaProducto a i {
  font-size: 40px;
  background: white;
  color: #ef9b09;
  padding-right: 0.5rem;
}
@media (max-width: 767.98px) {
  .singleProduct .summary .metaFichaShare .fichaProducto a i,
  .product .summary .metaFichaShare .fichaProducto a i {
    font-size: 34px;
  }
}
.singleProduct .summary .metaFichaShare .fichaProducto a:hover,
.product .summary .metaFichaShare .fichaProducto a:hover {
  color: #ef9b09;
}
.singleProduct .summary .metaFichaShare .fichaProducto a:hover i,
.product .summary .metaFichaShare .fichaProducto a:hover i {
  color: #ef9b09;
}
@media (max-width: 767.98px) {
  .singleProduct .summary .metaFichaShare .fichaProducto a,
  .product .summary .metaFichaShare .fichaProducto a {
    font-size: 16px;
  }
}
@media (max-width: 767.98px) {
  .singleProduct .summary .metaFichaShare .shareProducto,
  .product .summary .metaFichaShare .shareProducto {
    margin-top: 1rem;
  }
}
.singleProduct .summary .metaFichaShare .shareProducto ul,
.product .summary .metaFichaShare .shareProducto ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.singleProduct .summary .metaFichaShare .shareProducto ul li,
.product .summary .metaFichaShare .shareProducto ul li {
  margin-left: 1rem;
  line-height: 1.25;
}
.singleProduct .summary .metaFichaShare .shareProducto ul li span,
.product .summary .metaFichaShare .shareProducto ul li span {
  color: #0e2c51;
}
.singleProduct .summary .metaFichaShare .shareProducto ul li:first-child,
.product .summary .metaFichaShare .shareProducto ul li:first-child {
  margin-left: 0;
}
.singleProduct .summary .metaFichaShare .shareProducto ul li a,
.product .summary .metaFichaShare .shareProducto ul li a {
  font-size: 1.75rem;
}
@media (max-width: 767.98px) {
  .singleProduct .summary .metaFichaShare .shareProducto ul li a,
  .product .summary .metaFichaShare .shareProducto ul li a {
    font-size: 1.5rem;
  }
}
.singleProduct .summary .woocommerce-variation-availability .stock,
.singleProduct .summary .woocommerce-variation-availability .in-stock,
.product .summary .woocommerce-variation-availability .stock,
.product .summary .woocommerce-variation-availability .in-stock {
  display: none;
}
.singleProduct .summary .woocommerce-product-details__short-description table,
.product .summary .woocommerce-product-details__short-description table {
  width: 100%;
}
.singleProduct .summary .woocommerce-product-details__short-description table tbody tr td,
.product .summary .woocommerce-product-details__short-description table tbody tr td {
  border: 1px solid;
  padding: 0.75rem;
}
.singleProduct .summary .woocommerce-product-details__short-description table tbody tr td:first-child,
.product .summary .woocommerce-product-details__short-description table tbody tr td:first-child {
  width: 35%;
}
.singleProduct .summary .woocommerce-product-details__short-description table tbody tr td p,
.product .summary .woocommerce-product-details__short-description table tbody tr td p {
  font-size: 0.9rem;
  line-height: 1;
  margin: 0;
}
.singleProduct .summary .woocommerce-product-details__short-description.variation-description table tbody tr td,
.product .summary .woocommerce-product-details__short-description.variation-description table tbody tr td {
  border-top: 0;
}
.singleProduct .woocommerce-tabs,
.product .woocommerce-tabs {
  padding-top: 3rem;
  clear: both;
}
.singleProduct .woocommerce-tabs > ul,
.product .woocommerce-tabs > ul {
  display: none;
}
.singleProduct .woocommerce-tabs .woocommerce-Tabs-panel--description h2,
.product .woocommerce-tabs .woocommerce-Tabs-panel--description h2 {
  font-weight: 800;
  text-transform: uppercase;
  font-size: 20px;
  color: #0e2c51;
  margin-bottom: 0.75rem !important;
}
.singleProduct .woocommerce-tabs .woocommerce-Tabs-panel--description p,
.product .woocommerce-tabs .woocommerce-Tabs-panel--description p {
  font-size: 18px;
  font-weight: 300;
}
.singleProduct > section.related,
.product > section.related {
  padding-top: 5rem;
  margin-bottom: 1.25rem;
  padding-bottom: 0;
}
.singleProduct > section.related ul li,
.product > section.related ul li {
  margin-bottom: 0 !important;
}
@media (max-width: 991.98px) {
  .singleProduct > section.related ul li,
  .product > section.related ul li {
    margin-bottom: 1.5rem !important;
  }
}

.product_meta {
  z-index: 99999;
}

.woo-variation-product-gallery {
  margin-bottom: 7rem !important;
}
@media (max-width: 767.98px) {
  .woo-variation-product-gallery {
    width: 100% !important;
  }
}

.wa-shop-button,
.wa-order-button {
  padding: 0.75rem 1rem !important;
  border-radius: 0 !important;
}
.wa-shop-button::before,
.wa-order-button::before {
  width: 22px !important;
}

.c-botonEstilo1 {
  font-size: 22px;
  color: #0e2c51;
  font-weight: 800;
  line-height: 1.5;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.c-botonEstilo1 span {
  position: relative;
}
.c-botonEstilo1 span::before {
  content: "";
  border-bottom: 1px dashed #0e2c51;
  position: absolute;
  width: 100%;
  display: block;
  margin: 0 auto;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.c-botonEstilo1 span:hover::before {
  border-bottom: 1px solid #ef9b09;
}
.c-botonEstilo1 i {
  font-size: 50px;
  background: white;
  color: #ef9b09;
  padding-right: 0.5rem;
}
@media (max-width: 767.98px) {
  .c-botonEstilo1 i {
    font-size: 44px;
  }
}
.c-botonEstilo1:hover {
  color: #ef9b09;
}
.c-botonEstilo1:hover i {
  color: #ef9b09;
}
@media (max-width: 767.98px) {
  .c-botonEstilo1 {
    font-size: 18px;
  }
}

.c-botonEstilo2 {
  line-height: 1;
  border: 1px solid transparent;
  display: inline-block;
  background: #ef9b09;
  color: white;
  text-shadow: 0 0 0;
  padding: 0.65rem 1.125rem !important;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.c-botonEstilo2:hover {
  background: #0e2c51;
  color: white;
  border: 1px solid;
}

.c-botonEstilo3 {
  border-bottom: 1px solid;
}

.c-botonEstilo4 {
  font-size: 14px;
  position: relative;
  color: #0e2c51;
  font-weight: 800;
  line-height: 1.5;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.c-botonEstilo4 span {
  position: relative;
}
.c-botonEstilo4 span::before {
  content: "";
  border-bottom: 1px dashed #0e2c51;
  position: absolute;
  width: 100%;
  display: block;
  margin: 0 auto;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.c-botonEstilo4 span:hover::before {
  border-bottom: 1px solid #ef9b09;
}
.c-botonEstilo4 i {
  font-size: 30px;
  background: white;
  color: #ef9b09;
  padding-right: 0.5rem;
}
@media (max-width: 767.98px) {
  .c-botonEstilo4 i {
    font-size: 24px;
  }
}
.c-botonEstilo4:hover {
  color: #ef9b09;
}
.c-botonEstilo4:hover i {
  color: #ef9b09;
}

.c-formulario .frm_form_field {
  margin-bottom: 1rem;
}
.c-formulario .frm_form_field label {
  color: #0e2c51;
  padding-bottom: 0.25rem;
  font-weight: 600;
  font-size: 15px;
  padding-left: 0.5rem;
}
.c-formulario .frm_form_field .frm_checkbox label {
  color: #666;
  font-weight: 400;
}
.c-formulario .frm_form_field textarea {
  height: 110px;
}
.c-formulario .frm_form_field .recaptcha {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.c-formulario .frm_form_field .recaptcha div {
  background: #dddddd;
  width: 320px;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-formulario .frm_submit {
  text-align: right;
}
.c-formulario .frm_submit button {
  padding-left: 50px !important;
  padding-right: 50px !important;
  text-transform: uppercase;
}
.c-formulario a {
  position: relative;
}
.c-formulario a::before {
  content: "";
  position: absolute;
  width: 100%;
  border-bottom: 1px dotted;
  bottom: 0;
  left: 0;
}
.c-formulario a.frm_button::before {
  display: none;
}

.red {
  color: red;
}

@media (min-width: 768px) {
  aside.widget-area {
    width: 85%;
  }
}
aside.widget-area h3 {
  color: #0e2c51;
}
aside.widget-area h3.berocket_ajax_group_filter_title {
  font-size: 19px;
  font-weight: 700;
  margin-bottom: 1rem;
}
aside.widget-area .bapf_head {
  display: none;
}
aside.widget-area .berocket_single_filter_widget {
  margin-bottom: 0.5rem;
}
aside.widget-area .berocket_single_filter_widget h3 {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
aside.widget-area .berocket_single_filter_widget ul {
  padding-left: 0;
}
aside.widget-area .berocket_single_filter_widget .bapf_sfilter {
  margin-bottom: 0;
}

aside select,
form select {
  padding: 0.5rem;
  border: 1px solid;
  background: #fff;
  color: #0e2c51;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: url("./../img/chevron-down-solid.svg") no-repeat 98% center;
  background-size: 24px;
  font-weight: 300;
}

.woocommerce-ordering {
  position: relative;
}
.woocommerce-ordering select.orderby {
  width: 270px;
}
.woocommerce-ordering::before {
  content: "Ordenar por:";
  position: absolute;
  left: -124px;
  top: 8px;
  text-transform: uppercase;
  color: #0e2c51;
  font-weight: 300;
}
@media (max-width: 991.98px) {
  .woocommerce-ordering::before {
    position: static;
    font-weight: 500;
    font-size: 14px;
  }
}

/* override force */
.bapf_sfilter.bapf_button_berocket .bapf_button {
  font-size: 16px !important;
  padding: 6px 30px !important;
  background-color: #0e2c51 !important;
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected,
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected:hover {
  -webkit-box-shadow: 0 0 0 2px #000000 !important;
          box-shadow: 0 0 0 2px #000000 !important;
}

/* d-none */
.single_variation_wrap .woocommerce-variation-description,
form .woocommerce-result-count,
.price {
  display: none !important;
}

/*Agregando para cotización*/
form .single_add_to_cart_button {
    background: #0e2642 !important ;
}

.cart_totals h2, .cart_totals .shop_table{
    display: none !important;
}

.product-price, .product-subtotal{
     display: none !important;
}

@media (max-width: 767px) {
  body.admin-bar #wpadminbar {
    display: none !important;
  }
}

.body-nosotros .bloqueSegurindustria .container .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.body-nosotros .bloqueSegurindustria .wrapper {
  margin-bottom: 0;
  color: #0e2c51;
}
.body-nosotros .bloqueSegurindustria.interna-nosotros {
  margin-bottom: 100px;
}
.body-nosotros .mision-vision {
  margin-top: 1.5rem;
  color: white;
}
.body-nosotros .mision-vision p {
  padding-left: 1.75rem;
  font-weight: 600;
  text-align: justify;
}
.body-nosotros .mision-vision p:last-child {
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .body-nosotros .mision-vision .container .row .col-md-4 {
    margin-bottom: 1.5rem;
    padding-right: 2.5rem;
  }
  .body-nosotros .mision-vision .container .row .col-md-4:last-child {
    margin-bottom: 0;
  }
}

.body-categorias .categorias-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.body-categorias .categorias-wrapper::after {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}
.body-categorias .categorias-wrapper .item {
  width: calc(25% - 1rem);
  margin: 0 1rem 1rem 0;
}
@media (max-width: 767.98px) {
  .body-categorias .categorias-wrapper .item {
    width: calc(50% - 1rem);
    margin: 0 0.5rem 1rem 0.5rem;
  }
}
.body-categorias .categorias {
  padding-bottom: 100px;
}
@media (max-width: 767.98px) {
  .body-categorias .categorias {
    padding-bottom: 50px;
  }
}
.body-categorias .categorias .woocommerce-result-count {
  display: none;
}
.body-categorias .categorias form.woocommerce-ordering {
  text-align: right;
  margin-bottom: 2rem;
}
@media (max-width: 991.98px) {
  .body-categorias .categorias form.woocommerce-ordering {
    padding-top: 0.5rem;
    text-align: left;
    width: 100%;
  }
  .body-categorias .categorias form.woocommerce-ordering select {
    width: 100%;
  }
}

.owl-trabaja-slider-wrapper {
  padding: 0 46px;
}
.owl-trabaja-slider-wrapper .owl-trabaja-slider .wrapper {
  background: #eeeeee;
  padding: 1.5rem;
}
.owl-trabaja-slider-wrapper .owl-trabaja-slider .wrapper .title {
  margin: 3rem 0 1rem;
  font-size: 24px;
  line-height: 1;
  color: #0e2c51;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 800;
}
@media (max-width: 767.98px) {
  .owl-trabaja-slider-wrapper .owl-trabaja-slider .wrapper .title {
    font-size: 24px;
  }
}
.owl-trabaja-slider-wrapper .owl-trabaja-slider .wrapper .image {
  position: absolute;
  top: 1rem;
  right: 1rem;
}
.owl-trabaja-slider-wrapper .owl-trabaja-slider .wrapper .image img {
  width: auto;
}
.owl-trabaja-slider-wrapper .owl-trabaja-slider .wrapper .text p {
  font-weight: 300;
}
.owl-trabaja-slider-wrapper .owl-trabaja-slider .wrapper .text p:last-child {
  margin-bottom: 0;
  text-align: right;
}
.owl-trabaja-slider-wrapper .owl-trabaja-slider .wrapper .text p a {
  font-weight: 800;
  text-transform: uppercase;
  position: relative;
}
.owl-trabaja-slider-wrapper .owl-trabaja-slider .wrapper .text p a::before {
  content: "";
  border-bottom: 1px dashed #0e2c51;
  position: absolute;
  width: 100%;
  display: block;
  margin: 0 auto;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.owl-trabaja-slider-wrapper .owl-trabaja-slider .wrapper .text p a:hover::before {
  border-bottom: 1px solid #ef9b09;
}

aside .filter-tallas .bapf_body ul li,
aside .filter-marcas .bapf_body ul li {
  margin-bottom: 4px !important;
}
aside .filter-tallas .bapf_body ul li input,
aside .filter-marcas .bapf_body ul li input {
  border: 2px solid #999;
}
aside .filter-tallas .bapf_body ul li label,
aside .filter-marcas .bapf_body ul li label {
  color: #777;
}
aside .filter-tallas .bapf_body ul li.checked input,
aside .filter-marcas .bapf_body ul li.checked input {
  background-color: #555;
  border: 2px solid #555;
}
aside .filter-tallas .bapf_body ul li.checked input::after,
aside .filter-marcas .bapf_body ul li.checked input::after {
  border-bottom: 2px solid #FFF;
  border-right: 2px solid #FFF;
}
aside .filter-tallas .bapf_body ul li.checked label,
aside .filter-marcas .bapf_body ul li.checked label {
  color: #333;
}
aside .filter-tallas .bapf_body ul li:hover label,
aside .filter-marcas .bapf_body ul li:hover label {
  color: #333;
}
aside .filter-tallas .bapf_body ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
aside .filter-tallas .bapf_body ul li {
  width: 30%;
}

main ol.mt-mb li, main ul.mt-bm li {
  margin-bottom: 1rem;
}
main ol.mt-mb li:first-child, main ul.mt-bm li:first-child {
  margin-top: 1.75rem;
}
main ol.mt-mb li:last-child, main ul.mt-bm li:last-child {
  margin-bottom: 2rem;
}

#widgetMiniCart {
  display: none;
}
#widgetMiniCart.active {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.75);
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
#widgetMiniCart.active .widget-shopping-cart {
  background: white;
  width: 100%;
  padding: 2rem 1.5rem 0;
  overflow-y: scroll;
}
@media (min-width: 992px) {
  #widgetMiniCart.active .widget-shopping-cart {
    width: 33%;
  }
}
#widgetMiniCart.active .widget-shopping-cart #miniCartClose {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
}
@media (min-width: 768px) {
  #widgetMiniCart.active .widget-shopping-cart #miniCartClose {
    padding: 1.25rem 1.25rem 0;
  }
}
#widgetMiniCart.active .widget-shopping-cart #miniCartClose i {
  font-size: 30px;
}
#widgetMiniCart.active .widget-shopping-cart ul {
  list-style: none;
}

#widgetSearch {
  background: transparent;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#widgetSearch .widget-search {
  display: none;
  width: 100%;
  padding: 0 0.75rem 0 1.5rem;
}
@media (max-width: 767.98px) {
  #widgetSearch .widget-search {
    margin-top: 200px;
  }
}
@media (min-width: 768px) {
  #widgetSearch .widget-search {
    width: 60%;
  }
}
#widgetSearch .widget-search #miniSearchClose {
  position: absolute;
  top: 2rem;
  right: 1.5rem;
}
@media (min-width: 768px) {
  #widgetSearch .widget-search #miniSearchClose {
    top: 3rem;
    right: 3rem;
  }
}
#widgetSearch .widget-search #miniSearchClose svg {
  fill: white;
}
#widgetSearch .widget-search .aws-search-form {
  background: transparent;
}
#widgetSearch .widget-search .aws-search-field {
  border: 0;
  border-bottom: 1px solid white;
  text-align: center;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
}
#widgetSearch .widget-search .aws-search-btn {
  border: 0;
  background: transparent;
}
#widgetSearch .widget-search .aws-search-btn_icon {
  color: white;
}
#widgetSearch button {
  background: transparent;
  border: 0;
}
#widgetSearch.active {
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  background: rgba(0, 0, 0, 0.85);
  z-index: 9999;
}
@media (min-width: 768px) {
  #widgetSearch.active {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#widgetSearch.active .widget-search {
  display: inline-block;
}

.aws-search-result .aws_result_scroll .aws_result_item {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}
.aws-search-result .aws_result_scroll .aws_result_item .aws_result_title {
  font-weight: 400;
  font-size: 0.9rem;
}
.aws-search-result .aws_result_scroll .aws_result_item .aws_result_price {
  font-weight: 400;
  color: #777;
  font-size: 0.9rem;
}
.aws-search-result .aws_search_more {
  font-size: 0.9rem;
  color: black !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.newsletter_ac form {
  background: transparent !important;
  width: 100% !important;
  margin: 0.5rem !important;
}
.newsletter_ac form ._form-branding {
  display: none;
}
.newsletter_ac form ._form-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100% !important;
}
@media (max-width: 767.98px) {
  .newsletter_ac form ._form-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 767.98px) {
  .newsletter_ac form ._form-content ._button-wrapper {
    text-align: center !important;
  }
}
.newsletter_ac form ._form-content > div {
  margin: 0 !important;
  float: none !important;
}
.newsletter_ac form ._form-content > div #email {
  width: 350px !important;
  margin-right: 1rem;
  border: 0;
  border-radius: 0;
}
@media (max-width: 767.98px) {
  .newsletter_ac form ._form-content > div #email {
    width: 96% !important;
  }
}
.newsletter_ac form ._form-content > div #_form_1_submit {
  background: #ef9b09 !important;
  font-weight: bold;
  text-transform: uppercase;
  padding: 8px 32px !important;
}
@media (max-width: 767.98px) {
  .newsletter_ac form ._form-content > div #_form_1_submit {
    padding: 8px 62px !important;
  }
}
.newsletter_ac form ._form-content label {
  display: none !important;
}
.newsletter_ac form ._form-thank-you {
  color: white !important;
}

#menu_on {
  display: inline-block;
  width: 28px;
  height: 22px;
  position: relative;
  z-index: 2;
}

#menu_on span {
  width: 100%;
  height: 2px;
  border-radius: 3px;
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.85);
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-transform-origin: 0px 100%;
          transform-origin: 0px 100%;
}

#menu_on span:nth-child(2) {
  top: calc(50% - 1px);
}

#menu_on span:nth-child(3) {
  bottom: 0;
}

.visible_menu #menu_on span {
  background-color: #ef9b09;
}

.visible_menu #menu_on span:nth-child(1) {
  -webkit-transform: rotate(45deg) translate(-1px, 0);
          transform: rotate(45deg) translate(-1px, 0);
}

.visible_menu #menu_on span:nth-child(2) {
  opacity: 0;
}

.visible_menu #menu_on span:nth-child(3) {
  -webkit-transform: rotate(-45deg) translate(1px, 0);
          transform: rotate(-45deg) translate(1px, 0);
}

.pswp__caption {
  display: none !important;
}

.btn-ico-whatsapp {
  position: fixed;
  right: 1.25rem;
  bottom: 1.25rem;
  z-index: 99999;
  margin: 0;
  padding: 0;
  border: 0;
}
.btn-ico-whatsapp::before {
  content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="30px" height="30px"><path fill="%23fff" d="M3.516 3.516c4.686-4.686 12.284-4.686 16.97 0 4.686 4.686 4.686 12.283 0 16.97a12.004 12.004 0 01-13.754 2.299l-5.814.735a.392.392 0 01-.438-.44l.748-5.788A12.002 12.002 0 013.517 3.517zm3.61 17.043l.3.158a9.846 9.846 0 0011.534-1.758c3.843-3.843 3.843-10.074 0-13.918-3.843-3.843-10.075-3.843-13.918 0a9.846 9.846 0 00-1.747 11.554l.16.303-.51 3.942a.196.196 0 00.219.22l3.961-.501zm6.534-7.003l-.933 1.164a9.843 9.843 0 01-3.497-3.495l1.166-.933a.792.792 0 00.23-.94L9.561 6.96a.793.793 0 00-.924-.445 1291.6 1291.6 0 00-2.023.524.797.797 0 00-.588.88 11.754 11.754 0 0010.005 10.005.797.797 0 00.88-.587l.525-2.023a.793.793 0 00-.445-.923L14.6 13.327a.792.792 0 00-.94.23z"/></svg>') !important;
  position: relative !important;
  background-color: rgb(37, 211, 102) !important;
  border-radius: 50%;
  color: #ffffff !important;
  display: block !important;
  width: 60px;
  height: 60px;
  padding-top: 14px;
  line-height: 1 !important;
}

.btn-ico-whatsapp__whatsappWrapper {
  width: 300px;
}
.btn-ico-whatsapp__whatsappWrapper .popover-header {
  background: rgb(37, 211, 102) !important;
  color: white;
}
.btn-ico-whatsapp__whatsappWrapper .popover-body a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-bottom: 1rem;
}
.btn-ico-whatsapp__whatsappWrapper .popover-body a img {
  background: #0e2642;
  border-radius: 50%;
  width: 50px;
  float: left;
  padding: 8px;
  margin-right: 0.75rem;
}
.btn-ico-whatsapp__whatsappWrapper .popover-body a span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.btn-ico-whatsapp__whatsappWrapper .popover-body a span i {
  font-style: normal;
  font-weight: bold;
}
.btn-ico-whatsapp__whatsappWrapper .popover-body a span i:nth-child(2) {
  font-weight: normal;
}
.btn-ico-whatsapp__whatsappWrapper .popover-body a span i:nth-child(2)::before {
  content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="20px" height="20px"><path fill="%23fff" d="M3.516 3.516c4.686-4.686 12.284-4.686 16.97 0 4.686 4.686 4.686 12.283 0 16.97a12.004 12.004 0 01-13.754 2.299l-5.814.735a.392.392 0 01-.438-.44l.748-5.788A12.002 12.002 0 013.517 3.517zm3.61 17.043l.3.158a9.846 9.846 0 0011.534-1.758c3.843-3.843 3.843-10.074 0-13.918-3.843-3.843-10.075-3.843-13.918 0a9.846 9.846 0 00-1.747 11.554l.16.303-.51 3.942a.196.196 0 00.219.22l3.961-.501zm6.534-7.003l-.933 1.164a9.843 9.843 0 01-3.497-3.495l1.166-.933a.792.792 0 00.23-.94L9.561 6.96a.793.793 0 00-.924-.445 1291.6 1291.6 0 00-2.023.524.797.797 0 00-.588.88 11.754 11.754 0 0010.005 10.005.797.797 0 00.88-.587l.525-2.023a.793.793 0 00-.445-.923L14.6 13.327a.792.792 0 00-.94.23z"/></svg>') !important;
  position: absolute;
  background-color: rgb(37, 211, 102) !important;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  left: 36px;
  top: 30px;
}
.btn-ico-whatsapp__whatsappWrapper .popover-body a:last-child {
  margin-bottom: 0;
}
.btn-ico-whatsapp__whatsappWrapper .popover-body a:hover {
  color: rgb(37, 211, 102) !important;
}

.btnFT {
  margin: 1.5rem 0;
  line-height: 1;
}
.btnFT > span {
  margin-left: 38px;
  font-size: 12px;
}

.acf_guantes-iconos {
  margin: 1.5rem 0;
}
.acf_guantes-iconos strong {
  font-size: 0.9rem;
  font-weight: 500;
  color: black;
}
.acf_guantes-iconos > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 12px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.acf_guantes-iconos > div img {
  height: 60px !important;
  margin: 0 10px 10px;
}
.acf_guantes-iconos > div img:first-child {
  margin-left: 0;
}
.acf_guantes-iconos > div img:last-child {
  margin-right: 0;
}
/*# sourceMappingURL=app.css.map */

/*Slider*/

    .header-title{
        padding-top:150px;
        text-align:center;
        background-color:#F7F7F7;
    }
    
    .header-title h1{
        color: #0F2D51;
        font-family: Raleway;
        font-size: 48px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

    .header-title h1 b{
        font-size: 52px;
        font-weight: 900;
    }

    .header-title p{
        color: #0F2D51;
        font-family: Raleway;
        font-size: 25px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin-bottom:0px;
    }

    .mainSlider .owl-carousel .item .mainSlider__title__custom {
        position: absolute;
        font-family: Raleway;
        top: 20%;
        z-index: 999;
        color: white;
        font-weight: 800;
        font-size: 46px;
        line-height: 1.15;
        width: 100%;
    }

    .mainSlider .owl-carousel .item .mainSlider__title__custom span{
        color: #FFF;
        font-family: Raleway;
        font-size: 35.772px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

    .mainSlider .owl-carousel .item .mainSlider__title__custom h1{
        color: #FFF;
        font-family: Raleway;
        font-size: 98.425px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        border-bottom: 3px solid;
        margin-top: -15px;
        padding-bottom: 10px;
    }

    .mainSlider .owl-carousel .item .mainSlider__title__custom h4{
        color: #FFF;
        font-family: Raleway;
        font-size: 40px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin-bottom: 25px;
        margin-top: 15px;
    }

    .mainSlider .owl-carousel .item .mainSlider__title__custom p{
        color: #FFF;
        font-family: Raleway;
        font-size: 13.333px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-align: left;
    }

    .mainSlider .owl-carousel .item .mainSlider__title__custom .container_text{
        width:460px;
        text-align:center;
    }



/*DISTRIBUIDORES General ***/
    .section-visitas{
        padding-top: 80px;
        padding-bottom:80px;
        text-align:center;
        position: relative;
        background-color:#F7F7F7;
    }
    
    .section-visitas .container-box {
        display: flex;
        gap: 20px;
        width: 700px;
        margin: 0 auto;
        color:#fff;
    }
    .section-visitas .container-box .box{
        flex: 1;
        height: 335px;
        background-size: cover;
        background-position: center;
        border-radius: 20px;
        overflow:hidden;
        position:relative;
    }
    
    .section-visitas .container-box .box::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5); /* Sombra negra */
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.6); /* Sombra externa */
    }
    
    .section-visitas .container-box .box .text-overlay {
        position: absolute;
        bottom: 30px;
        left: 30px;
        color: #fff;
        text-align: left;
        z-index: 2; /* Colocar el texto por encima de la sombra */
        color: #FFF;
        font-family: Raleway;
        font-size: 32.939px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    
    .section-visitas .container-box .box .text-overlay a{
      color: #FFF;
    }
    
    
    .section-viaje{
      padding-top: 40px;
      padding-bottom:40px;
      text-align:center;
      position: relative;
      background-color:#FFFFFF;
      
    }
    
    .section-viaje .column-viaje{
      display: flex;
    }
    
    .section-viaje .flex{
      display: flex;
      align-items: center;
    }
    
    .section-viaje .box{
      background-color: #F7F7F7;
      color: #fff;
      border-radius: 30px;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 50px 30px 50px 40px;
      min-height: 250px;
      width: 70%;
      margin-top:-40px;
      
    }
    
    .section-viaje .conteiner-sucrip{
        width:90%;
        display:flex;
    }
    
    .section-viaje .box-center {
        display: flex;
        flex-direction: column;
        align-items: center; 
        text-align: center; 
        width: 50%;
    }
    
    .section-viaje .circle {
        width: 100px; 
        height: 100px;
        border-radius: 50%;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #0F2D51; 
        position: relative;
    }
    
    .section-viaje .icon-circle {
            width: 60%; 
            height: auto;
    }
    
    .section-viaje p{
      color: #0F2D51;
      font-family: Raleway;
      font-size: 20px;
      font-style: normal;
      font-weight: 400;
      line-height: normal;
    }
    
    
    .section-categories{
      padding: 0;
      text-align:center;
    }
    
    .section-categories p{
      color: #0F2D51;
      font-family: Raleway;
      font-size: 30px;
      font-style: normal;
      font-weight: 700;
      line-height: normal;
    }
    
    .section-categories p span{
      background-color:#0071BC;
      color:#fff;
      padding: 0px 12px;
      border-radius: 10px;
    }
    
    .section-categories p.tyc{
      color: #0F2D51;
      font-family: Raleway;
      font-size: 14px;
      font-style: normal;
      font-weight: 400;
      line-height: normal;
      margin-top:20px;
      margin-right:20%;
      margin-left:20%;
    }
    
    .section-categories p.tyc-1{
      color: #0F2D51;
      font-family: Raleway;
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: normal;
      margin-bottom: 60px;
    }
    
    .section-categories p.tyc-esp{
      color: #0F2D51;
      font-family: Raleway;
      font-size: 21.5px;
      font-style: normal;
      font-weight: 400;
      line-height: normal;
      margin-bottom: 60px;
    }
    
    .section-categories .conteiner-categories{
      display:flex;
      padding:3%;
      padding-bottom: 10px;
      justify-content:center;
    }
    
    .section-categories .box-1,.section-categories .box-2,.section-categories .box-3,.section-categories .box-4{
      padding-bottom:15px;
      min-height: 520px;
      margin:10px;
      border-radius: 30px;
    }
    
    .section-categories .box-1{
      background-color:#C16A2F;
    }
    
    .section-categories .box-2{
      background-color:#8E8E8E;
    }
    
    .section-categories .box-3{
      background-color:#EE9C00;
    }
    
    .section-categories .box-4{
      background-color:#0071BC;
    }


    .section-categories .box-1 img,.section-categories .box-2 img,.section-categories .box-3 img,.section-categories .box-4 img{
      display: block;
      width: 100%;
      height: 140px;
    }
    
    .section-categories .box-1 .img,.section-categories .box-2 .img,.section-categories .box-3 .img,.section-categories .box-4 .img{
      padding-left:15px;
      padding-right:15px;
      padding-top: 10px;
      padding-bottom: 30px;
      height: 230px;
    }
    
    .section-categories .box-1 span,
    .section-categories .box-2 span,
    .section-categories .box-3 span, .section-categories .box-4 span{
      color: #FFF;
      font-family: Raleway;
      font-size: 12px;
      font-style: normal;
      font-weight: 400;
      line-height: normal;
    
    }
    
    .section-categories .box-1 h4,.section-categories .box-2 h4,.section-categories .box-3 h4, .section-categories .box-4 h4{
      color: #FFF;
      font-family: Raleway;
      font-size: 35px;
      font-style: normal;
      font-weight: 700;
      line-height: normal;
      margin-top: 10px;
      margin-bottom:20px;
    }
    
    .section-categories .box-1 p,.section-categories .box-2 p,.section-categories .box-3 p, .section-categories .box-4 p{
      color: #FFF;
      font-family: Raleway;
      font-size: 20px;
      font-style: normal;
      font-weight: 400;
      line-height: normal;
      margin-bottom:0px;
    }
    
    /*Premio*/
    .section-premio{
      margin-top: 50px;
      padding-top: 40px;
      padding-bottom:40px;
      text-align:center;
      position: relative;
      background-color:#F7F7F7;
      
    }
    
    .section-premio.white{
      background-color:#FFFFFF;
    }
    
    .section-premio.white p.contenido{
      color: #0F2D51;
      font-family: Montserrat;
      font-size: 21.082px;
      font-style: normal;
      font-weight: 400;
      line-height: normal;
    }
    
    .section-premio.white p.tyc{
      color: #0F2D51;
      font-family: Raleway;
      font-size: 20px;
      font-style: normal;
      font-weight: 400;
      line-height: normal;
    }
    
    .section-premio p.title, .section-preguntas-frecuentes p.title{
      color: #0F2D51;
      font-family: Raleway;
      font-size: 35px;
      font-style: normal;
      font-weight: 700;
      text-align:center;
      line-height: normal;
    }
    
    .section-premio p.title span{
      background-color:#0071BC;
      color:#fff;
      padding: 0px 12px;
      border-radius: 10px;
    }
    
    .section-premio p.subtitle{
       color: #0F2D51;
       font-family: Raleway;
       font-size: 20px;
       font-style: normal;
       font-weight: 400;
       line-height: normal;
       margin-bottom: 40px;
    }
    
    .section-premio .container-item-categoria{
        display:flex;
        margin-right: 20%;
        margin-left: 20%;
        width: 60%;
    }
    
    .section-premio .item-categoria{
       align-items: center;
       width: 33.3%;
       padding:5%;
       text-align: center;
    }
    
    .section-premio .item-categoria img{
      width: 100px;
      height: 100px;
      border-radius: 50%;
    }
    
    .section-premio .item-categoria p{
      color: #0F2D51;
      font-family: Montserrat;
      font-size: 18px;
      font-style: normal;
      font-weight: 400;
      line-height: normal;
      margin-bottom:0;
      margin-top: 8px;
    }
    
    /*Premio Blanco*/
    .steps {
        display: flex;
        padding-left: 15%;
        padding-right: 15%;
    }
    
    .step {
        text-align: center;
        width: 100%;
    }
    
    .step p{
        color: #0F2D51;
       font-family: Raleway;
       font-size: 20px;
       font-style: normal;
       margin-top: 30px;
    }
    
    .escale3{
       margin-top: 8%;  
    }
    
    .escale2{
      margin-top: 16%;
    }
    
    .escale1{
        margin-top:24%;
    }
    
    .step .name {
        font-size: 22px;
        margin-top:5px;
        height: 75px;
        font-weight: bold;
        border-bottom: 2px dotted black;
        border-right: 2px dotted black;
    }
    
    .step .p-monto{
        background:  #F7F7F7;  
        margin-right: 30px;
        margin-left:30px;
    }
    
    .standard { color: #d37f33; }
    .plata { color: #888; }
    .oro { color: #f0a500; }
    .platino { color: #0077cc; }
    
    .img-fluid-step{
        width: 100px; 
        height: auto;
        border-radius: 50%;
    }
    
    
    /*Preguntas frecuentes*/
    .section-preguntas-frecuentes{
       padding:4%;
       background-color: #F7F7F7;
    }
    
    .section-preguntas-frecuentes .container-pr{
        padding-left: 10%;
        padding-top:2%;
        padding-right: 10%;
    }
    
    .section-preguntas-frecuentes .container-pregunta{
       background-color: #0F2D51;
       display:flex;
       padding:15px;
       cursor: pointer;
       border-radius: 20px;
    }
    
    .section-preguntas-frecuentes .container-pregunta .title{
       color:white;
       font-size:20px; 
       width:95%;
       margin-bottom:0px;
    }
    
    .section-preguntas-frecuentes .container-pregunta .img-deplegable {
        width:3%;
    }
    
    .section-preguntas-frecuentes .container-respuesta{
        background-color: #fff;
        padding:4%;
        border-bottom-left-radius: 25px;
        border-bottom-right-radius: 25px;
        display:none;
    }
    
    .section-preguntas-frecuentes .container-respuesta .text-resp{
        font-size:18px; 
        color:#0F2D51;
        font-family: Raleway;
    }
    
    /*Beneficios*/
        .section-beneficios{
      padding-top:0px;
      padding-bottom:30px;
      text-align:center;
    }
    
    .section-beneficios .post-saludo{
      margin-top: 100px;
      color: #0B2C51;
      font-family: Raleway;
      font-size: 23px;
      font-style: normal;
      font-weight: 500;
      line-height: normal;
    }
    
    .section-beneficios p{
      color: #0B2C51;
      font-family: Raleway;
      font-size: 30px;
      font-style: normal;
      font-weight: 400;
      line-height: normal;
      margin-bottom:0;
    }
    
    .section-beneficios p.title{
      color: #0F2D51;
      font-family: Raleway;
      font-size: 35px;
      font-style: normal;
      font-weight: 700;
      line-height: normal;
      margin-top: 30px;
      margin-bottom: 10px;
    }
    
    .section-beneficios p.title span{
      background-color:#0071BC;
      color:#fff;
      padding: 0px 12px;
      border-radius: 10px;
    }
    
    .section-beneficios p.beneficios{
      color: #0F2D51;
      font-family: Raleway;
      font-size: 35px;
      font-style: normal;
      font-weight: 700;
      line-height: normal;
      margin-top: 40px;
      margin-bottom: 20px;
    }
    
    .section-beneficios p.beneficios span{
      background-color:#0071BC;
      color:#fff;
      padding: 0px 12px;
      border-radius: 10px;
    }
    
    .section-beneficios table {
    width: 86%;
    border-collapse: collapse;
    margin: 0 auto;
    }
    .section-beneficios th, .section-beneficios td {
    border: 1px solid #ddd;
    padding: 10px;
    text-align: left;  
    }
    
    .section-beneficios th p, .section-beneficios td p{
      color: #4D4D4D;
      font-family: Raleway;
      font-size: 20px;
      font-style: normal;
      font-weight: 700;
      line-height: normal;
      margin-bottom:0;
    }
    
    .section-beneficios th p.porcentaje, .section-beneficios td p.porcentaje{
      color: #4D4D4D;
      font-family: Raleway;
      font-size: 40px;
      font-style: normal;
      font-weight: 700;
      line-height: normal;
      margin-bottom:0;
      text-align: center;
    }
    
    .section-beneficios th:first-child, .section-beneficios td:first-child {
    width: 40%; /* La primera columna ocupa el 40% del ancho */
    padding: 40px 30px;
    }
    
    .section-beneficios th:not(:first-child), .section-beneficios td:not(:first-child) {
    width: 20%; /* Las otras columnas ocupan el 20% cada una */
    }
    
    .section-beneficios th:first-child{
      background-color: #F4F4F4;
     
    }
    
    .section-beneficios .item-categoria{
      align-items: center;
      padding-top: 20px;
      padding-bottom: 20px;
      text-align: center;
    }
    
    .section-beneficios .item-categoria img{
      width: 80px;
      height: 80px;
      border-radius: 50%;
    }
    
    .section-beneficios .item-categoria p{
      color: #4D4D4D;
      font-family: Raleway;
      font-size: 20px;
      font-style: normal;
      font-weight: 700;
      line-height: normal;
      margin-bottom:0;
      margin-top: 8px;
    }
    
    .section-beneficios .list-container {
    display: flex;
    flex-direction: column;
    gap: 3px;
    margin-left: 7%;
    }
    
    .section-beneficios .list-container .list-item {
    display: flex;
    align-items: center;
    gap: 10px; /* Espacio entre el título y el detalle */
    }
    
    .section-beneficios .list-container .list-item .title {
      width: 60px; /* Ancho fijo para los títulos */
      color: #0E2C51;
      font-family: Raleway;
      font-size: 18px;
      font-style: normal;
      font-weight: 700;
      line-height: normal;
      text-align: left;
    }
    
    .section-beneficios .list-container .list-item .detail {
      margin-left: 10px;
      flex: 1;
      text-align:left;
      color: #0E2C51;
      font-family: Raleway;
      font-size: 18px;
      font-style: normal;
      font-weight: 400;
      line-height: normal;
    }
    
    .section-beneficios p.rebate{
      color: #0E2C51;
      font-family: Raleway;
      font-size: 18px;
      font-style: normal;
      font-weight: 700;
      line-height: normal;
      text-align: left;
      margin-top:20px;
      margin-bottom:0px;
      margin-left: 5%;
    }
    
    .section-beneficios p.detalle-rebate{
      color: #0E2C51;
      font-family: Raleway;
      font-size: 18px;
      font-style: normal;
      font-weight: 400;
      line-height: normal;
      text-align: left;
      margin-top:15px;
      margin-left: 7%;
    }
    
    /*Perfil*/
     .section-perfil{
      padding-top:150px;
      padding-bottom:30px;
      text-align:center;
    }
    
    .section-perfil .saludo{
      margin-top:10px;
      color: #0B2C51;
      font-family: Raleway;
      font-size: 25px;
      font-style: normal;
      font-weight: 500;
      line-height: normal;
    }
    
    .section-perfil .box-categoria{
      display: flex;
      justify-content: center;
      align-items: center;
      margin-top: 30px;
      padding-top: 20px;
      padding-bottom: 20px;
    }
    
    .section-perfil .box-categoria img{
      width: 100px;
      height: 100px;
      border-radius: 50%;
    }
    
    .section-perfil .box-categoria h1{
      color: #0071BC;
      font-family: Raleway;
      font-size: 70px;
      font-style: normal;
      font-weight: 700;
      line-height: normal;
      margin-bottom: 0;
      padding-left: 20px;
    }
    
    
    .section-viaje-2{
        padding: 5%;
        padding-top:0px;
    }


    .section-viaje-2 .viaje-text{
        font-family: Raleway;
        color: #0F2D51;
        text-align: center;
        margin-top: 20px;
        padding-left: 24%;
        padding-right: 24%;
    }
    
    .section-viaje-2 .tyc-p{
        margin-top:20px;
        color: #0F2D51;
        font-family: Raleway;
        font-size: 21.082px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-align: center;
    }
    
    
    .text-resp-title{
        font-size:20px; 
        font-weight: 700;
        color:#0F2D51;
        text-align:center;
        font-family: Raleway;
    }
    
    .text-resp-subtitle{
        font-size:18px; 
        color:#0F2D51;
        text-align:center;
        font-family: Raleway;
    }
    
    .container-resp-detallee{
        display:flex;
    }
    
    .container-detalle{
        background: #F7F7F7;
        border-radius: 10px;
        margin:10px;
        padding: 15px;
        width:32%;
        justify-items: center;
    }
    .categoria-detalle{
        display:flex;
        padding: 10px;
    }
    
    .categoria-detalle img{
       border-radius: 50%;   
       width: 50px;
       height: 50px;
       margin-right: 10px;
    }
    
    .container-detalle p{
        font-size:16px; 
        color:#0F2D51;
        text-align:center;
        font-family: Raleway;
        margin-bottom: 0rem;
    }
    
    .container-detalle .text-esp{
        font-size:18px; 
        color:#0F2D51;
        text-align:center;
        font-weight: 700;
        font-family: Raleway;
    }
    
    .container-detalle .img-icono{
        margin-top:20%;
        border-radius: 0px;
    }
    
    .container-detalle .img-icono-esp{
        margin-top:0%;
        margin-left:10px;    
        border-radius: 0%;
    }
    
    .container-detalle .caja-esp{
        padding: 15px;
        background: #0F2D51;
        color:white;
        border-radius: 15px;
        font-weight: 700;
        font-family: Raleway;
        margin-top: 10px;
        margin-bottom:10px;
    }
    
      
    /*Version Mobile*/
    @media (max-width: 767.98px) {
        body #page {
           margin-top:-50px !important;    
        }
        
        /*Preguntas frecuentes*/
        .container-resp-detallee {
            display: block !important;
        }
        
        .text-resp-subtitle, .container-detalle p {
          font-size: 14px !important;    
        }
        
        .container-detalle{
            width: 93% !important;
         }
         
         .categoria-detalle{
             align-items: center !important;
         }
         
         .categoria-detalle h1{
             font-size: 16px !important;
             font-weight: 700;
         }
                
        /* Premio Blanco*/
        .steps{
            padding-left: 10% !important;
            padding-right: 10% !important;    
        }
        
        .step {
            width: 25% !important;
        }
        
        .img-fluid-step {
            width: 40px !important;
        }
        
        .step .name {
            font-size: 12px !important;
            border-bottom: 1px dotted black !important;
            border-right: 1px dotted black !important;
            height: 25px !important;
        }
        
        .step .p-monto{
            margin-right: 5px !important;
            margin-left: 5px !important;
            margin-top: 0px !important;
        }
        
        
        .step p {
            font-size: 9px !important;
            margin-top: 10px !important;
        }
        
        .escale3{
           margin-top:9%!important;  
        }
        
        .escale2{
          margin-top: 18%!important;
        }
        
        .escale1{
            margin-top:27%!important;
        }
        
        
        /* Preguntas frecuentes */
        
        .section-preguntas-frecuentes{
           padding:6% !important;   
        }
        
        .section-preguntas-frecuentes .title{
            font-size:22px !important; 
        }
        
        .section-preguntas-frecuentes .container-pregunta {
            align-items:center !important;
        }
        
        .section-preguntas-frecuentes .container-pregunta .title{
            width:90% !important;
            font-size:16px !important; 
       }
       
        .section-preguntas-frecuentes .container-respuesta{
           padding:10% !important;
       }
        
        .section-preguntas-frecuentes .container-respuesta .text-resp{
            font-size:14px !important; 
        }
        
        .section-preguntas-frecuentes .container-pregunta .img-deplegable {
            width: 20px !important;
            height: 20px;
        }
        
        /*Visitas*/
        .section-visitas{
            display:flex !important;
        }
        
        .section-visitas .container-box {
            display: block !important;
            width: 100% !important;
        }
        
        .section-visitas .container-box .box{
            height: 135px !important;
            margin-top:10px !important;
        }
        
        .section-visitas .text-overlay{
            font-size:22px !important;
        }
        
        /*Viaje*/
        .section-viaje .circle {
            width: 50px !important; 
            height: 50px !important;
        }
        
        .section-viaje .box{
            padding: 5px !important;
            min-height: 150px !important;
            width: 90% !important;
        }
        
        .section-viaje p{
            font-size:14px !important;
            margin-top: 30px !important;
        }
        
        /*Categorias*/        
        .section-categories p{
            font-size: 24px !important;
        }
        
        .section-categories p.tyc{
            font-size: 12px !important;
            margin-right:5% !important;
            margin-left:5% !important;
        }
        
        .section-categories .conteiner-categories{
          display:block !important;
        }
        
        .section-categories .box-1 h4,.section-categories .box-2 h4,.section-categories .box-3 h4, .section-categories .box-4 h4{
          font-size: 26px !important;
        }
        
        .section-categories .box-1,.section-categories .box-2,.section-categories .box-3,.section-categories .box-4{
            min-height: 480px !important;
        }
        
        .section-categories .box-1 .img,.section-categories .box-2 .img,.section-categories .box-3 .img,.section-categories .box-4 .img{
          height: 200px !important;
        }
        
        /*Premio*/
        .section-premio .tyc-p{
            font-size: 12px !important;
        }
        
        .section-premio p.title {
            font-size: 22px !important;
        }
        
        .section-premio .subtitle {
            font-size: 16px !important;
        }
        
        .container-item-categoria{
            display: block !important;
        }
        
        .item-categoria{
            display: flex !important;
            width: 100% !important;
            padding: 0px !important;
            padding-bottom: 20px !important ;
        }
        
        .section-premio .item-categoria img {
            height: 58px !important;
            margin-right: 20px !important;
        }
        
        .section-premio .item-categoria p{
            font-size:14px !important;
        }
        
        /*Beneficios*/
        .section-categories p.tyc-esp {
          font-size: 18px !important;
        }
        
        .section-beneficios .post-saludo{
            font-size: 18px !important;
        }
        
        .section-beneficios .item-categoria {
            display: block !important;
        }
        
        .section-beneficios th p, .section-beneficios td p{
            font-size: 14px !important;
        }
        
        .section-beneficios .item-categoria img {
            width: 40px;
            height: 40px;
        }
        
        .section-beneficios th:first-child, .section-beneficios td:first-child {
            width: 26% !important;
            padding: 30px 10px !important;
        }
        
        .section-beneficios p.title{
            font-size: 22px !important;
        }
        
        .section-beneficios .list-container .list-item {
            align-items:baseline !important;
        }
        
        .section-beneficios p.rebate, .section-beneficios .list-container .list-item .title, .section-beneficios p.detalle-rebate {
            font-size:14px !important;   
        }
        
        .section-beneficios .list-container .list-item .detail {
            font-size:12px !important;   
            margin-right: 35px !important;   
        }
        
        /*PERFIL*/
         .section-viaje-2 .viaje-text,.section-viaje-2 .tyc-p{
            font-size:14px !important;
            padding-right:40px !important;
            padding-left:40px !important;
        }
        
        .section-perfil .saludo{
            font-size: 20px !important;
        }
        
        .section-perfil .box-categoria img {
            width: 70px !important;
            height: 70px !important;
        } 
        
        .section-perfil .box-categoria h1 {
            font-size: 40px !important;
        }
    }

