/* //farmacia */
@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,200;0,400;0,500;0,700;1,500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

/*------------------------------------------------------------------------
# Pivot Drupal ----*/

/*ESTILOS NUEVOS*/
body {
  margin-top: 0px;
  font-family: "montserrat", sans-serif;
}

@media (min-width: 1200px) {
  .container {
    width: 1250px !important;
  }
  .container-fluid.mapafull {
    max-width: 3250px !important;
    margin: auto;
  }
  .main-logo {
    width: 20% !important;
  }
  .main-principal {
    width: 65% !important;
    margin-top: -20px !important;
  }
  .redes_soc {
    width: 15%;
    vertical-align: middle;
    margin-top: 20px;
  }
  /* .col-lg-2 {
        width: 10% !important;
    } */
  .menu-infe {
    width: 100% !important;
    display: flex;
  }
  .region.region-mapa {
    max-width: 4000px;
    margin: auto;
  }
}
.slide__caption {
  padding: 0;
}
a {
  color: #2c307d;
}
a:hover {
  text-decoration: none;
}
section.barra-azul {
  background: #fff;
  padding: 0;
}
/* section.barra-naranja {
  background: #ff8000;
  padding: 1.5rem 0 1.5rem 0;
  font-size: 12px;
} */
section.barra-naranja {
  display: none;
}
.text-white,
.text-white2 {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 16px;
  text-align: center;
  font-weight: 600;
}
#block-textobarranaranja2 {
  display: none;
}
.text-blue {
  color: #2c307d;
}
.text-orange {
  color: rgb(228, 149, 53);
}
.text-center {
  text-align: center;
}
.logo-wapli {
  max-width: 75px;
  margin-top: 0px;
  display: inline-block;
}
::-webkit-scrollbar {
  display: none !important;
}
.select2-container {
  display: block !important;
}

a.sf-depth-1.nolinkr {
  font-weight: 600;
  color: #b8b8b8;
  text-decoration: unset;
}
#superfish-menu-principal-inferior a {
  padding: 0.5em;
}
.Banner-block {
  max-width: 1900px;
  margin: auto;
}
/* .Content-pauta {
  max-width: 2920px;
  margin: auto;
} */
.Content-pauta {
  display: none;
}
a.sf-depth-1.nolinkr2 {
  font-weight: 500;
  text-decoration: unset;
  color: #888;
}
@media (max-width: 767px) {
  section.m-superior {
    margin-left: 0px !important;
    margin-right: 0px !important;
    background: #2c307d;
  }
  a.logo.navbar-btn.pull-left {
    display: none;
  }
  section.barra-azul {
    padding: 0px 0;
  }
  .centrado-xs {
    text-align: center;
  }
  .site-branding {
    display: none;
  }
  .azul-xs {
    background: #fff;
  }
  .row.margin-1 {
    padding: 0rem 0 !important;
  }
  .header_logo {
    text-align: center;
    padding: 2rem 0;
  }
  #superfish-main {
    z-index: 1000;
    width: 100% !important;
    /* min-width: 340px; */
    text-align: center;
    background: #d1d1e2;
    margin-left: auto;
    margin-right: auto;
    position: fixed;
    left: 0;
    margin-top: 40px;
  }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: #e7e7e700;
  }
  a.sf-depth-1.nolinkr {
    font-size: 15px;
  }
  .navbar-toggle {
    float: left !important;
    margin-left: 0px !important;
  }
  .navbar {
    margin-bottom: 0px;
  }
  .btn-registro {
    color: #ffffff !important;
  }
  .menu-nivel1 {
    width: 100%;
  }
  .margin-15 {
    margin-left: -15px;
    margin-right: -15px;
  }
  .display-none-xs {
    display: none;
  }
  #navbar {
    padding: 3rem 0rem !important;
  }
  .img-logo-movil {
    padding: 2rem 0;
  }
  section#block-publicidadhome {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .nolinkr {
    font-size: 13px;
  }
}
img.logo-bottom {
  max-width: 250px;
}
.btn-registro {
  background-color: transparent;
  border-radius: 28px;
  border: 1px solid #e49535;
  display: inline-block;
  cursor: pointer;
  color: #2c307d;
  font-size: 14px;
  padding: 4px 12px;
  text-decoration: none;
  margin-right: 0.5rem;
  transition: transform 0.2s;
}
a.btn-registro:hover {
  background: #e49535;
  color: white;
  transform: scale(0.9);
}
.navbar-collapse {
  padding-right: 0px !important;
  padding-left: 0px !important;
}
.navbar {
  padding: 4rem 0rem 0 0;
}
.navbar-default {
  background-color: #ffffff00 !important;
  border-color: #ffffff00 !important;
}
.btns-sesion {
  padding: 4rem 0 1rem 0;
}
a.logo.navbar-btn.pull-left > img {
  width: 100%;
}
/*BOTONES SESION*/
a.a-sesion > .i-sesion:hover {
  transform: scale(0.9);
}
a.a-sesion > .i-sesion {
  transition: transform 0.2s;
}
/*HOVER MENU*/
/* a.sf-depth-1.nolinkr:after {
    content: "";
    border-bottom: solid 3px #2c307d;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right;
    transform-origin: right;
    -webkit-transition: -webkit-transform 0.25s;
    transition: -webkit-transform 0.25s;
    transition: transform 0.25s;
    transition: transform 0.25s, -webkit-transform 0.25s;
    top: 6rem;
}
a.sf-depth-1.nolinkr:hover:after {
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
a.sf-depth-1.nolinkr2:after {
    content: "";
    border-bottom: solid 2px #2c307d;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right;
    transform-origin: right;
    -webkit-transition: -webkit-transform 0.25s;
    transition: -webkit-transform 0.25s;
    transition: transform 0.25s;
    transition: transform 0.25s, -webkit-transform 0.25s;
}
a.sf-depth-1.nolinkr2:hover:after {
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
} */

#block-encuesta {
  display: none;
}
.block-encuesta-modal .spb_left_bar {
  border-radius: 20px !important;
  border: 1px solid #ccc !important;
}

@media (min-width: 768px) {
  section#block-logomoviles {
    display: none;
  }
}
@media only screen and (min-width: 1280px) {
  .hermes .tp-bullet {
    top: -40px !important;
  }
}
/*ESTILOS ENCUESTA*/
.spb_close {
  color: #f39200 !important;
  border-radius: 8px !important;
}
button.button.button--primary:hover {
  color: #fff;
  background: #2c307d;
  transform: scale(0.9);
}

button.button.button--primary {
  background-color: transparent;
  border-radius: 28px;
  border: 1px solid #e49535;
  display: inline-block;
  cursor: pointer;
  color: #2c307d;
  font-size: 14px;
  padding: 0px 12px;
  text-decoration: none;
  margin-right: 0.5rem;
  transition: transform 0.2s;
}
a.btn.btn-primary.btn-xs {
  background-color: transparent;
  border-radius: 28px;
  border: 1px solid #e49535;
  display: inline-block;
  cursor: pointer;
  color: #2c307d;
  font-size: 14px;
  padding: 0px 12px;
  text-decoration: none;
  margin-right: 0.5rem;
  transition: transform 0.2s;
}
a.btn.btn-primary.btn-xs > small {
  color: #2c307d;
  text-transform: capitalize;
}
a.btn.btn-primary.btn-xs > small:hover {
  color: #ffffff;
}
a.btn.btn-primary.btn-xs:hover {
  color: #fff;
  background: #2c307d;
  transform: scale(0.9);
}
section.m-superior {
  margin-right: -15px;
  margin-left: -15px;
}
/*CONTENIDO*/
#webform-submission-registro-de-usuarios-nuevos-add-form,
#webform-submission-contact-add-form {
  max-width: 1300px;
  margin: auto;
}
.region.region-content > nav.tabs,
#user-login-form {
  max-width: 1140px;
  margin: auto;
}
.navbar-toggle {
  padding: 3px 10px !important;
  color: #2c307d;
  border: 0px solid #e49535 !important;
  font-size: 25px;
}
/*MENU INFERIOR*/
#block-menuinferior2 {
  display: none;
}
ul.sf-menu-principal-inferior {
  width: 100%;
  margin: auto;
}
ul.sf-menu-principal-inferior > li.m-vertical {
  margin-right: 20px;
  font-size: 16px;
  text-transform: uppercase;
}
a.nolinkr2 {
  padding: 1rem 0 !important;
}
ul.sf-menu li {
  float: left;
  position: relative;
  z-index: 498;
}
li.sf-no-children::marker {
  display: none;
  color: transparent;
}
/*FOOTER*/
/* .footer {
  margin-top: 0px;
  padding-top: 1.5rem;
  border-top: 0px solid #e5e5e5;
} */
.footer {
  background: #002855;
  height: 300px;

  .region.region-footer {
    height: -webkit-fill-available;

    section#block-tufarmacia-views-block-footer-block-1 {
      width: 700px;
      padding: 20px 50px;

      .vista-cuadricula-footer-col.views-col.col-1 {
        display: flex;
        flex-direction: column;
        gap: 20px;

        .views-field.views-field-body {
          color: white;
          width: 400px;
        }
      }
    }
    section#block-tufarmacia-redessocialesfooter {
      width: 350px;
      height: 80px;
      display: flex;
      flex-direction: row;
      gap: 20px;
      padding: 0 30px;

      img {
        width: 40px;
        height: 40px;
      }
    }
  }
}
.mapafull {
  margin-left: -30px;
  margin-right: -30px;
}
.logo-coopy {
  max-width: 130px;
}
.bloq-coopy {
  margin-top: 5rem;
}
#block-views-block-redes-sociales-block-1 .views-view-grid .views-row {
  display: flex;
  width: 80%;
}
#block-views-block-redes-sociales-block-1 .views-view-grid .views-col {
  margin: 5px;
}
img.redes {
  max-width: 40px;
  margin: 0 1rem;
  transition: transform 0.2s;
}
img.redes:hover {
  transform: scale(0.9);
}
.tabla-1 {
  margin: auto;
}
/* section.s-mapa {
    background: #2c307d;
    margin: 0 -15px;
} */
/*ESTILOS POPUP*/

#block-encuesta {
  display: none;
}
#block-publicidad {
  display: none;
}

.block-encuesta-modal .spb_left_bar {
  border-radius: 20px !important;
  border: 1px solid #ccc !important;
}

.spb_close {
  color: #f39200 !important;
  border-radius: 8px !important;
}
button.button.button--primary:hover {
  color: #fff;
  background: #2c307d;
  transform: scale(0.9);
}

button.button.button--primary {
  background-color: transparent;
  border-radius: 28px;
  border: 1px solid #e49535;
  display: inline-block;
  cursor: pointer;
  color: #2c307d;
  font-size: 14px;
  padding: 0px 12px;
  text-decoration: none;
  margin-right: 0.5rem;
  transition: transform 0.2s;
}
/*FIN ESTILOS POPUP*/

