@import url("https://fonts.googleapis.com/css2?family=Work+Sans:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap");

body {
  font-family: "Work Sans", sans-serif;
  color: #2a2a2b;
}

/* COLOURS */

:root {
  --gris: #3f3f3f;
  --verde: #9dafd0;
  --aqua: #362e5d2e;
  --cemento: #f3f3f3;
  --grisclaro: #7f848a;
  --violeta: #5c315e;
  --azulmarino: #352c63;
  --naranja: #fb7633;
}

/* FONTS */

h1 {
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.625rem;
  color: var(--gris);
  font-family: "Work Sans", sans-serif;
}

h2 {
  font-weight: 700;
  font-size: 2.813rem;
  line-height: 2.625rem;
  color: var(--gris);
  font-family: "Work Sans", sans-serif;
}

h3 {
  font-weight: 700;
  font-size: 1.5625rem;
  line-height: 2rem;
  font-family: "Work Sans", sans-serif;
}

h4 {
  font-weight: 400;
  font-size: 1.5625rem;
  font-family: "Roboto", sans-serif;
}

h5 {
  font-weight: 700;
  font-size: 14px;
  font-family: "Work Sans", sans-serif;
}

p {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 2rem;
}

b {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}

.bien {
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.625rem;
  color: white;
  font-family: "Roboto", sans-serif;
}

.conozca {
  font-weight: 700;
  font-size: 5rem;
  line-height: 5rem;
  font-family: "Roboto", sans-serif;
  color: white;
}

.ofrecer {
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.625rem;
  color: white;
  font-family: "Roboto", sans-serif;
}

.ref {
  font-weight: 700;
  font-size: 37px;
  line-height: 49px;
  font-family: "Roboto", sans-serif;
  color: white;
}

.botones-limon {
  transition: all 0.5s ease;
  color: white;
  font-family: "ROBOTO", sans-serif;
  text-transform: uppercase;
  text-align: center;
  line-height: 1;
  font-size: 17px;
  background-color: #8a8798c7;
  padding: 10px;
  outline: none;
  border-radius: 40px;
  padding-right: 27px;
  padding-left: 27px;
}

.botones-limon:hover {
  color: #3b5dcda8;
  background-color: #fff;
}

.enfoque-recursos img {
  vertical-align: middle;

  width: 100%;
}

.header-container {
  min-height: 27vh;
  max-height: 114vh;
}

/* TITULOS SECCIONES */
h2.title-section {
  color: white;
  font-weight: 500;
  font-size: 3.813rem;
  line-height: 5rem;
  padding-bottom: 2%;
  width: 74%;
}

/* POPUP */

.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;
  font-family: "Work Sans", sans-serif;
  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-family: "Rubik";
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  border: 2px solid var(--verde);
  border-radius: 20px;
  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;
}

.descripcion-container {
  padding: 4% 0px 4%;
  background-color: var(--cemento);
}

.descripcion-container h4 {
  color: var(--gris);
  font-weight: 400;
  font-size: 2rem;
  line-height: normal;
  font-family: "Work Sans", sans-serif;
}

/*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;
}

/* HEADER */

.flecha-header {
  margin-bottom: 2%;
}

/*CAROUSEL*/

.carousel {
  padding-bottom: 4%;
}

.carousel .carousel-content-block {
  background: transparent !important;
}

.carousel .carousel-indicators {
  width: 10% !important;
}

.carousel-control {
  display: flex !important;
}

.carousel-control .fa.fa-chevron-right {
  display: flex;
  vertical-align: middle;
  padding-left: 3px;
}

.fa-chevron-right::before {
  content: "\f054";
  color: var(--verde);
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}

.fa-chevron-left::before {
  content: "\f053";
  color: var(--verde);
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}

.carousel-control .fa.fa-chevron-left {
  display: flex;
  vertical-align: middle;
  padding-right: 3px;
  justify-content: center;
  align-items: center;
}

.fa {
  display: flex;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  justify-content: center;
  align-items: center;
}

.carousel .carousel-indicators {
  bottom: 5%;
  z-index: 15;
  width: 90%;
  margin: 0 auto;
  padding-left: 0;
  left: 0;
  right: 0;
  display: flex;
  table-layout: fixed;
}

