

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
  font-family: 'Roboto', sans-serif;
  color: var(--gris);
  font-weight: 400;
}

/* COLOURS */

:root {
    --gris: #3f3f3f;
    --verde: #003e52;
    --aqua: #00a59b;
    --cemento: #f3f3f3;
    --grisclaro: #7f848a;
    --amarillo: #ffcf00;
    --magenta: #d20178;
    --azul: #003E52;

    /*cards*/
    --surface-color: #fff;
    --curve: 22;
}

/* FONTS */


ul li {
  list-style: none;
}

/* POPUP */

.cq-placeholder, .new {
    height: 0rem;
}

.modal-dialog {
  width: 33%;
  margin: 30px auto;
}

.self-certification-modal-footer,
.login-footer,
.modal-footer {
  padding: auto;
  display: flex;
  justify-content: center;
}

h4.modal-title {
  font-weight: 700;
  font-size: 1.5625rem;
  text-align: center;
  color: var(--aqua);
  text-transform: uppercase;
}

.modal-body {
  position: relative;
  padding: 3%;
}

.modal-body p {
  text-align: center;
  color: #707070;
  font-size: 1.4rem;
}

.modal-footer .btn.btn-default,
.modal-footer .btn.btn-primary {
  background-color: #ffffff;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  border: 2px solid var(--verde);
  color: var(--verde);
}

.modal-footer .btn.btn-default {
  color: var(--verde);
}

.modal-footer .btn.btn-default:hover,
.modal-footer .btn.btn-primary:hover {
  border-color: 2px solid var(--verde);
  background: var(--verde);
  color: white !important;
  text-decoration: none !important;
}

/*GENERAL*/

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
}

.container-fluid {
  padding-right: 0;
  padding-left: 0;
}

.margin-right-5 {
  margin-right: 0 !important;
}

/*MENU*/

.navbar-inverse .primary-navigation {
  background: #fff !important;
}

.primary-navigation
  .nav
  .static-links-wrapper
  > li.first-level-item {
  padding-right: 10px !important;
  padding-left: 10px !important;
}

.navbar .primary-navigation .nav li a img {
  width: 30px;
}

.text.parbase a,
.dynamicText.parbase a,
.form-success-msg a,
.form-error-msg a,
.shipping-help-text a,
.dynamicList-description a,
.carousel-body a,
.quiz-description a,
a {
  text-decoration: none;
}

div.new.section {
    display:none
}

/* MENU SECUNDARIO */
  /*menu secundario mobile*/
  .sub-menu-mobile {
    display: none;
  }
  /* fin menu secundario mobile*/

.menu-secundario {
  background-color: white;
  padding: 1%;
  box-shadow: 1px 6px 9px 0 rgb(0 0 0 / 12%);
  z-index: 1;
}
.page-level-nav-menu-list {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin: 2% auto;
  height: 2vh;
}
.menu-secundario ul.page-level-nav-menu-list {
  list-style-type: none;
}
.menu-secundario ul li.page-level-dropdown {
  margin: 1%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.menu-secundario a.page-level-toggle-dropdown.page-level-menu-link {
  font-weight: 500;
  font-size: 1.625rem;
}

.menu-secundario a:active,
.menu-secundario a:hover {
  color: var(--gris);
  border-bottom: 0.4rem solid var(--amarillo);
}



.cq-placeholder,
.new {
  height: auto;
}

/*HEADER */

.header-txt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 10% auto;
  width: 75%;
}
.header-txt h1 span {
  font-size: 10rem;
}
.header-txt hr {
  margin: 3% auto;
  border: 0;
  border-top: 2px solid #f5f5f5;
  width: 34%;
}

.header-txt p {
  margin: 3% 0 6%;
  font-size: 2rem;
  line-height: 2.8rem;
}

    .header-txt a {
        border: 2px solid var(--cemento);
        font-size: 2.5rem;
        padding: 2% 8%;
        color: white;
        border-radius: 100px;
    }

/* Banner Vacuna*/ 
.container-banner {
  color: white;
  padding-bottom: 6%;
}

.container-banner p {
  font-family: 'Roboto', sans-serif;
  font-size: 1.5rem;
  line-height: 2.3rem;
  font-weight: 400;
  padding-bottom: 6%;
}

    .container-banner a {
        border: 2px solid var(--cemento);
        font-size: 2rem;
        padding: 2% 8%;
        color: white;
        border-radius: 50px;
    }

.container-banner h2 {
  color: white;
  font-size: 3.8rem;
  line-height: 4.625rem;
}