.cpautas {
  margin-left: 0px;
  margin-right: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

.pautas1 {
  text-align: center;
  margin: auto;
  width: 100%;
  margin-bottom: 50px;
}
.pautas2 {
  margin: auto;
  width: 100%;
  margin-bottom: 50px;
  position: relative;
  height: auto;
  background-color: #2c307d;
}
.pautas2::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
  width: 7%;
  height: 60px;
  background: #ffffff;
  border-radius: 100px 100px 0 0;
}
.pautas3 {
  width: 100%;
  display: flex;
}
/* Logo inferior */
.logo_inferior {
  width: 50%;
  align-items: center;
  display: flex;
}
.region.region-logoinferior {
  margin: auto;
}
.container_apoyo {
  width: 100%;
  align-items: end;
  margin: auto;
  display: flex;
  margin-top: 30px;
}
.header_logo.text-center {
  float: left;
}
.body_logo {
  float: right;
  margin-left: 20px;
}
/* Apps */
.apps {
  width: 50%;
  display: flex;
  float: right;
  flex-direction: row-reverse;
}
.cl_apps {
  width: 100%;
  float: right;
  margin-top: 30px;
}
.texto_apps {
  width: 40%;
  float: left;
  margin-right: 20px;
}
.texto_apps h2 {
  font-size: 15px;
  text-align: right;
}
.table_apps {
  float: left;
  width: 30%;
}
tr.img_apps_margen {
  margin-bottom: 10px;
  display: flex;
}
td.img_apps img {
  width: 130px;
}
/* Large screens ----------- */
@media only screen and (min-width: 1824px) {
  .cpautas {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}

.navbar-collapse.in {
  overflow-y: unset !important;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
  section.menu-inferior {
    padding: 6rem 0 1rem 0;
    background-repeat: no-repeat;
  }
}
@media (min-width: 769px) {
  .hidden-md-up {
    display: none;
  }
}
/* ----------------------------------------------------New CSS--------------------------------------------------------------------- */
/* Menu inferior */
.region.region-menuinferior {
  margin: auto;
  text-transform: uppercase;
  margin-top: 20px;
}
#superfish-menu-principal-inferior li {
  border-left: 1px solid #b8b8b8;
}
li#menu-principal-inferior-menu-link-contentcc80a90e-7d6a-44d0-afa3-e2250664482c {
  border-left: none;
}
/* Menu secundario inferior */
section#block-menuinferior2 {
  align-items: center;
  display: none;
}
ul#superfish-menu-inferior-2 {
  margin: auto;
}
#superfish-menu-inferior-2 li {
  border-left: 1px solid #b8b8b8;
}
#superfish-menu-inferior-2 li .sf-depth-1 {
  font-weight: 600;
  color: #b8b8b8;
  text-decoration: unset;
}
li#menu-inferior-2-menu-link-content218d9c23-6dc6-4a37-be92-3817192b1f5e {
  border-left: none;
}
/* Scroll to top */
.ir-arriba {
  display: none;
  background-repeat: no-repeat;
  font-size: 30px;
  fill: white;
  cursor: pointer;
  position: fixed !important;
  bottom: 10px;
  right: 10px;
  z-index: 20;
  border-radius: 50%;
}
.fa-stack {
  z-index: 2;
}

.cl_conte_btn:hover .ir-arriba svg:nth-child(1) {
  color: #9d6114 !important;
}

.radar {
  position: absolute;
  top: 5px;
  left: 15px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: rgba(255, 0, 0, 0.8);
  transform: scale(0);
  z-index: 0;
  animation: radar-animation 1s linear infinite;
}

@keyframes radar-animation {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
    opacity: 0.5;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
/* BARRA AZUL */
section.s-mapa.arriba_quieto {
  z-index: 10;
  position: relative;
}
.barra_azul_text {
  float: left;
  width: 90%;
  background: #2c307d;
  margin: 0 -15px;
  padding: 18px 0 18px 50px;
  text-align: left !important;
}

img.barra_azul_img {
  width: 100%;
  max-width: 25%;
  height: 64px;
  float: right;
  margin-top: -74px;
  margin-right: -40px;
}
#block-compraaquifarmaexpressbig img {
  width: 50%;
  margin-bottom: 20px;
  height: 150px;
  display: none;
}
section#block-compraaquifarmaexpress {
  width: 100%;
  position: relative;
  z-index: 1;
}

/* Menú de navegación */
section#block-menuprincipalsuperior-2,
section#block-tufarmacia-menuprincipalinferior {
  z-index: 1;
}
section#block-menuinferior2 {
  z-index: 1;
}
.navbar-default .navbar-nav > li > a {
  font-weight: bold;
  color: #2c307d !important;
}
.navbar-nav .is-active {
  background-color: #2c307d !important;
  border-radius: 25px !important;
  animation: vanish 0.2s !important;
}
@keyframes vanish {
  from {
    color: #2c307d;
    background-color: #ffffff;
  }
  to {
    background-color: #2c307d;
    color: #ffffff;
  }
}
.menu.menu--main.nav.navbar-nav .is-active {
  color: #ffffff !important;
}

/* TEXT BARRA AZUL */

.blazy.block-grid {
  width: 100%;
  display: flex;
  align-items: center;
  text-align: -webkit-center;
}
.barra_azul_text2 {
  display: none;
}
/* Banner */
/* section#block-views-block-banner-block-1 img {
  max-width: 1900px;
  max-height: 487px;
} */
section#block-views-block-banner-block-1 {
  max-width: 1900px;
  margin: auto;
}
.region.region-sliderp2 {
  margin-top: 50px;
  text-align: center;
}
.flex-direction-nav .flex-nav-prev a {
  width: 50px !important;
  height: 50px !important;
  overflow: hidden !important;
  fill: white !important;
  content: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' height='1em' viewBox='0 0 320 512'><path d='M9.4 233.4c-12.5 12.5-12.5 32.8 0 45.3l192 192c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L77.3 256 246.6 86.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-192 192z'/></svg>");
  border: 5px solid #ff8b19;
  background-color: #ffffff;
  border-radius: 50%;
}
.flex-direction-nav .flex-nav-next a {
  width: 50px !important;
  height: 50px !important;
  overflow: hidden !important;
  fill: white !important;
  content: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' height='1em' viewBox='0 0 320 512'><path d='M310.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-192 192c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L242.7 256 73.4 86.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l192 192z'/></svg>");
  border: 5px solid #ff8b19;
  background-color: #ffffff;
  border-radius: 50%;
}

/* NUESTRAS aliados */
section#block-views-block-nuestras-marcas-block-1 {
  max-width: 80%;
  margin: auto;
}
section#block-views-block-nuestras-marcas-block-1 .blazy.block-grid {
  display: flex !important;
  flex-direction: row;
}
#block-views-block-nuestras-marcas-block-1 .b-grid--lg-4 > .grid {
  width: 25%;
  margin: auto;
}
#block-views-block-nuestros-aliados-movil-block-1 {
  display: none;
}
.cl_nuestras_marcas {
  width: 100% !important;
  height: 100% !important;
}
.slick-list.draggable {
  width: 100% !important;
  position: relative;
}
@media (min-width: 64em) {
  .slide--caption--split-left .slide__caption,
  .slide--caption--split-right .slide__caption {
    padding: 0px !important;
  }
}
.region.region-pauta1 {
  width: 85%;
  margin: auto;
}
.region.region-pauta1 h2 {
  color: #2c307d;
  font-size: 3vh;
  font-weight: bold;
}
ul#slick-views-nuestras-marcas-block-block-1-1-2 .views-field.views-field-body {
  padding: 10px 0;
  margin: 0;
  display: inline-block;
}
/* BANNER SUPERPUESTO */
#spb-block-views-block-bannersuperpuesto-block-1 {
  background-color: rgba(0, 0, 0, 0.4);
}
#spb-block-views-block-bannersuperpuesto-block-1
  .spb-popup-main-wrapper.spb_center {
  margin-top: -15%;
  height: 526px;
}
.spb-popup-main-wrapper {
  background-color: transparent !important;
  border: 0;
}

.block-views-block-bannersuperpuesto-block-1-modal-close.spb_close {
  width: 50px !important;
  height: 50px !important;
  right: -1px;
  top: 10px !important;
  z-index: 999999;
  display: flex;
  background-image: url(/sites/default/files/inline-images/iconos_botones/TDMC_cerrar.svg);
  border-radius: 50% !important;
  border: 0px;
}
.spb_close {
  color: transparent !important;
}

.cl_x_banner {
  width: 4vw;
  height: auto;
}
/* PRODUCTOS DESTACADOS */
#block-views-block-productos-destacados-responsive-block-1,
#block-views-block-productos-destacados-responsive-block-2 {
  display: none;
}
#block-productos-destacados-block,
#block-views-block-productos-destacados-block-1,
#block-views-block-productos-destacados-responsive-block-1,
#block-views-block-productos-destacados-responsive-block-2 {
  height: 50%;
  width: 80%;
  margin: auto;
  &::-webkit-scrollbar {
    display: none !important;
  }
}
#block-productos-destacados-block .slide__link a,
#block-views-block-productos-destacados-block-1 .slide__link a,
#block-views-block-productos-destacados-responsive-block-1 .field-content a,
#block-views-block-productos-destacados-responsive-block-2 .field-content a {
  display: block;
  background-color: #ff8b19;
  padding: 13px;
  border-radius: 30px;
  width: 95%;
  cursor: pointer !important;
  color: #ffffff !important;
  text-decoration: none;
}
#block-productos-destacados-block .slide__link a:hover,
#block-views-block-productos-destacados-block-1 .slide__link a:hover,
#block-views-block-productos-destacados-responsive-block-1
  .field-content
  a:hover,
#block-views-block-productos-destacados-responsive-block-2
  .field-content
  a:hover {
  background-color: #9d6114;
}
#block-productos-destacados-block .views-field.views-field-title,
#block-views-block-productos-destacados-block-1 .views-field.views-field-title,
#block-views-block-productos-destacados-responsive-block-1
  .views-field.views-field-title,
#block-views-block-productos-destacados-responsive-block-2
  .views-field.views-field-title {
  color: #2c307d !important;
  font-weight: bold;
  font-size: 13px;
  overflow: scroll;
  height: 35px;

  &::-webkit-scrollbar {
    display: none !important;
  }
}
#block-productos-destacados-block .views-field.views-field-body,
#block-views-block-productos-destacados-block-1 .views-field.views-field-body,
#block-views-block-productos-destacados-responsive-block-1
  .views-field.views-field-body,