.carousel .carousel-control {
  background: var(--cemento);
  opacity: 0.9;
}

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  filter: alpha(opacity=50);
  opacity: 0.5;
  font-size: 20px;
  color: var(--verde);
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
  display: flex;
  justify-content: center;
  align-items: center;
}

.carousel .carousel-indicators.hide-caption {
  display: inline-block;
  bottom: -1%;
}

.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;
}

/*LINKS CARROUSEL*/

.carousel-links .btn.btn-primary {
  border-color: transparent !important;
  background: transparent !important;
  color: transparent !important;
  font-size: 70px !important;
  width: 100% !important;
  height: 100% !important;
  padding: 30% 115% 30% 115% !important;
  display: flex;
  align-content: center;
  justify-content: center;
  overflow: hidden !important;
}

/*ANCHO FULL WIDTH*/

.ancho-contenedor {
  padding: 0 20%;
}

/*CARDS SECCIONES*/

.container-eventos {
  display: none !important;
}

.container-secciones .col-lg-3,
.container-eventos .col-lg-3 {
  padding: 10px;
}

.container-secciones {
  background-color: var(--gris);
  color: var(--cemento);
}

.container-eventos {
  background-color: var(--verde);
  color: white;
}

.container-secciones h2,
.container-eventos h2 {
  color: white;
}

.container-secciones .row {
  display: flex;
  justify-content: center;
  align-self: center;
}

.container-secciones .column-4 {
  display: none;
}

.container-secciones .card {
  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: 34px;
  height: 18rem;
  margin-top: 20%;
  margin-bottom: 31%;
  width: 100%;
}

.container-eventos .card {
  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: 34px;
  height: 28rem;
  margin-top: 20%;
  margin-bottom: 31%;
}

.container-secciones .img-cards,
.container-eventos .img-cards {
  transform: translate(0, -69%);
  position: relative;
}

.container-eventos .card {
  height: 31rem;
  background-color: white;
}

.container-secciones .card .texto {
  margin-top: -28%;
}

.container-secciones .card .texto h3 {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 11%;
}

.container-eventos .card .texto-eventos {
  margin-top: -28%;
}

.container-eventos .card .texto-eventos h3 {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 19%;
}

.container-secciones .card:hover,
.container-eventos .card:hover {
  transition: transform 0.2s;
  transform: scale(1.1);
}

.container-secciones .card a {
  background-color: var(--verde);
  color: white;
  padding: 4% 10%;
  border-radius: 40px;
  font-weight: 500;
  font-size: 1.25rem;
  text-transform: uppercase;
  text-decoration: none;
}

.container-eventos .card a {
  background-color: var(--aqua);
  color: white;
  padding: 4% 10%;
  border-radius: 40px;
  font-weight: 500;
  font-size: 1.25rem;
  /* text-transform: uppercase; */
  text-decoration: none;
}

/*EVENTOS*/

.titulos-eventos {
  font-size: 1.45rem;
  line-height: 1.75rem;
}

.bold {
  font-weight: 700;
}

/*TITULOS EN MATERIALES (TIPOS DE CANCER) */

.container-materiales {
  color: white;
  height: 19.813rem;
}

.container-materiales .title-section {
  color: white;
  font-weight: 700;
  font-size: 3.813rem;
  line-height: 5rem;
  padding: 2% 0;
}

/*NUMEROS EN EL MUNDO*/
.container-numeros {
  padding-top: 5%;
  padding-bottom: 5%;
  background-color: var(--cemento);
}

.container-numeros .item {
  color: #3f3f3f;
  font-weight: 500;
  transition: transform 0.2s;
  cursor: pointer;
  padding-top: 5%;
}

.container-numeros h4 {
  color: var(--grisclaro);
}

.container-numeros h5 {
  font-weight: 500;
}

.container-numeros .item:hover {
  transition: transform 0.2s;
  transform: scale(1.1);
}

.orange {
  color: var(--naranja);
}

.violeta {
  color: var(--violeta);
}

.aqua {
  color: var(--aqua);
}