.container-banner .banner-txt {
  color: white;
  padding: 5% 5%;
}

  /*Carrousel cards */ 
  
  .carousel .carousel-indicators {
    display: none;
    top: 100%;
    margin: 0 auto;
  }

  .carousel .carousel-content-block {
    display: none;
  }

  .carousel
  .carousel-indicators
  li
  .carousel-indicator:after {
  border: none;
  background: var(--verde);
  width: 11px;
  height: 11px;
  padding: 2px;
}

.carousel .carousel-indicators li.active a {
  border: 1px solid var(--verde);
  opacity: 0.5;
}

.carousel .carousel-indicators li .carousel-indicator {
  padding: 0;
}

.carousel
  .carousel-indicators
  li
  .carousel-indicator:after {
  border: none;
}
.carousel .carousel-control {
  display: none;
}

/* CARDS */
/* Cards home */

.cards {
  width: 100%;
}

.card {
    position: relative;
    display: block;
    height: 100%;
    width: 70%;
    border-radius: calc(var(--curve) * 1px);
    overflow: hidden;
    text-decoration: none;
    margin: 0 auto;
}

.card2 {
    position: relative;
    display: block;
    height: 100%;
    width: 100%;
    border-radius: calc(var(--curve) * 1px);
    overflow: hidden;
    text-decoration: none;
    margin: 0 auto;
}

.card__image {
  width: 100%;
  height: auto;
  z-index: -1;
}

.card__title {
  color: white;
  position: absolute;
  text-align: center;
  font-size: 2.3rem;
  line-height: 3rem;
  padding: 15%;
  width: 100%;
}

.card__overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  border-radius: calc(var(--curve) * 1px);
  background-color: var(--surface-color);
  transform: translateY(100%);
  transition: 0.2s ease-in-out;
  height: 100%;
}

.card:hover .card__overlay {
  transform: translateY(0);
}

.card2:hover .card__overlay {
    transform: translateY(3ch);
}

.card__header {
  position: relative;
  display: flex;
  align-items: center;
  gap: 2em;
  border-radius: 50% 50% 0 0;
  transform: translateY(-100%);
  transition: 0.2s ease-in-out;
  width: 29%;
  margin: 0 auto;
}


.card:hover .card__header {
  transform: translateY(0);
}

.card2:hover .card__header {
    transform: translateY(0);
}

