@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
.popup-error {
  display: none;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 99999;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
}
.popup-error .popup-error-message {
  background-color: #fff;
  padding: 35px 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
}
.popup-error .popup-error-message .popup-body {
  margin: 15px 0;
}

.popup-open {
  height: 100vh;
  overflow: hidden;
}
.popup-open .popup-error {
  display: flex;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
span,
ul,
li {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
}

.logo img {
  width: 200px;
}

.header_nav .header_nav-list {
  justify-content: end;
  margin-right: 50px;
}
.header_nav .header_nav-list_item {
  margin-right: 0;
  color: #000;
  padding: 5px 10px;
  transition: all 0.3s ease;
}
.header_nav .header_nav-list_item .nav-link {
  padding: 8px 0;
}
.header_nav .header_nav-list_item.current, .header_nav .header_nav-list_item:hover {
  background-color: #0097e2;
}
.header_nav .header_nav-list_item.current a, .header_nav .header_nav-list_item:hover a {
  color: #fff;
}
.header_nav .header_nav-list_item.dropdown #contactanos a,
.header_nav .header_nav-list_item.dropdown #uso_interno a {
  color: #000;
}
.header_nav .header_nav-list_item.dropdown #contactanos a:hover,
.header_nav .header_nav-list_item.dropdown #uso_interno a:hover {
  color: #0097e2;
}

.header_user {
  color: #59ceef;
}
.header_user a {
  font-size: 12px;
  color: #000;
}

.header_user-action {
  width: 40px;
  height: 40px;
}
.header_user-action:first-of-type {
  margin-right: 10px;
}