.bluemarine {
  color: var(--azulmarino);
}

/*SECCIONES*/

.secciones-internas .container-secciones .column-1 {
  display: none;
}

.container-notas,
.container-articulo {
  padding-bottom: 0%;
  background-color: var(--cemento);
}

.container-notas .multi-column-container {
  position: relative;
  padding-bottom: 5%;
  padding-top: 5%;
}

.container-notas h3,
.container-articulo h3 {
  font-weight: 700;
  font-size: 28px;
  line-height: 37px;
  color: var(--gris);
  text-transform: uppercase;
  display: inline;
  font-family: "Roboto", sans-serif;
  padding: 3px 0px;
  margin-bottom: 5%;
}

.container-notas h4,
.container-articulo h4 {
  font-size: 1.5625rem;
  line-height: 1.25;
  font-weight: 700;
  color: #171717;
  text-transform: uppercase;
  margin-top: 4%;
}

.botones-notas .btn {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  color: white !important;
  background: var(--verde);
  border: 3px solid var(--verde);
  border-radius: 2.5rem;
  padding: 2% 10%;
  font-size: 1.25rem;
}

.btn:hover {
  color: var(--verde) !important;
  background: transparent;
}

/*Botones Naranjas */
.botones-notas-naranja .btn {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  color: white !important;
  background: var(--naranja);
  border: 3px solid var(--naranja);
  border-radius: 2.5rem;
  padding: 2% 10%;
  font-size: 1.25rem;
}

.botones-notas-naranja .btn:hover {
  color: var(--naranja) !important;
  background: white;
}

.secciones-internas .container-articulo .botones-notas {
  margin-bottom: 10% !important;
  display: flex;
  justify-content: center;
  margin-top: 3% !important;
}

.container-articulo .page-section-inner.container {
  width: 50% !important;
}

.container-articulo img {
  padding-bottom: 2%;
  padding-top: 2%;
  width: 50%;
}

.container-articulo .botones-notas .btn {
  padding: 4% 30% !important;
  margin: 10% 0;
}

/* ENFOQUE INTEGRAL */
.enfoque-container {
  padding-top: 4%;
  padding-bottom: 4%;
}

.enfoque-container p {
  padding-top: 10%;
}

.enfoque-container h4 {
  padding-bottom: 2%;
}

.enfoque-container a {
  color: #3f3f3f;
}

.enfoque-container .item {
  color: #3f3f3f;
  font-weight: 500;
  transition: transform 0.2s;
  cursor: pointer;
}

.enfoque-container .item:hover {
  transition: transform 0.2s;
  transform: scale(1.1);
  color: #3f3f3f;
}

/* TESTING */
.article-filter-container {
  margin-bottom: 33px;
  font-weight: 700;
}

.article-filter-item {
  margin: 5px 2px;
  border: 1px solid var(--aqua);
  color: var(--aqua);
  padding: 4px 25px 4px 21px;
  text-transform: uppercase;
}

.article-filter-item.active {
  background-color: var(--aqua);
  font-family: "Work Sans", sans-serif;
  text-transform: uppercase;
}

/*REFERENCIAS*/

.referencias-container p {
  font-size: 1.2rem;
  color: #828282;
}

/*FOOTER*/

.footer {
  margin-top: 0;
}

.footer h2,
.footer h3 {
  margin-top: 0;
  font-family: "Lexia", sans-serif;
  color: #ffffff;
  font-weight: 400;
}

/*ENCUESTAS*/
#encuesta-evento {
  height: 80vh !important;
  overflow: hidden !important;
}

/*ARTÍCULOS ESCRITOS*/

.articulo-onco .container-notas h5 {
  color: white;
  background-color: var(--verde);
  text-transform: uppercase;
  display: inline;
  padding: 4px 10px;
  margin-bottom: 4%;
}

.articulo-onco .container-notas h3 {
  font-size: 3.25rem;
  line-height: 4.5rem;
  color: var(--gris);
  text-transform: none;
  margin-top: 1.5%;
  display: flex;
  margin-bottom: 0;
}