.card__thumb {
  flex-shrink: 0;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.card__description {
  padding: 3%;
  margin: 0;
  color: var(--gris);
  font-family: 'Helvetica', sans-serif;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 10;
}


/* Cards Numeros */

.cards-numeros {
  background-color: white;
  color: var(--gris);
  padding: 20px;
  text-align: -webkit-center;
  transition: transform 0.2s;
  cursor: pointer;
  box-shadow: 0px 3px 4px #0000001a;
  border-radius: 15px;
  height: 27rem;
  margin-top: 20%;
  margin-bottom: 31%;
  width: 100%;
}

.cards-numeros:hover {
  transition: transform 0.2s;
  transform: scale(1.1);
}

/* Cards Paises */
.cards-paises {
  background-color: white;
  color: var(--gris);
  padding: 20px;
  text-align: -webkit-center;
  transition: transform 0.2s;
  cursor: pointer;
  box-shadow: 0px 3px 4px #0000001a;
  border-radius: 15px;
  height: 32rem;
  margin-top: 20%;
  margin-bottom: 31%;
  width: 90%;
}

.cards-paises img {
  margin: 15% auto;
}

.cards-paises hr {
  margin-top: 0px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid var(--gris);
}

.cards-paises:hover {
  transition: transform 0.2s;
  transform: scale(1.1);
}

.cards-paises div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
/* Cards notas amarillas vacunas */
.cards-notas {
  background-color: var(--amarillo);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  transition: 0.3s;
  padding: 5%;
  margin: 5% auto;
}

.cards-notas:hover {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

/* CONTAINERS*/

/* Container-secciones */
.container-secciones,
.container-faq {
  background-color: var(--cemento);
  padding-bottom: 5%;
}

.container-faq hr {
  border: 0;
  border-top: 4px solid var(--aqua);
  width: 9%;
}

/*Container mapa */
.container-mapa {
  background: rgb(0, 62, 82);
  background: linear-gradient(
    138deg,
    rgba(0, 62, 82, 1) 0%,
    rgba(0, 12, 16, 1) 100%
  );
  padding: 6% 0 6% 0;
  color: white;
}

/*CARDS SUPERPUESTAS*/

.container-secciones
  .component-section
  .page-section-inner {
  position: relative;
  z-index: 2;
  /*   margin-top: -13% !important; */
}

.container-mapa h2 {
  color: white;
}

/* Container-cards home*/

.container-card {
  padding: 6% 0;
}

.container-card p {
  line-height: 2.5rem;
}

/* Container-notas vacunas*/
.container-notas h2 {
  font-weight: 700;
  font-size: 2.813rem;
  line-height: 3.5rem;
  margin: auto 10%;
}

/* Container-carousel vacunas*/
.container-carousel {
  padding: 6% 0;
}

.container-carousel .bloque-notas {
  padding: 5% 0;
}

.container-carousel div.bloque-notas hr {
  margin-top: 0;
}

/* Container descripcion vacunas */
.container-descripcion {
  background-color: var(--aqua);
  color: white;
  padding: 5%;
}
.container-descripcion p {
  text-align: center;
  font-size: 1.8rem;
  line-height: 2.9rem;
  padding: 3%;
}

/* Container-ipp vacunas */
.container-ipp {
  background-color: var(--cemento);
  padding: 4% 0;
}

.container-ipp h2 {
  line-height: 3.625rem;
}

.container-ipp p {
  text-align: center;
  margin: auto 10%;
  padding: 2% 0;
}

/* container-geohub */
.container-geohub {
  background-color: var(--cemento);
  padding: 5% 0;
}

.container-geohub h2 {
  color: var(--verde);
  font-weight: 700;
}

.container-geohub .title-geo {
  text-align: center;
}


/* BOTONES */

.botones-notas .btn {
    font-family: "Apercu", sans-serif;
    font-weight: 600;
    font-size: 1.5rem;
    font-style: normal;
    color: var(--verde);
    border: 3px solid var(--verde);
    padding: 3% 10%;
    border-radius: 100px;
}

.botones-notas .btn:hover {
  background-color: var(--verde);
  color: white !important;
  text-decoration: none;
}

.botones-ipp a.btn.btn-default {
  font-family: "Apercu", sans-serif;
  font-weight: 600;
  font-size: 1.5rem;
  font-style: normal;
  color: var(--verde);
  border: 3px solid var(--verde);
  padding: 6% 14%;
  margin: 5% auto;
  height: 8rem;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.botones-ipp .btn:hover {
  background-color: var(--verde);
  color: white !important;
  text-decoration: none;
}

/* ACCORDION */
/* Accordion home */
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
  background-color: transparent;
}
.panel-group .panel ul li {
  list-style-type: disc;
  margin-left: 5%;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 2rem;
}

/* Accordion-notas vacunas*/
.accordion-container .panel-default {
  padding: 2% 0;
}

.accordion-container .az-panel-heading a {
  font-weight: 700;
  font-size: 1.85rem;
  line-height: 2.5rem;
  font-style: normal;
}

.accordion-container .az-panel-heading a:hover,
a:focus {
  text-decoration: none;
}

/* Mapa vaccine */
/* Map Section - Start */

.vaccine-map-titleView {
  display: flex;
  flex-direction: row;
  font-size: 16px;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  justify-content: flex-start;
}

.vaccine-map-tab {
  overflow: hidden;
  border: 0px solid #ccc;
  color: #1e1e1e;
  max-width: 350px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 20px 0px;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}

.vaccine-map-tab button {
  background-color: #ffffff;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 10px 10px;
  transition: 0.3s;
  font-size: 14px;
}

#vaccine-map {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.vaccine-map-view {
  width: 65%;
}

.map-video-playlist {
  position: absolute;
  top: 32%;
  left: calc(50% - 7%);
  width: 516px;
  height: 290px;
}

.vaccine-map-holder {
  position: relative;
  overflow: hidden;
}
.vaccine-map-holder {
  height: 354px;
}

.vaccine-map-tab button.active {
  background-color: #49a29b;
  outline: none;
}

.vaccine-map-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 350px;
  padding: 20px;

  color: white;
}

.vaccine-map-tabcontent {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  color: #000000;
}

.vaccine-map-tabcontent-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  gap: 3rem;
}

.vaccine-map-doses-separator {
  width: 70px;
}

.vaccine-map-title-separator {
  width: 40px;
  height: 3px;
  background-color: #49a29b;
  margin: 10px 10px 0px;
}

.vaccine-map-content-title {
  font-size: 20px;
  font-weight: bold;
  padding: 20px 10px;
  color: white;
}

.vaccine-map-content-desc {
  padding: 3px 10px;
}

.separator {
  height: 1px;
  margin: 10px;
  background-color: white;
}

.vaccine-map-content-count.shipped {
  cursor: default;
}

