/* vademecum 2023 */

@import url("https://use.typekit.net/lwg5wao.css");

/* Header */


.link-txt {
  color: black !important;
  text-shadow: none;
}

.vcenter {
  color: white !important;
  text-shadow: none;
}

.interna-header h1 {
  font-family: 'lexia', Helvetica, sans-serif;
  color: #8E194C !important;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  text-shadow: none;
  padding-top: 30px;
}

.interna-header p {
  font-size: 18px;
  line-height: normal;
  color: #3B3B3B !important;
  text-shadow: none !important;
}

@media screen and (max-width: 768px) {

  .interna-header h1 {
    padding-top: 0;
    font-family: 'lexia', Helvetica, sans-serif;
  }

  .interna-header p {
    font-size: 1.5rem;
    line-height: normal;
  }
}

.breadcrumb-container {
  background-color: #000000;
}

#header {
  background-position: center;
  /*si se deja se rompe la pagina al editar
  ;
 height: 70vh;*/
  ;
}

@media (max-width:1199px) {
  #header {
    background-image: url('/content/dam/multibrand/ar/es/Vademecum2023/assets/header-vademecum-mobile.png');
    padding-bottom: 300px;
  }

  .column-1 {
    margin: 0 !important;
  }
}


/* Header */


/* lineas */

.linea-bordo {
  border-bottom: 4px solid #8E194C;
  width: 30%;
  text-align: left;
}

.linea-azul {
  border-bottom: 4px solid #053666;
  width: 30%;
  text-align: left;
}

.banner-inferior {
  width: 100%;
  height: 605px;
}


/* lineas */


/*boton header*/

.btn.btn-default {
  padding: 0;
}

.btn {
  border: hidden !important;
  font-style: normal;
  font-weight: bold;
  font-size: 2rem;
  padding: 2px 12px;
}

.botones-header-vademecum {
  border-radius: 30px;
  background-color: #8E194C;
  color: #ffffff !important;
  padding: 0 !important;
  text-align: center;
  border-color: none;
  margin: 10px;
}

.botones-header-vademecum a {
  text-decoration: none;
  color: #ffffff !important;
  font-size: 14px;
}

.btn.btn-default:hover {
  text-decoration: none;
}

/*boton header*/

/* txt */

P {
  font-family: Helvetica, sans-serif;
}

b, strong {
  font-family: 'lexia', Helvetica, sans-serif;
}

.titulos {
  font-size: 30px;
  text-align: center;
  margin: 30px auto;
}

.container-padding {
  padding: 50px;
  margin: 80px auto;
}

@media screen and (max-width: 768px) {

  
  .container-padding {
    padding: 0;
    margin: 0 auto;
  }
}

.txt-columnas {
  font-size: 16px;
}

.nuestras-areas h1 {
  text-align: center;
  font-family: 'Helvetica';
  text-transform: uppercase;
}

.nuestras-areas h1 span {
  font-weight: 700;
}

.img-columns {
  width: 90%;
}

.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
  font-weight: 400 !important;
}




/*tabs*/

ul.nav.nav-pills.tab-list {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  max-width: 1000px;
  margin: auto;
}

@media screen and (max-width: 767px) {
  ul.nav.nav-pills.tab-list {
    padding: 0 20px;
  }
}

@media screen and (max-width: 375px) {
  ul.nav.nav-pills.tab-list {
    padding: 0 20px;
  }
}

li.tab-list-element {
  flex: 1;
  border: 1px solid red;
  height: 50px;
  border-radius: 5px;
  margin: 10px 10px;
}

.nav-pills>li>a {
  font-family: 'lexia', Helvetica, sans-serif;
}

li.tab-list-element a {
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 16px;
  height: 50px;
}

li.tab-list-element a:hover {
  color: #ffffff;
}

li.tab-list-element:nth-child(1) {
  border: 1px solid #71C7D6;
  margin-right: 10px;
  color: #000000;
}

li.tab-list-element:nth-child(1):hover {
  border: 1px solid #71C7D6;
  background-color: #71C7D6;
  color: #ffffff;
}

li.tab-list-element:nth-child(2) {
  border: 1px solid #392151;
  margin-right: 10px;
}

li.tab-list-element:nth-child(2):hover {
  border: 1px solid #392151;
  background-color: #392151;
  color: #ffffff;
}

li.tab-list-element:nth-child(3) {
  border: 1px solid #C3D217;
  margin-right: 10px;
}

li.tab-list-element:nth-child(3):hover {
  border: 1px solid #C3D217;
  background-color: #C3D217;
  color: #ffffff;
}