.main_banner {
  position: relative;
  margin-top: 140px;
  min-height: 600px;
  background: url("../img/SCH_banner1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
.main_banner .flotante {
  position: absolute;
  right: 0;
  bottom: 0;
  transform: rotate(180deg);
  z-index: 0;
}

.banner-title h2 {
  font-size: 50px;
}

.p-80 {
  padding: 80px 0;
}

.formando_parte {
  position: relative;
}
.formando_parte .hero_header-title {
  font-size: 70px;
  max-width: unset;
  line-height: 1;
}
.formando_parte .hero_header-title span {
  font-weight: 200;
  font-size: 1em;
}
.formando_parte .hero_header-text {
  max-width: unset;
  font-size: 18px;
  font-weight: 600;
  margin: 40px 0 60px;
  font-weight: 400;
}
.formando_parte .hero_header-text b {
  font-weight: 900;
}
.formando_parte .hero_header-btn {
  margin-top: 50px;
}
.formando_parte .imagen {
  border-radius: 50px;
  position: absolute;
  right: 15%;
  bottom: -80px;
  z-index: 1;
}
.formando_parte .imagen img {
  width: 350px;
  border-radius: 50%;
}
.formando_parte .flotante {
  position: absolute;
  right: 0;
  top: -146px;
  transform: rotate(90deg);
  z-index: -1;
}

.btn-primary {
  color: #fff;
  background-color: #0097e2;
  padding: 10px 25px;
}
.btn-primary:hover {
  border: 2px solid #0097e2;
  background-color: #fff;
  color: #0097e2;
  transition: all 0.3s ease-in-out;
}

.about {
  background: url("../img/SCH_banner2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.about .about_main {
  padding-bottom: 150px;
}
.about .about_main-content {
  width: unset;
}
.about .about_main-content .about_main-content_header {
  text-align: center;
  font-size: 70px;
  line-height: 1;
  color: #fff;
  margin-bottom: 25px;
}
.about .about_main-content .about_main-content_header span {
  font-weight: 200;
  font-size: 1em;
}
.about .about_main-content .about_main-content_text {
  color: #fff;
  text-align: center;
  font-weight: 600;
}
.about .about_numbers {
  position: absolute;
  bottom: -152px;
}
.about .about_numbers .about_numbers-group .wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  border-radius: 50%;
  width: 150px;
  height: 150px;
}
.about .about_numbers .about_numbers-group .wrapper.color2 {
  background-color: #fab900;
}
.about .about_numbers .about_numbers-group .wrapper.color3 {
  background-color: #bbce00;
}
.about .about_numbers .about_numbers-group .wrapper.color4 {
  background-color: #0094df;
}
.about .about_numbers .about_numbers-group .wrapper.color5 {
  background-color: #793281;
}
.about .about_numbers .about_numbers-group .number {
  font-size: 30px;
  color: #fff;
  margin-bottom: 0;
}
.about .about_numbers .about_numbers-group .number-label {
  margin-top: 25px;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
}

.categories {
  position: relative;
  padding-top: 200px;
}
.categories .popular_header-title {
  font-size: 70px;
}
.categories .items {
  text-align: center;
}
.categories .items img {
  width: 150px;
  margin: 0 auto;
}
.categories .items p {
  color: #0094df;
  font-size: 28px;
  font-weight: 300;
  margin: 15px 0 25px 0;
}
.categories .items .col-md-6 {
  margin: 25px 0;
}
.categories .flotante {
  position: absolute;
}
.categories .flotante.flotante1 {
  top: -100px;
  left: 0;
  z-index: -1;
}
.categories .flotante.flotante2 {
  right: 0;
  bottom: 0;
}

.map iframe {
  width: 100%;
}

.instagram_feed {
  position: relative;
}
.instagram_feed img {
  padding: 5px;
}
.instagram_feed a {
  font-size: 28px;
  color: #fab900;
  padding-top: 25px;
}
.instagram_feed .flotante {
  position: absolute;
  transform: rotate(-90deg);
  left: 0;
  bottom: -100px;
  z-index: -1;
}

.mb-30 {
  margin-bottom: 30px;
}

.footer_main {
  padding: 50px 0;
}
.footer_main .footer_main-contacts .icon-social {
  margin: 0 5px;
  width: 40px;
  height: 40px;
  background-color: #024a98;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
}
.footer_main .brand img {
  width: 250px;
}

.footer_secondary-copyright {
  text-align: center;
}

.accordion {
  padding-top: 0;
  padding-bottom: 50px;
}

.features {
  padding-top: 80px;
}

.shop_products-list_item .wrapper .main_title {
  flex-grow: unset;
}

.contacts {
  padding-top: 50px;
}

form {
  text-align: left;
}

.customSelect {
  border-radius: 0;
  border: 1px solid #c6c6c6;
  padding: 13px 20px;
  margin-bottom: 20px;
  color: inherit !important;
  background-color: #fff;
  font-size: inherit;
  width: 100%;
}
.customSelect .custom-select-opener {
  text-align: left;
}
.customSelect .custom-select-panel {
  left: 0;
}
.customSelect.is-open .custom-select-panel {
  border: 1px solid;
}
.customSelect .selected::after {
  content: "";
  font: var(--fa-font-solid);
  margin-left: 5px;
  color: green;
}

.page_header {
  color: #fff;
}

.quienes_somos,
.productos,
.contacto {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.about {
  padding-top: 60px;
}
.about .about_main-media {
  overflow: unset;
  height: unset;
}
.about .about_main-media img {
  width: 700px;
}
.about .about_main-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.about .about_numbers {
  justify-content: center;
}

.text-center {
  text-align: center;
}

.internas-productos header {
  position: relative;
}
.internas-productos .main_banner {
  display: none;
  position: unset;
  margin-top: 0;
  background: url("../img/banner_productos.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 400px;
}
.internas-productos .main_banner .texto-flotante {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 400px;
}
.internas-productos .main_banner .hero_header-title {
  max-width: unset;
  color: #fff;
  font-size: 70px;
}
.internas-productos .selection-box {
  padding: 0;
}
.internas-productos .selection-box .row {
  background-color: #fff;
  padding: 25px;
}
.internas-productos .shop-wrapper.vademecum {
  padding-top: 0;
}
.internas-productos .vademecum {
  padding-bottom: 100px;
}
.internas-productos .vademecum .item-vademecum {
  border-bottom: 1px solid #f2f2f2;
}
.internas-productos .vademecum .item-vademecum sup {
  font-size: 13px;
}
.internas-productos .vademecum .item-vademecum a span {
  font-weight: 600;
}
.internas-productos .vademecum .item-vademecum a i {
  float: right;
  margin-top: 5px;
}
.internas-productos .vademecum .item-vademecum a:hover {
  color: #009ada;
}
.internas-productos .single_product_banner {
  background: url("../img/SCH_banner2.jpg");
  background-size: cover;
}
.internas-productos .single_product {
  margin: 80px 0;
  position: relative;
}
.internas-productos .single_product h4 {
  font-size: 42px;
}
.internas-productos .single_product h6 {
  font-size: 24px;
  font-weight: 400;
}
.internas-productos .single_product p {
  font-weight: 300;
}
.internas-productos .single_product p b {
  font-weight: 600;
}
.internas-productos .single_product a {
  font-size: 16px;
  font-weight: 400;
}
.internas-productos .single_product .btn-primary {
  border-radius: 0;
}
.internas-productos .single_product i {
  margin-left: 15px;
}
.internas-productos .single_product .single-product-float {
  position: absolute;
  width: 200px;
  bottom: -138px;
  right: 0;
  z-index: -1;
}
.internas-productos .boton-descarga {
  text-align: center;
  margin-top: 50px;
}
.internas-productos .boton-descarga .btn {
  border-radius: 0;
}

.rrhh-interna .single_product_banner {
  background: url("../img/rrhh-banner.webp");
  background-size: cover;
}
.rrhh-interna .single_product .single-product-float {
  bottom: unset;
  top: -80px;
  width: 300px;
}
.rrhh-interna form input,
.rrhh-interna form .customSelect,
.rrhh-interna form textarea {
  border-radius: 0;
  border: 1px solid #c6c6c6;
  padding: 13px 20px;
  margin-bottom: 0px;
  color: #009ada;
  width: 100%;
}
.rrhh-interna form .btn {
  display: block;
  border-radius: 0;
  width: 120px;
  background: #0097e2;
  color: #fff;
}
.rrhh-interna .contacts {
  padding-bottom: 0;
}

.contacto .single_product_banner {
  background: url("../img/contacto-banner.webp");
  background-size: cover;
}
.contacto .single_product .single-product-float {
  bottom: -100px;
  top: unset;
  width: 200px;
}
.contacto form i {
  margin-bottom: 20px;
  margin-right: 15px;
  width: 20px;
}
.contacto form .btn {
  margin-left: 45px;
}
.contacto form input,
.contacto form textarea {
  width: 100%;
}
.contacto .contacts {
  padding-top: 0;
}

.about2 {
  display: none;
}

.texto-celeste {
  color: #0097e2;
}

.pl-25 {
  padding-left: 25px;
}

.quienes_somos .main_banner {
  background: url("../img/SCH_quienes_somos-01.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
  min-height: 400px;
}
.quienes_somos .main_banner .texto-flotante {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 400px;
}
.quienes_somos .main_banner .hero_header-title {
  max-width: unset;
  color: #fff;
  font-size: 70px;
}
.quienes_somos .formando_parte .flotante {
  transform: rotate(0);
  width: 200px;
  top: 0;
}
.quienes_somos .formando_parte .imagen {
  position: inherit;
}
.quienes_somos .formando_parte .hero_header-text {
  margin: 40px 0;
  font-weight: 300;
}
.quienes_somos .formando_parte .texto-celeste,
.quienes_somos .formando_parte ul li {
  font-size: 18px;
}
.quienes_somos .formando_parte ul li {
  list-style: circle;
}
.quienes_somos .formando_parte .texto-celeste {
  margin-top: 25px;
}
.quienes_somos .categories {
  padding: 80px 0;
}
.quienes_somos .categories .flotante.flotante1 {
  width: 200px;
  top: unset;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.quienes_somos .categories .flotante.flotante2 {
  width: 600px;
  top: -100px;
  z-index: -1;
  left: unset;
}
.quienes_somos .categories .popular_header {
  text-align: left;
}
.quienes_somos .categories .popular_content {
  width: 60%;
  font-size: 18px;
  font-weight: 300;
}
.quienes_somos .categories .categories_items {
  margin-top: 100px;
}
.quienes_somos .categories .categories_items img {
  width: 100px;
  padding: 80px 0 50px 0;
}
.quienes_somos .categories .color2,
.quienes_somos .categories .color3,
.quienes_somos .categories .color4,
.quienes_somos .categories .color5 {
  width: 100%;
  height: 100%;
}
.quienes_somos .categories .color2 img,
.quienes_somos .categories .color3 img,
.quienes_somos .categories .color4 img,
.quienes_somos .categories .color5 img {
  margin: 0 auto;
}
.quienes_somos .categories .color2 p,
.quienes_somos .categories .color3 p,
.quienes_somos .categories .color4 p,
.quienes_somos .categories .color5 p {
  text-align: center;
  color: #fff;
  padding: 0 30px 80px;
}
.quienes_somos .categories .not-inline {
  margin-top: 30px;
}
.quienes_somos .categories .color2 {
  background-color: #fab900;
}
.quienes_somos .categories .color3 {
  background-color: #bbce00;
}
.quienes_somos .categories .color4 {
  background-color: #0094df;
}
.quienes_somos .categories .color5 {
  background-color: #793281;
}
.quienes_somos .video {
  text-align: center;
}

.separator {
  height: 20px;
  background-color: #0094df;
}

.about {
  padding-bottom: 60px;
}
.about .about_main {
  padding-bottom: 0;
}
.about .about_main-content .about_main-content_header {
  text-align: left;
}
.about .about_main-content .about_main-content_text {
  text-align: left;
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 0px;
}

.popup-product {
  display: none;
  /*to hide popup initially*/
}
.popup-product::before {
  content: "";
  position: fixed;
  background-color: #000;
  opacity: 0.4;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99997;
}
.popup-product .image {
  position: fixed;
  top: 0;
  z-index: 99998;
  height: 100vh;
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
.popup-product .image-box {
  position: relative;
}
.popup-product .image-box img {
  margin: 0 auto;
  width: calc(100% - 20px);
}
.popup-product .image-box .close-btn {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  right: 20px;
  top: 15px;
  width: 20px;
  height: 20px;
  background-color: black;
  color: white;
  border-radius: 50%;
  padding: 4px;
  z-index: 99999;
}

.map-section {
  position: relative;
}
.map-section .map-section-title {
  text-align: center;
  font-size: 70px;
  margin-bottom: 80px;
}
.map-section .map-section-title span {
  font-weight: 200;
}
.map-section .map-details {
  position: absolute;
  bottom: 150px;
  left: 450px;
  z-index: 4;
}
.map-section .map-details img {
  width: 180px;
  margin-bottom: 50px;
}
.map-section .map-list {
  width: 200px;
}
.map-section .map-list li {
  padding-right: 25px;
  transition: all 0.5s ease;
}
.map-section .map-list li:hover {
  cursor: pointer;
}
.map-section .map {
  position: relative;
}
.map-section .map img {
  width: 880px;
  margin: 0 auto;
}
.map-section .marker {
  position: absolute;
  font-size: 38px;
  color: #fff;
  filter: drop-shadow(0px 0px 11px #000);
}
.map-section .marker img {
  width: 20px;
}
.map-section .marker.uruguay {
  bottom: 31%;
  right: 18%;
}
.map-section .marker.paraguay {
  bottom: 295px;
  right: 452px;
}
.map-section .marker.bolivia {
  bottom: 345px;
  right: 502px;
}
.map-section .marker.argentina {
  bottom: 27%;
  right: 27%;
}
.map-section .marker.ecuador {
  bottom: 452px;
  right: 672px;
}
.map-section .marker.peru {
  bottom: 382px;
  right: 621px;
}
.map-section .marker.panama {
  bottom: 548px;
  right: 690px;
}
.map-section .marker.costa-rica {
  bottom: 548px;
  right: 742px;
}
.map-section .marker.rep-dominicana {
  bottom: 656px;
  right: 650px;
}
.map-section .marker.guatemala {
  bottom: 583px;
  right: 814px;
}
.map-section .marker.mexico {
  bottom: 620px;
  right: 920px;
}

.interactive_map path {
  fill: lightgray;
  stroke: white;
}
.flotante {
  position: absolute;
}
.flotante.flotante1 {
  width: 100px;
  top: 100px;
  right: 0;
}
.flotante.flotante2 {
  width: 200px;
  bottom: 0;
  left: 0;
}

.internas-productos sup {
  font-size: 1.5rem;
}
.internas-productos main.portada-productos {
  margin-top: 25%;
}
.internas-productos .single_product .height {
  height: 250px;
  width: auto;
}

.header_user-action {
  flex-wrap: wrap;
  color: #000;
}

.miniflag {
  display: flex;
  width: 25px;
  float: right;
}

.instafeed {
  margin-bottom: 80px;
}
.instafeed .col-lg-4 {
  padding: 15px;
}

.btn {
  text-transform: uppercase;
  font-weight: 300;
  border-radius: 0;
}

.btn-small {
  padding: 10px;
  height: 36px;
}

.footer_main-contacts_list .list-item .icon,
.footer_main .footer_main-contacts .icon-social {
  border-radius: 0;
}

.tooltip {
  position: relative;
  display: inline-block;
}
.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
}
.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}
.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

@media (max-width: 1440px) {
  .formando_parte .imagen {
    right: 3%;
    bottom: -60px;
  }

  .flotante.flotante1 {
    width: 300px;
  }
  .flotante.flotante2 {
    width: 250px;
  }

  .map-section .map-details {
    left: 350px;
  }
}
@media (max-width: 1199px) {
  .header_logo img {
    width: 150px;
  }

  .language-sel {
    font-weight: 300;
  }
  .language-sel a {
    font-size: 13px;
    font-weight: 300;
  }

  .header_nav .header_nav-list_item.dropdown #contactanos a,
.header_nav .header_nav-list_item.dropdown #contactanos a:hover {
    color: #fff;
  }

  .header_nav .dropdown-toggle {
    margin-bottom: 0;
  }
  .header_nav .dropdown-menu {
    padding-top: 15px;
  }

  .main_banner {
    margin-top: 60px;
    background-position: 22%;
  }

  .quienes_somos .main_banner,
.internas-productos .main_banner {
    min-height: 200px;
  }
  .quienes_somos .main_banner .texto-flotante,
.internas-productos .main_banner .texto-flotante {
    height: 200px;
  }
  .quienes_somos .categories .flotante.flotante2,
.internas-productos .categories .flotante.flotante2 {
    width: 500px;
    top: 0;
  }
  .quienes_somos .categories .not-inline,
.internas-productos .categories .not-inline {
    margin-top: 0;
  }
  .quienes_somos .categories .col-xl-3,
.internas-productos .categories .col-xl-3 {
    margin-bottom: 15px;
  }

  .quienes_somos .formando_parte .imagen img {
    width: 300px;
  }

  .single_product .single-product-img {
    margin: 30px 0;
  }

  .map-section .map-details {
    left: 250px;
  }
}
@media (max-width: 991px) {
  .formando_parte {
    padding-bottom: 150px;
  }

  .about .about_numbers {
    display: none !important;
  }
  .about .about_main {
    padding-bottom: 0;
  }
  .about.about2 {
    display: block;
    background: unset;
    background-color: #fff;
    padding-bottom: 60px;
  }
  .about.about2 .about_numbers {
    position: inherit;
    display: flex !important;
  }

  .map-section .flotante.flotante1 {
    display: none;
  }
  .map-section .map-details {
    left: 150px;
  }

  .footer_main {
    text-align: center;
  }
  .footer_main .brand img {
    margin: 0 auto;
    padding-bottom: 50px;
  }
  .footer_main .footer_main-contacts_list .list-item {
    justify-content: center;
  }
  .footer_main .footer-socials {
    padding: 25px 0 50px;
  }
}
@media (max-width: 767px) {
  .main_banner {
    min-height: 400px;
  }
  .main_banner .flotante {
    width: 200px;
  }

  .map-section .flotante.flotante2 {
    display: none;
  }
  .map-section .map-details {
    left: 50px;
    bottom: 50px;
  }
  .map-section .map img {
    width: 600px;
  }

  .formando_parte .hero_header-title {
    font-size: 40px;
  }
  .formando_parte .flotante img {
    width: 304px;
  }
  .formando_parte .imagen img {
    width: 250px;
  }

  .about .about_main-content .about_main-content_header {
    font-size: 40px;
  }

  .categories .popular_header-title {
    font-size: 40px;
  }

  .instagram_feed img {
    margin: 0 auto;
    width: 250px;
  }

  .footer .footer_main-nav_list {
    flex-direction: column;
    align-items: center;
  }

  .quienes_somos .main_banner .hero_header-title,
.internas-productos .main_banner .hero_header-title {
    font-size: 48px;
  }

  .quienes_somos .formando_parte.p-80 {
    padding: 50px 0;
  }
  .quienes_somos .formando_parte .flotante {
    display: none;
  }
  .quienes_somos .formando_parte .imagen {
    margin-top: 50px;
  }
  .quienes_somos .formando_parte .imagen img {
    margin: 0 auto;
  }
  .quienes_somos .about img {
    width: 70%;
    margin: 0 auto;
  }
  .quienes_somos .categories .popular_content {
    width: 100%;
  }
  .quienes_somos .categories .flotante2 {
    opacity: 0.3;
  }
  .quienes_somos .video iframe {
    width: 100%;
  }

  .single-product-float {
    display: none;
  }

  .internas-productos main.portada-productos {
    margin-top: 220px;
  }
  .internas-productos .selection-box {
    position: absolute;
    left: -1000px;
    top: 260px;
    transition: all 0.5s ease;
  }
  .internas-productos .selection-box .row {
    background-color: rgba(255, 255, 255, 0.9);
  }
  .internas-productos .btn-open {
    font-weight: 300;
    text-transform: uppercase;
  }
}
@media (max-width: 575px) {
  .main_banner {
    min-height: 250px;
    background-position: 54%;
  }

  .quienes_somos .main_banner .hero_header-title,
.internas-productos .main_banner .hero_header-title {
    font-size: 35px;
  }

  .formando_parte .imagen img {
    width: 200px;
  }

  .about.about2 .about_numbers {
    flex-direction: column;
  }

  .footer .footer_main .list-item .link.d-inline-flex {
    display: block !important;
  }

  .quienes_somos .main_banner {
    background-size: cover;
  }

  .map-section .map-section-title {
    font-size: 40px;
  }
  .map-section .map-details {
    position: inherit;
  }
  .map-section .map img {
    width: 100%;
  }
  .map-section .svg_map svg {
    height: 313px;
  }

  .item-vademecum i {
    display: none;
  }

  .miniflag {
    float: unset;
  }

  .internas-productos .selection-box {
    padding: 0;
  }
  .internas-productos .shop_aside-block_header {
    margin-bottom: 5px;
  }
  .internas-productos .vademecum .pt-5 {
    padding-top: 0 !important;
  }
}

/*# sourceMappingURL=ajustes.css.map */