.vaccine-map-content-count {
  font-size: 16px;
  font-weight: normal;
  padding: 10px 0px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.vaccine-map-content-count strong {
  margin: 3%;
}

.vaccine-map-content-color {
  width: 4px;
  height: 30px;
  margin: 0px 10px;
  background-color: #00a59b;
}

.doses-color {
  background-color: #99dbd7;
}

.vaccine-map-content-dot {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  background-color: #00a59b;
  float: right;
  margin: 0px 10px;
}

.vaccine-map-content-count.active .vaccine-map-content-dot {
  background-color: #00a59b;
}

.vaccine-map-content-count.active
  .vaccine-map-content-dot.doses-dot {
  background-color: #99dbd7;
}

.vaccine-map-content-footer {
  font-size: 13px;
  font-weight: normal;
  padding: 0px;
  margin: 20px 10px;
  color: white;
}

/* Footer */

.footer {
  margin-top: 0!important;
  font-family: 'Roboto', sans-serif;
}

.footer h2 {
  font-size: 2.5rem;
  color: white;
}

.footer h3 {
  font-size: 1.625rem;
}

.footer hr {
  margin-bottom: 6%;
  margin-top: 2%;
}

.footer-adverse-event.adverse-border {
  border: 0;
}

.vcenter,
.sm-vcenter {
  font-family: 'Roboto', sans-serif;
}

.form-control {
  font-family: 'Roboto', sans-serif;
}

/* IFrames*/
#carrusel1 {
  display: none;
}
#testeo {
  display: none;
}

/* MEDIA QUERYS*/

@media all and (min-width: 960px) and (max-width: 1300px) { 
  .header-txt {
    margin: 2% auto;
    width: 74%;
  }
  h1 {
    font-size: 3rem;
    line-height: 5.625rem;
  }
  .header-txt h1 span {
    font-size: 7rem;
  }
  .header-txt hr {
    margin: 1% auto;
  }
  .header-txt p {
    margin: 3% 0 3%;
    font-size: 1.7rem;
    line-height: 2.3rem;
  }
  .header-txt a {
    border: 2px solid var(--cemento);
    font-size: 2rem;
  }
  .container-card p {
    text-align: center;
    font-size: 1.6rem;
  }
  .menu-secundario a.page-level-toggle-dropdown.page-level-menu-link {
    font-weight: 500;
    font-size: 1.4rem;
  }
  .container-banner h2 {
    font-size: 3rem;
  }
  .container-banner p {
    font-size: 1.4rem;
  }
  .container-banner a {
    font-size: 1.8rem;
  }
  .container-mapa h2 {
    font-size: 2.6rem;
  }
  .accordion-container .az-panel-heading a {
    font-size: 1.6rem;
    line-height: 2.5rem;
  }
 .accordion-container p {
    font-size: 1.4rem;
    line-height: 2rem;
  }
  .accordion-container .new-image-desktop {
    width: 68%;
  }

    .arrow-educacion {
        width: 20%;
        margin-left: 9rem;
    }

    /*ANTICUERPOS*/

    .cards {
        display: flex;
        padding: 15px;
        margin-top: 3rem;
        flex-direction: column;
        width: 60%;
        margin-left: 16rem;
    }

        .cards .item2 {
            margin-bottom: 2rem;
        }

        .cards .item1 {
            margin-bottom: 2rem;
        }

        .cards .item3 {
            margin-bottom: 2rem;
        }

        .title-bold {
        padding-bottom: 2rem;
         }
    
        br {
            display:none
        }
}