.articulo-onco .container-notas h4 {
  font-size: 2rem;
  line-height: 3.5rem;
  text-transform: none;
}

.articulo-onco .container-notas p {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 1.2em;
  line-height: 1.75em;
}

.articulo-onco .container-notas .container,
.articulo-onco .referencias-container .container {
  width: 60%;
}

.articulo-onco .container-notas h6 {
  font-weight: 500;
  font-size: 16px;
  font-family: "Work Sans", sans-serif;
}

.articulo-onco .background-violeta {
  background-color: var(--violeta);
  padding: 0.65rem;
}

.articulo-onco .background-verdeagua {
  background-color: var(--aqua);
  padding: 0.65rem;
}

.articulo-onco .background-verde {
  background-color: var(--verde);
  padding: 0.65rem;
}

.articulo-onco .background-verde {
  background-color: var(--verde);
  padding: 0.5rem;
}

.articulo-onco .background-naranja {
  background-color: var(--naranja);
  padding: 0.5rem;
}

/*Section Productos */
.container-productos {
  background-color: var(--verde);
  padding: 4% 0;
}

.container-productos-aqua .col-sm-3,
.container-productos .col-sm-3 {
  width: 25%;
  margin-top: 2%;
}

.container-productos-aqua h2.title-section,
.container-productos h2.title-section {
  color: white;
  font-weight: 400;
  font-size: 2.813rem;
  line-height: 3rem;
  padding-bottom: 2%;
  width: 100%;
}

.nav-pills>li>a {
  font-family: "Work Sans", sans-serif;
  font-size: medium;
  color: rgb(34, 155, 162);
  border-radius: 0;
  border-bottom: 3px solid transparent;
  margin-bottom: -3px
}

.container-productos .botones-verde .btn {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  color: white !important;
  background: var(--aqua);
  border: 3px solid var(--aqua);
  border-radius: 2.5rem;
  padding: 2% 16%;
  font-size: 1.25rem;
}

.container-productos-aqua .botones-green .btn {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  color: white !important;
  background: var(--verde);
  border: 3px solid var(--verde);
  border-radius: 2.5rem;
  padding: 2% 16%;
  font-size: 1.25rem;
}

.container-productos .botones-violeta .btn {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  color: white !important;
  background: var(--violeta);
  border: 3px solid var(--violeta);
  border-radius: 2.5rem;
  padding: 2% 16%;
  font-size: 1.25rem;
}

.container-productos-aqua {
  background-color: var(--aqua);
  padding: 4% 0;
}

.container-productos-aqua .botones-naranja .btn {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  color: white !important;
  background: var(--naranja);
  border: 3px solid var(--naranja);
  border-radius: 2.5rem;
  padding: 2% 16%;
  font-size: 1.25rem;
}

.container-productos-aqua .col-sm-9,
.container-productos .col-sm-9 {
  width: 63%;
  margin-left: 4%;
}

.container-productos-aqua .col-sm-3,
.container-productos .col-sm-3 {
  width: 33%;
  margin-top: 2%;
}

.container-productos-aqua h2.title-section,
.container-productos h2.title-section {
  font-size: 2.5rem;
}

.container-productos .botones-verde .btn {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  color: white !important;
  background: var(--aqua);
  border: 3px solid var(--aqua);
  border-radius: 2.5rem;
  padding: 2% 16%;
  font-size: 1.25rem;
}

.container-productos .botones-limon .btn {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  color: white !important;
  background: var(--aqua);
  border: 3px solid var(--aqua);
  border-radius: 2.5rem;
  padding: 2% 16%;
  font-size: 1.25rem;
}

/*MEDIA QUERIES*/

@media (min-width: 1200px) {
  .portada-container {
    min-height: 90vh;
  }

  .header-container {
    min-height: 27vh;
    max-height: 114vh;
  }
}

@media (min-width: 768px) {
  .secciones-internas .container-secciones .row {
    display: flex;
    justify-content: center;
  }

  .hide-desktop {
    display: none;
  }
}

@media (max-width: 1800px) and (min-width: 1440px) {

  /*POPUP*/
  .modal-dialog {
    width: 45%;
    margin: 30px auto;
  }

  .header-container {
    max-height: 60vh;
    min-height: 55vh;
  }
}