#block-views-block-productos-destacados-responsive-block-2
  .views-field.views-field-body {
  font-weight: bold;
  color: #7b7f85;
  font-size: 10px;
  margin-top: 10px;
}
#block-productos-destacados-block .slide__caption,
#block-views-block-productos-destacados-block-1 .slide__caption,
#block-views-block-productos-destacados-responsive-block-1 .slide__caption,
#block-views-block-productos-destacados-responsive-block-2 .slide__caption {
  cursor: default !important;
}
#block-productos-destacados-block .slide__description,
#block-views-block-productos-destacados-block-1 .slide__description,
#block-views-block-productos-destacados-responsive-block-1 .slide__description,
#block-views-block-productos-destacados-responsive-block-2 .slide__description {
  cursor: grab !important;
}
#block-productos-destacados-block .slide__link,
#block-views-block-productos-destacados-block-1 .slide__link,
#block-views-block-productos-destacados-responsive-block-1 .field-contentm,
#block-views-block-productos-destacados-responsive-block-2 .field-contentm {
  padding: 0px !important;
  margin: 20px auto 20px;
  cursor: default !important;
}
#block-views-block-productos-destacados-responsive-block-1
  .views-field.views-field-field-img-productos
  .field-content
  img,
#block-views-block-productos-destacados-responsive-block-2
  .views-field.views-field-field-img-productos
  .field-content
  img {
  margin: auto;
}
.media.media--blazy.media--slick.media--image.is-b-loading {
  display: none;
}
ul#slick-04630f76e8b-6 li,
ul#slick-04630f76e8b-7 li,
ul#slick-04630f76e8b-8 li,
ul#slick-04630f76e8b-9 li,
ul#slick-f4bb56126c5-3 li,
ul#slick-f4bb56126c5-4 li,
ul#slick-f4bb56126c5-5 li,
ul#slick-f4bb56126c5-6 li {
  border-collapse: separate;
  margin: 20px;
  border-radius: 15px;
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.1);
  padding: 0;
}
@media (min-width: 64em) {
  .slick--thumbnail .slide__caption,
  .slide--caption--below .slide__caption {
    padding: 0 !important;
  }
}
/* NUESTROS PROVEEDORES */
section#block-views-block-nuestros-proveedores-block-1 {
  width: 67%;
  margin: auto;
}
section#block-views-block-nuestros-proveedores-block-2 {
  display: none;
}
#block-views-block-nuestros-proveedores-block-1 ul,
section#block-views-block-nuestros-proveedores-block-2 ul {
  width: 100%;
  text-align: center;
  margin: auto !important;
  margin-top: 10px !important;
}
#block-views-block-nuestros-proveedores-block-1 img,
section#block-views-block-nuestros-proveedores-block-2 img {
  border-radius: 50%;
  text-align: center;
  margin: auto;
  border: 2px solid #cccccc;
  width: 120px;
  height: 120px;
}
.slick-arrow:hover::before {
  color: #9d6114;
}
.slick-arrow::before {
  color: #ff8b19;
  font-size: 5rem;
}
.slick-arrow:after {
  color: #9d6114;
}
.slick-arrow {
  width: 80px !important;
}
/* Servicios telemedicina */
section#block-views-block-servicios-telemedicina-block-1 {
  width: 40%;
  margin: auto;
}

/* TuMedico */
#tumedico .modal-body,
#doctoraki .modal-body {
  display: flex;
}
.cl_tele {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

.container_tele {
  display: flex;
  justify-content: center;
  max-width: 236px;
  max-height: 314px;
  text-align: center;
  margin: auto;
  margin-top: 30px;
}

.box_tele {
  width: 100%;
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 20px;
  text-align: center;
  background-color: #ffffff;
}
.box_tele p {
  color: #9b9b9b;
  text-align: left;
  font-size: 9px;
  margin: 0px;
}
.box_tele h3 {
  color: #2c307d;
  text-align: left;
  font-size: 12px;
  font-weight: bold;
}
.cl_img_tele {
  width: 100%;
  margin: auto;
  max-width: 210px;
  max-height: 145px;
}
.cl_img_tele img {
  width: 60%;
  height: 20%;
}
.margen_tele {
  width: 70%;
  padding: 0 30px 30px;
}
.margen_tele h3 {
  color: #2c307d;
  font-weight: bold;
  text-align: left;
  font-size: 30px;
  padding: 20px 0;
}
.margen_tele p {
  text-align: justify !important;
}
.margen_tele .cl_p_content {
  color: #000000;
  text-align: left;
  font-size: 13px;
  margin-top: 20px;
  padding: 0 20px;
}
.popup_tele {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  overflow: auto;
}
.second_cont_tele {
  display: flex;
  justify-content: center;
  overflow-y: scroll;
}
.content_tele_img {
  max-width: 30%;
  margin-right: 20px;
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  padding: 50px 25px;
}
.popup-content_tele {
  background-color: #fff;
  width: 85%;
  padding: 20px;
  border-radius: 15px;
  display: flex;
  height: 550px;
}
.content_tele_img img {
  width: 100%;
  height: auto;
}
.popup-content_tele .content_tele_img img {
  height: 50%;
  width: 100%;
  vertical-align: middle;
  margin: auto 15px auto 0px;
  margin-top: 25%;
}
.popup-content_tele .facebook_tele,
.popup-content_tele .whatssapp_tele {
  width: 50px !important;
  height: 50px !important;
  border-radius: 50% !important;
  box-shadow: none !important;
  margin-top: 20px !important;
}
.red_tele {
  width: 100%;
  height: 20%;
  margin-top: 50px;
}
.cl_x_tele {
  background-color: #ff8b19;
  border-radius: 50%;
}
.popup-close-btn_tele:hover .cl_x {
  background-color: #9d6114;
}
.popup-close-btn_tele {
  top: 6%;
  left: 85%;
  position: absolute;
  cursor: pointer;
  float: right;
  background-color: transparent !important;
  fill: #ffffff;
  border: none !important;
  border-radius: 50%;
  font-size: 6vw;
  width: 12%;
}
.popup-close-btn_tele_2 {
  margin-top: -10px;
  margin-left: auto;
  cursor: pointer;
  max-width: 100%;
}
.popup-btn_tele,
.popup-close-btn_tele_2 {
  background-color: #ff8b19;
  padding: 10px;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 30px;
  width: 100%;
  font-size: 12px;
  display: block;
  font-weight: bold;
  margin-top: 5px;
}
.popup-close-btn_tele,
.popup-btn_tele {
  cursor: pointer;
}

.popup-close-btn_tele_2:hover,
.popup-btn_tele:hover {
  background-color: #9d6114;
  color: #fff;
  text-decoration: none;
}
#tumedico .modal-body.ui-dialog-content {
  margin-top: -50px;
}
/* Doctor aki */
.vista-cuadricula-aki-row.row.views-row.clearfix.row-1 {
  justify-content: center;
  display: flex;
  margin: 0;
}
.cl_aki {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

.container_aki {
  display: flex;
  justify-content: center;
  max-width: 236px;
  max-height: 314px;
  text-align: center;
  margin: auto;
  margin-top: 30px;
}

.box_aki {
  width: 100%;
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 20px;
  text-align: center;
  background-color: #ffffff;
}
.box_aki p {
  color: #9b9b9b;
  text-align: left;
  font-size: 9px;
  margin: 0px;
}
.box_aki h3 {
  color: #2c307d;
  text-align: left;
  font-size: 12px;
  font-weight: bold;
}
.cl_img_aki {
  width: 100%;
  margin: auto;
  max-width: 210px;
  max-height: 145px;
}

.cl_img_aki img {
  width: 100%;
  height: 100%;
  max-width: 236px;
  max-height: 314px;
  margin: 35px 0 35px 0;
}
.margen_aki {
  width: 70%;
  padding: 30px;
}
.margen_aki h3 {
  color: #2c307d;
  font-weight: bold;
  text-align: left;
  font-size: 30px;
  padding: 20px 0;
}
.margen_aki p {
  text-align: justify;
}
.content_aki_img {
  width: 30%;
  margin-right: 20px;
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  padding: 50px 25px;
}
.content_aki_img img {
  margin-bottom: 5px !important;
}
#doctoraki .content_aki_img img {
  height: auto;
  width: 100%;
}
#doctoraki .facebook_aki,
#doctoraki .whatssapp_aki {
  width: 50px !important;
  height: 50px !important;
  border-radius: 50% !important;
  box-shadow: none !important;
  margin-top: 20px !important;
}
.red_aki {
  width: 100%;
  height: 20%;
  margin-top: 50px;
}
#doctoraki ol {
  text-align: justify;
}
#doctoraki .modal-body.ui-dialog-content {
  margin-top: -100px;
}
/* NOTAS DE INTERÉS */
section#block-views-block-notas-de-interes-frontline-block-1,
section#block-views-block-notas-de-interes-view-block-1 {
  width: 70%;
  margin: auto;
}
section#block-views-block-notas-de-interes-frontline-block-1
  .vista-cuadricula-notas-col.col.views-col {
  margin: 10px;
}
#nota1 .modal-body.ui-dialog-content,
#nota2 .modal-body.ui-dialog-content,
#nota3 .modal-body.ui-dialog-content,
#nota4 .modal-body.ui-dialog-content,
#nota5 .modal-body.ui-dialog-content,
#nota6 .modal-body.ui-dialog-content,
#nota7 .modal-body.ui-dialog-content,
#nota8 .modal-body.ui-dialog-content,
#nota9 .modal-body.ui-dialog-content,
#nota10 .modal-body.ui-dialog-content,
#nota11 .modal-body.ui-dialog-content,
#nota12 .modal-body.ui-dialog-content {
  display: flex;
}
.cl-red-soc img {
  height: 50px;
  width: auto;
}
.cl_notas {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

.container_notas {
  display: flex;
  justify-content: center;
  max-width: 236px;
  max-height: 314px;
  text-align: center;
  margin: auto;
  margin-top: 30px;
}

.box_notas {
  width: 100%;
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 20px;
  text-align: center;
  background-color: #ffffff;
}
.box_notas p {
  color: #9b9b9b;
  text-align: left;
  font-size: 9px;
  margin: 0px;
}
.box_notas h3 {
  color: #2c307d;
  text-align: left;
  font-size: 12px;
  font-weight: bold;
}
.cl_img_notas {
  width: 100%;
}
.cl_img_notas img {
  border-radius: 50%;
  max-width: 135px;
  height: 135px;
}
.margen_notas {
  width: 70%;
  text-align: left;
}
.margen_notas h3 {
  color: #2c307d;
  font-weight: bold;
  font-size: 4vh;
  padding: 20px 0;
}
.margen_notas p {
  overflow: scroll;
  max-height: 200px;
}
.content_notas_img {
  max-width: 30%;
  width: 30%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: center;
  margin-right: 20px;
  padding: 30px 20px;
}
.popup-content_notas {
  background-color: #fff;
  width: 85%;
  padding: 20px;
  border-radius: 15px;
  display: flex;
  height: 450px;
}
.content_notas_img img {
  border-radius: 50%;
  margin: 0 auto 5px !important;
  max-width: 80%;
  width: 100%;
  height: auto;
}
.content_notas_img .red_notas img {
  border-radius: 50%;
  width: 20%;
  height: 100%;
  margin: 0 5px !important;
}
.popup-content_notas .content_notas_img img {
  height: 50%;
  width: 100%;
  vertical-align: middle;
  margin: auto 15px auto 0px;
  margin-top: 25%;
}
.popup-content_notas .facebook_notas,
.popup-content_notas .whatssapp_notas {
  width: 50px !important;
  height: 50px !important;
  border-radius: 50% !important;
  box-shadow: none !important;
  margin-top: 20px !important;
}
.red_notas {
  width: 100%;
  margin: 20px 0 50px;
}
.cl_x_notas {
  background-color: #ff8b19;
  border-radius: 50%;
}
.popup-close-btn_notas:hover .cl_x {
  background-color: #9d6114;
}
.popup-close-btn_notas {
  top: 15%;
  left: 85%;
  position: absolute;
  cursor: pointer;
  float: right;
  background-color: transparent !important;
  fill: #ffffff;
  border: none !important;
  border-radius: 50%;
  font-size: 6vw;
  width: 12%;
}
.popup-close-btn_notas_2 {
  margin-top: -10px;
  margin-left: auto;
  cursor: pointer;
}
.popup-btn_notas,
.popup-close-btn_notas_2 {
  background-color: #ff8b19;
  padding: 10px;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 30px;
  width: 100%;
  font-size: 12px;
  font-weight: bold;
  margin-top: 0px;
}
.popup-close-btn_notas,
.popup-btn_notas {
  cursor: pointer;
}

.popup-close-btn_notas_2:hover,
.popup-btn_notas:hover {
  background-color: #9d6114;
}
/* Notas de interés VISTA*/
section#block-views-block-notas-de-interes-view-block-1
  .vista-cuadricula-notas-col.col.views-col {
  margin: 10px;
}
/* section#block-views-block-notas-de-interes-view-block-1.modal-dialog {
    width: auto !important;
}  */

section#block-views-block-notas-de-interes-view-block-1 {
  margin-bottom: 30px;
}
.vista-cuadricula-notas-row.row.views-row {
  display: flex;
  margin: auto;
}
/* Formulario te podemos ayudar */
#edit-regionprincipal .form-control {
  width: 100%;
  margin-bottom: 10px;
  border-radius: 30px !important;
  height: 50px !important;
  display: inline-block;
  padding: 0 15px;
  color: #000000 !important;
}
#edit-regionprincipal #edit-mensaje {
  height: auto !important;
  padding: 15px;
}
#edit-region1 {
  color: #ffffff;
  width: 35%;
  margin: auto;
  padding: 100px;
  text-align: left;
  float: left;
  margin-left: 10%;
}
#edit-regionprincipal #edit-regiondos label {
  color: #ffffff;
  text-align: right;
}