@media all and (min-width: 768px) and (max-width: 959px) {
  /*POP UP */
  .modal-dialog {
    width: 79%;
    margin: 30px auto;
  }
  .modal-footer .btn.btn-default {
  color: var(--verde);
  padding: 2%;
  }
  .modal-footer .btn.btn-default, 
  .modal-footer .btn.btn-primary {
    padding: 2%;
  }

  h1 {
    font-size: 3rem;
    line-height: 6.625rem;
  }

  .header-txt h1 span {
    font-size: 8rem;
  }
  .header-txt p {
    font-size: 1.6rem;
  }
  .header-txt a {
    font-size: 2rem;
  }
  .container-card p {
    font-size: 1.5rem;
  }

  /*Cards menu*/ 
  .cards-home .row {
    margin-right: auto;
    margin-left: auto;
    display: flex;
    flex-direction: row;
  }
  .cards-home .col-md-4.col-sm-12 {
    min-height: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .card .card__title {
    color: white;
    position: absolute;
    text-align: center;
    font-size: 2rem;
    line-height: 2.5rem;
    padding: 5%;
    width: 100%;
  }
  .card {
  width: 93%;
  }

  /*Banner*/
  .container-banner .col-sm-5 {
    width: 49.66667%;
  }

  /*Container mapa */
  .container-mapa h2 {
    font-size: 2.813rem;
    line-height: 3.625rem;
    width: 58%;
    padding: 0 5%;
  }
  .vaccine-map-titleView {
    padding: 0 5%;
  }
  .vaccine-map-view {
    width: 53%;
    margin-top: 4%;
  }
  .map-video-playlist {
    position: absolute;
    top: 47%;
    left: calc(50% - -3%);
    width: 40%;
    height: 26%;
  }
  
  /*Container faq*/
  .container-faq {
    padding: 5%;
  }
  .container-faq .column-1 {
    display: none;
  }
  .container-faq .col-sm-7 {
    width: 90%;
  }
  
  /*Container Carousel vacunas notas */
  .container-carousel {
    padding: 8% 3%;
  }
  .container-carousel .carousel .carousel-indicators {
    top: 105%;
  }

  /* Container geo-hub */ 
  .container-geohub {
    padding: 10% 0;
  }
  .container-geohub .carousel .row {
    display: flex;
    flex-direction: row;
    margin: auto;
  }
  .cards-paises {
    height: 25rem;
    width: 108%;
    margin: 20% auto;
  }
  .cards-paises:hover {
    transition: none
  }
  /* Container descripcion */ 
  .container-descripcion {
    padding: 0;
  }
  .container-descripcion .new {
    display: none;
  }
  .container-descripcion p {
    font-size: 1.68rem;
    padding: 9% 5%;
  }

  /* Footer */
  .footer .container {
    width: auto;
    padding: 2% 5%;
  }

  .footer .notices {
    margin-top: 20px;
    font-size: 12px;
    width: 76%;
}

    .arrow-educacion {
        width: 20%;
        margin-left: 9rem;
    }

    /*ANTICUERPOS*/

    .cards {
        display: flex;
        padding: 15px;
        margin-top: 3rem;
        flex-direction: column;
        width: 60%;
        margin-left: 16rem;
    }

        .cards .item2 {
            margin-bottom: 2rem;
        }

        .cards .item1 {
            margin-bottom: 2rem;
        }

        .cards .item3 {
            margin-bottom: 2rem;
        }

    .img-card {
        width: 40%;
    }

    .img-card1 {
        width: 30%;
    }

    .img-card2 {
        width: 25%;
    }

    .img-card3 {
        width: 42%;
    }

    .img-card4 {
        width: 38%;
    }

    .title-bold {
        padding-bottom: 2rem;
    }

    br {
        display: none
    }

    .sub-title {
        margin-top: 6rem;
        margin-bottom: -2%;
        width: 80%;
        margin-left: 7rem;
    }

    .card-evusheld {
        display: flex;
        padding: 15px;
        margin-top: 3rem;
        flex-direction: column;
    }

        .card-evusheld .evusheld-item {
            width: 100%;
            padding: 40px 70px 40px 70px;
        }
}
 
@media all and (max-width: 479px) {
  /* Pop-up*/
  .modal-dialog {
    width: 93%;
    margin: 53px auto;
}
 .modal-footer .btn.btn-default, 
 .modal-footer .btn.btn-primary {
  background-color: #ffffff;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  border: 2px solid var(--verde);
  color: var(--verde);
  margin: 3% auto;
}

  .header-txt h1 {
    font-size: 2.5rem;
    line-height: 4.625rem;
  } 
  .header-txt h1 span {
    font-size: 5rem;
  }
  .header-txt hr {
    width: 65%;
  }
  .header-txt p {
    margin: 8% 0 9%;
    font-size: 1.7rem;
    line-height: 2.5rem;
  }
  .header-txt a {
    padding: 4% 12%;
    font-size: 2rem;
  }

  /* Menu secundario */
  .menu-secundario {
    display: none;
  }
  /* Menu mobile */

  .sub-menu-mobile {
    display: inline-block;
    position: fixed;
    z-index: 4;
    top: 5%;
    height: 500px;
    background: white;
  }

  .sub-menu {
    background-color: white;
    padding: 6%;
    box-shadow: 1px 6px 9px 0 rgb(0 0 0 / 12%);
    z-index: 1;
    font-size: 2rem;
    color: var(--gris);
    
  }

  .sub-menu hr {
    margin-bottom: -1%;
  }

  .sub-menu ul li {
    padding-top: 6%;
  }

  .sub-menu a:hover, a:focus {
    color: var(--gris);
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-color: var(--amarillo);
    text-decoration-thickness: 19%;
 }
  .sub-menu .fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-left: 80%;
    color: var(--amarillo);
    }

  li.sub-menu {
    list-style: none;
    position: fixed;
    top: 5%;
    z-index: 4;
    width: 100vw;
  }



  iframe .iframe-component.vertical {
    height: 800px;
    background: transparent;
  }
  .margin-bottom-10 {
    margin-bottom: 0;
  }

  /* Container cards menu */
  .container-card  {
    display: none;
  }

  .card-mobile {
  margin: 5% auto;
  }

  .container-card-mobile p.card__description {
    text-align: center;
    font-size: 1.3rem;
    line-height: 2rem;
    margin: 0 4%;
  }

  .card-mobile .card__overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    border-radius: calc(var(--curve) * 1px);
    /* background-color: var(--surface-color); */
    transform: translateY(100%);
    /* transition: 0.2s ease-in-out; */
    height: 67%;
  }
  
  .card-mobile .card__overlay .card__header {
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 2em;
    border-radius: 30% 20% 0 0;
    transform: translateY(-100%);
    transition: 0.2s ease-in-out;
    width: 84%;
    margin: 0 auto;
  }
  
  .card-mobile .card__description {
    padding: 0%;
    margin: 0;
    color: var(--gris);
    font-family: 'Roboto', sans-serif;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 10;
    overflow: hidden;
    width: 100%;
    color: white;
  }
  
  .card-mobile .card__thumb {
    flex-shrink: 0;
    width: 30%;
    height: auto;
    margin: 0 auto;
  }
  /*Carrousel cards */ 
  .container-carousel {
    padding: 11% 0 22% 0;
  }
  .carousel .carousel-indicators {
    display: none;
    top: 102%;
  }

  /* Cards geo*/
  .cards-paises {
    height: 33rem;
    width: 64%;
    margin: 3% auto;
  }

  .container-geohub {
    background-color: var(--cemento);
    padding: 16% 0;
  }

  /* Container mapa */
  .container-mapa {
    padding: 16% 4% 18%;
  }
  .container-mapa h2 {   
    font-weight: 700;
    font-size: 2.8rem;
    line-height: 3.625rem;
    padding: 0 2%;
  }

  .container-mapa .vaccine-map-titleView {
    display: flex;
    justify-content: center;
    padding: 0 2%;
  }

  .container-mapa .vaccine-map-content {
    padding: 0;
  }
  .container-mapa .vaccine-map-view {
    width: 90%;
    margin: 0 auto;
  }
  .container-mapa .map-video-playlist {
    position: absolute;
    top: 69%;
    left: calc(22% - 7%);
    width: 71%;
    height: 18%;
  }

  .container-mapa .vaccine-map-tabcontent-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem;
  }
  /* Container faq */
  .container-faq hr {
      border: 0;
      border-top: 4px solid var(--aqua);
      width: 23%;
  }
  .container-faq .column-1 {
    display: none;
  }

  /* banner */
  .container-banner {
    padding: 0;
  }
  .container-banner .banner-txt {
    color: white;
    padding: 12% 5%;
    margin-top: 50%;
  }

  /* Container geo-hub*/

  .cards-paises:hover {
    transition: none
  }

  /* Accordion-notas vacunas*/
  .accordion-container .panel-default {
    padding: 2% 0;
  }

  .accordion-container .az-panel-heading a {
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 2.5rem;
    font-style: normal;
  }

  .footer {
    margin-top: 0 !important;
    padding: 10% 8%;
  }


    .card {
        padding-bottom: 3rem;
    }

    br {
        display:none
    }

    /*ANTICUERPOS*/

    .cards {
        display: flex;
        padding: 15px;
        margin-top: 3rem;
        flex-direction: column;
        width: 80%;
        margin-left: 5rem;
    }

        .cards .item2 {
            margin-bottom: 2rem;
        }

        .cards .item1 {
            margin-bottom: 2rem;
        }

        .cards .item3 {
            margin-bottom: 2rem;
        }

    .img-card {
        width: 40%;
    }

    .img-card1 {
        width: 30%;
    }

    .img-card2 {
        width: 25%;
    }

    .img-card3 {
        width: 42%;
    }

    .img-card4 {
        width: 38%;
    }

    .title-bold {
        padding-bottom: 2rem;
    }

    .sub-title {
        margin-top: 6rem;
        margin-bottom: 2rem;
        width: 87%;
        margin-left: 3rem;
    }

    .card-evusheld {
        display: flex;
        padding: 15px;
        margin-top: 3rem;
        flex-direction: column;
    }

        .card-evusheld .evusheld-item {
            width: 100%;
            padding: 40px 70px 40px 70px;
        }

}