.bien {
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.625rem;
  color: white;
  font-family: "Roboto", sans-serif;
}

.conozca {
  font-weight: 700;
  font-size: 5rem;
  line-height: 5rem;
  font-family: "Roboto", sans-serif;
  color: white;
}

.ofrecer {
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.625rem;
  color: white;
  font-family: "Roboto", sans-serif;
}

.ref {
  font-weight: 700;
  font-size: 37px;
  line-height: 49px;
  font-family: "Roboto", sans-serif;
  color: white;
}

@media (max-width: 1440px) and (min-width: 1000px) {
  #encuesta-evento {
    height: 90vh !important;
  }

  .header-container {
    height: 60vh;
  }

  .container-productos-aqua h2.title-section,
  .container-productos h2.title-section {
    font-size: 2rem;
  }

  .bien {
    font-weight: 400;
    font-size: 2rem;
    line-height: 2.625rem;
    color: white;
    font-family: "Roboto", sans-serif;
  }

  .conozca {
    font-weight: 700;
    font-size: 5rem;
    line-height: 5rem;
    font-family: "Roboto", sans-serif;
    color: white;
  }

  .ofrecer {
    font-weight: 400;
    font-size: 2rem;
    line-height: 2.625rem;
    color: white;
    font-family: "Roboto", sans-serif;
  }

  /*POPUP*/
  .modal-dialog {
    width: 60%;
    margin: 30px auto;
  }
}

@media (max-width: 1000px) and (min-width: 768px) {

  /*POPUP*/
  .modal-dialog {
    width: 82%;
    margin: 30px auto;
  }

  h4.modal-title {
    padding: 0;
  }

  .bien {
    font-weight: 400;
    font-size: 2rem;
    line-height: 2.625rem;
    color: white;
    font-family: "Roboto", sans-serif;
  }

  .conozca {
    font-weight: 700;
    font-size: 5rem;
    line-height: 5rem;
    font-family: "Roboto", sans-serif;
    color: white;
  }

  .ofrecer {
    font-weight: 400;
    font-size: 2rem;
    line-height: 2.625rem;
    color: white;
    font-family: "Roboto", sans-serif;
  }

  .container-secciones .card {
    height: 20rem;
  }

  .container-eventos .card {
    height: 30rem;
    margin-top: 14%;
    margin-bottom: 6%;
  }

  .container-secciones .img-cards {
    width: 60%;
  }

  .container-secciones .img-cards-2 {
    width: 30%;
  }

  .container-eventos .img-cards {
    width: 40%;
  }

  .container-secciones .col-lg-3,
  .container-eventos .col-lg-3 {
    padding: 15px 25px;
  }

  .col-sm-20 {
    width: 59%;
    float: left;
    position: relative;
    min-height: 2px;
    box-sizing: border-box;
    margin-left: 5%;
    margin-right: -36%;
    vertical-align: center;
  }

  #encuesta-evento {
    height: 100vh !important;
  }

  .container-productos-aqua h2.title-section br,
  .container-productos h2.title-section br {
    display: none;
  }

  .container-productos-aqua .col-sm-3,
  .container-productos .col-sm-3 {
    width: 33%;
    margin-top: 5%;
  }
}