#edit-regionprincipal #edit-regiondos .form-required:after {
  display: none !important;
}
#edit-titulo-formulario .text-orange,
#edit-titulo-formulario--3 .text-orange {
  color: #f07d00 !important;
  font-size: 45px !important;
  font-weight: bold !important;
  line-height: 60px;
}
#edit-texto-podemos-ayudarte {
  padding-left: 15px;
}
#edit-numero-telefono h3 {
  font-size: 25px;
  padding-left: 15px;
  font-weight: 900;
}
.ui-draggable .ui-dialog-titlebar {
  background-color: transparent;
  border: 0px;
}
.ui-draggable .ui-dialog-titlebar button {
  width: 40px !important;
  height: 40px !important;
  right: -1px;
  top: 10px !important;
  z-index: 999999;
  display: flex;
  background-image: url(/sites/default/files/inline-images/iconos_botones/TDMC_cerrar.svg);
  border-radius: 50% !important;
  border: 0px;
}

#edit-regiondos {
  width: 35%;
  float: right;
  margin-right: 10%;
  margin-bottom: 50px;
}
#edit-row1 {
  padding: 60px 130px 0 0;
}
#edit-regionprincipal .checkbox {
  width: 45%;
  float: left;
  margin-right: 20px;
}
#edit-regionprincipal .control-label.option.js-form-required.form-required a {
  color: #ffffff;
  border-bottom: 1px solid;
  float: right;
}
#edit-regionprincipal
  .control-label.option.js-form-required.form-required
  a:hover {
  color: #f87e0d;
  text-decoration: none;
}
.cl_terms_div {
  width: 100%;
  padding: 0 50px;
}
h2.cl_terms_tittle {
  font-size: 20px;
  text-align: center;
  font-weight: bold;
}
p.cl_terms_text {
  text-align: justify;
}
#edit-regionprincipal #edit-actions {
  float: left;
  width: 40%;
}
#edit-regionprincipal #edit-actions button {
  padding: 15px 0px;
  width: 85%;
  color: #ffffff;
  background-color: #f87e0d;
}
#edit-regionprincipal #edit-actions button:hover {
  background-color: #9d6114;
  border: 0px;
}
/* Quienes somos */
/* descripción */
.container-fluid .region.region-content {
  max-width: 2000px;
  margin: auto;
}
.cl_quienes_somos {
  width: 60%;
  height: 260px;
  display: flex;
  margin: auto;
  flex-direction: row;
  border: 2px solid #dbdbdb;
  border-radius: 30px;
  padding: 15px 10px;
}
.cl_quienes_text {
  width: 80%;
  margin-right: 20px;
  margin-left: 10px;
}
.cl_quienes_text h3 {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: bold;
  color: #2c307d;
  text-align: center;
}
.cl_quienes_text p {
  text-align: left;
  font-size: 15px;
}
.cl_quienes_img {
  width: 60%;
  height: auto;
  display: flex;
}
.cl_quienes_somos img {
  width: 100%;
  height: 100%;
}
/* mapa y farmacia */
.cl_contenedor_quienes {
  width: 80%;
  display: flex;
  margin: auto;
  margin-top: 20px;
}
.cl_quienes_somos1 {
  float: left;
  width: 65%;
  margin-right: 5%;
  height: auto;
}
.cl_quienes_somos_farma {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  border-radius: 30px;
  padding: 10px 10px;
  align-items: center;
}
.cl_quienes_text_farma {
  width: 100%;
  margin-left: 10px;
  display: flex;
}
.cl_quienes_text_farma p {
  text-align: left;
  font-size: 15px;
  margin: auto;
}
.cl_quienes_img_farma {
  width: 75%;
  height: 100px;
  display: flex;
  padding: 20px;
  align-items: center;
}
.cl_quienes_somos_farma img {
  width: 100%;
  height: 100%;
}
.cl_quienes_somos2 {
  float: right;
  width: 30%;
}
.cl_quienes_somos_mapa {
  width: 100%;
}
.cl_quienes_somos_mapa img {
  width: 100%;
  height: 100%;
}
/* Tabs asociados */
#block-nuestros-asociados .content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
}
#block-nuestros-asociados .on-the-gray .quicktabs-tabpage {
  border: 0;
}
section#block-nuestros-asociados {
  margin: auto;
  width: 90%;
  text-align: center;
}
#quicktabs-nuestros_asociados .field--label {
  display: none;
}
#block-nuestros-asociados h2 {
  color: #2c307d;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 20px;
}
#block-nuestros-asociados p {
  text-align: justify;
  width: 70%;
  margin: auto;
  margin-bottom: 20px;
}
#block-nuestros-asociados
  .field.field--name-body.field--type-text-with-summary.field--label-hidden.field--item {
  width: 100% !important;
  display: block !important;
}
.cl_cont_img {
  width: 100%;
}
.cl_cont_img2 {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.cl_cont_img2 img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  margin: auto;
}
/* quicktabs */

.on-the-gray .quicktabs-tabs > li > a {
  background-color: #2c307d;
  color: #ffffff;
  font-weight: bold;
  width: 120%;
  border: 1px solid #ffffff !important;
  border-radius: 30px;
}
.on-the-gray .quicktabs-tabs > li > a:hover {
  color: #2c307d;
  border-color: #2c307d !important;
}
.quicktabs-tabs > li.active > a {
  color: #2c307d;
  border-color: #2c307d !important;
}

/* Condicionesd e servicio */
#block-condicionesdeservicio {
  width: 60%;
  margin: auto;
  margin-bottom: 30px;
  text-align: center;
}
#block-condicionesdeservicio h2 {
  color: #2c307d;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 20px;
}
#block-condicionesdeservicio p {
  text-align: justify !important;
}
/* Nuestro boletín Notas de interés */
section#block-webform-suscribete-notas {
  width: 100%;
  margin-bottom: 30px;
}
#block-webform-suscribete-notas #edit-region-principal {
  border: 3px solid #e3e3e3;
  border-radius: 30px;
  width: 70%;
  text-align: center;
  margin: auto;
}
#block-webform-suscribete-notas #edit-region-principal #edit-titulo-formulario,
#block-webform-suscribete-notas #edit-region-principal #edit-texto-formulario,
#block-webform-suscribete-notas
  #edit-region-principal
  #edit-container-formulario {
  width: 90%;
  margin: auto;
}
#block-webform-suscribete-notas
  #edit-region-principal
  #edit-container-formulario {
  margin-top: 10px;
  margin-bottom: 20px;
}
#block-webform-suscribete-notas #edit-region-principal h2 {
  font-weight: bold;
  font-size: 40px;
}
#block-webform-suscribete-notas #edit-region-principal p {
  font-size: 17px !important;
  font-weight: bold;
  line-height: 20px;
}
#block-webform-suscribete-notas #edit-region-principal #edit-nombre-y-apellido,
#block-webform-suscribete-notas #edit-region-principal #edit-correo,
#block-webform-suscribete-notas #edit-region-principal #edit-apellido,
#block-webform-suscribete-notas #edit-region-principal #edit-cedula,
#block-webform-suscribete-notas #edit-region-principal #edit-telefono {
  width: 75%;
  margin: auto;
  text-align: center;
  font-weight: bold;
  padding: 10px 0;
  border-radius: 7px;
}
#block-webform-suscribete-notas
  #edit-region-principal
  #edit-nombre-y-apellido::placeholder,
#block-webform-suscribete-notas
  #edit-region-principal
  #edit-correo::placeholder,
#block-webform-suscribete-notas
  #edit-region-principal
  #edit-apellido::placeholder,
#block-webform-suscribete-notas
  #edit-region-principal
  #edit-cedula::placeholder,