@media all and (max-width: 375px) {
  /* menu secundario mobile */
  #menuvertical {
    top: 6%;
    height: 400px;
 
  }
  .sub-menu .fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-left: 76%;
    color: var(--amarillo);
    }


  .header-txt h1 {
    font-size: 2.3rem;
    line-height: 4.4rem;
  }
  .header-txt h1 span {
    font-size: 5.5rem;
  }
  .header-txt {
    margin: 8% auto;
    width: 83%;
  }
  .card__title {
    font-size: 2rem;
  }
  .container-mapa h2 {
    font-size: 2.3rem;
  }
  /* Container faq */
  .container-faq .column-1 {
    display: none;
  }

  /* generalidades page*/ 
  .container-carousel {
    padding: 15% 0;
  }

  /* Container card paises*/
  .cards-paises {
    height: 31rem;
    width: 64%;
    margin: 3% auto;
  }
  .cards-paises:hover {
    transition: none
  }

    br {
        display: none
    }

    .arrow-educacion {
        width: 20%;
        margin-left: 12rem;
    }

    /*ANTICUERPOS*/

    .cards {
        display: flex;
        padding: 15px;
        margin-top: 3rem;
        flex-direction: column;
        width: 80%;
        margin-left: 5rem;
    }

        .cards .item2 {
            margin-bottom: 2rem;
        }

        .cards .item1 {
            margin-bottom: 2rem;
        }

        .cards .item3 {
            margin-bottom: 2rem;
        }

    .img-card {
        width: 40%;
    }

    .img-card1 {
        width: 30%;
    }

    .img-card2 {
        width: 25%;
    }

    .img-card3 {
        width: 42%;
    }

    .img-card4 {
        width: 38%;
    }

    .title-bold {
        padding-bottom: 2rem;
    }

    .sub-title {
        margin-top: 6rem;
        margin-bottom: 2rem;
        width: 87%;
        margin-left: 3rem;
    }

    .card-evusheld {
        display: flex;
        padding: 15px;
        margin-top: 3rem;
        flex-direction: column;
    }

        .card-evusheld .evusheld-item {
            width: 100%;
            padding: 40px 70px 40px 70px;
        }
}