li.tab-list-element:nth-child(4) {
  border: 1px solid #C15DA3;
  margin-right: 10px;
}

li.tab-list-element:nth-child(4):hover {
  border: 1px solid #C15DA3;
  background-color: #C15DA3;
  color: #ffffff;
}

li.tab-list-element:nth-child(5) {
  border: 1px solid #F0AC01;
}

li.tab-list-element:nth-child(5):hover {
  border: 1px solid #F0AC01;
  background-color: #F0AC01;
  color: #ffffff;
}

.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
  border-bottom: none;
}

.nav-pills>li>a:hover, .nav-pills>li.active>a:hover {
  border-bottom: none;
}

.list.horizontal .list-line,
.list.horizontal.list-hover .list-line {
  border: none;
  padding: 8px;
  padding-top: 15px;
}

.tabs-elegir-salud .wrap-tab-container ul.tab-list {
  margin: 20px;
  padding: 0;
  list-style: none;
  border-spacing: 10px;
  border-collapse: separate;
  width: 100%;
  table-layout: fixed;
}

.nav-pills {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-bottom: 30px;
  align-items: stretch;
  flex-wrap: wrap;
}

.tabs-elegir-salud .tab-list-element a {
  padding: 15px 0;
  border-radius: 8px;
  text-align: center;
  font-size: 1.5rem !important;
  font-family: helvetica;
  width: 190px;
  margin: 10px;
}

@media screen and (max-width: 767px) {

  .tab-container .tab-list {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    border: 0;
  }
}

li.tab-list-element a {
  border-left: none;
}

.tabs-vademecum a:active {
  margin-bottom: 20px;
  border-left: none !important;
}

@media screen and (max-width: 770px) {
  .tabs-vademecum .nav-pills:not(.nav-stacked)>li.active>a {
    margin-bottom: 20px;
    border-left: none !important;
  }
}



/*tabs*/


#seccion-b {
  background-color: #F5F5F5;
}

#seccion-c {
  background-color: #E8EDF1;
  border-radius: 20px;
}


 /*iconos*/

.iconos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  padding: 0 !important;
}

.icono-container {
  width: 140px;
  padding: 20px;
  margin: 10px;
}

.iconos img {
  width: 80px;
}

.iconos li {
  list-style: none;
}

.iconos p {
  text-align: center;
  text-transform: capitalize;
  color: #053666;
  margin-top: 5px;
  font-weight: bold;
  font-size: 1.2rem;
  padding-top: 5px;
}

/*iconos*/



/*card terapeutica */

.cards-container {
  padding: 20px;
}

.cards-container>div>div h3 {
  color: white;
  font-family: 'Helvetica';
  font-weight: 700;
  line-height: 20px;
  min-height: 52px;
}

.textoonco,
.textocvrm,
.textorespi,
.textogastro,
.textoepof {
  color: white;
  line-height: 15px;
}

.cards-container>div>div img {
  height: 42px;
  width: auto;
}

.cards-link {
  text-decoration: none;
}

.contenido {
  opacity: 0;
  transition: height 0.3s ease-in-out;
}

.card-blue:hover .contenido {
  opacity: 1;
}

.card-violeta:hover .contenido {
  opacity: 1;
}

.card-verde:hover .contenido {
  opacity: 1;
}

.card-rosa:hover .contenido {
  opacity: 1;
}

.card-amarillo:hover .contenido {
  opacity: 1;
}

.card-terapeutica {
  border-radius: 10px;
  padding: 25px;
  position: relative;
  color: #ffffff;
  transition: transform 0.3s ease-in-out;
  cursor: pointer;
  margin-bottom: 30px;
}

.card-blue {
  background-color: #71C7D6;
  height: 230px;
  text-decoration: none;
  transition: height 0.5s ease-out;
}

.card-violeta {
  background-color: #392151;
  height: 230px;
  text-decoration: none;
  transition: height 0.5s ease-out;
}

.card-verde {
  background-color: #C3D217;
  height: 230px;
  text-decoration: none;
  transition: height 0.5s ease-out;
}

.card-rosa {
  background-color: #CF2C70;
  height: 230px;
  text-decoration: none;
  transition: height 0.5s ease-out;
}

.card-amarillo {
  background-color: #F0AC01;
  height: 230px;
  text-decoration: none;
  transition: height 0.5s ease-out;
}

.oculto {
  display: none;
}

.cards-container a {
  text-decoration: none !important;
}

.card-blue:hover {
  height: auto;
}