#block-webform-suscribete-notas
  #edit-region-principal
  #edit-telefono::placeholder {
  color: #a2a2a2;
}
#block-webform-suscribete-notas
  #edit-region-principal
  .form-item-terms-of-service.js-form-item-terms-of-service.checkbox
  .form-required {
  font-size: 13px;
}
#block-webform-suscribete-notas
  #edit-region-principal
  .form-item-terms-of-service.js-form-item-terms-of-service.checkbox
  .form-required
  a {
  color: #ed7d00;
  font-weight: bold;
  font-size: 15px;
}
#block-webform-suscribete-notas
  #edit-region-principal
  .form-item-terms-of-service.js-form-item-terms-of-service.checkbox
  .form-required
  a:hover {
  color: #9d6114;
}
#block-webform-suscribete-notas
  #edit-region-principal
  .form-item-terms-of-service.js-form-item-terms-of-service.checkbox
  .form-required:after {
  display: none;
}
#block-webform-suscribete-notas #edit-actions button {
  background-color: #ed7d00;
  padding: 8px 50px;
  font-size: 25px;
  border-radius: 50px;
  color: #ffffff;
  font-weight: bold;
  border: 0px;
  margin: auto;
}
#block-webform-suscribete-notas #edit-actions button:hover {
  background-color: #9d6114;
}
/* Modal suscribete notas */
.ui-dialog .ui-dialog-titlebar-close {
  color: transparent !important;
  content: "";
  width: 40px;
  height: 40px;
  position: relative;
  z-index: 999999;
  display: inline-block;
  background-image: url(/sites/default/files/inline-images/iconos_botones/TDMC_cerrar.svg);
  border-radius: 50% !important;
  cursor: pointer;
  margin: 3px;
  padding: 0 10px;
  border: 0px;
}
.ui-dialog .ui-dialog-titlebar-close span {
  display: none;
}
.ui-dialog .ui-dialog-titlebar {
  background-color: transparent;
  border: 0px;
}
.ui-dialog-titlebar.ui-corner-all.ui-widget-header.ui-helper-clearfix span {
  display: none;
}
.cl_modal_suscripcion {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.cl_modal_img {
  margin: auto;
}
.cl_modal_img img {
  width: 100px;
  height: 100px;
}
.cl_modal_text {
  margin: auto;
}
.cl_modal_text h2 {
  text-align: center;
  text-transform: uppercase;
  color: #2c307d;
  font-size: 25px;
}
/* Ofertas del mes */
#block-views-block-ofertas-del-mes-block-1 .colorbox::before {
  content: "";
  display: inline-block;
  width: 35px; /* Ajusta el tamaño según tus necesidades */
  height: 35px;
  margin-left: -15px;
  background-image: url(/sites/default/files/lupa_mas.svg);
  position: absolute;
  border-radius: 50%;
  margin-top: -25px;
  box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.5);
}
#block-views-block-ofertas-del-mes-block-1 .view-header {
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  width: 80%;
  margin: 30px auto;
  color: #5c5c5b;
}
#block-views-block-ofertas-del-mes-block-1
  .views-view-grid.horizontal.cols-3.clearfix {
  margin-bottom: 30px;
}
section#block-compraaquifarmaexpressofertas img {
  width: 50%;
  height: 100px;
  margin-bottom: 30px;
}
section#block-compraaquifarmaexpressofertas {
  max-width: 3000px;
}
/* popup ofertas */
#cboxLoadedContent {
  border: 6px solid #f87e0d;
  border-radius: 15px;
  background: #fff;
}
#block-views-block-ofertas-del-mes-block-1
  .vista-cuadricula-ofertas-col.views-col {
  border: 5px solid #ffffff;
  margin-bottom: 10px;
  margin-top: 30px;
}
#block-views-block-ofertas-del-mes-block-1
  .vista-cuadricula-ofertas-row.views-row {
  display: flex;
  justify-content: center;
}
/* botones ofertas */
#cboxNext {
  background: url(/sites/default/files/controls.png) no-repeat top right;
}
#cboxPrevious {
  background: url(/sites/default/files/controls.png) no-repeat top left;
}
#cboxClose {
  background: url(/sites/default/files/controls.png) no-repeat top center;
}
#cboxContent {
  background: #f87e0d;
  border-radius: 15px;
}
#cboxLoadingGraphic {
  background: url(/sites/default/files/loading.gif) no-repeat center center;
}
/* Imagen farmashop */
.container-farmashop {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
img.farmashop-overlay,
img.farmashop-overlay-2 {
  max-width: 1950px;
  width: 60%;
  margin: auto;
}
img.farmashop-overlay {
  float: left;
}
img.farmashop-overlay-2 {
  float: right;
}
/* Formulario contactenos */
section#block-webform-contactanos {
  width: 100%;
  display: flex;
  flex-direction: column;
}
#edit-region-principal-contacto {
  width: 60%;
  margin: auto;
}
#block-webform-contactanos #edit-region-text h5 {
  font-size: 30px;
  width: 100%;
  text-align: center;
  margin: 30px auto;
  padding: 0 55px;
  font-weight: bold;
  color: #5c5c5b;
}
#block-webform-contactanos #edit-region-2 {
  border: 2px solid #e3e3e3;
  padding: 15px;
  border-radius: 30px;
  width: 80%;
  margin: 0 auto 30px;
}
#block-webform-contactanos #edit-region-tittle h2 {
  font-size: 30px;
}
#block-webform-contactanos #edit-region-form input,
#block-webform-contactanos #edit-region-form select,
#block-webform-contactanos #edit-region-form textarea {
  width: 100%;
  text-align: center;
  padding: 5px 0;
}
#block-webform-contactanos #edit-terms-of-service {
  width: auto !important;
}
#block-webform-contactanos
  label.control-label.option.js-form-required.form-required {
  color: #9999b3;
}
#block-webform-contactanos
  #edit-region-principal-contacto
  .form-item-terms-of-service.js-form-item-terms-of-service.checkbox
  .form-required:after {
  display: none;
}
#block-webform-contactanos
  #edit-region-principal-contacto
  .form-item-terms-of-service.js-form-item-terms-of-service.checkbox
  .form-required
  a {
  color: #ed7d00;
  font-weight: bold;
  font-size: 15px;
}
#block-webform-contactanos
  #edit-region-principal-contacto
  #edit-actions
  button {
  background-color: #ed7d00;
  padding: 8px 50px;
  font-size: 25px;
  border-radius: 50px;
  color: #ffffff;
  font-weight: bold;
  border: 0px;
  margin: auto;
}
/* Suscribete a nuestro boletín front */
/* 2 suscribete */
#block-webform-suscribete-notas div#edit-imagen-rss svg {
  display: none;
}
#spb-block-boletin-front .spb_overlay {
  background-color: transparent;
  position: relative;
}
#spb-block-boletin-front .spb_bottom_right {
  right: 2%;
  bottom: 2%;
  min-width: 15% !important;
  min-height: 50% !important;
}
#block-boletin-front #webform-submission-suscribete-a-nuestro-boletin-add-form,
#block-boletin-front-2
  #webform-submission-suscribete-a-nuestro-boletin-add-form--2 {
  width: 100%;
  background-color: #ffffff;
  border-radius: 15px;
  padding: 10px;
  box-shadow: 0px 0px 30px 1px rgba(0, 0, 0, 0.1);
}
#block-boletin-front-2
  #webform-submission-suscribete-a-nuestro-boletin-add-form--2 {
  margin: 20px auto;
  display: none;
}
#block-boletin-front #edit-region-principal,
#block-boletin-front-2 #edit-region-principal--2 {
  width: 90%;
  margin: auto;
}
#block-boletin-front div#edit-imagen-rss svg,
#block-boletin-front-2 div#edit-imagen-rss--2 svg {
  fill: #ed7d00;
  width: 70px;
  height: 70px;
  display: block;
  margin: 20px auto;
}
#block-boletin-front #edit-titulo-formulario h2,
#block-boletin-front-2 #edit-titulo-formulario--2 h2 {
  font-size: 20px;
  text-transform: none !important;
  color: #2c307d !important;
}
#block-boletin-front #edit-texto-formulario p,
#block-boletin-front-2 #edit-texto-formulario--2 p {
  font-size: 12px !important;
  color: #9999b3 !important;
}
#edit-container-formulario input,
#edit-container-formulario--2 input {
  width: 90%;
  margin: auto;
  text-align: center;
  color: #000000 !important;
  border: 2px solid #e3e3e3 !important;
}
#edit-container-formulario
  label.control-label.option.js-form-required.form-required,
#edit-container-formulario--2
  label.control-label.option.js-form-required.form-required {
  width: 100%;
  padding: 0 !important;
}
#edit-container-formulario
  label.control-label.option.js-form-required.form-required
  a,
#edit-container-formulario--2
  label.control-label.option.js-form-required.form-required
  a {
  color: #ed7d00;
  font-size: 12px;
  margin-left: 5px;
}
#edit-container-formulario
  label.control-label.option.js-form-required.form-required
  a:hover,
#edit-container-formulario--2
  label.control-label.option.js-form-required.form-required
  a:hover {
  color: #9d6114;
}
#edit-container-formulario
  label.control-label.option.js-form-required.form-required::after,
#edit-container-formulario--2
  label.control-label.option.js-form-required.form-required::after {
  display: none;
}
#edit-container-formulario input#edit-terms-of-service,
#edit-container-formulario--2 input#edit-terms-of-service--2 {
  width: auto !important;
  position: relative;
}
#edit-container-formulario input::placeholder,
#edit-container-formulario--2 input::placeholder {
  font-size: 10px;
  text-align: center;
}
#edit-regionprincipal button.button.button--primary,
#edit-regionprincipal--2 button.button.button--primary {
  background-color: #ed7d00;
  padding: 15px 50px;
  font-size: 15px;
  border-radius: 50px;
  color: #ffffff;
  font-weight: bold;
  border: 0px;
  margin: auto;
}
#edit-regionprincipal button.button.button--primary:hover,
#edit-regionprincipal--2 button.button.button--primary:hover {
  background-color: #9d6114;
}
#spb-block-boletin-front .spb_close {
  color: transparent !important;
  content: "";
  width: 40px;
  height: 40px;
  position: relative;
  z-index: 999999;
  display: inline-block;
  background-image: url(/sites/default/files/inline-images/iconos_botones/TDMC_cerrar.svg);
  border-radius: 50% !important;
}

#edit-container-formulario button.button.button--primary,
#edit-container-formulario--2 button.button.button--primary {
  background-color: #ed7d00;
  padding: 8px 30px;
  font-size: 20px;
  border-radius: 50px;
  color: #ffffff;
  font-weight: bold;
  border: 0px;
  margin: auto;
}
#edit-container-formulario button.button.button--primary:hover,
#edit-container-formulario--2 button.button.button--primary:hover {
  background-color: #9d6114;
}

a.signreg {
  display: none;
}
.forgot-password {
  display: none;
}
.simplelogin-form input[type="submit"],
.simplelogin-form button.form-submit {
  background: #ea7600 !important;
}

.simplelogin-form {
  button.form-submit {
    background: #ea7600 !important;
  }
}

/* ------------------------------MEDIA -------------------------------------------------------------------------------------------------------------*/
@media only screen and (min-width: 2000px) {
  img.farmashop-overlay {
    width: 100%;
  }
  a.farmashoplink,
  a.farmashoplink-2 {
    width: 60%;
  }
}

@media only screen and (min-width: 1824px) {
  img.barra_azul_img {
    max-width: 18% !important;
  }
}