@media all and (max-width: 320px) {
  .header-txt h1 {
    font-size: 2rem;
  }
  .header-txt h1 span {
    font-size: 4.5rem;
  }
  .header-txt p {
    margin: 8% 0 9%;
    font-size: 1.46rem;
    line-height: 2.3rem;
  }
  .header-txt a {
    font-size: 1.8rem;
  }
  .container-card-mobile p {
    font-size: 1.46rem;
    line-height: 2.5rem;
    margin: 0px 4%;
  }

  .container-banner h2 {
    color: white;
    font-size: 3.5rem;
    line-height: 3.625rem;
  }
  .container-banner p {
    font-size: 1.4rem;
    line-height: 2.2rem;
  }
  .container-banner a {
    border: 2px solid var(--cemento);
    font-size: 1.8rem;
    padding: 4% 8%;
    color: white;
  }
  .container-mapa h2 {
    font-size: 2.1rem;
    line-height: 2.625rem;
  }
  .container-mapa .map-video-playlist {
    position: absolute;
    top: 74%;
    left: calc(22% - 9%);
    width: 74%;
    height: 13%;
  }
  .accordion-container .az-panel-heading a {
    font-size: 1.6rem;
  }

    .arrow-educacion {
        width: 20%;
        margin-left: 12rem;
    }

    /*ANTICUERPOS*/

    .cards {
        display: flex;
        padding: 15px;
        margin-top: 3rem;
        flex-direction: column;
        width: 100%;
        margin-left: 1rem;
    }

        .cards .item2 {
            margin-bottom: 2rem;
        }

        .cards .item1 {
            margin-bottom: 2rem;
        }

        .cards .item3 {
            margin-bottom: 2rem;
        }

    .img-card {
        width: 40%;
    }

    .img-card1 {
        width: 30%;
    }

    .img-card2 {
        width: 25%;
    }

    .img-card3 {
        width: 42%;
    }

    .img-card4 {
        width: 38%;
    }

    .title-bold {
        padding-bottom: 2rem;
    }

    .sub-title {
        margin-top: 6rem;
        margin-bottom: 2rem;
        width: 87%;
        margin-left: 1.5rem;
    }

    .card-evusheld {
        display: flex;
        padding: 15px;
        margin-top: 3rem;
        flex-direction: column;
    }

        .card-evusheld .evusheld-item {
            width: 100%;
            padding: 40px 40px 40px 40px;
        }

}

/* EDUCACIÓN MÉDICA CONTINUA*/

.titulos-seccion {
    font-weight: 400;
    font-size: 1.6rem;
}

.line-hr {
    margin-bottom: 20px;
    border-top: 0.3px solid grey;
}

.texto-educacion {
    text-align: center;
    font-size: 1.9rem;
    line-height: 3rem;
    padding: 3%;
}

.arrow-educacion {
    width: 20%;
    margin-left: 15rem;
}

/*CAROUSEL*/

.carousel-educacion {
    margin-bottom:8rem
}

.carousel-links {
    padding-top: 8rem;
    padding-bottom: 2rem;
}

.videos-eduacion-carousel {
    margin-top:2rem
}

.semi-titulo2 {
    color: #CEB135
}

.cq-placeholder, .new {
   height: 0rem; 
}

.carousel .carousel-control {
    background: var(--cemento);
    opacity: 0.9;
}

.carousel-control {
    top: 0;
    bottom: 0;
    width: 15%;
    filter: alpha(opacity=50);
    opacity: 0.5;
    font-size: 20px;
    color: var(--white);
    text-align: center;
    background-color: rgba(0, 0, 0, 0);
    display: flex;
    justify-content: center;
    align-items: center;
}