@media (max-width: 767px) and (min-width: 400px) {

  /*Popup*/
  .self-certification-modal-footer,
  .login-footer,
  .modal-footer {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: auto;
  }

  .modal-dialog {
    width: 90%;
  }

  h4.modal-title {
    padding: 0;
  }

  .modal-body p {
    padding: 0 10%;
  }

  .header-container p {
    margin-bottom: -2px;
  }

  #self-certify-template .modal-dialog,
  #browser-check-template .modal-dialog {
    margin: 10px auto;
  }

  .ofrecer {
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 1.625rem;
    color: white;
    font-family: "Roboto", sans-serif;
  }

  .bien {
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 1.625rem;
    color: white;
    font-family: "Roboto", sans-serif;
  }

  .conozca {
    font-weight: 700;
    font-size: 3rem;
    line-height: 3rem;
    font-family: "Roboto", sans-serif;
    color: white;
  }

  .ref {
    font-weight: 700;
    font-size: 37px;
    line-height: 49px;
    font-family: "Roboto", sans-serif;
    color: white;
  }

  .botones-limon {
    transition: all 0.5s ease;
    color: white;
    font-family: "ROBOTO", sans-serif;
    text-transform: uppercase;
    text-align: center;
    line-height: 2;
    font-size: 14px;
    background-color: #c2cd3b;
    padding: 10px;
    outline: none;
    border-radius: 40px;
    padding-right: 27px;
    padding-left: 27px;
  }




  .botones-limon:hover {
    color: #c2cd3b;
    background-color: #fff;

  }

  .botones-limon4 {
    transition: all 0.5s ease;
    color: white;
    font-family: "ROBOTO", sans-serif;
    text-transform: uppercase;
    text-align: center;
    line-height: 2;
    font-size: 14px;
    background-color: #c2cd3b;
    padding: 10px;
    outline: none;
    border-radius: 40px;
    padding-right: 27px;
    padding-left: 27px;
  }

  .botones-limon4:hover {
    color: #c2cd3b;
    background-color: #fff;
  }

  /* TITULOS SECCIONES */
  h2.title-section {
    color: white;
    font-weight: 500;
    font-size: 3.3rem;
    line-height: 4rem;
    padding: 5% 0;
    width: 100%;
    font-family: "Work Sans", sans-serif;
  }

  .container-materiales .title-section {
    color: white;
    font-weight: 700;
    font-size: 2.5rem;
    line-height: 4rem;
    padding: 2% 0;
    margin: 0;
  }

  .container-secciones .img-cards,
  .container-eventos .img-cards {
    width: 20%;
  }

  .container-secciones .img-cards-2 {
    width: 15%;
  }

  .numeros-container .img-cards {
    width: 30%;
  }

  .container-secciones .card a,
  .container-eventos .card a {
    padding: 2.5% 10%;
  }

  .container-secciones .row {
    display: flex;
    justify-content: center;
    align-self: center;
    flex-direction: column;
  }

  .nav:before,
  .nav:after {
    display: none;
  }

  .row {
    margin-right: 0px;
    margin-left: -15px;
  }

  .container-secciones .column-4 {
    display: none;
  }

  .container-secciones .card {
    background-color: white;
    color: var(--gris);
    padding: 20px;
    text-align: -webkit-center;
    transition: none !important;
    cursor: pointer;
    box-shadow: 0px 3px 4px #0000001a;
    border-radius: 34px;
    height: 33rem;
    margin-top: 0%;
    margin-bottom: 29%;
  }

  .container-eventos .card {
    background-color: white;
    color: var(--gris);
    padding: 20px;
    text-align: -webkit-center;
    transition: none;
    cursor: pointer;
    box-shadow: 0px 3px 4px #0000001a;
    border-radius: 34px;
    height: 32rem;
    margin-top: 17%;
    margin-bottom: 2%;
  }

  .carousel .carousel-indicators {
    width: auto !important;
    bottom: auto !important;
    margin-top: 40% !important;
  }

  .container-secciones .img-cards,
  .container-eventos .img-cards {
    width: 46%;
  }

  .container-materiales {
    padding: 5% 0;
  }

  .container-productos-aqua .col-sm-9,
  .container-productos .col-sm-9 {
    width: 100%;
    text-align: center;
    margin-left: 0;
  }

  .container-productos-aqua .col-sm-3,
  .container-productos .col-sm-3 {
    width: 100%;
    margin-top: 2%;
    text-align: center;
  }


  @media (max-width: 400px) {
    /*   .portada-container {
    height: 766px;
  } */

    /*Popup*/
    .self-certification-modal-footer,
    .login-footer,
    .modal-footer {
      display: flex;
      justify-content: center;
      flex-direction: column;
      align-items: center;
      padding: auto;
    }

    .modal-dialog {
      width: 90%;
    }

    h4.modal-title {
      padding: 0;
    }

    .modal-body p {
      padding: 0 7%;
    }

    .conozca {
      font-weight: 700;
      font-size: 4rem;
      line-height: 5rem;
      font-family: "Roboto", sans-serif;
      color: white;
    }

    #self-certify-template .modal-dialog,
    #browser-check-template .modal-dialog {
      margin: 10px auto;
    }

    /* TITULOS SECCIONES */
    h2.title-section {
      color: white;
      font-weight: 500;
      font-size: 3.3rem;
      line-height: 4rem;
      padding: 5% 0;
      width: 100%;
      font-family: "Work Sans", sans-serif;
    }

    h3 {
      font-size: 1.55rem;
      line-height: 1.5rem;
    }

    .descripcion-container h4 {
      color: var(--gris);
      font-weight: 400;
      font-size: 1.5625rem;
      line-height: normal;
      font-family: "Work Sans", sans-serif;
    }

    .container-secciones .card .texto h3 {
      text-align: center;
      text-transform: uppercase;
      margin-bottom: 1%;
      margin-top: 7%;
    }

    .container-secciones .card {
      margin-top: 15%;
    }

    .container-eventos .card {
      margin-bottom: 0;
    }

    .container-numeros .item {
      padding-bottom: 4%;
    }

    .container-numeros .item h2 {
      font-size: 2.75rem;
      line-height: 2.5rem;
    }

    .container-materiales .title-section {
      color: white;
      font-weight: 700;
      font-size: 2.5rem;
      line-height: 4rem;
      padding: 2% 0;
      margin: 0;
    }

    .container-secciones .row {
      display: flex;
      justify-content: center;
      align-self: center;
      flex-direction: column;
    }

    .container-secciones .column-4 {
      display: none;
    }

    .container-secciones .card {
      background-color: white;
      color: var(--gris);
      padding: 20px;
      text-align: -webkit-center;
      transition: none !important;
      cursor: pointer;
      box-shadow: 0px 3px 4px #0000001a;
      border-radius: 34px;
      height: 33rem;
      margin-top: 0%;
      margin-bottom: 29%;
    }

    .container-eventos .card {
      background-color: white;
      color: var(--gris);
      padding: 20px;
      text-align: -webkit-center;
      transition: none;
      cursor: pointer;
      box-shadow: 0px 3px 4px #0000001a;
      border-radius: 34px;
      height: 32rem;
      margin-top: 17%;
      margin-bottom: 2%;
    }

    .carousel .carousel-indicators {
      width: auto !important;
      bottom: auto !important;
      margin-top: 40% !important;
    }

    .container-productos-aqua h2.title-section,
    .container-productos h2.title-section {
      font-size: 1.9rem;
      line-height: normal;
    }

    .container-productos-aqua h2.title-section br,
    .container-productos h2.title-section br {
      display: none;
    }

    .container-productos-aqua .col-sm-9,
    .container-productos .col-sm-9 {
      width: 100%;
      text-align: center;
      margin-left: 0;
    }

    .container-productos-aqua .col-sm-3,
    .container-productos .col-sm-3 {
      width: 100%;
      margin-top: 2%;
      text-align: center;
    }

    .enfoque-container h4 br {
      display: none;
    }
  }

  @media (max-width: 768px) {
    .cc_cursor {
      transition: none;
    }

    h2.title-section {
      color: white;
      font-weight: 600;
      font-size: 2.5rem;
      line-height: 3.5rem;
      padding: 1% 0;
      width: 100%;
      font-family: "Work Sans", sans-serif;
    }

    .footer h2,
    .footer h3 {
      margin-top: 0;
      font-family: "Lexia", sans-serif;
      color: #ffffff;
      font-weight: 400;
    }

    .descripcion-container h4 {
      color: var(--gris);
      font-weight: 400;
      font-size: 1.5625rem;
      line-height: normal;
      font-family: "Work Sans", sans-serif;
    }

    .container-eventos h4 {
      padding-bottom: 0;
    }

    .container-numeros .item h2 {
      font-size: 2.75rem;
      line-height: 2.5rem;
    }

    .numeros-container .item p img {
      width: 40%;
    }

    .ancho-contenedor {
      padding: 0px 5%;
    }

    h1 {
      font-size: 1.75rem;
      line-height: 2.5rem;
    }

    h2 {
      font-size: 2rem;
      line-height: 2.5rem;
    }

    h3 {
      font-size: 2rem;
      line-height: 2.5rem;
    }

    h4 {
      font-size: 1.35rem;
      padding-bottom: 11%;
    }

    .container-secciones .col-lg-3,
    .container-eventos .col-lg-3 {
      padding: 15px 25px;
    }

    .component-section {
      padding: 6% 0 9%;
    }

    .numeros-container .item {
      padding-top: 5%;
    }

    /*   .container-secciones .card {
    height: 30rem;
  } */

    .carousel .carousel-indicators {
      width: auto !important;
      bottom: auto !important;
      margin-top: 6%;
    }

    .carousel .carousel-control.left,
    .carousel .carousel-control.right {
      margin-top: -8%;
    }

    .container-articulo .page-section-inner.container {
      width: 100% !important;
    }

    .container-notas h3,
    .container-articulo h3 {
      font-size: 16px;
      line-height: 32px;
    }

    .container-notas .col-xs-12 {
      padding-bottom: 11%;
    }

    .container-secciones .card,
    .container-eventos .card {
      transition: none;
    }

    .container-secciones .card:hover,
    .container-eventos .card:hover {
      transition: none;
    }

    .numeros-container .item {
      transition: none;
    }

    .numeros-container .item:hover {
      transition: none;
    }

    .carousel-links .btn.btn-primary {
      font-size: 30px !important;
      width: auto !important;
      height: auto !important;
      padding: 2% !important;
      display: flex;
      align-content: flex-start;
      justify-content: center;
      margin-top: -30%;
    }

    .enfoque-container .card {
      margin-top: 7%;
      margin-bottom: 5%;
      width: 83%;
      margin-left: 10%;
    }

    .enfoque-container p {
      padding-top: 2%;
    }

    .enfoque-container .item img {
      width: 34%;
    }

    .container-secciones .card {
      background-color: white;
      color: var(--gris);
      padding: 13px;
      text-align: -webkit-center;
      transition: none !important;
      cursor: pointer;
      box-shadow: 0px 3px 4px #0000001a;
      border-radius: 35px;
      height: 18rem;
      margin-top: 5rem;
      margin-bottom: 15rem;
      width: 97%;
    }

    .container-eventos .card h3,
    .container-secciones .card h3 {
      font-size: 1.8rem;
      line-height: 2.5rem;
      text-align: center;
      text-transform: uppercase;
      margin-bottom: 6%;
    }

    .container-secciones .card .texto h3 {
      text-align: center;
      text-transform: uppercase;
      margin-bottom: 8%;
    }

    .container-secciones .card,
    .container-eventos .card,
    .container-numeros .item {
      transition: none !important;
      transform: none !important;
    }

    .container-secciones .card:hover,
    .container-eventos .card:hover,
    .container-numeros .item:hover {
      transition: none !important;
      transform: none !important;
    }

    .container-eventos .card .texto-eventos h3 {
      text-align: center;
      text-transform: uppercase;
      margin-bottom: 9%;
    }

    #encuesta-evento {
      height: 100vh !important;
    }

    /*ARTÍCULOS ESCRITOS*/

    .articulo-onco .container-notas h3 {
      font-size: 2.75rem;
      line-height: 3.5rem;
      margin-top: 2%;
    }

    .articulo-onco .container-notas h4 {
      font-size: 2.15rem;
      line-height: 3rem;
      padding-bottom: 2%;
    }

    .articulo-onco .container-notas .container,
    .articulo-onco .referencias-container .container {
      width: 90%;
    }

    .articulo-onco .background-violeta {
      background-color: var(--violeta);
      padding: 0.5rem;
    }

    .articulo-onco .background-verde {
      background-color: var(--verde);
      padding: 0.5rem;
    }

    .articulo-onco .background-verdeagua {
      background-color: var(--aqua);
      padding: 0.65rem;
    }

    .articulo-onco .background-naranja {
      background-color: var(--naranja);
      padding: 0.5rem;
    }
  }
}