@media (max-width: 1319px) {
  /* barra azul */
  .barra_azul_text {
    width: 100%;
    background: transparent !important;
    text-align: center !important;
  }
  img.barra_azul_img {
    display: none;
  }
  section.s-mapa {
    background: #2c307d;
    margin: 0 -15px;
    z-index: 10;
    position: relative;
  }
  /* Compra farmaexpress big */
  #block-compraaquifarmaexpressbig img {
    width: 60%;
    display: inline-block;
  }
}
@media screen and (min-width: 1024px) {
  /* PAUTA 1 */
  .region.region-pauta1 {
    width: 85%;
    margin: auto;
  }
  /* Blazy */
  .blazy.block-grid {
    margin: 0 !important;
  }
  /* Banner Superpuesto */
  #spb-block-views-block-bannersuperpuesto-block-1
    .spb-popup-main-wrapper.spb_center {
    width: 75% !important;
    margin-left: -35% !important;
  }
  /* Productos destacados */
  #block-productos-destacados-block img,
  #block-views-block-productos-destacados-block-1 img {
    border-radius: 15px 15px 0 0;
    width: 160px;
    height: 180px;
  }
  #block-productos-destacados-block li.grid.slide__grid,
  #block-views-block-productos-destacados-block-1 li.grid.slide__grid {
    width: 185px;
    height: 314px;
    margin: 10px;
    box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.1);
    border-radius: 15px;

    .views-field.views-field-field-img-productos {
      .field-content {
        display: flex;
        justify-content: center;
        align-items: center;
      }
    }
  }
  #block-productos-destacados-block .blazy.block-grid,
  #block-views-block-productos-destacados-block-1 .blazy.block-grid {
    justify-content: center;
  }
  /* servicios de telemedicina */
  .popup-content_tele {
    width: 75%;
    height: 500px;
  }
  .popup-close-btn_tele {
    top: 11%;
    left: 81%;
  }
  .popup-content_aki {
    width: 75%;
    height: 600px;
  }
  .popup-close-btn_aki {
    top: 8%;
    left: 81%;
  }
  /* NOtas de interés */
  .popup-content_notas {
    width: 75%;
    height: 500px;
  }
  .popup-close-btn_notas {
    top: 11%;
    left: 81%;
  }
}
@media screen and(min-width: 768px) and (max-width: 1024px) {
  /* pauta1 */
  .region.region-pauta1 {
    width: 100%;
  }
  .region.region-pauta1 h2 {
    font-size: 4vw;
  }
  /* PRODUCTOS DESTACADOS */
  ul#slick-04630f76e8b-6 li,
  ul#slick-04630f76e8b-7 li,
  ul#slick-04630f76e8b-8 li,
  ul#slick-04630f76e8b-9 li,
  ul#slick-f4bb56126c5-3 li,
  ul#slick-f4bb56126c5-4 li,
  ul#slick-f4bb56126c5-5 li,
  ul#slick-f4bb56126c5-6 li {
    margin: 10px;
  }
  #block-productos-destacados-block img,
  #block-views-block-productos-destacados-block-1 img {
    border-radius: 15px 15px 0 0;
  }
  /* Servicios telemedicina */
  .container_tele {
    max-width: 100%;
  }
  .container_aki {
    max-width: 100%;
  }
  /* NOtas de interés */
  .vista-cuadricula-notas-row.row.views-row.clearfix.row-1 {
    margin: 0;
  }
}

