/*estilos generales*/
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

@font-face {
  font-family: 'Helvetica';
  src: url('/content/dam/multibrand/mx/es/home-respiratorio/fonts/Helvetica.ttc') format('truetype-collection');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Proxima Nova Bold';n
  src: url('/content/dam/multibrand/mx/es/home-respiratorio/fonts/ProximaNova-Bold.otf') format('opentype');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Proxima Nova Regular';
  src: url('/content/dam/multibrand/mx/es/home-respiratorio/fonts/ProximaNova-Regular.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Proxima Nova Black';
  src: url('/content/dam/multibrand/mx/es/home-respiratorio/fonts/ProximaNova-Black.otf') format('opentype');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Inter Black';
  src: url('/content/dam/multibrand/mx/es/home-respiratorio/fonts/Inter-Black.otf') format('opentype');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Inter Regular';
  src: url('/content/dam/multibrand/mx/es/home-respiratorio/fonts/Inter-Regular.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'Inter SemiBold';
  src: url('/content/dam/multibrand/mx/es/home-respiratorio/fonts/Inter-Semibold.otf') format('opentype');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham Bold';
  src: url('/content/dam/multibrand/mx/es/home-respiratorio/nuevo-epoc/GothamNarrow-Bold.otf') format('opentype');
  font-weight: bold;
  font-style: normal;
}

p {
  font-size: 16px!important;
}

.lexia {
  font-family: "Lexia", sans-serif;
}

.arial {
  font-family: "Helvetica", sans-serif;
}

.text-yellow {
  color: #EFB423!important;
}

.sans {
  font-family: "Open Sans", serif;
}

.gotham-bold {
  font-family: 'Gotham Bold', sans-serif;
}

.proxima-regular {
  font-family: 'Proxima Nova Regular', sans-serif;
}

.proxima-light {
  font-family: 'Proxima Nova Light', sans-serif;
}

.proxima-bold {
  font-family: 'Proxima Nova Bold', sans-serif;
}

.inter-black {
  font-family: 'Inter Black', sans-serif;
}

.inter-semibold {
  font-family: 'Inter Semi Bold', sans-serif;
  font-weight: bold;
}

.inter-regular {
  font-family: 'Inter Regular', sans-serif;
}

.lighter {
  font-weight: lighter;
}

.container-fluid {
  padding-left: 0px!important;
  padding-right: 0px!important;
}

.gap-3 {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.btn {
  max-width: 200px;
}

.mx-auto {
  margin: auto!important;
}

.mt-auto {
  margin-top: auto!important;
}

p {
  font-size: 14px;
  line-height: 18px;
}

h1 {
  font-size: 32px;
  line-height: 34px;
}

.h2 {
  font-size: 28px;
}

.h3 {
  font-size: 24px;
}

.p-1 {
  padding: 10px;
}

.p-2 {
  padding: 20px;
}

.p-3 {
  padding: 30px;
}

.p-4 {
  padding: 40px;
}

.px-4 {
  padding-left: 40px;
  padding-right: 40px;
}

.pb-1 {
  padding-bottom: 10px;
}

.pb-2 {
  padding-bottom: 20px;
}

.pb-3 {
  padding-bottom: 30px;
}

.pb-4 {
  padding-bottom: 40px!important;
}

.pb-6 {
  padding-bottom: 60px;
}

.pb-8 {
  padding-bottom: 80px;
}

.pt-1 {
  padding-top: 10px;
}

.pt-2 {
  padding-top: 20px;
}

.pt-3 {
  padding-top: 30px;
}

.pt-4 {
  padding-top: 40px!important;
}

.pt-5 {
  padding-top: 50px!important;
}

.pb-5 {
  padding-bottom: 50px!important;
}

.px-0 {
  padding-left: 0px!important;
  padding-right: 0px!important;
}

.px-10 {
  padding: 0px 10px;
}

.px-15 {
  padding: 0px 15px;
}

.px-20 {
  padding: 0px 20px;
}

.px-2 {
  padding-left: 20px;
  padding-right: 20px;
}

.py-50 {
  padding: 50px 0px!important;
}

.pl-2 {
  padding-left: 20px;
}

.pl-3 {
  padding-left: 30px;
}

.pe-0 {
  padding-right: 0px;
}

.mb-1 {
  margin-bottom: 10px;
}

.mb-2 {
  margin-bottom: 20px;
}

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

.mb-4 {
  margin-bottom: 40px;
}

.mt-1 {
  margin-top: 10px;
}

.mt-2 {
  margin-top: 20px;
}

.mt-3 {
  margin-top: 30px;
}

.mt-4 {
  margin-top: 40px;
}

.mt-5 {
  margin-top: 50px;
}

.mt-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}

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

.text-white {
  color: white;
}

.text-grey {
  color: #535353;
}

.text-green {
  color: #027B70;
}

.text-lightgrey {
  color: #707070;
}

.text-pink {
  color: #C1276E;
}

.text-violet {
  color: #78154F;
}

.text-blue {
  color: #3B5C70;
}

.text-gris {
  color: #355F61;
}

.text-brown {
  color: #383A36;
}

.bg-white {
  background-color: white;
}

.bg-darkgrey {
  background-color: #707070;
}

.bg-lightgrey {
  background-color: #EAEDF3;
}

.bg-petroleo {
  background-color: #627C88;
}

.bg-orange {
  background-color: #F0B423;
}

.bg-green {
  background-color: #027B70;
}

.bg-darkgreen {
  background-color: #306272;
}

.darkgreen {
  background-color: #25444E;
}

.gradient-green {
  background: rgb(22,121,142);
  background: linear-gradient(90deg, rgba(22,121,142,1) 13%, rgba(1,54,62,1) 68%);
}

.text-darkgreen {
  color: #25444E;
}

.regular {
  font-weight: 200!important;
}

.normal {
  font-weight: 300!important;
}

.semibold {
  font-weight: 400!important;
}

.bold {
  font-weight: bold!important;
}

.extrabold {
  font-weight: 600!important;
}

.bb-orange {
  border-bottom: 10px solid #F2BA43;
}

.btn {
  border-radius: 30px;
}

.btn p {
  margin-bottom: 0px;
}

.td-none {
  text-decoration: none!important;
}

/*NAVBAR*/

.header-epoc {
  background: white;
  text-align: left;
  width: 100%;
  z-index: 100;
  position: fixed;
}

@media only screen and (min-width: 800px) {
  .header-epoc {
    display: grid;
    grid-template-columns: 1fr auto minmax(600px, 3fr) 1fr;
    box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 12px;
  }
}

.header-epoc img {
  padding: 30px;
}

@media only screen and (min-width: 800px) {
  .header-epoc img {
    grid-column: 2/3;
  }
}

.header-epoc .nav-toggle {
  display: none;
}

.header-epoc .nav-toggle-label {
  position: absolute;
  top: 0;
  right: 0;
  margin-right: 1em;
  display: flex;
  align-items: center;
  cursor: pointer;
}

@media only screen and (min-width: 800px) {
  .header-epoc .nav-toggle-label {
    display: none;
  }
}

.header-epoc .nav-toggle-label:hover span::before {
  transform: translateY(-1.5px);
}

.header-epoc .nav-toggle-label:hover span::after {
  transform: translateY(1.5px);
}

.header-epoc .nav-icon {
  width: 50px;
  height: 50px;
  border-radius: 100vh;
}

.header-epoc .nav-icon span {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.header-epoc .nav-icon span,
.header-epoc .nav-icon span::before,
.header-epoc .nav-icon span::after {
  display: block;
  width: 2em;
  height: 2px;
  background: black;
  border-radius: 100vh;
  transition: transform 250ms ease;
}

.header-epoc .nav-toggle-label span::before,
.header-epoc .nav-toggle-label span::after {
  content: "";
  position: absolute;
  transition: transform 350ms ease;
}

.header-epoc .nav-toggle-label span::before {
  top: -0.6em;
}

.header-epoc .nav-toggle-label span::after {
  top: 0.6em;
}

.header-epoc .nav-toggle:checked ~ .nav-epoc {
  transform: scale(1, 1);
}

.header-epoc .nav-toggle:checked ~ .nav-epoc a {
  opacity: 1;
  transition: opacity 250ms ease 130ms;
}

.header-epoc .nav-toggle:checked + label span {
  background-color: transparent;
}

.header-epoc .nav-toggle:checked + label span::before {
  transform: rotate(135deg);
  top: 0;
}

.header-epoc .nav-toggle:checked + label span::after {
  transform: rotate(-135deg);
  top: 0;
}

.header-epoc .nav-epoc {
  position: absolute;
  text-align: left;
  left: 0;
  width: 100%;
  background: white;
  box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 12px;
  transform-origin: top;
  transform: scale(1, 0);
  transition: transform 250ms ease;
}

@media only screen and (min-width: 800px) {
  .header-epoc .nav-epoc {
    all: unset;
    grid-column: 3/4;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.header-epoc .nav-epoc .items {
  margin: 0;
  padding: 0;
  list-style: none;
}

@media only screen and (min-width: 800px) {
  .header-epoc .nav-epoc .items {
    display: flex;
    align-items: center;
  }
}

.header-epoc .nav-epoc .items .item {
  margin-bottom: 1em;
  margin-left: 1.8em;
  transition: color 2000ms ease;
}

.header-epoc .nav-epoc .items .item:last-child {
  margin-bottom: 1.5em;
}

@media only screen and (min-width: 800px) {
  .header-epoc .nav-epoc .items .item {
    margin-bottom: 0;
    margin-left: 2em;
  }

  .header-epoc .nav-epoc .items .item:last-child {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 1500px) {
  .header-epoc .nav-epoc .items .item {
    margin-bottom: 0;
    margin-left: 3em;
  }
}

.header-epoc .nav-epoc .items .item a, .header-epoc .nav-epoc .items label {
  color: #3B5C70;
  text-decoration: none;
  font-size: 1.2rem;
  transition: color 250ms ease, opacity 150ms ease;
}

.header-epoc .nav-epoc .items .item a:hover, .header-epoc .nav-epoc .items label:hover {
  color: #198B87;
}

.nav-epoc .item a:hover {
  color: #54BBB7!important;
}

.nav-epoc .item label:hover {
  color: #54BBB7!important;
}

@media only screen and (min-width: 800px) {
  .header-epoc .nav-epoc .items .item a {
    opacity: 1;
    position: relative;
  }
}

.header-epoc .nav-epoc .items .item a:hover {
  color: black;
}

.header-epoc .dropdown {
  position: relative;
  display: block;
}

.header-epoc .dropdown-toggle {
  display: none;
}

.header-epoc .dropdown > label {
  display: block;
  color: #3B5C70;
  font-size: 1.2rem;
  cursor: pointer;
  transition: color 250ms ease;
}

.header-epoc .submenu {
  display: none;
  list-style: none;
  padding-left: 2rem;
  margin: 0.5rem 0;
}

.header-epoc .dropdown-toggle:checked + label + .submenu {
  display: block;
}

.header-epoc .submenu li a {
  color: #3B5C70;
  font-size: 1rem;
  text-transform: none;
  text-decoration: none;
  display: block;
  padding: 0.25rem 0;
  transition: color 250ms ease;
}

.header-epoc .submenu li a:hover {
  color: black;
}

/* Desktop */
@media only screen and (min-width: 800px) {
  .header-epoc .dropdown {
    position: relative;
  }

  .header-epoc .dropdown .submenu {
    display: none;
    position: absolute;
    top: 2.5rem;
    left: -10px;
    background-color: white;
    padding: 0.5rem 1rem;
    border-radius: 0px 0px 30px 30px;
    z-index: 999;
  }

  .header-epoc .dropdown:hover .submenu {
    display: block;
  }

  .header-epoc .dropdown .submenu li {
    margin: 0;
  }

  .header-epoc .dropdown .submenu li a {
    font-size: 1rem;
    white-space: nowrap;
  }
}

.primary-navigation {
  display: none;
}

.header-epoc img {
  padding: 0px;
  max-width: 150px;
}

.header-epoc li a {
  font-family: 'Helvetica'!important;
  font-weight: bold!important;
  font-size: 16px!important;
}

.header-epoc label {
  font-size: 16px!important;
}

.header-epoc {
  top: 50px;
  padding: 10px;
}

.header-epoc .nav-toggle-label {
  margin-right: 1em;
}

.nav-epoc {
  padding-top: 3em;
  height: 100vh;
}

.submenu li {
  text-decoration: none;
  list-style: none;
  padding: 10px;
  width: 150px;
  text-align: center;
}

@media(max-width: 992px) {
  .submenu li {
    text-align: left;
  }

  .nav-epoc {
    box-shadow: unset;
  }
}

.col-imagen img {
  padding: 30px;
}

.btn-trix p, .btn-trix a {
  font-size: 16px;
  font-weight: 300!important;
}

@media(max-width: 768px) {
  .col-imagen {
    border-right: unset;
  }
}


/*FIN NAVBAR*/
/* Clase .container personalizada que simula la de Bootstrap */
.container-respi {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-respi {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container-respi {
    max-width: 720px;
  }

  .pulmones-text {
    padding-right: 50px;
  }
}

@media (min-width: 992px) {
  .container-respi {
    max-width: 960px;
  }

  .marca-mobile {
    display: none!important;
  }
}

@media (min-width: 1200px) {
  .container-respi {
    max-width: 1140px;
  }

  .mt4-desktop {
    margin-top: 40px;
  }

  .pt100-desktop {
    padding-top: 100px!important;
  }

  .pulmones-text {
    padding-top: 150px;
    padding-left: 50px;
  }
}

@media (min-width: 1400px) {
  .container-respi {
    max-width: 1320px;
  }
}

@media(max-width:992px) {
  .desktop {
    display: none!important;
  }

  .mobile {
    display: block;
  }
}

@media(min-width:992px) {
  .desktop {
    display: block;
  }

  .mobile {
    display: none!important;
  }

  .header-epoc h1 {
    font-size: 40px;
  }
}

@media(min-width:768px) {
  .medico-desktop {
    display: block;
  }

  .medico-mobile {
    display: none;
  }

  .mobile7 {
    display: none!important;
  }

  .card-asma {
    min-height: 540px;
  }

  .epoc-cols {
    margin-bottom: 50px;
  }
}

@media(max-width:768px) {
  .medico-mobile {
    display: block;
  }

  .medico-desktop {
    display: none;
  }

  .bg-mobile {
    background-size: cover !important;
    min-height: 550px!important;
  }

  .mobile7 {
    display: block!important;
  }
}

@media(max-width: 768px) {
  .m-mobile {
    margin-bottom: 20px!important;
  }

  .btn-info {
    margin: auto;
  }

  .bg-mobile {
    min-height: 550px;
  }

  .main-container {
    overflow: hidden;
  }

  .mobile-reverse .row {
    display: flex;
    flex-direction: column-reverse!important;
  }

  .bg-reference {
    min-height: 350px;
  }

  .bg-reference .btn-info {
    margin-top: 110px;
  }
}


/*banner respi*/

.bg-respi-home {
  min-height: 450px;
  background-size: cover;
}

.container-epoc {
  max-width: 1300px;
  margin: auto;
}

.card-banner {
  border-radius: 20px;
  padding: 20px;
  background: rgba(57, 255, 232, 0.38);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(0px);
  -webkit-backdrop-filter: blur(0px);
  font-family: "Open Sans", serif;
}

.container-banner {
  min-height: 400px;
  display: flex;
  align-items: end;
}

.bg-respi-home {
  background-position: center;
}

@media(min-width: 1200px) {
  .container-marca {
    display: flex;
    justify-content: space-between!important;
  }

  .container-marca .container-respi {
    margin: auto;
    padding-bottom: 20px;
  }

  .container-marca .col-2 {
    width: 80%;
  }

  .container-marca .col-2 img {
    width: 100%!important;
    height: 100%;
    object-fit: contain;
  }

  .container-marca .col-1 {
    width: 70%;
    margin: auto;
  }

  .bg-respi-home {
    min-height: 600px;
    background-size: cover;
  }

  .banner-torso {
    min-height: 500px;
    background-size: cover;
  }
}

@media(max-width: 1200px) {
  .container-marca {
    display: flex;
    flex-row: row;
    flex-direction: column;
  }

  .container-marca img {
    width: 100%!important;
  }
}

.container-cols {
  padding-top: 50px!important;
  padding-bottom: 50px;
}

.pulmones-text {
  display: flex;
  align-content: center;
  justify-content: center;
  min-height: 350px;
}

/*cards home respi*/

.btn-info {
  background-color: #EAEDF3;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
  border: transparent;
  border-radius: 10px!important;
  max-width: 180px;
  text-decoration: none;
  min-width: 200px;
  border-radius: 12px!important;
  padding: 8px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.centered-btn .btn-info a {
  color: #535353;
}

.centered-btn .btn-info:hover a {
  color: white;
}

.centered-btn {
  display: flex;
  justify-content: center;
  padding-bottom: 30px;
}

.btn-info p {
  margin-bottom: 0px;
}

.card-respi img {
  width: 100%;
}

.card-respi, .card-asma {
  border-radius: 10px;
  background-color: #fafafa;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}

.card-asma img {
  width: 100%;
}

.card-asma .texto-card {
  min-height: 260px;
}

.texto-card {
  padding: 10px 30px 30px 30px;
}

.cards-respi {
  display: flex;
  justify-content: center;
}

@media(max-width: 768px) {
  .card-respi {
    max-width: 100%!important;
  }
}

.card-respi h4 {
  height: 80px;
}

@media(min-width: 414px) {
  
  .card-respi .texto-card>p {
    min-height: 90px!important;
  }

  .card-respi {
    min-height: 470px;
  }
}

.notas {
  margin: 50px 0px 0px 0px!important;
}

.banner-torso {
  min-height: 400px;
  background-position: 0px -100px;
  background-repeat: no-repeat;
}

@media(max-width:768px) {
  .banner-torso {
    background-position: center;
  }
}

.text-bottom {
  min-height: 350px;
  display: flex;
  align-items: end;
}

.container-pulmones img {
  max-width: 450px;
}

.h5 {
  font-size: 18px;
  font-weight: 200;
}

.pulmones-text .h5 {
  padding-bottom: 30px;
}

.card-bg {
  padding: 30px 30px 10px 30px;
  min-height: 280px;
  background-size: cover;
  background-position: center;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.card-bg>p {
  min-height: 120px;
}

.bg-fasenra {
  background-image: url('/content/dam/multibrand/mx/es/respi/home-nueva/fasenra-respi.webp');
}

.bg-pulmones {
  background-image: url('/content/dam/multibrand/mx/es/respi/home-nueva/pulmones.png');
}

.bg-reference {
  background-image: url('/content/dam/multibrand/mx/es/respi/home-nueva/referenc.webp');
}

.bg-lupus {
  background-image: url('/content/dam/multibrand/mx/es/respi/home-nueva/card-lupus.png');
}

.bg-manos {
  background-image: url('/content/dam/multibrand/mx/es/respi/home-nueva/manos.png');
}

.bg-cards .column-1, .bg-cards .column-2, .bg-cards .column-3 {
  padding: 0px;
}

.container-1300 {
  background-size: 1300px!important;
  background-position: center;
  background-repeat: no-repeat;
}

.padding-card {
  padding: 43px;
  height: 100%!important;
}

.bg-transparent {
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}

@media(max-width: 1200px) {
  .bg-mobile {
    background-size: cover!important;
    min-height: 490px;
  }
}

.lupus-text {
  padding: 10px 50px;
}

.bg-lupus, .bg-manos {
  min-height: 300px;
  background-size: cover;
  padding-top: 50px;
}

.epoc-cols .btn-info {
  margin: auto;
}

@media(max-width: 768px) {
  .card-respi {
    margin-bottom: 20px;
  }

  .bg-lupus, .bg-manos {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 500px;
  }

  .bg-lupus>p, .bg-manos>p {
    padding-top: 100px;
  }
}

/*epoc videos*/
.videos-epoc .video-thumb-cta, .videos-carousel .video-thumb-cta {
  max-width: 300px!important;
  display: flex;
  justify-content: center;
  margin: auto;
}

.videos-epoc .card-video, .videos-carousel .card-video {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: center;
  margin: auto!important;
}

.videos-epoc .video, .videos-carousel .video {
  max-width: 300px!important;
  margin: auto;
}

.videos-epoc .kWidgetIframeContainer, .videos-carousel .kWidgetIframeContainer {
  height: 300px!important;
}

@media(max-width:1200px) {
  .col-collapse2 {
    display: flex;
    flex-direction: column!important;
  }

  .col-collapse2 .column-1, .col-collapse2 .column-2 {
    width: 100%;
  }
}

@media(min-width:1200px) {
  .col-collapse2 {
    max-height: 280px!important;
    overflow: hidden;
  }

  .bg-idetect {
    background-position: center;
  }
}

.container-videos .card-video {
  margin: 0px 10px;
}

.card-video {
  border-radius: 0px 0px 10px 10px;
  max-width: 300px;
}
/*card video efectos*/
.card-video {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}

/**/

.card-video img {
  width: 100%;
}

.box-shadow {
  border-radius: 0px 0px 10px 10px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
  padding: 20px;
}

.container-text {
  padding: 0px 20px;
  min-height: 140px;
}

@media(max-width: 768px) {
  .container-videos {
    display: flex;
    justify-content: center;
  }

  .card-video {
    margin: auto!important;
  }

  .container-videos .column-2 {
    margin: 20px 0px;
  }

  .bg-epoc {
    min-height: 650px;
  }

  .video-mobile {
    max-width: 350px;
  }
}

.video-container {
  margin-bottom: 60px;
}
/*animacion de entrada*/

@keyframes show {
  from {
    opacity: 0.5;
    scale: 95%;
  }

  to {
    opacity: 1;
    scale: 100%;
  }
}

.container-respi, .appear {
  view-timeline-name: --image;
  view-timeline-axis: block;
  animation-timeline: --image;
  animation-name: show;
  animation-range: entry 25% cover 30%;
  animation-fill-mode: both;
}

.btn-info {
  background: linear-gradient(100deg, #78154F 50%, #EAEDF3 50%);
  background-size: 210%;
  background-position: right;
  color: white;
  transition: background-position 0.5s ease;
}

.btn-info p {
  transition: color 0.5s ease;
}

.btn-info:hover {
  background-position: left;
}

.btn-info:hover p {
  color: white;
}

.cards-info .btn-info {
  margin: auto;
}

.box-orange {
  background-color: #F0B423;
  padding: 20px;
  border-radius: 0px 0px 20px 20px;
  min-height: 110px;
  margin-bottom: 40px;
}

.py-4 {
  padding: 40px 0px;
}

.py-2 {
  padding: 20px 0px;
}

.py-20 {
  padding-top: 20px;
  padding-top: 20px;
}

.border21 {
  padding: 10px 15px;
  border-radius: 0px 15px;
  text-align: center;
  max-width: 220px;
  margin: auto;
}

.border21 p {
  margin-bottom: 0px;
}

.text-lightgrey {
  color: #8E9591;
}

.sintomas-col .column-1, .sintomas-col .column-2, .sintomas-col .column-3, .sintomas-col .column-4 {
  padding: 0px;
}

.sintomas-col img {
  max-height: 280px;
}

.lung {
  min-height: 500px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.yellow-line {
  width: 70px;
  height: 4px;
  background-color: #F2BA43;
  margin-left: -10px;
  margin-bottom: 15px;
}

.yellow-line2 {
  margin-top: -8px;
  margin-bottom: -5px;
  width: 200px;
  height: 25px;
  background-color: #F2BA43;
  margin-left: -10px;
}

.tabs-tratamiento .tab-list-element {
  border-left: 2px solid #347872;
  border-right: 2px solid #347872;
  border-top: 2px solid #347872;
}

.tab-list {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-bottom: 0px;
}

.tab-list li {
  width: 100%;
}

.tab-list li a {
  font-family: 'Helvetica';
}

.tab-list li a {
  font-family: 'Helvetica';
}

.tab-content {
  border-left: 2px solid #707070;
  border-right: 2px solid #707070;
  border-bottom: 2px solid #707070;
  padding: 0px 20px;
}

.tab-content img {
  max-width: 900px;
}

.tab-list-element.active {
  background-color: #355F61;
}

.tab-list-element.active a span {
  color: white;
  border-bottom: transparent;
}

@media(max-width: 768px) {
  .tabs-tratamiento .nav-pills {
    display: flex;
    flex-direction: column;
  }

  .pb-mobile {
    padding-bottom: 350px!important;
  }

  .cols-header .row {
    display: flex;
    flex-direction: column-reverse;
  }

  .bg-respi-home .new {
    display: none;
  }

  .container-banner {
    min-height: 500px;
  }

  .sintomas-col img {
    margin-bottom: 15px;
    object-fit: contain;
  }
}

.tab-content img {
  width: 100%;
}

.btn-tab {
  padding: 10px;
  border-radius: 100px;
  text-align: center;
  max-width: 180px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.btn-tab p {
  margin-bottom: 0px;
  font-family: helvetica;
}

.btn-tab {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.btn-tab:hover {
  box-shadow: none;
}

.btn-tab {
  margin-left: auto;
}

#tab1553270803 img {
  margin: auto!important;
}

.cols-bg p {
  text-indent: 5px;
}

.cols-bg p::before {
  content: 'O ';
  color: #707070;
  margin-left: -20px;
}

.circle::before {
  content: 'O ';
  color: #707070;
}

.cols-bg p {
  padding-left: 50px;
}

.cols-bg img {
  max-width: 400px;
}

.cols-petroleo .bg-petroleo {
  min-height: 100px;
  display: flex;
  align-items: center;
  border-radius: 0px 0px 20px 0px;
}

.dragon {
  height: 400px;
  background-size: cover!important;
  background-position: right;
}

.bg-generic {
  background-size: cover!important;
  background-position: right;
}

.dragon .btn-info {
  margin: auto;
}

/*animaciones card respi, cards y btn*/
.card-respi, .fisiopatogenia-cols img, .hover-up {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card-respi:hover, .fisiopatogenia-cols img:hover, .hover-up:hover {
  transform: translateY(-10px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.hover-up-ss {
  transition: transform 0.3s ease;
}

.hover-up-ss:hover {
  transform: translateY(-10px);
}

.img-auris {
  transition: transform 0.3s ease;
}

.container-ver h5:hover + .img-flechita + .img-auris {
  transform: translateY(-10px);
}

.btn-info:hover a {
  color: white;
}

.sintomas-col img {
  filter: brightness(0.8);
  transition: filter 0.3s;
}

.sintomas-col img:hover {
  filter: brightness(1);
}
/**/
.bigger {
  font-size: 70px;
  padding: 20px 20px 20px 0px;
}

.number-title {
  display: flex;
  align-items: center;
}

.lung h1, .lung p {
  padding: 0px 30px;
}

.px-3 {
  padding-right: 30px;
  padding-left: 30px;
}

/*Recursos*/

.recursos-title {
  display: flex;
  align-items: end;
  min-height: 400px;
}

.bg-recursos {
  min-height: 500px;
  background-position: left;
  background-size: cover;
}

@media(max-width: 1400px) {
  .bg-recursos {
    min-height: 400px;
    background-position: right;
    background-size: cover;
  }

  .recursos-title {
    display: flex;
    align-items: end;
    min-height: 300px;
  }
}

.btn-leer-mas {
  border-radius: 15px;
  padding: 10px;
  max-width: 230px;
  margin: auto;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.btn-leer-mas:hover {
  box-shadow: unset;
}

.btn-leer-mas p {
  margin-bottom: 0px;
}

.btn-leer-mas img {
  max-width: 17px;
  margin-left: 20px;
}

.card-recursos {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 10px;
}

.card-recursos .recursos-top {
  padding: 20px;
  display: flex;
  align-items: center;
  min-height: 140px;
}

.recursos-bottom {
  min-height: 245px;
  display: flex;
  justify-content: space-between;
}

.card-recursos {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  margin-bottom: 20px;
}

.card-recursos:hover, .fisiopatogenia-cols img:hover {
  transform: translateY(-10px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.card-recursos .texto-card {
  display: flex;
  flex-direction: column;
}

.card-recursos {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  margin-bottom: 20px;
}

.card-recursos:hover, .fisiopatogenia-cols img:hover {
  transform: translateY(-10px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.card-recursos .texto-card {
  display: flex;
  flex-direction: column;
}

.form-respi {
  display: flex;
  flex-direction: column;
}

.col-1 {
  display: flex;
  flex-direction: column;
  margin-bottom: 50px;
}

.col-2 {
  display: flex;
  justify-content: space-between;
}

.form-respi label {
  min-width: 150px;
  background-color: #D1D1D1;
  min-height: 30px;
  margin: 0px 0px 10px 0px;
  padding: 10px;
  font-weight: lighter;
}

.form-respi input {
  background-color: #D1D1D1;
  border: none;
  min-height: 30px;
  padding: 10px;
  font-weight: lighter;
}

.btn-enviar {
  background-color: #027B70;
  max-width: 150px;
  padding: 10px;
  text-align: center;
  border-radius: 10px;
  margin-top: 30px;
}

.btn-enviar p {
  margin-bottom: 0px;
}

.form-respi {
  max-width: 800px;
  margin: auto;
}

@media(max-width:992px) {
  .dragon {
    height: unset;
  }

  .dragon .btn-info {
    margin-bottom: 100px;
  }

  .dragon h1 {
    margin-top: 50px;
  }

  .px-4, .p-4 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.horizontal-line {
  height: 30px;
  width: 2px;
  background-color: #707070;
}

.cards-orange .bg-orange {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.container-ver {
  display: flex;
  justify-content: end;
  align-items: center;
}

.container-ver .img-flechita {
  max-width: 30px;
  padding: 5px;
}

.container-ver .img-auris {
  max-width: 70px;
  margin-top: 20px;
  margin-left: 20px;
}

.container-ver a {
  display: flex;
  justify-content: end;
  align-items: center;
}

.container-ver a .img-flechita {
  max-width: 30px;
  padding: 5px;
}

.container-ver a .img-auris {
  max-width: 70px;
  margin-top: 20px;
  margin-left: 20px;
}

.container-ver h5 {
  text-decoration: none;
}

.page-contacto {
  position: relative;
  margin-top: -100px;
}
/*
.border-gradient {
  padding: 30px;
  background: white;
  border-radius: 30px;
  border: 10px solid transparent;
  border-image: linear-gradient(to right, #508666, #83985B) 1;
}

.outer-container {
  border-radius: 30px;
  overflow: hidden;
  display: inline-block;
}*/

.outer-container {
  display: inline-block;
  position: relative;
  border-radius: 30px;
  overflow: hidden;
}

.border-gradient {
  padding: 0px 10px;
  background: white;
  position: relative;
  z-index: 1;
}

.border-gradient::before {
  content: '';
  position: absolute;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  background: linear-gradient(to right, #508666, #83985B);
  border-radius: 30px;
  z-index: -1;
}

.border-gradient h4 {
  background-color: white;
  border-radius: 20px;
  padding: 30px;
  font-weight: 600;
  color: #707070;
}

.section-videos .container-text {
  border: 2px solid transparent;
  border-radius: 0px 0px 10px 10px;
}

@media(max-width: 992px) {
  .page-contacto {
    display: none;
  }

  .form-respi {
    display: flex;
    flex-direction: column!important;
  }

  .horizontal label, .form-respi input {
    width: 50%;
  }

  .form-respi .col-2 {
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  .number-title .bigger {
    font-size: 30px;
  }

  .pulmones-text {
    padding-top: 100px;
  }

  .header-epoc {
    top: 50px;
    padding: 10px;
  }
}

.footer {
  margin-top: 0px;
}

.bg-manos {
  position: relative;
}

.auris-negros {
  position: absolute;
  max-width: 80px;
  margin-left: auto;
  border-radius: 100px;
}

.tab-pane {
  max-width: 700px!important;
  margin: auto!important;
}
/*Ajustes 3/1*/


.bg-lupus, .bg-vsr {
  margin: 0px 5px;
}

h3.mobile7 {
  padding-left: 40px;
}

@media(max-width:400px) {
  .auris-home img {
    position: absolute;
    left: -20px;
    bottom: 60px;
    max-width: 60px;
  }
}

.cols-centered .column-1, .cols-centered .column-2 {
  padding: 0px;
}

@media(max-width: 768px) {
  .title-top .number-title {
    display: flex;
    align-items: flex-start;
  }

  .title-top .number-title .bigger {
    padding-top: 0px!important;
  }

  .px-2mobile {
    padding: 0px 20px;
  }
}

.green-banner {
  margin: 20px 0px;
  height: 400px;
}

.green-banner .col-text {
  height: 400px;
  display: flex;
  justify-content: center!important;
  flex-direction: column;
  padding: 15px;
  text-align: center;
  margin: auto;
}

.text-yellow {
  color: #EFB423;
}

.grey-btn {
  background-color: #EAEDF3;
  width: 100%;
  max-width: 200px;
  padding: 5px;
  text-align: center;
  display: flex;
  justify-content: center;
  margin: auto;
  border-radius: 10px;
  padding: 7px;
}

.container-boton {
  text-decoration: none!important;
  font-family: 'Helvetica';
  margin-top: 40px;
}

@media(max-width: 992px) {
  .green-banner {
    margin-top: 0px;
  }
}

     /*EPOC sin login*/
.section-videos {
  padding-bottom: 50px;
}

.container-arrow {
  display: flex;
  width: 100%;
  justify-content: flex-end;
  padding-bottom: 40px;
}

.container-arrow a {
  color: white;
  font-family: 'Helvetica', sans-serif;
  text-decoration: none!important;
  font-size: 20px;
  margin-right: 20px;
}

.container-arrow img {
  max-width: 30px;
  margin-right: 20px;
}

.container-arrow {
  cursor: pointer;
}

.arrow-right {
  transition: transform 0.3s ease;
}

.container-arrow:hover .arrow-right {
  transform: translateX(10px);
}

.container-arrow a {
  transition: text-shadow 0.3s ease, color 0.3s ease;
}

.container-arrow:hover a {
  text-shadow: 0 0 5px rgba(255, 255, 255, 0.8),
               0 0 20px rgba(255, 255, 255, 0.6),
               0 0 30px rgba(255, 255, 255, 0.4);
}

.epoc-sinlog .container-text {
  background-color: white;
  min-height: 170px;
}

.epoc-sinlog .container-text h4 {
  font-family: 'Lexia';
}

.bg-grey {
  background-color: #838181;
}

.footer-grey p {
  font-size: 14px!important;
  text-align: center;
  padding: 20px 0px;
  font-family: 'Arial', sans-serif;
}

@media(min-width: 768px) {
  .carousel-mobile {
    display: none;
  }
}

@media(max-width: 768px) {
  .carousel-mobile .item .card-video {
    margin: auto;
    display: block;
  }

  .desktop {
    display: none;
  }

  .green-banner {
    background-size: cover!important;
    background-image: url(/content/dam/multibrand/mx/es/home-respiratorio/bg-verde.webp)!important;
  }

  .banner-epoc-home {
    margin-top: 70px;
  }
}

.col-imagen {
  padding-right: 40px;
  border-right: 3px solid grey;
}

.col-imagen img {
  width: 100%;
}

.col-icons img {
  max-width: 30px;
}

.cols-icon {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  margin-bottom: 20px;
}

.cols-icon img {
  object-fit: contain;
}

.cols-icon p {
  padding: 0px 40px;
  line-height: 26px;
}

.btn-trix {
  width: 100%;
  text-align: center;
}

.btn-trix p, .btn-trix a {
  padding: 10px 40px;
  width: 100%!important;
  max-width: 300px;
  text-decoration: none!important;
  border-radius: 50px;
  display: flex;
  text-align: center;
  justify-content: center;
  margin: auto;
}

.bg-amarillo {
  background-color: #F2BA43;
}

.dif-trixeo {
  color: #395C70;
  text-align: center;
  padding: 10px;
  border-radius: 0px 0px 20px 20px;
  max-width: 800px;
  margin: auto;
}

.dif-trixeo h4 {
  font-size: 24px!important;
}
/*Athena*/
.margin {
  margin-bottom: -80px;
}

.text-number-container {
  display: flex;
  align-items: end;
}

.text-number-container-2 {
  display: flex;
  justify-content: end;
  align-items: end;
}

.text-number-container p, .text-number-container-2 p {
  padding-bottom: 10px;
  font-size: 25px!important;
  margin-bottom: 25px;
}

.text-number-container p {
  border-bottom: 3px solid #027b70;
}

#nav-athena div {
  z-index: 99!important;
}

.text-number-container-2 p {
  border-bottom: 3px solid #efb423;
}

.btn-verde a {
  font-weight: bold!important;
  font-size: 20px!important;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4)!important;
  text-decoration: none!important;
  padding-right: 10px;
}

.btn-verde {
  margin-top: 40px;
  background-color: #72C5BE;
  text-align: center;
  padding: 20px;
  border-radius: 10px;
  max-width: 230px;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4)!important;
}

.btn-verde img {
  max-width: 15px;
}

.referencias-athena {
  padding-bottom: 40px!important;
}

.text-number-container img, .text-number-container-2 img {
  max-width: 150px;
}

.pulmones-athena {
  background-position: bottom;
  padding-bottom: 200px!important;
}

@media(max-width: 992px) {
  .registro-athena .col-eth {
    display: flex;
    justify-content: center;
    margin: auto;
  }

  .registro-athena {
    padding-bottom: 50px!important;
  }
}

.referencias-athena, .component-section.registro-athena {
  padding: 50px 0px!important;
}

@media(max-width: 768px) {
  .text-mobile {
    text-align: left!important;
  }
}

@media(min-width: 768px) {
  .modal-mobile {
    display: none;
  }
}

@media(max-width: 768px) {
  .desktop-modal {
    display: none;
  }

  .text-number-container {
    padding-top: 50px;
  }

  .pmobile {
    padding-bottom: 50px;
  }
}

#header-recursos {
  z-index: 9999;
}

.d-none {
  display: none;
}
/*
.nav-athena {
  display: none;
}*/