.carousel-control {
    display: flex !important;
}

.carousel .carousel-control.left {
    left: -6%;
}

.carousel .carousel-control.right {
    right: -6%;
}



/*ANTICUERPOS MONOCLONALES*/

.sub-title {
    margin-bottom:-2%
}

/*CARDS*/
.cards-container {
    background-color: #F4F4F4;
    width: 110%;
    margin-left: -7rem;
}

.cards {
    display: flex;
    padding: 15px;
    margin-top: 3rem;
}

    .cards .item1 {
        background-color: white;
        width: 90%;
        padding: 30px 10px 30px 10px;
        margin-right: 2rem;
        text-align: -webkit-center;
        transition: transform 0.2s;
        box-shadow: 4px 2px 1.5px #45414129;
        border-radius: 20px;
    }

    .cards .item2 {
        background-color: white;
        width: 90%;
        padding: 30px 10px 30px 10px;
        margin-right: 2rem;
        text-align: -webkit-center;
        transition: transform 0.2s;
        box-shadow: 4px 2px 1.5px #45414129;
        border-radius: 20px;
    }

    .cards .item3 {
        background-color: white;
        width: 90%;
        padding: 30px 10px 30px 10px;
        margin-right: 2rem;
        text-align: -webkit-center;
        transition: transform 0.2s;
        box-shadow: 4px 2px 1.5px #45414129;
        border-radius: 20px;
    }

    .cards .item4 {
        background-color: white;
        width: 90%;
        padding: 30px 10px 30px 10px;
        margin-right: 2rem;
        text-align: -webkit-center;
        transition: transform 0.2s;
        box-shadow: 4px 2px 1.5px #45414129;
        border-radius: 20px;
    }

    .cards .item a {
        display: flex !important;
        place-content: center !important;
    }

    .cards .item span a {
        color: #cf1070 !important;
        font-size: 1.8rem !important;
        font-weight: 800 !important;
        text-decoration: none !important;
        margin-top: 5%;
    }

.img-card {
    width: 50%;
    margin-top: 1rem;
    padding-bottom: 1.7rem;
}

.img-card1 {
    width: 40%;
    margin-left: 1.5rem;
    margin-top: 0.8rem;
    padding-bottom: 1.1rem;
}

.img-card2 {
    width: 30%;
    margin-top: 1rem;
    margin-bottom: 1.5rem;
}

.img-card3 {
    width: 52%;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.img-card4 {
    width: 44%;
    margin-bottom: 1.4rem;
}

.title-bold {
    font-size: 1.5rem;
    line-height: 2.2rem;
    font-weight: 600 !important;
}


.texto-bottom {
    padding-top: 5rem;
    font-size: 1.9rem;
    text-align: center;
    line-height: 3rem;
}

.title-bold {
    color: var(--azul)
}


.button-card, .button-card1, .button-card2, .button-card3, .button-card4 {
    font-family: "Apercu", sans-serif;
    font-weight: 600;
    font-size: 1.5rem;
    font-style: normal;
    color: var(--verde);
    border: 3px solid var(--verde);
    padding: 3% 10%;
    border-radius: 100px;
}


    .button-card:hover, .button-card1:hover, .button-card2:hover, .button-card3:hover, .button-card4:hover {
        background-color: var(--verde);
        color: white !important;
        text-decoration: none;
    }

.button-card, .button-card1 {
    margin-top: 2rem
}


/*EVUSHELD*/

.evusheld-section {
    box-shadow: 50px 2px 20px #45414129;
}

/*PROSPECTO*/

.img-card-evusheld {
    margin-bottom:1rem
}

.text-evusheld {
    margin-bottom:3rem
}

.card-evusheld {
    display: flex;
    padding: 15px;
    margin-top: 3rem;
    flex-wrap: nowrap;
    justify-content: space-around;
}

.button-card-evusheld {
    font-family: "Apercu", sans-serif;
    width: 60%;
    font-weight: 600;
    font-size: 1.5rem;
    font-style: normal;
    color: var(--verde);
    border: 3px solid var(--verde);
    padding: 2% 4%;
    border-radius: 100px;
}


    .button-card-evusheld:hover {
        background-color: var(--verde);
        color: white !important;
        text-decoration: none;
    }
    
    .card-evusheld .evusheld-item {
    background-color: white;
    width: 40%;
    padding: 40px 70px 40px 70px;
    margin-right: 2rem;
    text-align: -webkit-center;
    transition: transform 0.2s;
    box-shadow: 1px 1px 30px #45414129;
    border-radius: 30px;
}

/*Dani*/
.cards-home{
  margin-bottom:30px;
  }