@media screen and (max-width: 768px) {
  /* Barra superior */
  .region.region-registro {
    margin: auto;
  }
  .main-logo {
    max-width: 45%;
    float: left;
  }
  .img-logo-movil {
    max-width: 100%;
  }
  .main-principal {
    float: right;
    width: 15%;
  }
  #navbar {
    padding: 0 !important;
  }
  .main-principal .navbar-toggle {
    float: right !important;
    margin-right: 0;
    padding-top: 1rem !important;
  }
  .redes_soc {
    width: 30%;
    float: right;
    display: flex;
  }
  #block-views-block-redes-sociales-block-1 .views-view-grid .views-col {
    float: right;
    display: flex;
    align-items: center;
  }
  #block-views-block-redes-sociales-block-1 .views-view-grid .views-row {
    display: flex;
    padding-top: 2rem;
  }
  .cl-red-soc img {
    height: 30px;
  }
  /* WA MAPS */
  .mapafull.fotter .input-group .form-control {
    z-index: 0;
  }
  /* Navegación principal */
  ul.menu.menu--main.nav.navbar-nav {
    z-index: 1000;
    width: 60% !important;
    text-align: right;
    background: #ffffff !important;
    margin-right: auto;
    position: fixed;
    right: 4%;
    box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
  }
  ul.menu.menu--main.nav.navbar-nav li:nth-child(-n + 4) {
    border-bottom: 1px solid #e4e4e4;
  }
  .navbar-default .navbar-nav > li > a {
    color: #707070 !important;
    font-weight: 100;
  }
  .navbar-default .navbar-nav > li > a::after {
    content: " ●";
    font-size: 30px;
    vertical-align: bottom;
    color: #e4e4e4;
  }
  .navbar-nav {
    margin: 0;
  }
  .menu.menu--main.nav.navbar-nav .is-active,
  .navbar-default .navbar-nav > li > a.is-active::after {
    color: #ed7d00 !important;
    font-weight: 100;
  }
  #block-menuprincipalsuperior-2 .sf-expanded {
    left: 0 !important;
  }
  .navbar-nav .is-active {
    background-color: transparent !important;
    border-radius: 0 !important;
    animation: none !important;
  }
  /* Menu inferior */
  #block-tufarmacia-menuprincipalinferior {
    display: none;
  }
  nav#block-menuinferior2 {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  ul.menu.menu--menu-inferior-2.nav {
    display: flex;
  }
  ul.menu.menu--menu-inferior-2.nav li:nth-child(2) {
    border-left: 1px solid #b8b8b8;
  }
  ul.menu.menu--menu-inferior-2.nav li a {
    padding: 1em;
    font-weight: 600;
    color: #b8b8b8;
    text-decoration: unset;
    font-size: 9.9px;
  }
  .cl_apps {
    display: none;
  }
  /* pauta1 */
  .region.region-pauta1 {
    width: 100%;
  }
  .region.region-pauta1 h2 {
    font-size: 5vw;
  }
  /* Barra azul */
  .barra_azul_text {
    display: none;
  }
  .barra_azul_text2 {
    display: block;
  }
  .barra_azul_text2 {
    width: 100%;
    background: transparent !important;
    text-align: center !important;
    padding: 0px;
    font-size: 8px;
    margin: 0;
  }
  /* Blazy */
  .blazy.block-grid {
    margin: 0 -0.4rem !important;
  }
  .slick__arrow {
    display: none;
  }
  /* BANNER */
  .flexslider .slides img {
    height: 250px !important;
  }
  .flex-direction-nav {
    display: none;
  }
  section#block-views-block-banner-block-1 img {
    max-width: 100%;
    max-height: 200px;
  }
  /* banner superpuesto */
  .block-views-block-bannersuperpuesto-block-1-modal-close.spb_close {
    width: 40px !important;
    height: 40px !important;
    font-size: 35px !important;
  }
  #spb-block-views-block-bannersuperpuesto-block-1
    .spb-popup-main-wrapper.spb_center {
    position: absolute;
    top: 35%;
    height: auto;
  }
  #spb-block-views-block-bannersuperpuesto-block-1 img {
    width: 100%;
    height: 200px;
  }
  /* Nuestras marcas */
  #block-views-block-nuestros-aliados-movil-block-1 {
    display: block;
  }
  section#block-views-block-nuestros-aliados-movil-block-1 img {
    height: auto !important;
    width: 150px !important;
    margin: 5px;
  }
  #block-views-block-nuestras-marcas-block-1 {
    display: none;
  }
  /* PRODUCTOS DESTACADOS */
  #block-productos-destacados-block,
  #block-views-block-productos-destacados-block-1 {
    display: none;
  }
  #block-views-block-productos-destacados-responsive-block-1,
  #block-views-block-productos-destacados-responsive-block-2 {
    display: block;
    width: 100%;
  }
  #block-views-block-productos-destacados-responsive-block-1
    .views-view-grid.horizontal.cols-10.clearfix,
  #block-views-block-productos-destacados-responsive-block-2
    .views-view-grid.horizontal.cols-10.clearfix {
    width: 100%;
    overflow-x: scroll;
  }
  #block-views-block-productos-destacados-responsive-block-1
    .vista-cuadricula-notas-row.row.views-row,
  #block-views-block-productos-destacados-responsive-block-2
    .vista-cuadricula-notas-row.row.views-row {
    display: flex;
    flex-direction: row;
    margin: 0;
    width: 1550px;
  }
  #block-views-block-productos-destacados-responsive-block-1
    .vista-cuadricula-notas-col.col.views-col,
  #block-views-block-productos-destacados-responsive-block-2
    .vista-cuadricula-notas-col.col.views-col {
    box-shadow: 0px 0px 7px 2px rgba(0, 0, 0, 0.1);
    margin: 10px;
    border-radius: 10px;
  }
  #block-views-block-productos-destacados-responsive-block-1
    .views-field.views-field-field-img-productos
    img,
  #block-views-block-productos-destacados-responsive-block-2
    .views-field.views-field-field-img-productos
    img {
    width: 100%;
  }
  #block-views-block-productos-destacados-responsive-block-1
    .views-field.views-field-field-img-productos,
  #block-views-block-productos-destacados-responsive-block-2
    .views-field.views-field-field-img-productos {
    width: 90%;
    margin: auto;
  }
  #block-productos-destacados-block .views-field.views-field-title,
  #block-views-block-productos-destacados-block-1
    .views-field.views-field-title,
  #block-views-block-productos-destacados-responsive-block-1
    .views-field.views-field-title,
  #block-views-block-productos-destacados-responsive-block-2
    .views-field.views-field-title {
    font-size: 3vw;
    margin: 5px 0;
  }
  #block-productos-destacados-block .views-field.views-field-body,
  #block-views-block-productos-destacados-block-1 .views-field.views-field-body,
  #block-views-block-productos-destacados-responsive-block-1
    .views-field.views-field-body,
  #block-views-block-productos-destacados-responsive-block-2
    .views-field.views-field-body {
    font-size: 3vw;
  }
  #block-productos-destacados-block .views-field.views-field-body,
  #block-views-block-productos-destacados-block-1 .views-field.views-field-body,
  #block-views-block-productos-destacados-responsive-block-1
    .views-field.views-field-field-prod-enlance,
  #block-views-block-productos-destacados-responsive-block-2
    .views-field.views-field-field-prod-enlance {
    margin-bottom: 5px;
  }
  #block-productos-destacados-block .slide__link a,
  #block-views-block-productos-destacados-block-1 .slide__link a,
  #block-views-block-productos-destacados-responsive-block-1 .field-content a,
  #block-views-block-productos-destacados-responsive-block-2 .field-content a {
    padding: 10px;
    margin: auto;
  }
  /* Proveedores */
  section#block-views-block-nuestros-proveedores-block-2 {
    display: block;
  }
  section#block-views-block-nuestros-proveedores-block-1 {
    display: none;
  }
  /* Servicio de telemedicina */
  /* tumedico */
  section#block-views-block-servicios-telemedicina-block-1 {
    width: 100%;
  }
  .vista-cuadricula-tele-row.row.views-row.clearfix.row-1 {
    display: flex;
    flex-direction: row;
    margin: 0;
  }
  .vista-cuadricula-tele-col.col.views-col {
    width: 100% !important;
    height: 100%;
  }
  .container_tele {
    justify-content: center;
    max-width: 160px;
    max-height: 315px;
  }
  .cl_img_tele img {
    max-width: 370px;
    max-height: 270px;
  }
  .popup_tele {
    overflow: auto;
  }
  .popup-content_tele {
    height: 850px;
    flex-direction: column;
    width: 80%;
  }
  .popup-close-btn_tele {
    position: absolute;
    top: 3%;
    left: 83%;
    margin: 0px;
    font-size: 9vw;
  }
  .content_tele_img {
    max-width: 50%;
    max-height: 50px;
    margin: auto;
  }
  .popup-content_tele .content_tele_img img {
    width: 60%;
    height: 90%;
    margin-top: 0%;
  }
  .modal-dialog {
    width: 95% !important;
  }
  #tumedico .modal-body.ui-dialog-content {
    width: 100%;
    flex-direction: column;
  }
  .margen_tele {
    width: 100%;
    padding: 0%;
  }
  .margen_tele h3 {
    text-align: center;
    font-size: 5vw;
  }
  .margen_tele .cl_p_content {
    text-align: justify;
  }
  .popup-btn_tele {
    flex-wrap: wrap;
  }
  .second_cont_tele {
    display: flex;
    height: 90%;
    justify-content: center;
    overflow-y: scroll;
  }
  .red_tele {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    bottom: -5%;
    margin: auto;
  }
  /* aki */
  .vista-cuadricula-aki-row.row.views-row.clearfix.row-1 {
    display: flex;
    flex-direction: row;
    margin: 0;
  }
  .vista-cuadricula-aki-col.col.views-col {
    width: 100% !important;
    height: 100%;
  }
  .container_aki {
    justify-content: center;
    max-width: 160px;
    max-height: 315px;
  }
  .cl_img_aki img {
    max-width: 370px;
    max-height: 270px;
    margin: 22px 0 22px 0;
  }
  .popup_aki {
    overflow: auto;
  }
  .popup-content_aki {
    height: 1000px;
    flex-direction: column;
    width: 80%;
  }
  .popup-close-btn_aki {
    position: absolute;
    top: 3%;
    left: 83%;
    margin: 0px;
    font-size: 9vw;
  }
  .content_aki_img {
    max-width: 100%;
    max-height: 50px;
    margin: auto;
    width: 80%;
  }
  .popup-content_aki .content_aki_img img {
    width: 60%;
    height: 90%;
    margin-top: 0%;
  }
  #doctoraki .modal-body.ui-dialog-content {
    width: 100%;
    flex-direction: column;
  }
  .margen_aki {
    width: 100%;
    padding: 0%;
  }
  .margen_aki h3 {
    text-align: center;
    font-size: 5vw;
  }
  .margen_aki .cl_p_content {
    text-align: justify;
  }
  .popup-btn_aki {
    flex-wrap: wrap;
  }
  .second_cont_aki {
    display: flex;
    height: 90%;
    justify-content: center;
    overflow-y: scroll;
  }
  .red_aki {
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
    justify-content: center;
    bottom: -5%;
    margin: auto;
  }
  /* NOTAS DE INTERÉS */
  section#block-views-block-notas-de-interes-frontline-block-1,
  section#block-views-block-notas-de-interes-view-block-1 {
    width: 100%;
  }
  #block-views-block-notas-de-interes-frontline-block-1 .modal-content {
    min-height: 400px;
  }
  #block-views-block-notas-de-interes-frontline-block-1
    .views-view-grid.horizontal.cols-4.clearfix,
  #block-views-block-notas-de-interes-view-block-1
    .views-view-grid.horizontal.cols-4.clearfix {
    width: 100%;
    overflow-x: scroll;
  }
  #block-views-block-notas-de-interes-frontline-block-1
    .vista-cuadricula-notas-row.row.views-row.clearfix.row-1,
  #block-views-block-notas-de-interes-view-block-1
    .vista-cuadricula-notas-row.row.views-row.clearfix.row-1 {
    display: flex;
    flex-direction: row;
    margin: 0;
    width: 1030px;
  }
  #block-views-block-notas-de-interes-frontline-block-1
    .vista-cuadricula-notas-col.col.views-col,
  #block-views-block-notas-de-interes-view-block-1
    .vista-cuadricula-notas-col.col.views-col {
    width: 90% !important;
    height: 100%;
    margin-bottom: 10px;
  }
  #block-views-block-notas-de-interes-frontline-block-1 .container_notas,
  #block-views-block-notas-de-interes-view-block-1 .container_notas {
    justify-content: center;
    max-width: 230px;
    max-height: 480px;
  }
  #block-views-block-notas-de-interes-frontline-block-1 .cl_img_notas img,
  #block-views-block-notas-de-interes-view-block-1 .cl_img_notas img {
    max-width: 150px;
    height: 150px;
  }
  #block-views-block-notas-de-interes-frontline-block-1 .popup_notas,
  #block-views-block-notas-de-interes-view-block-1 {
    overflow: auto;
  }
  #block-views-block-notas-de-interes-frontline-block-1 .popup-content_notas,
  #block-views-block-notas-de-interes-view-block-1 .popup_notas {
    height: 850px;
    flex-direction: column;
    width: 80%;
  }
  #block-views-block-notas-de-interes-frontline-block-1 .popup-close-btn_notas,
  #block-views-block-notas-de-interes-view-block-1 .popup-close-btn_notas {
    position: absolute;
    top: 3%;
    left: 83%;
    margin: 0px;
    font-size: 9vw;
  }
  #block-views-block-notas-de-interes-frontline-block-1 .content_notas_img,
  #block-views-block-notas-de-interes-view-block-1 .content_notas_img {
    width: 100%;
  }
  #block-views-block-notas-de-interes-frontline-block-1 .content_notas_img img,
  #block-views-block-notas-de-interes-view-block-1 .content_notas_img img {
    width: 65%;
    max-height: 200px;
  }
  #block-views-block-notas-de-interes-frontline-block-1 .cl_img_notas,
  #block-views-block-notas-de-interes-view-block-1 .cl_img_notas {
    width: 100%;
  }
  #block-views-block-notas-de-interes-frontline-block-1 .margen_notas,
  #block-views-block-notas-de-interes-view-block-1 .margen_notas {
    width: 100%;
    margin-bottom: 10px;
    padding: 0 20px 20px;
  }
  #block-views-block-notas-de-interes-frontline-block-1 .margen_notas h3,
  #block-views-block-notas-de-interes-view-block-1 .margen_notas h3 {
    text-align: center;
  }
  #block-views-block-notas-de-interes-frontline-block-1 .margen_notas p,
  #block-views-block-notas-de-interes-view-block-1 .margen_notas p {
    text-align: justify;
  }
  #block-views-block-notas-de-interes-frontline-block-1
    .margen_notas
    .cl_p_content,
  #block-views-block-notas-de-interes-view-block-1 .margen_notas .cl_p_content {
    text-align: justify;
  }
  #block-views-block-notas-de-interes-frontline-block-1 .popup-btn_notas,
  #block-views-block-notas-de-interes-view-block-1 .popup-btn_notas {
    flex-wrap: wrap;
  }
  #block-views-block-notas-de-interes-frontline-block-1 .second_cont_notas,
  #block-views-block-notas-de-interes-view-block-1 .second_cont_notas {
    display: flex;
    height: 90%;
    justify-content: center;
    overflow-y: scroll;
  }
  #block-views-block-notas-de-interes-frontline-block-1 .red_notas,
  #block-views-block-notas-de-interes-view-block-1 .red_notas {
    width: 50%;
    position: relative;
    display: flex;
    justify-content: center;
    margin: 20px auto auto;
  }
  #block-views-block-notas-de-interes-frontline-block-1 .red_notas img,
  #block-views-block-notas-de-interes-view-block-1 .red_notas img {
    width: 30%;
  }
  #nota1 .modal-body.ui-dialog-content,
  #nota2 .modal-body.ui-dialog-content,
  #nota3 .modal-body.ui-dialog-content,
  #nota4 .modal-body.ui-dialog-content,
  #nota5 .modal-body.ui-dialog-content,
  #nota6 .modal-body.ui-dialog-content,
  #nota7 .modal-body.ui-dialog-content,
  #nota8 .modal-body.ui-dialog-content,
  #nota9 .modal-body.ui-dialog-content,
  #nota10 .modal-body.ui-dialog-content,
  #nota11 .modal-body.ui-dialog-content,
  #nota12 .modal-body.ui-dialog-content {
    width: 100%;
    flex-direction: column;
  }
  #nota1 .content_notas_img,
  #nota2 .content_notas_img,
  #nota3 .content_notas_img,
  #nota4 .content_notas_img,
  #nota5 .content_notas_img,
  #nota6 .content_notas_img,
  #nota7 .content_notas_img,
  #nota8 .content_notas_img,
  #nota9 .content_notas_img,
  #nota10 .content_notas_img,
  #nota11 .content_notas_img,
  #nota12 .content_notas_img {
    max-width: 100%;
  }
  /* Formulario */
  .pautas2::before {
    height: 30px;
    width: 15%;
  }
  .ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front.ui-draggable.ui-resizable {
    width: 100% !important;
    height: auto !important;
  }
  #edit-region1 {
    width: 100%;
    padding: 0;
    float: none;
    text-align: center;
    margin-left: 0;
  }
  #edit-titulo-formulario .text-orange,
  #edit-titulo-formulario--3 .text-orange {
    font-size: 8vw !important;
    font-weight: 100 !important;
  }
  #edit-texto-podemos-ayudarte {
    padding-right: 30px;
    padding-left: 30px;
    font-size: 3vw;
    text-align: justify;
  }
  #edit-numero-telefono h3 {
    font-size: 4vw;
    padding: 0;
  }
  #edit-numero-telefono .cl_tel_1 {
    width: 50%;
    float: left;
  }
  #edit-numero-telefono .cl_tel_2 {
    width: 50%;
    float: right;
  }
  #edit-regiondos {
    width: 100%;
    float: none;
    align-items: center;
    display: flex;
    flex-direction: column;
  }
  #edit-row1 {
    padding: 0;
    margin-top: 10px;
    width: 80%;
    margin-bottom: 0;
  }
  #edit-regionprincipal #edit-regiondos .checkbox label {
    text-align: left;
    margin: 0;
  }
  #edit-regionprincipal .form-control {
    height: 30px !important;
    width: 100%;
  }
  #edit-container-2 {
    width: 100%;
  }
  #edit-regionprincipal .checkbox {
    width: 90%;
    float: right;
    margin-right: 0;
  }
  #edit-regionprincipal .control-label.option.js-form-required.form-required a {
    color: #ffffff;
    border-bottom: 1px solid;
    float: right;
    text-align: left;
    margin-right: 15%;
  }
  #edit-regionprincipal #edit-actions {
    float: none;
    width: 50%;
  }
  #edit-regionprincipal #edit-actions button {
    width: 100%;
  }
  /* Barra naranja */
  #block-tufarmacia-textobarranaranja {
    display: none;
  }
  #block-textobarranaranja2 {
    display: block;
  }
  #block-textobarranaranja2 .text-center2 {
    padding: 0;
  }
  #block-textobarranaranja2 .text-white2 {
    font-size: 11px;
    text-align: justify;
    margin: 0px;
  }
  /* Menu secundario inferior */
  section#block-menuinferior2 {
    display: flex;
  }
  /* Logo inferior */
  .logo_inferior {
    width: 100%;
  }
  .container_apoyo {
    display: block;
    margin-top: 0px;
    margin-bottom: -10px;
  }
  .header_logo.text-center {
    float: none;
  }
  .body_logo {
    float: none;
    margin-left: 0px;
  }
  /* QUIENES SOMOS */
  .cl_quienes_somos {
    width: 100%;
    display: flex;
    margin: auto;
    flex-direction: column-reverse;
    padding: 15px 10px;
    height: auto;
    border: 0px;
    border-radius: 0;
  }
  .cl_quienes_text {
    width: 100%;
    text-align: center;
    margin: 0px;
  }
  .cl_quienes_text h3 {
    font-size: 20px;
  }
  .cl_quienes_text p {
    text-align: justify;
    font-size: 13px;
  }
  .cl_quienes_img {
    width: 100%;
  }
  /* farmacias */
  .cl_contenedor_quienes {
    width: 100%;
    flex-direction: column;
  }
  .cl_quienes_somos1 {
    float: none;
    width: 100%;
    margin-right: 0px;
  }
  .cl_quienes_somos_farma {
    flex-direction: column;
  }
  .cl_quienes_img_farma {
    width: 70%;
    padding: 0px;
    margin: auto;
  }
  .cl_quienes_text_farma {
    margin-left: 0px;
  }
  .cl_quienes_text_farma p {
    text-align: center;
    font-size: 12px;
    margin-top: 15px;
  }
  .cl_quienes_somos2 {
    float: none;
    width: 100%;
  }
  /* Tabs */
  .pautas3 {
    display: block;
  }
  .on-the-gray {
    padding: 0;
  }
  section#block-nuestros-asociados {
    width: 100%;
  }
  .on-the-gray ul.quicktabs-tabs {
    display: flex;
    flex-wrap: wrap;
  }
  .cl_nuestros_asociados_quienes.regional-bucaramanga,
  .cl_nuestros_asociados_quienes.regional-cali,
  .cl_nuestros_asociados_quienes.regional-cota {
    float: left;
    width: 30%;
    font-size: 8px;
  }
  .cl_nuestros_asociados_quienes.regional-bello,
  .cl_nuestros_asociados_quienes.regional-pereira,
  .cl_nuestros_asociados_quienes.regional-barranquilla {
    float: right;
    width: 30%;
    font-size: 8px;
  }
  .on-the-gray .quicktabs-tabs > li > a {
    width: 120%;
    text-align: justify;
    padding: 10px;
  }
  .on-the-gray .quicktabs-tabpage {
    padding: 0;
  }
  #block-nuestros-asociados h2 {
    font-size: 20px;
  }
  #block-nuestros-asociados p {
    width: 100%;
    font-size: 13px;
  }
  /* Imagenes */
  .cl_cont_img {
    width: 100%;
    overflow-x: scroll;
  }
  .cl_cont_img2 {
    display: flex;
    width: 100%;
    height: 200px;
    align-items: center;
    justify-content: normal;
  }
  .cl_cont_img2 img {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    margin: 5% 1%;
  }
  .cl_cont_img2 img:nth-child(3) {
    width: 200px;
    height: 200px;
  }
  /* Condiciones de servicio */
  #block-condicionesdeservicio {
    width: 90%;
  }
  #block-condicionesdeservicio h2 {
    font-size: 20px;
  }
  #block-condicionesdeservicio p {
    font-size: 13px;
    text-align: left !important;
    padding: 0 5px;
    line-height: 13px;
    margin: 0 0 5px 0;
  }
  /* Notas de interés */
  #block-views-block-notas-de-interes-view-block-1
    .views-view-grid.horizontal.cols-4.clearfix {
    display: flex;
    overflow-x: scroll;
    width: 100%;
    flex-direction: row;
  }
  #block-views-block-notas-de-interes-view-block-1
    .vista-cuadricula-notas-row.row.views-row {
    display: flex;
    margin: auto;
    width: 1550px;
  }
  #block-views-block-notas-de-interes-view-block-1
    .vista-cuadricula-notas-col.col.nota-vista-col.views-col {
    width: 300px !important;
    margin-bottom: 30px;
  }
  #block-views-block-notas-de-interes-view-block-1 .popup_notas {
    overflow: auto;
  }
  #block-views-block-notas-de-interes-view-block-1 .second_cont_notas {
    display: flex;
    height: 90%;
    justify-content: center;
    overflow-y: scroll;
  }
  #block-views-block-notas-de-interes-view-block-1 .popup-content_notas {
    height: 850px;
    flex-direction: column;
    width: 80%;
  }
  #block-views-block-notas-de-interes-view-block-1 .popup-close-btn_notas {
    position: absolute;
    top: 3%;
    left: 83%;
    margin: 0px;
    font-size: 9vw;
  }
  #block-views-block-notas-de-interes-view-block-1
    .popup-content_notas
    .content_notas_img
    img {
    width: 60%;
    height: 90%;
    margin-top: 0%;
  }
  #block-views-block-notas-de-interes-view-block-1 .content_notas_img {
    width: 100%;
  }
  #block-views-block-notas-de-interes-view-block-1 .red_notas {
    width: 50%;
    position: relative;
    display: flex;
    justify-content: center;
    bottom: -285%;
    margin: auto;
  }
  #block-views-block-notas-de-interes-view-block-1 .margen_notas {
    width: 100%;
  }
  #block-views-block-notas-de-interes-view-block-1 .margen_notas h3 {
    text-align: center;
  }
  #block-views-block-notas-de-interes-view-block-1 .margen_notas .cl_p_content {
    text-align: justify;
  }
  /* Formulario boletín */
  #block-webform-suscribete-notas
    #edit-region-principal
    #edit-titulo-formulario,
  #block-webform-suscribete-notas #edit-region-principal #edit-texto-formulario,
  #block-webform-suscribete-notas
    #edit-region-principal
    #edit-container-formulario {
    width: 100%;
  }
  #block-webform-suscribete-notas #edit-region-principal {
    width: 100%;
  }
  #block-webform-suscribete-notas #edit-region-principal h2 {
    font-size: 19px;
  }
  #block-webform-suscribete-notas #edit-region-principal p {
    font-size: 12px !important;
    line-height: 12px;
  }
  #block-webform-suscribete-notas
    #edit-region-principal
    #edit-nombre-y-apellido,
  #block-webform-suscribete-notas #edit-region-principal #edit-correo,
  #block-webform-suscribete-notas #edit-region-principal #edit-telefono {
    width: 85%;
  }
  /* MOdal */
  .ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front.webform-confirmation-modal {
    width: 90% !important;
    left: 5% !important;
  }
  /* ofertas del mes */
  #block-views-block-ofertas-del-mes-block-1 h2 {
    font-size: 25px !important;
    text-transform: uppercase;
  }
  #block-views-block-ofertas-del-mes-block-1 .view-header {
    font-size: 10px;
    margin: 10px auto;
    width: 100%;
  }
  #block-views-block-ofertas-del-mes-block-1
    .vista-cuadricula-ofertas-row.views-row {
    flex-direction: column;
    justify-content: normal;
  }
  #block-views-block-ofertas-del-mes-block-1
    .vista-cuadricula-ofertas-col.views-col {
    width: 100% !important;
  }
  section#block-compraaquifarmaexpressofertas img {
    width: 100%;
  }
  /* Farmashop */
  .cboxSlideshow_off {
    top: 150px !important;
  }
  .container-farmashop {
    justify-content: space-between;
    flex-direction: column;
    top: 50px;
    position: relative;
  }
  img.farmashop-overlay {
    float: none;
    width: 100%;
  }
  img.farmashoplink-2,
  img.farmashop-overlay-2 {
    display: none;
  }
  /* Formulario contactanos */
  #edit-region-principal-contacto {
    width: 100%;
  }
  #block-webform-contactanos #edit-region-text h5 {
    font-size: 20px;
    margin: 10px auto;
    padding: 0;
  }
  #block-webform-contactanos #edit-region-tittle h2 {
    font-size: 15px;
  }
  #block-webform-contactanos
    #edit-region-principal-contacto
    .form-item-terms-of-service.js-form-item-terms-of-service.checkbox
    .form-required
    a {
    font-size: 12px;
  }
  /* Formulario boletin front */
  #spb-block-boletin-front {
    display: none;
  }
  #block-boletin-front
    #webform-submission-suscribete-a-nuestro-boletin-add-form {
    box-shadow: none;
    border: 2px solid #e3e3e3;
  }
  #spb-block-boletin-front .spb-popup-main-wrapper {
    position: relative;
  }
  #spb-block-boletin-front .spb_overlay {
    background-color: none;
  }
  #edit-container-formulario input {
    height: auto !important;
  }
  #block-boletin-front-2
    #webform-submission-suscribete-a-nuestro-boletin-add-form--2 {
    display: block;
  }
}
@media (max-width: 991px) {
  /* COMPRA FARMAEXPRESS */
  img.barra_azul_img {
    width: 100%;
  }
}
@media (max-width: 643px) {
  /* COMPRA FARMAEXPRESS */
  img.barra_azul_img {
    height: 100px;
  }
  /* banner superpuesto */
  .block-views-block-bannersuperpuesto-block-1-modal-close.spb_close {
    width: 50px !important;
    height: 50px !important;
    font-size: 35px !important;
  }
  /* NOtas de interes */
  .cl_img_notas img {
    max-width: 70%;
    height: 300px;
  }
}
@media (max-width: 480px) {
  /* Texto barra azul */
  #block-compraaquifarmaexpressbig img {
    height: 60px !important;
    width: 100% !important;
  }
  /* banner superpuesto */
  .block-views-block-bannersuperpuesto-block-1-modal-close.spb_close {
    width: 50px !important;
    height: 50px !important;
    font-size: 35px !important;
  }
  /* NOtas de interes */
  .cl_img_notas img {
    max-width: 70% !important;
    height: 200px !important;
  }

  section#block-tufarmacia-views-block-footer-block-1 {
    width: 350px !important;

    .views-field.views-field-field-footer-img {
      img {
        width: 250px !important;
      }
    }
    .views-field.views-field-body {
      width: 250px !important;
    }
  }
}