.card-violeta:hover {
  height: auto;
}

.card-verde:hover {
  height: auto;
}

.card-rosa:hover {
  height: auto;
}

.card-amarillo:hover {
  height: auto;
}

.card-terapeutica p {
  opacity: 0;
  font-size: 12px;
  padding-bottom: 30px;
}

.card-terapeutica p:hover {
  opacity: 1;
}

@  media screen and (max-width: 992px) {
  .card-terapeutica {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .card-terapeutica {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 375px) {
  .card-terapeutica {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 500px) {
  .card-blue:hover {
    height: 450px;
  }

  .card-violeta:hover {
    height: 450px;
  }

  .card-verde:hover {
    height: 300px;
  }

  .card-rosa:hover {
    height: 400px;
  }

  .card-amarillo:hover {
    height: 400px;
  }
}
/*
@media screen and (min-width: 1400px) {
  .card-blue:hover {
    height: 400px;
  }

  .card-violeta:hover {
    height: 400px;
  }

  .card-verde:hover {
    height: 280px;
  }

  .card-rosa:hover {
    height: 400px;
  }

  .card-amarillo:hover {
    height: 350px;
  }
}
*/
@media (max-width:991px) {
  .nuestras-areas .cards-container {
    display: flex;
    flex-direction: column;
  }

  .cards-container>div:nth-child(1)>div {
    margin-bottom: 20px;
  }

  .cards-container>div:nth-child(2)>div {
    margin-bottom: 20px;
  }

  .cards-container>div:nth-child(3)>div {
    margin-bottom: 20px;
  }

  .cards-container>div:nth-child(4)>div {
    margin-bottom: 20px;
  }

  .textoonco,
    .textocvrm,
    .textorespi,
    .textogastro,
    .textoepof {
    margin-bottom: 60px;
  }
}

@media (min-width:992px) {

  .nuestras-areas .cards-container {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 10px;
    grid-row-gap: 0px;
  }

  .textoonco,
    .textocvrm,
    .textorespi,
    .textogastro,
    .textoepof {
    min-height: 290px;
  }
}

.cards-container>div>div {
  border-radius: 10px;
  padding: 25px;
  position: relative;
  min-height: 230px;
}

.cards-container>div:nth-child(1)>div {
  background-color: #71C7D6;
}

.cards-container>div:nth-child(2)>div {
  background-color: #392151;
}

.cards-container>div:nth-child(3)>div {
  background-color: #C3D217;
}

.cards-container>div:nth-child(4)>div {
  background-color: #CF2C70;
}

.cards-container>div:nth-child(5)>div {
  background-color: #F0AC01;
}

.flecha {
  position: absolute;
  bottom: 25px;
}

#btnEpof.flecha,
#btnOnco,
#btnGastro,
#btnRespi,
#btnCvrm {
  height: 30px;
}

.flecha {
  cursor: pointer;
}

.title-align {
  text-align: left;
  padding-top: 10px;
}

.cards-container {
  margin-top: 3%;
}


/*card terapeutica */





.footer {
  margin-top: 0;
}

.page-section-inner.container {
  max-width: 80%;
}

@media (max-width: 1000px) {

  .page-section-inner.container {
    max-width: 95%;
  }

  .column-1 {
    margin: 20px 0;
  }
}



/*footer*/
.footer .container h3:first-of-type {
  color: white;
  text-align: left;
}

.footer {
  background-color: #000000 !important;
}

.footer .link-txt {
  color: #ffffff !important;
}

.footer h3 {
  font-family: LexiaLight, Times, "Times New Roman", serif;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 10px;
}

.breadcrumb-container {
  background-color: #F5F5F5;
  color: #000000;
  width: 60%;
}

.breadcrumb-container .vcenter {
  color: #000000 !important;
  text-shadow: none;
}

.breadcrumb-container .breadcrumb-item a {
  color: #000000;
}

@media (max-width: 768px) {

  .breadcrumb-container {
    background-color: #F5F5F5;
    color: #000000 !important;
  }

  .breadcrumb-list-parent {
    padding-right: 0 !important;
  }
}

#seccion-a {
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.footer {
  background: #000000;
}

#footer-white {
  background-color: #000000 !important;
}

.bg-rosaclarito {
  background-color: #EDE1E9;
}

.footer-sections {
  padding: 20px;
}

.footer {
  margin-top: 0px;
}

.text-footer {
  font-family: roboto;
  font-size: 16px;
}

.line-footer {
  width: 90%;
  margin: auto;
  background-color: lightgrey;
  height: 2px;
}