/* epof-main.css */

/* shua-mat page starts here */

#shua-main-section {
  padding: 0;
}

.double-border-area .double-border-text {
  text-align: center;
  max-width: 230px;
  border-bottom: 2px solid white;
  border-top: 2px solid white;
  padding: 5px 0px;
  margin: 0;
  color: #FFFFFF;
  font-family: 'Helvetica Neue', sans-serif;
  font-size: 16px;
  line-height: 27px;
}

.double-border-area {
  margin-top: 100px;
  margin-bottom: 16px;
}

.banner-title-area {
  padding: 100px 0 24px;
}

.banner-title-area .banner-title-text {
  padding: 0 12px 24px;
  margin-bottom: 24px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  color: #FFFFFF;
  font-size: 40px;
  line-height: 48px;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  text-align: center;
  margin-top: 8px;
}

#pink-banner-img {
  padding: 0;
  background-position: center;
}

#bienvenida-section {
  background: #F5F5F5;
  padding: 0;
}

#bienvenida-section .bienvenida {
  padding: 0 12px;
  margin: 0 30px;
  display: flex;
  justify-content: center;
}

#bienvenida-section .bienvenida .bienvenida-title {
  font-family: 'OpenSans-Regular';
  text-align: center;
  font-size: 28px;
  line-height: 33px;
  font-weight: 500;
  margin-bottom: 0;
  padding: 32px 0 50px;
  color: #000000;
  max-width: 1050px;
}

#bienvenida-section .bienvenida .bienvenida-title b {
  font-family: 'Helvetica Neue', sans-serif;
}

.shua-two-col {
  padding: 32px 0 50px;
}

.shua-three-col {
  margin: 50px 0 0;
  padding: 0 15px 120px;
}

.three-col-title {
  padding: 88px 0 0;
}

.three-col-title .three-col-titleone {
  padding-bottom: 8px;
  margin-bottom: 8px;
  font-family: 'Poppins', sans-serif;
  font-size: 24px;
  line-height: 28px;
  font-weight: 500;
  text-align: center;
  color: #000000;
}

.three-col-title .three-col-titleone .three-col-titletwo {
  padding-bottom: 10px;
  border-bottom: 4px solid pink;
  font-weight: 700;
  font-family: 'Helvetica Neue', sans-serif;
}

.shua-mat-page #bienvenida-section .page-section-inner.container {
  padding: 0 15px 75px;
}

.shua-mat-page #slider2.slider-container {
    /*display: flex;*/
  justify-content: center;
}

.shua-mat-page .slider-container .slider-card {
  gap: 0;
  max-width: 1110px;
}

.shua-mat-page .slider-container .slide-card {
  min-width: 363px;
  box-sizing: border-box;
  margin-right: 10px;
  margin-top: 50px;
}

.shua-mat-page .slider-container .slide-card a {
  display: flex;
  justify-content: center;
}

.shua-mat-page .slider-container .slide-card img {
  border-radius: 35px;
  max-width: 95.09%;
}

.shua-mat-page #slider1.slider-container .slide-card img {
  border-radius: 35px;
  max-width: 95%;
}

.shua-mat-page .slider-container button {
  z-index: 9999;
}

#privacy-section {
  padding: 32px 0 50px;
  text-align: center;
}

#privacy-section .privacy-policy-container {
  max-width: 750px;
  margin: 0 auto;
}

#privacy-section .privacy-policy-container .privacy-policy-text {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.6px;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  color: #053666;
  box-sizing: border-box;
  padding: 24px 15px 0;
  margin-bottom: 0;
}

#privacy-section .privacy-policy-container .privacy-policy-text a {
  word-break: break-all;
  font-family: 'helvetica', sans-serif;
  text-decoration: none;
  color: #000000;
  font-weight: 500;
}

#privacy-section .privacy-policy-container .privacy-policy-text a:hover {
  color: #0a58ca;
  text-decoration: none;
}

#epof-pageid-section {
  background: #F5F5F5;
  text-align: center;
  padding: 24px 15px;
}

#epof-pageid-section .epof-page-id {
  margin-bottom: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  color: #053666;
}

.shua-mat-page .modal-dialog button.close {
  color: #7f7f7f;
  font-size: 24px;
}

.shua-mat-page .modal-dialog .modal-header {
  padding: 16px;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(.3rem - 1px);
  border-top-right-radius: calc(.3rem - 1px);
}

.shua-mat-page #popup-template .modal-dialog .modal-body {
  margin-bottom: 45px;
  padding: 0 0 16px;
  border-bottom: 1px solid #dee2e6;
  min-height: auto;
}

.shua-mat-page .modal-dialog .modal-body .video.section {
  padding: 0 16px;
}

.shua-mat-page .modal-dialog button.close:hover {
  transform: none;
  color: #000000;
}

.shua-mat-page .htmlAsset .margin-bottom-10 {
  margin-bottom: 0;
}

.shua-mat-page .slider-container button {
  background-color: transparent;
  padding: 0;
  color: #ffc0cb;
  font-size: x-large;
  top: 55%;
}

.shua-mat-page #slider1.slider-container .slide-card img {
  border-radius: 0px;
}

.shua-mat-page .slider-container .dot {
  width: 8px;
  height: 8px;
  margin: 10px 2px 2px;
  background-color: #c5c5c5;
}

.shua-mat-page .slider-container .dot.active {
  background-color: #000000;
}

@media (min-width: 320px) {
  .shua-mat-page .slider-container .slide-card {
    min-width: 100%;
    margin-right: 0;
  }

  #bienvenida-section .bienvenida {
    padding: 0 15px;
    margin: 0;
  }

  .shua-mat-page .slider-container button.prev {
    left: 0;
  }

  .shua-mat-page .slider-container button.next {
    right: 0;
  }

  .shua-mat-page .modal-dialog {
    width: auto;
    margin: 2rem .5em .5em;
  }

  .shua-mat-page .slider-container .slide-card img, .shua-mat-page #slider1.slider-container .slide-card img {
    width: 323px;
  }

  .shua-mat-page #slider1.slider-container .dot {
    display: none !important;
  }
}

@media (min-width: 576px) {
  .shua-mat-page .page-section-inner.container {
        /*max-width: 540px;*/
    ;
  }

  #bienvenida-section .bienvenida {
    padding: 0 12px;
    margin: 0 30px;
  }

  .shua-mat-page .modal-dialog {
    width: 500px;
    margin: 3.25rem auto;
  }

  .shua-mat-page .slider-container .slide-card img, .shua-mat-page #slider1.slider-container .slide-card img {
    width: 485px;
  }
}

@media (min-width: 768px) {
  .shua-mat-page .page-section-inner.container {
        /*max-width: 720px;*/
    ;
  }

  .shua-mat-page .slider-container .slide-card {
    min-width: 50%;
    margin-right: 0;
    padding: 0 10px;
  }

  .shua-mat-page .slider-container .slide-card img {
    width: 100%;
  }

  .shua-mat-page #slider1.slider-container .slide-card {
    min-width: 50%;
    margin-right: 0px;
  }

  .shua-mat-page #slider1.slider-container .slide-card img {
    width: 100%;
  }

  .shua-mat-page .slider-container button.prev {
    left: 0;
  }

  .shua-mat-page .slider-container button.next {
    right: 0;
  }

  .shua-mat-page #slider1.slider-container button, .shua-mat-page #slider1.slider-container .dot {
    display: none !important;
  }

  .shua-mat-page .slider-container .dot:last-child {
    display: none;
  }
}

@media (min-width: 1025px) {
  .shua-mat-page .page-section-inner.container {
        /*max-width: 960px;*/
    ;
  }

  .shua-mat-page .slider-container .slide-card {
    min-width: 263px;
    margin-right: 10px;
  }

  .shua-mat-page #slider1.slider-container .slide-card {
    min-width: 460px;
    margin-right: 10px;
  }

  .shua-mat-page .slider-container .slide-card img {
    max-width: 95.09%;
    width: 100%;
  }

  .shua-mat-page #slider1.slider-container .slide-card img {
    max-width: 95%;
    width: 100%;
  }

  .shua-mat-page .modal-dialog {
    width: 800px;
  }
}

@media (min-width: 1200px) {
  .shua-mat-page .page-section-inner.container {
    padding: 0 15px;
        /*max-width: 1140px;*/
    ;
  }

  .shua-mat-page .slider-container .slide-card {
    min-width: 363px;
    margin-right: 10px;
  }

  .shua-mat-page #slider1.slider-container .slide-card {
    min-width: 550px;
    margin-right: 10px;
  }

  .banner-title-area .banner-title-text {
    letter-spacing: 1.2px;
  }

  .shua-mat-page #bienvenida-section .page-section-inner.container {
    padding: 0 15px 70px;
  }
}

@media (min-width: 1440px) {
  .banner-title-area .banner-title-text {
    font-size: 60px;
    line-height: 62px;
    letter-spacing: 1.99px;
  }

  .shua-mat-page .page-section-inner.container {
    width: 1320px;
  }

  .shua-mat-page .slider-container .slider-card {
    max-width: 100%;
  }

  .shua-mat-page .slider-container .slide-card {
    min-width: 423.33px;
    margin-right: 10px;
  }

  .shua-mat-page #slider1.slider-container .slide-card {
    min-width: 640px;
    margin-right: 10px;
  }

  .shua-mat-page #slider1.slider-container .slide-card img {
    max-width: 98%;
  }

  .shua-mat-page .slider-container .slide-card img {
    max-width: 100%;
  }
}

@media (min-width: 1500px) {
  .shua-mat-page .page-section-inner.container {
    width: 1350px;
  }

  .shua-mat-page #slider1.slider-container .slide-card {
    min-width: 655px;
    margin-right: 10px;
  }

  .shua-mat-page .slider-container .slide-card {
    min-width: 433.333px;
    margin-right: 10px;
  }

  .shua-mat-page .slider-container .slide-card img {
    max-width: 100%;
  }

  .banner-title-area .banner-title-text {
    letter-spacing: 1px;
  }
}

@media (max-width: 415px) {
  .three-col-title .three-col-titleone .three-col-titletwo {
    width: 108%;
    display: inline-block;
    margin-left: -4.2%;
  }
}

@media (max-width: 1200px) {
  .banner-title-area .banner-title-text {
    padding: 0 5px 24px;
    letter-spacing: 1px;
  }

  .shua-mat-page #slider1.slider-container .slide-card:last-child {
    margin-right: 0;
  }

  .shua-mat-page #slider1.slider-container {
    width: 100%;
  }

  .shua-mat-page .slider-container .slide-card:last-child {
    margin-right: 0;
  }

  .shua-mat-page #slider1.slider-container .slide-card img, .shua-mat-page .slider-container .slide-card img {
    max-width: 100%;
  }
}

@media (max-width: 992px) {
  .banner-title-area .banner-title-text {
    padding: 0 5px 24px;
    letter-spacing: 1.5px;
  }

  .shua-mat-page .slider-container .slide-card img {
    max-width: 95.09%;
  }

  .shua-mat-page #slider1.slider-container .slide-card img {
    max-width: 95%;
  }

  #bienvenida-section .bienvenida .bienvenida-title {
    font-size: 25.72px;
    line-height: 30.864px;
  }
}

@media (max-width: 768px) {
  .shua-mat-page .banner-content {
    padding-top: 128px;
  }

  .double-border-area {
    margin-top: 0;
  }

  .banner-title-area .banner-title-text {
    font-size: 27.85px;
    line-height: 33.42px;
  }
}

@media (max-width: 576px) {
  .banner-title-area .banner-title-text {
    padding: 0 0 24px;
    letter-spacing: 0.8px;
  }

  .double-border-area {
    margin-bottom: 0px;
  }
}
    
/* shua-mat page ends here */

/* dermatologia page starts here */

#dermatologia-banner-section {
  min-height: 75vh;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  background-position: top left;
  padding: 0;
}

#derma-main-section {
  padding: 0;
}

.dermatologia-banner-text {
  color: #4D79BC;
  font-family: "UniNeue Black", Sans-serif;
  font-size: 47px;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 59px;
  margin: 0px 0px 0px 0px;
  padding: 80px 0px 20px 0px;
}

#dermatologia-video-section .container {
  width: 100%;
  padding: 0;
}

#dermatologia-video-section .video.section .video-parent {
  padding: 05vw 15vw 8vw 15vw;
  height: auto;
}

#dermatologia-video-section .video-parent {
  margin-top: 0;
  position: relative;
  height: calc((100vw) / 2.7);
}

#dermatologia-video-section iframe {
  border-radius: 20px;
}

#dermatologia-video-section {
  padding: 10px;
  background-color: #F6F6F6;
}

.derma-outtitle-container {
  padding: 0px 40px 0;
}

.derma-outtitle-container .derma-outtitle-content {
  padding: 40px 0 0;
  margin: 0 14.333px;
  text-align: center;
}

.derma-title-one {
  color: #000000;
  font-family: "Helvetica", Sans-serif;
  font-size: 23px;
  font-weight: 500;
  margin-bottom: 10px;
}

.derma-title-two {
  color: #000000;
  font-family: "Helvetica", Sans-serif;
  font-size: 23px;
  font-weight: 500;
  margin-bottom: 20px;
}

.derma-title-border {
  margin: 25px auto 25px;
  border-block-start: 2.66667px solid #f0ac01;
  width: 179px;
  line-height: 0;
}

.slider-section {
  margin: 0px 0px 0px 0px;
  padding: 0px 40px 0px 40px;
}

.slider-section .slider-card {
  align-items: center;
  height: 290px;
  gap: 0;
}

.slider-section .slider-card .slide-card {
  padding: 10px 30px;
  margin-right: 10px;
  min-width: 280px;
}

.slider-section .slider-card .slide-card img {
  border-radius: 20px;
}

.derma-page-id {
  padding: 20px 65px 20px;
  text-align: center;
  margin: 0;
  color: #000000;
  font-family: "Helvetica", Sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  background-color: #F6F6F6;
  margin-top: 90px;
}

.dermatologia-page .derma-modal-title p {
  margin-top: 0px;
  max-width: 90%;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 20px;
  color: #053666;
}

.dermatologia-page .modal-dialog button.close {
  font-size: 19.2px;
  line-height: 28.8px;
  position: absolute;
  top: 20px;
  right: 15px;
  background-color: antiquewhite;
  border-radius: 10px;
  padding: 2px 15px 5px;
  margin: 0;
  border: none;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  font-weight: 700;
  font-family: Helvetica;
}

.dermatologia-page .modal-dialog {
  width: 700px;
  max-width: 95vw;
  border-radius: 20px;
}

.dermatologia-page .modal-header {
  display: none;
}

.dermatologia-page .modal-content {
  padding: 50px;
}

.dermatologia-page .htmlAsset .margin-bottom-10 {
  margin-bottom: 0;
}

.dermatologia-page .slider-container button.next {
  right: 0;
}

.dermatologia-page .slider-container button.prev {
  left: 0;
}

.dermatologia-page .slider-container button {
  top: 45%;
  background-color: transparent;
  color: #f0ac01;
  padding: 0;
  font-size: xx-large;
}

.dermatologia-page .modal-content {
  border-radius: 20px;
}

.dermatologia-page .modal-body {
  padding: 0;
  margin-top: -5px;
}

.dermatologia-page .slider-container .dots {
  line-height: 7px;
}

.dermatologia-page .slider-container .dot {
  width: 6px;
  height: 6px;
  margin: 0 6px 0;
  background-color: #c5c5c5;
}

.dermatologia-page .slider-container .dot.active {
  background-color: #000000;
}

.dermatologia-page .video-thumb-parent {
  position: relative;
}

.dermatologia-page .video-thumb-parent .video-thumb-cta {
  border-radius: 20px;
  position: relative;
  width: 100%;
}

/*.dermatologia-page .slider-container button.prev:hover, .dermatologia-page .slider-container button.next:hover {*/
/*    display: none !important;*/
/*}*/

@media (min-width: 320px) {
  #dermatologia-banner-section {
    min-height: 75vh;
  }
}

@media (min-width: 576px) {
  #dermatologia-banner-section {
    min-height: 75vh;
  }
}

@media (min-width: 767px) {
  .dermatologia-page .slider-container .dot:last-child {
    display: none;
  }

  .dermatologia-page .slider-section {
    margin: 0px 0px 0px 0px;
  }

  .dermatologia-page .slider-section .slider-card {
    padding: 0 35px;
  }
}

@media (min-width: 992px) {
  .dermatologia-page .slider-container .dot:nth-last-child(2), .dermatologia-page .slider-container .dot:last-child {
    display: none;
  }

  .dermatologia-page .slider-section {
    margin: 0px 80px 0px 80px;
  }

  .dermatologia-page .slider-section .slider-card {
    padding: 0 35px;
  }
}

@media (min-width: 1200px) {
  #dermatologia-banner-section {
    background-attachment: initial;
  }

  .dermatologia-page .slider-section {
    padding: 0px 40px 0px 40px;
  }

  .dermatologia-page .slider-section .slider-card .slide-card {
    min-width: 340px;
  }

  .dermatologia-page .slider-container {
    max-width: 1140px;
    margin: auto;
  }

  .dermatologia-page .slider-section .slider-card {
    padding: 0 30px;
  }
}

@media (min-width: 1400px) {
  .dermatologia-page .slider-section .slider-card .slide-card {
    min-width: 350px;
  }

  .dermatologia-page .slider-container {
    max-width: 1140px;
    margin: auto;
  }

  .dermatologia-page .slider-section .slider-card {
    padding: 0 40px;
  }
}

@media (max-width: 1200px) and (min-width: 992px) {
  .dermatologia-page .slider-section {
    padding: 0px 40px 0px 40px;
    margin: 0px 0px 0px 0px;
  }

  .slider-section .slider-card .slide-card {
    min-width: 305px;
  }

  .dermatologia-page .container {
    width: 100%;
    padding: 0 10px;
  }

  .dermatologia-page #dermatologia-banner-section .container {
    padding: 0 20px;
  }
}

@media (max-width: 991px) {
  .dermatologia-page .slider-section .slider-card .slide-card {
    padding: 10px 30px;
    min-width: 50%;
  }

  .dermatologia-page .slider-section {
    margin: 0;
    padding: 0px 40px 0px 40px;
  }

  .dermatologia-page .container {
    width: 100%;
    padding: 0 10px;
  }

  .dermatologia-page #dermatologia-banner-section .container {
    padding: 0 20px;
  }

  .dermatologia-banner-text {
    padding: 80px 0px 20px 0px;
  }

  .dermatologia-banner-text {
    font-size: 49px;
  }
}

@media (max-width: 767px) {
  .dermatologia-banner-text {
    font-size: 30px;
    line-height: 39px;
  }

  .dermatologia-page .slider-section .slider-card .slide-card {
    padding: 0 50px;
    min-width: 100%;
    margin: 0;
  }

  .dermatologia-page .slider-section {
    margin: 0;
    padding: 0px 40px 0;
  }

  .dermatologia-page .modal-content {
    padding: 15px;
  }

  #dermatologia-video-section .video.section .video-parent {
    padding: 5vw 5vw 16vw 5vw;
    height: auto;
  }

  #dermatologia-video-section .section-blur-layer + .container .video.section {
    max-width: 500px;
    width: 100%;
    background-color: #F6F6F6;
    margin: 0 auto;
    padding: 10px;
  }

  #dermatologia-video-section {
    padding: 0;
    background-color: #F6F6F6;
  }

  .dermatologia-banner-text {
    padding: 70px 0px 20px 0px;
  }
}

@media (max-width: 576px) {
  .dermatologia-page .slider-section .slider-card .slide-card {
    padding: 0 45px;
  }

  .dermatologia-page .slider-section {
    padding: 0px 55px 0;
  }
}

/* dermatologia page ends here */

/* shua page starts here */

@keyframes reloj {
  0% {
    animation-timing-function: ease-out;
    transform: scale(1);
    transform-origin: center center;
  }

  10% {
    animation-timing-function: ease-in;
    transform: scale(0.91);
  }

  17% {
    animation-timing-function: ease-out;
    transform: scale(0.98);
  }

  33% {
    animation-timing-function: ease-in;
    transform: scale(0.87);
  }

  45% {
    animation-timing-function: ease-out;
    transform: scale(1);
  }
}

.shua-page #shua-page-main-section .container {
  padding: 0;
}

#shua-banner-img {
  min-height: 450px;
  background-position: bottom;
  padding: 0;
}

.shua-container .shua-azlogo {
  margin: 100px 0;
  padding: 0;
  max-width: 200px;
}

.shua-container .shua-banner-title {
  display: flex;
  align-items: center;
  font-size: 33px;
  line-height: 55px;
  font-weight: 700;
  margin-bottom: 40px;
  font-family: Helvetica, sans-serif;
  color: #FFFFFF;
  font-style: normal;
}

.shua-container .shua-banner-title span {
  font-weight: 300;
  margin-right: 10px;
  font-size: 80px;
  line-height: 55px;
  font-family: 'Montserrat', sans-serif;
  color: #FFFFFF;
  font-style: normal;
}

.shua-container .boton-link {
  font-size: 24px;
  font-weight: 400;
  margin: auto;
  padding: 10px 30px;
  border-radius: 20px;
  margin-top: 30px;
  margin-bottom: 50px;
  background-color: #0D9EC1;
  font-family: 'Montserrat', sans-serif;
  text-decoration: none!important;
  color: #fff;
}

#temario-section {
  padding: 32px 0 50px;
  position: relative;
  background-color: #000000;
}

#temario-section .bluecircle {
  position: absolute;
  background-color: #0D9EC1;
  width: 80px;
  height: 80px;
  border-radius: 100px;
  left: 50%;
  transform: translateX(-50%);
  top: -72px;
  display: flex;
  align-items: Center;
  justify-content: Center;
}

#temario-section .bluecircle .calendar-icon {
  width: 100%;
  height: auto;
  max-width: 40px;
  animation: reloj 2s ease-out 3s infinite normal backwards;
}

.temario-title {
  margin-top: 40px;
  margin-bottom: 8px;
  font-size: 28px;
  line-height: 33.3px;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
  color: #FFFFFF;
  text-align: center;
}

.temario-content .boxes {
  display: flex;
  justify-content: center;
}

.temario-content .boxes .box {
  background-color: #0D9EC1;
  position: relative;
  border-radius: 20px;
  max-width: 300px;
  width: 100%;
  margin: 0 12px 70px;
  padding-top: 8px;
  min-height: 150px;
}

.blue-bg {
  background-color: #FFFFFF;
  border-radius: 20px;
  margin-top: 7px;
  min-height: 300px;
  height: 100%;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: start;
}

.blue-bg h4 {
  margin-bottom: 20px;
  font-size: 23px;
  line-height: 27.3px;
  font-family: Helvetica, sans-serif;
}

.blue-bg p {
  font-weight: 500;
  font-size: 17px;
  line-height: 25px;
  font-family: Helvetica, sans-serif;
  margin-bottom: 16px;
}

#shua-video-section {
  background-color: #EFEFEF;
  padding: 32px 0 50px;
}

#shua-video-section .video.section {
  max-width: 1000px;
  margin: 48px auto 0;
  padding: 0 12px;
}

#speakers-evento-breztri {
  padding: 32px 0 50px;
  background-color: #EFEFEF;
}

#speakers-evento-breztri .speaker-container {
  padding-top: 24px;
}

#speakers-evento-breztri .speaker-container .speaker-text {
  font-size: 32px;
  line-height: 38.4px;
  font-weight: 500;
  font-family: 'Montserrat', sans-serif;
  text-align: center;
  padding: 0 12px;
  margin-bottom: 8px;
}

#speakers-evento-breztri .speakers {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}

#speakers-evento-breztri .speaker {
  padding: 24px 12px 0;
  width: 25%;
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#speakers-evento-breztri .speaker img {
  width: 180px;
  margin-bottom: 18px;
}

#speakers-evento-breztri .speaker-name {
  font-size: 24px;
  line-height: 28.8px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  color: #212529;
  margin-bottom: 26px;
  max-width: 200px;
  text-align: center;
}

#shua-pageid-section {
  background-color: #EFEFEF;
  padding: 30px 0px;
}

#shua-pageid-section .shua-page-id-text {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 0;
}

#shua-page-main-section {
  padding: 0;
}

@media (min-width: 320px) {
  .shua-page .page-section-inner.container {
        /*width: 100%;*/
    padding: 0 15px;
  }
}

@media (min-width: 576px) {
  .shua-page .page-section-inner.container {
        /*max-width: 540px;*/
    padding: 0 15px;
  }
}

@media (min-width: 768px) {
  .shua-page .page-section-inner.container {
        /*max-width: 720px;*/
    padding: 0 15px;
  }

  #speakers-evento-breztri .speaker {
    width: 40%;
  }
}

@media (min-width: 992px) {
  .shua-page .page-section-inner.container {
        /*max-width: 960px;*/
    padding: 0 15px;
  }

  #speakers-evento-breztri .speaker {
    width: 25%;
  }

  .shua-container {
    width: 50%;
    padding: 0 15px;
  }
}

@media (min-width: 1200px) {
  .shua-page .page-section-inner.container {
        /*max-width: 1140px;*/
    padding: 0 15px;
  }
}

@media (min-width: 1400px) {
  .shua-page .page-section-inner.container {
    width: 1320px;
    padding: 0 15px;
  }

  .shua-page .container {
    min-width: 1320px;
    padding: 0 15px;
  }

  .temario-content .boxes .box {
    margin: 0 15px 70px;
  }

  #speakers-evento-breztri .speaker-name {
    max-width: initial;
  }
}

@media (min-width: 1500px) {
  .shua-page .page-section-inner.container {
    width: 1350px;
    padding: 0 15px;
  }

  .temario-content .boxes .box {
    margin: 0 18.750px 70px;
  }
}

@media (max-width: 1200px) {
  .temario-content .boxes {
    flex-direction: column;
    align-items: center;
  }
}

@media (max-width: 992px) {
  .shua-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 112px 12px 80px;
  }

  .shua-container .shua-azlogo {
    margin-bottom: 20px;
    padding: 0 15px;
    max-width: 200px;
    margin-top: 4px;
  }

  .shua-container .shua-banner-title {
    margin: 10px 0 40px;
    flex-wrap: wrap;
    justify-content: center;
  }

  #speakers-evento-breztri .speakers {
    gap: 20px;
  }

  #speakers-evento-breztri .speaker {
    width: 25%;
  }

  #speakers-evento-breztri .speaker-name {
    max-width: 140px;
  }
}

@media (max-width: 768px) {
  #speakers-evento-breztri .speakers {
    flex-direction: column;
    align-items: center;
  }

  .shua-container .shua-azlogo {
    margin-top: 0;
  }

  #speakers-evento-breztri .speaker {
    width: 100%;
  }

  #speakers-evento-breztri .speaker-name {
    font-size: 21px;
    line-height: 26.8px;
    max-width: 100%;
    font-family: 'Montserrat-Regular';
  }
}

@media (max-width: 576px) {
  .shua-container .shua-banner-title {
    margin-top: 50px;
    margin-bottom: 106px;
  }
}

/* shua page ends here */

/* resp az ers page starts here */

@keyframes marquee {
  0% {
    left: 0;
  }

  100% {
    left: -100%;
  }
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}

#resp-ers-main-section {
  padding: 0;
}

#fondo-ers-banner {
  min-height: 450px;
  background-image: url(/content/dam/multibrand/ar/es/azeventos/images/fondo-ers.jpg);
  background-size: cover;
  background-position: bottom;
  padding: 112px 0 0;
}

.az-era-banner-container {
  margin: 80px 0 80px;
  padding: 0 12px;
  max-width: 50%;
}

.az-era-banner-title {
  font-size: 52px;
  line-height: 62.4px;
  font-weight: 700;
  font-family: Helvetica, sans-serif;
  margin-bottom: 8px;
  color: #FFFFFF;
}

.intro-esc-text {
  font-size: 24px;
  line-height: 40.8px;
  font-weight: 400;
  font-family: Helvetica, sans-serif;
  color: #FFFFFF;
  max-width: 26ch;
  margin: 24px 0 16px;
}

.intro-esc-text b {
  font-family: Helvetica, sans-serif;
}

#bienvenida-era {
  padding: 0;
  position: relative;
}

.bienvenida-era {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.marquee-text {
  white-space: nowrap;
  display: inline-block;
  animation: marquee 30s linear infinite;
  position: relative;
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 2px;
  font-family: 'Helvetica', sans-serif;
  color: #FFFFFF;
  background-color: #272B8C;
  padding: 4px 0;
  text-transform: uppercase;
}

#bienvenidos-section {
  background-color: #E8E8E8;
  padding: 0;
}

.bienvenidos-two-col {
  display: flex;
  padding: 80px 0;
}

.bienvenidos-text-part {
  max-width: 50%;
  width: 100%;
  padding: 32px 24px 0;
}

.bienvenidos-image-part {
  max-width: 50%;
  width: 100%;
  padding: 0 12px 0 12px;
}

.bienvenidos-image-part img {
  width: 100%;
  height: 100%;
}

.bienvenidos-title {
  font-size: 32px;
  line-height: 38.4px;
  font-weight: 700;
  font-family: Helvetica, sans-serif;
  color: #000000;
  margin: 0 0 8px;
}

.bienvenidos-subtitle {
  font-size: 20px;
  line-height: 34px;
  font-family: Helvetica;
  font-weight: 700;
  margin: 10px 0;
  padding-bottom: 8px;
  color: #000000;
}

.bienvenidos-para-one {
  font-size: 20px;
  line-height: 34px;
  font-family: Helvetica;
  font-weight: 500;
  margin: 0 0 16px;
  padding-bottom: 8px;
  padding-right: 15px;
  color: #000000;
}

.bienvenidos-para-one.two {
  margin: 0 0;
}

.yellow-circle-container {
  position: relative;
  display: flex;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  justify-content: center;
  margin-top: 63px;
}

.yellow-circle-container .yellow-circle {
  width: 63px;
  height: 63px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fcaf17;
  border-radius: 50%;
  animation: pulse 2s ease 0s infinite normal forwards;
  position: absolute;
  top: -32px;
}

.yellow-circle-container .yellow-circle img {
  max-width: 28.72px;
}

#resp-accordion-section {
  padding: 56px 15px 50px;
}

#resp-accordion-section .heading {
  margin-top: 80px;
  text-align: center;
}

#resp-accordion-section .heading h2 {
  font-size: 32px;
  line-height: 38.4px;
  font-weight: 700;
  font-family: Helvetica, sans-serif;
  color: #000000;
  padding: 0 12px;
  margin-top: 0;
  margin-bottom: 0;
}

.resp-acc-main-section .accordion-inner-container {
  padding: 40px 39px 0;
}

.resp-acc-main-section .accordion-inner-container #resp-accordion-one {
  margin-top: 18px;
}

.resp-acc-main-section .accordion-inner-container .panel-heading {
  background-color: #F5F5F5;
  border-radius: 15px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  padding: 24px 80px;
}

.resp-acc-main-section .accordion-inner-container .panel-heading.focused, .resp-acc-main-section .accordion-inner-container .panel-heading.focus {
  z-index: 99999;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
  position: relative;
}

.resp-acc-main-section .accordion-inner-container .panel {
  border: 0;
  background-color: #F5F5F5;
  border-radius: 15px;
}

.resp-acc-main-section .accordion-inner-container .panel-group {
  border: 0;
}

#resp-accordion-two {
  margin-top: 18px;
}

.resp-acc-main-section .accordion-inner-container .panel-heading .collapse-panel-heading .fa-chevron-down:before {
  width: 20px;
  display: inline-block;
  content: "";
  background: url(/content/dam/multibrand/ar/es/azeventos/images/icon-arrow-down.png);
  background-size: cover;
  background-repeat: no-repeat;
  height: 12px;
  transition: transform 0.3s ease;
  position: absolute;
  top: 50%;
  right: 0;
}

.resp-acc-main-section .accordion-inner-container .panel-heading .collapse-panel-heading .fa-chevron-down {
  position: relative;
  min-height: 32px;
}

.resp-acc-main-section .accordion-inner-container .panel-heading .collapse-panel-heading .fa-chevron-up:before {
  width: 20px;
  display: inline-block;
  content: "";
  background: url(/content/dam/multibrand/ar/es/azeventos/images/icon-arrow-down.png);
  background-size: cover;
  background-repeat: no-repeat;
  height: 12px;
  transition: transform 0.3s ease;
  transform: rotate(180deg);
  top: 14px;
  position: relative;
}

.resp-acc-main-section .accordion-inner-container .panel-heading .collapse-panel-heading {
  position: relative;
  color: #212529;
  font-size: 16px;
  line-height: 32px;
  font-family: Helvetica;
  font-weight: 600;
  text-decoration: none;
  padding-left: 48px;
  font-style: normal;
}

.resp-acc-main-section .accordion-inner-container .panel-heading .collapse-panel-heading:before {
  content: "";
  top: 0;
  position: absolute;
  width: 32px;
  display: inline-block;
  background: url(/content/dam/multibrand/ar/es/azeventos/images/circle-calendar.PNG);
  background-size: cover;
  background-repeat: no-repeat;
  height: 32px;
  left: 0px;
}

.resp-acc-main-section .accordion-inner-container .panel-heading .collapse-panel-heading b {
  font-weight: 900;
}

.resp-acc-main-section .accordion-inner-container .panel-heading .collapse-panel-heading p {
  margin: 0;
}

.resp-acc-main-section .accordion-inner-container .panel-heading .collapse-panel-heading p .rt-timing {
  font-size: 12.8px;
  line-height: 15.36px;
  color: #333;
}

#resp-accordion-one .panel-body, #resp-accordion-two .panel-body {
  padding: 48px;
  border-bottom-right-radius: .25rem;
  border-bottom-left-radius: .25rem;
}

#resp-accordion-one .acc-body-content h5, #resp-accordion-two .acc-body-content h5 {
  font-family: Helvetica;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  margin-bottom: 8px;
  margin-top: 0;
  color: #053666;
}

#resp-accordion-one .acc-para-content .para-text, #resp-accordion-two .acc-para-content .para-text {
  font-family: Helvetica;
  font-size: 16px;
  line-height: 27.4px;
  margin-bottom: 16px;
}

#resp-ers-id {
  padding: 8px 0;
  color: #1B1B1B;
  background: #F5F5F5;
  text-align: center;
}

#resp-ers-id .resp-ers-id-text {
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 27.2px;
  font-family: Helvetica, sans-serif;
}

.resp-az-ers-page .htmlAsset .margin-bottom-10 {
  margin-bottom: 0;
}

@media (min-width: 320px) {
  .resp-az-ers-page .page-section-inner.container {
        /*width: 100%;*/
    padding: 0 15px;
    box-sizing: border-box;
  }
}

@media (min-width: 576px) {
  .resp-az-ers-page .page-section-inner.container {
        /*max-width: 540px;*/
    padding: 0 15px;
  }
}

@media (min-width: 768px) {
  .resp-az-ers-page .page-section-inner.container {
        /*max-width: 720px;*/
    padding: 0 15px;
  }

  .bienvenidos-text-part hr {
    margin-left: 0;
  }

  .bienvenidos-para-one.one {
    max-width: 45ch;
  }
}

@media (min-width: 992px) {
  .resp-az-ers-page .page-section-inner.container {
        /*max-width: 960px;*/
    padding: 0 15px;
  }
}

@media (min-width: 1200px) {
  .resp-az-ers-page .page-section-inner.container {
        /*max-width: 1140px;*/
    padding: 0 15px;
  }
}

@media (min-width: 1400px) {
  .resp-az-ers-page .page-section-inner.container {
    width: 1320px;
    padding: 0 15px;
  }
}

@media (min-width: 1500px) {
  .resp-az-ers-page .page-section-inner.container {
    width: 1350px;
    padding: 0 15px;
  }
}

.resp-az-ers-page #bienvenida-era .page-section-inner.container {
  max-width: 100%;
  width: 100%;
  padding: 0;
}

@media (max-width: 992px) {
  .bienvenidos-two-col {
    flex-direction: column;
  }

  .bienvenidos-text-part, .bienvenidos-image-part {
    max-width: 100%;
  }

  .bienvenidos-image-part {
    padding: 0 15px;
  }

  .bienvenidos-text-part {
    padding: 32px 24px 0;
  }

  .bienvenidos-subtitle, .bienvenidos-para-one {
    font-size: 18px;
    line-height: 30.6px;
  }

  #fondo-ers-banner {
    min-height: auto;
  }

  .az-era-banner-container {
    max-width: 100%;
  }

  #bienvenidos-section {
    padding: 0;
  }
}

@media (max-width: 1200px) and  (min-width: 992px) {
  .bienvenidos-image-part img {
    height: 100%;
  }

  .az-era-banner-container {
    max-width: 50%;
  }
}

@media (max-width: 992px) and  (min-width: 767px) {
  .bienvenidos-text-part hr {
    margin-left: 0;
  }

  #bienvenidos-section .bienvenidos-two-col {
    padding: 80px 0 80px 50px;
  }

  .bienvenidos-image-part img {
    min-height: 480.188px;
  }
}

@media (max-width: 767px) {
  .bienvenidos-two-col {
    flex-direction: column-reverse;
  }

  .bienvenidos-text-part, .bienvenidos-image-part {
    text-align: center;
  }

  .bienvenidos-image-part {
    padding: 0;
  }

  .bienvenidos-text-part {
    padding: 32px 9px 0;
  }

  .intro-esc-text {
    font-size: 18px;
    line-height: 21.6px;
    font-weight: 400;
    max-width: 70%;
    text-align: left;
  }

  .az-era-banner-title {
    font-size: 42px;
    line-height: 50.4px;
  }

  .az-era-banner-container {
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    text-align: left;
  }

  .resp-acc-main-section .accordion-inner-container .panel-heading {
    padding-right: 80px;
  }

  #fondo-ers-banner {
    padding-top: 128px;
  }

  .az-era-banner-container {
    padding: 0 15px 0 12px;
  }

  #resp-accordion-section {
    padding: 56px 9px 50px;
  }
}

@media (max-width: 576px) {
  .resp-acc-main-section .accordion-inner-container .panel-heading {
    padding-right: 80px;
    padding-left: 80px;
  }

  .resp-acc-main-section .accordion-inner-container .panel-heading .collapse-panel-heading .fa-chevron-down:before, .resp-acc-main-section .accordion-inner-container .panel-heading .collapse-panel-heading .fa-chevron-up:before {
    top: 5px;
  }

  .resp-acc-main-section .accordion-inner-container {
    padding: 40px 0 0;
  }

  .intro-esc-text {
    max-width: 100%;
  }

  .bienvenidos-para-one {
    padding-right: 0;
  }

  .bienvenidos-title {
    font-size: 25px;
    line-height: 30px;
  }
}

/* resp az ers page ends here */

/* sidvs page ends here */

#resp-sidvs-banner {
  position: relative;
  overflow: hidden;
  padding-bottom: 60px;
  background-position: bottom;
  min-height: 450px;
  display: flex;
  align-items: center;
  padding-top: 0;
}

#resp-sidvs-banner:after {
  content: '';
  display: block;
  width: 100%;
  height: 300px;
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: -150px;
  left: 0;
  background-color: #d7cfdc;
  clip-path: ellipse(100% 70% at 50% 100%);
}

#resp-sidvs-banner .resp-sidvs-content {
  margin: 120px 0 100px;
}

#resp-sidvs-banner .resp-sidvs-content .resp-sidvs-banner-title {
  font-size: 52px;
  line-height: 62.4px;
  font-family: Helvetica, sans-serif;
  font-weight: 700;
  color: #FFFFFF;
  margin-bottom: 8px;
  margin-top: 0;
}

#resp-sidvs-banner .resp-sidvs-content .intro-esc {
  margin: 24px 0 16px;
  color: #FFFFFF;
  font-family: Helvetica, sans-serif;
  font-size: 24px;
  line-height: 40.8px;
  max-width: 35ch;
}

#resp-sidvs-banner .resp-sidvs-content .intro-esc b {
  font-family: Helvetica, sans-serif;
}

#resp-sidvs-evento-section {
  padding: 32px 0 50px;
  background-color: #D7CFDC;
}

.resp-sidvs-title {
  font-size: 40px;
  line-height: 48px;
  font-weight: 700;
  font-family: 'Helvetica', sans-serif;
  color: #212529;
  margin-top: 0;
  margin-bottom: 8px;
  text-align: center;
}

#resp-sidvs-evento-section .vsr-hr {
  opacity: 1;
  background-color: #FCAF17;
  border: 2px solid #FCAF17;
  border-radius: 9999px;
  width: 70px;
  margin: auto;
  margin-top: 20px;
  margin-bottom: 10px;
}

#resp-sidvs-evento-section .slider-container {
  margin-top: 40px;
}

#sidvs-main-section .slider-container .slider-card {
  gap: 0;
}

#sidvs-main-section .slider-container .slider-card .slide-card {
  min-width: 365.333px;
  margin-right: 10px;
}

#sidvs-main-section {
  padding: 0;
}

.resp-sidvs-page #popup-title {
  max-width: 95%;
  color: #212529;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  font-family: Helvetica, sans-serif;
}

.resp-sidvs-page .modal-dialog button.close:hover {
  transform: rotate(0deg) scale(1.1, 1.1);
}

.resp-sidvs-page .modal-dialog button.close {
  font-size: 25px;
  margin-top: 12px;
}

#resp-sidvs-pageid-container {
  padding: 0;
  background-color: #391151;
}

#resp-sidvs-pageid-container .resp-sidvs-page-id {
  padding: 8px 0;
  margin-bottom: 16px;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 27.2px;
  font-family: Helvetica, sans-serif;
  font-weight: 400;
  text-align: center;
}

.resp-sidvs-page .htmlAsset .margin-bottom-10 {
  margin-bottom: 0;
}

.resp-sidvs-page .largePlayBtnBorder {
  border-radius: 50% !important;
}

.resp-sidvs-page .largePlayBtn {
  padding: 20px 20px 20px 25px !important;
}

@media (min-width: 320px) {
  .resp-sidvs-page .page-section-inner.container {
        /*width: 100%;*/
    padding: 0 15px;
    box-sizing: border-box;
  }

  #sidvs-main-section .slider-container .slider-card .slide-card {
    min-width: 100%;
    margin-right: 0;
  }
}

@media (min-width: 576px) {
  .resp-sidvs-page .page-section-inner.container {
        /*max-width: 540px;*/
    padding: 0 15px;
  }
}

@media (min-width: 768px) {
  .resp-sidvs-page .page-section-inner.container {
        /*max-width: 720px;*/
    padding: 0 15px;
  }

  #sidvs-main-section .slider-container .slider-card .slide-card {
    min-width: 49%;
    margin-right: 10px;
  }

  #sidvs-main-section .modal-dialog {
    width: 500px;
    margin: 32px 8px 8px;
  }

  #sidvs-main-section .slider-container .dot:last-child {
    display: none;
  }
}

@media (min-width: 992px) {
  .resp-sidvs-page .page-section-inner.container {
        /*max-width: 960px;*/
    padding: 0 15px;
  }

  #sidvs-main-section .slider-container .slider-card .slide-card {
    min-width: 49%;
    margin-right: 10px;
  }

  #sidvs-main-section .slider-container .dot:nth-last-child(2), #sidvs-main-section .slider-container .dot:last-child {
    display: none;
  }
}

@media (min-width: 1070px) {
  #sidvs-main-section .slider-container .slider-card .slide-card {
    min-width: 32.3%;
    margin-right: 10px;
  }
    /* #sidvs-main-section .slider-container button {*/
    /*    display: none !important;*/
    /*}*/;
}

@media (min-width: 1200px) {
  .resp-sidvs-page .page-section-inner.container {
        /*max-width: 1140px;*/
    padding: 0 15px;
  }

  #resp-sidvs-evento-section .slider-container {
    margin: 40px 12px 0;
  }

  #sidvs-main-section .slider-container .slider-card .slide-card {
    min-width: 365.33px;
    margin-right: 10px;
  }
}

@media (min-width: 1400px) {
  .resp-sidvs-page .page-section-inner.container {
    width: 1320px;
  }

  #sidvs-main-section .slider-container .slider-card .slide-card {
    min-width: 415.33px;
    margin-right: 10px;
  }
}

@media (min-width: 1500px) {
  .resp-sidvs-page .page-section-inner.container {
    width: 1350px;
  }

  #sidvs-main-section .slider-container .slider-card .slide-card {
    min-width: 417.33px;
    margin-right: 20px;
  }
}

@media (max-width: 768px) {
  #resp-sidvs-banner .resp-sidvs-content .resp-sidvs-banner-title {
    font-size: 42px;
    line-height: 50.4px;
    text-align: center;
    padding: 0 21px;
  }

  #resp-sidvs-banner .resp-sidvs-content .intro-esc {
    font-size: 18px;
    line-height: 30.6px;
    text-align: center;
    max-width: 100%;
  }

  .resp-sidvs-title {
    font-size: 33.49px;
    line-height: 40.188px;
  }

  #resp-sidvs-banner {
    padding-top: 8rem;
  }

  #sidvs-main-section .modal-dialog {
    width: auto;
    margin: 32px 8px 8px;
  }

  .resp-sidvs-page .largePlayBtn {
    font-size: 1.75em !important;
    padding: 10px 10px 10px 15px !important;
  }
}

/* sidvs page ends here */

/* ria page starts here */

.resp-ria-page .htmlAsset .margin-bottom-10 {
  margin-bottom: 0;
}

#resp-ria-main-page {
  padding: 0;
}

#resp-ria-banner-section {
  padding: 0;
  background-position: bottom;
  min-height: 450px;
  display: flex;
  align-items: center;
  padding-top: 112px;
}

.resp-ria-banner-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 50%;
  margin: 0 auto 0;
}

.resp-ria-banner-container .resp-ria-banner-title {
  font-size: 40px;
  line-height: 55px;
  font-weight: 700;
  color: #FFFFFF;
  font-family: 'Poppins', sans-serif;
  text-align: center;
  margin-bottom: 0;
  margin-top: 0;
}

.resp-ria-banner-container .resp-ria-banner-title .resp-ria-banner-yellow {
  color: #F3A522;
  font-size: 80px;
  font-weight: 700;
  font-family: Helvetica, sans-serif;
  padding: 0px 15px;
}

.resp-ria-banner-container .ria-hr {
  opacity: 1;
  background-color: #FCAF17;
  border: 1px solid #FCAF17;
  width: 70px;
  margin: auto;
  margin-top: 20px;
  margin-bottom: 10px;
}

.resp-ria-banner-container .resp-ria-banner-para {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 27.4px;
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 9px;
}

.ria-two-col {
  display: flex;
  background-color: #e8e8e8;
  padding: 48px 0;
}

.ria-two-col .ria-text-part {
  max-width: 50%;
  width: 100%;
  padding: 32px 12px 0 140px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-wrap: wrap;
}

.ria-two-col .ria-image-part {
  max-width: 50%;
  width: 100%;
  padding: 32px 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding-left: 48px;
}

.ria-two-col .ria-image-part img {
  max-width: 600px;
  width: 100%;
  height: auto;
  border-radius: 30px;
}

.ria-title {
  color: #072B53;
  font-size: 32px;
  line-height: 38.4px;
  font-weight: 700;
  font-family: 'Ubuntu', sans-serif;
  margin-bottom: 8px;
  margin-top: 0;
}

.ria-text-part .ria-subtitle {
  font-family: 'Poppins';
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 0;
}

.ria-para {
  font-family: 'Poppins';
  font-size: 16px;
  line-height: 27.2px;
  font-weight: 400;
  color: #000;
  margin-bottom: 0;
  padding-bottom: 16px;
}

.ria-para-bold {
  font-family: Helvetica, sans-serif;
  font-weight: 600;
  letter-spacing: 0.5px;
}

#ria-violet-bg-section {
  background-color: #eeeeee;
  padding: 32px 0 200px;
}

#ria-violet-bg-section .section-blur-layer {
  background-image: url(/content/dam/multibrand/ar/es/azeventos/images/bg-violeta.png);
  padding: 0;
  background-position: top left;
}

#ria-violet-bg-section .video-parent {
  margin-top: 0px;
}

#resp-ria-video-section {
  padding: 32px 0 50px;
}

.slider-text-title {
  font-size: 18px;
  line-height: 21.6px;
  font-weight: 500;
  letter-spacing: 0.9px;
  font-family: 'Poppins', sans-serif;
  margin: 16px 0 8px;
  color: #101130;
}

.slider-doctor-name {
  font-family: 'Poppins', sans-serif;
  color: #812652;
  margin: 0 0 16px;
  font-size: 16px;
  line-height: 27.2px;
  font-weight: 400;
}

.resp-ria-page .slider-container {
  margin: 40px auto 48px;
  padding-bottom: 48px;
}

.resp-ria-page .slider-container .slider-card {
  gap: 0;
}

.resp-ria-page .slider-container button {
  top: 20%;
  transform: translateY(-50%);
  background-color: transparent;
  color: #fff;
  border: none;
  padding: 20px 10px 0;
}

.resp-ria-page .slider-container button.prev {
  left: 0;
}

.resp-ria-page .slider-container button.next {
  right: 0px;
}

.resp-ria-page .slider-container button.prev:before {
  content: "";
  background-image: url(/content/dam/multibrand/ar/es/azeventos/images/ria-arrow-back.png);
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 1;
  width: 27px;
  height: 44px;
  display: inline-block;
}

.resp-ria-page .slider-container button.next:before {
  content: "";
  background-image: url(/content/dam/multibrand/ar/es/azeventos/images/ria-arrow-next.png);
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 1;
  width: 27px;
  height: 44px;
  display: inline-block;
}

.resp-ria-page .modal-dialog button.close {
  color: #7f7f7f;
  font-size: 24px;
}

.resp-ria-page .modal-dialog .modal-header {
  padding: 16px;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(.3rem - 1px);
  border-top-right-radius: calc(.3rem - 1px);
}

.resp-ria-page #popup-template .modal-dialog .modal-body {
  margin-bottom: 45px;
  padding: 0 0 16px;
  border-bottom: 1px solid #dee2e6;
  min-height: auto;
}

.resp-ria-page .modal-dialog .modal-body .video.section {
  padding: 0 16px;
}

.resp-ria-page .modal-dialog button.close:hover {
  transform: none;
  color: #000000;
}

.ria-carousel-video-title .ria-carousel-video-heading {
  text-align: center;
  font-family: 'Poppins', sans-serif;
  font-size: 28px;
  line-height: 33.6px;
  font-weight: 500;
  margin-bottom: 8px;
  color: #212529;
}

.ria-carousel-video-title .ria-carousel-video-heading .ria-video-heading-bold {
  font-family: Helvetica, sans-serif;
}

#ria-cl-id {
  background-color: #072B53;
  padding: 0;
}

#ria-cl-id .ria-cl-id-value {
  padding: 8px 0;
  margin-bottom: 16px;
  font-family: Helvetica, sans-serif;
  font-size: 16px;
  line-height: 27.2px;
  font-weight: 400;
  text-align: center;
  color: #FFFFFF;
}

.resp-ria-page .slider-container .dots {
  display: none !important;
}

.ria-desktop {
  display: block;
}

.ria-mobile {
  display: none;
}

@media (min-width: 320px) {
  .resp-ria-page .page-section-inner.container {
        /*width: 100%;*/
    padding: 0 15px;
    box-sizing: border-box;
  }

  #resp-ria-main-page .slider-container .slider-card .slide-card {
    min-width: 100%;
    margin-right: 0;
  }

  .resp-ria-page .modal-dialog {
    width: auto;
    margin: 2rem .5em .5em;
  }
}

@media (min-width: 576px) {
  .resp-ria-page .page-section-inner.container {
        /*max-width: 540px;*/
    padding: 0 15px;
  }

  #resp-ria-main-page .slider-container .slider-card .slide-card {
    min-width: 49%;
    margin-right: 10px;
  }

  .resp-ria-page .modal-dialog {
    width: 500px;
    margin: 3.25rem auto;
  }
}

@media (min-width: 768px) {
  .resp-ria-page .page-section-inner.container {
        /*max-width: 720px;*/
    padding: 0 15px;
  }

  #resp-ria-main-page .slider-container .slider-card .slide-card {
    min-width: 49%;
    margin-right: 10px;
  }

  .ria-two-col .ria-image-part img {
    border-radius: 30px;
  }
}

@media (min-width: 992px) {
  .resp-ria-page .page-section-inner.container {
        /*max-width: 960px;*/
    padding: 0 15px;
  }

  #resp-ria-main-page .slider-container .slider-card .slide-card {
    min-width: 305px;
    margin-right: 10px;
  }

  .resp-ria-page .modal-dialog {
    width: 800px;
  }

  .ria-two-col .ria-text-part {
    padding: 32px 12px 0 140px;
  }
}

@media (min-width: 1070px) {
  #resp-ria-main-page .slider-container .slider-card .slide-card {
    min-width: 305px;
    margin-right: 10px;
  }
}

@media (min-width: 1200px) {
  .resp-ria-page .page-section-inner.container {
        /*max-width: 1140px;*/
    padding: 0 15px;
  }

  #resp-ria-main-page .slider-container .slider-card .slide-card {
    min-width: 363.33px;
    margin-right: 10px;
  }

  .resp-ria-page .slider-container {
    max-width: 1110px;
  }
}

@media (min-width: 1400px) {
  .resp-ria-page .page-section-inner.container {
    width: 1320px;
  }

  .resp-ria-banner-container {
    margin: 0 auto 0;
  }

  .resp-ria-banner-container .resp-ria-banner-title .resp-ria-banner-yellow {
    letter-spacing: 2px;
    display: inline-block;
    line-height: 65px;
  }
}

@media (min-width: 1500px) {
  .resp-ria-page .page-section-inner.container {
    width: 1350px;
  }

  .resp-ria-banner-container {
    margin: 0 auto 0;
  }

  .ria-para-bold {
    letter-spacing: 0.5px;
  }

  .ria-para {
    margin-right: 15px;
  }

  #resp-ria-main-page .slider-container .slider-card .slide-card {
    min-width: 315px;
    margin-right: 20px;
  }

  .resp-ria-page .slider-container {
    max-width: 100%;
  }

  .ria-text-part .ria-subtitle {
    margin-bottom: 0;
  }

  .ria-two-col .ria-text-part {
    padding: 32px 12px 0 330px;
  }

  .resp-ria-page .slider-container button {
    top: 29%;
  }
}

@media (max-width: 1200px) and (min-width: 992px) {
  #resp-ria-banner-section {
    padding-top: 112px;
  }

  .resp-ria-banner-container {
    margin: 0px auto 0;
  }
}

@media (max-width: 992px) {
  .ria-two-col {
    align-items: center;
    padding-left: 50px;
  }

  .resp-ria-banner-container {
    max-width: 100%;
  }

  #resp-ria-banner-section {
    min-height: 390px;
  }

  .resp-ria-banner-container {
    margin: 0 auto 0;
  }

  .ria-two-col .ria-text-part {
    padding: 32px 12px;
  }

  .ria-title {
    font-size: 28px;
    line-height: 34.4px;
  }

  .ria-text-part .ria-subtitle {
    margin-bottom: 0;
  }
}

@media (max-width: 768px) {
  #resp-ria-banner-section {
    padding-top: 128px;
  }

  .resp-ria-banner-container {
    max-width: 100%;
    margin: 0 auto 0;
  }

  .ria-two-col {
    flex-direction: column-reverse;
    padding-left: 0;
  }

  .ria-two-col .ria-image-part, .ria-two-col .ria-text-part {
    max-width: 100%;
  }

  .ria-two-col .ria-text-part {
    text-align: center;
    padding: 32px 55px 0 50px;
  }

  .ria-two-col .ria-text-part hr {
    margin: 20px auto 10px !important;
  }

  .ria-two-col .ria-image-part {
    padding: 0;
    justify-content: center;
  }

  .ria-two-col .ria-image-part img {
    border-radius: 30px;
  }

  .ria-para-bold {
    letter-spacing: 0;
  }

  .ria-desktop {
    display: none;
  }

  .ria-mobile {
    display: block;
  }
}

/* ria page ends here */

/* lo neuvo page starts here */


#resp-lonuevo-main-section {
  padding: 0;
}

.loneuvo-banner-container {
  padding: 0 15px 32px;
  position: relative;
  width: 100%;
  max-width: 100%;
  z-index: 1;
}

.loneuvo-banner-container .loneuvo-banner-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 48px;
  margin-top: 100px;
}

.loneuvo-banner-content h1 {
  position: relative;
  padding-left: 16px;
  font-size: 40px;
  line-height: 48px;
  margin-top: 24px;
  margin-bottom: 8px;
  font-family: Helvetica, sans-serif;
  color: #212529;
  color: #FFFFFF;
}

.loneuvo-banner-content h1.grey {
  color: #212529;
  background-color: transparent;
}

.loneuvo-banner-container .loneuvo-banner-content h1:before {
  content: "";
  position: absolute;
  left: -5px;
  top: 0;
  height: 100%;
  width: 10px;
  background-color: #cf1070;
}

#resp-lonuevo-main-section .footer-categoria {
  position: relative;
  margin-bottom: 32px;
}

#resp-lonuevo-main-section .video-parent {
  padding: 0 15px;
}

.video-cl-id {
  margin: 16px auto 48px;
}

.video-cl-id .video-cl-id-content {
  font-size: 16px;
  line-height: 27.2px;
  font-weight: 400;
  font-family: Helvetica, sans-serif;
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
}

#resp-lonuevo-main-section .footer-categoria:before {
  content: "";
  position: absolute;
  top: -230px;
  left: 0;
  width: 100%;
  z-index: -1;
  height: 278px;
  background-color: #053666;
}

.loneuvo-logo-section {
  display: flex;
  justify-content: space-between;
  max-width: 100%;
  width: 100%;
  padding: 0 15px;
}

.loneuvo-logo-section .icon {
  width: 80px;
  height: 80px;
}

.loneuvo-logo-section .icon img {
  max-width: 100%;
  display: block;
}

.lonevno-tittle-container {
  position: relative;
  padding: 32px 0 50px;
}

.lonevno-tittle.content {
  max-width: 100%;
  width: 100%;
  padding: 0 15px;
}

.lonevno-tittle.content h2 {
  margin-bottom: 8px;
  font-family: Helvetica, sans-serif;
  font-size: 32px;
  line-height: 38.4px;
  font-weight: 500;
  color: #212529;
}

.resp-lonuevo-page .slides {
  gap: 0;
}

#slider2 .slide-item av {
  position: relative;
}

/*#slider2 .slide-item a:before {
    content: "";
    background-image: url(/content/dam/multibrand/chile/es/azeventos/images/loneuvo-star-icon.png);
    background-repeat: no-repeat;
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 999;
    top: 1px;
    left: 1px;
}*/

.resp-lonuevo-page #azeventos-slider-2 .slide-item a .play-icon-event img {
  width: 40px !important;
  height: 40px !important;
  max-width: 40px !important;
  min-height: 40px;
}

#slider2 .slide-item img {
  position: relative;
}

.resp-lonuevo-page #azeventos-slider-2 .slide-item a .play-icon-event {
  position: absolute;
  z-index: 99;
  max-width: 40px;
  max-height: 40px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.resp-lonuevo-page #azeventos-slider-2 .slide-item a .play-icon-event img {
  Max-width: 100%;
}

.resp-lonuevo-page .slide-item {
  border-radius: 0;
  margin: 32px 10px 64px 0;
}

.resp-lonuevo-page .slide-item .slide-caption {
  border-radius: 0;
  padding: 10px;
}

.resp-lonuevo-page .slide-item .slide-caption h4 {
  font-family: "lexia", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 19.008px;
  line-height: 28.512px;
  margin-bottom: 0px;
}

.resp-lonuevo-page #azeventos-slider-2 .slide-item:hover {
  transform: none;
  box-shadow: none;
  transition: none;
}

.resp-lonuevo-page #azeventos-slider-2 .slide-item:hover .slide-caption {
  bottom: -2px;
  border-radius: 0 0 16px 16px;
  padding: 7px 10px;
  min-height: 40px;
}

.loneuvo-two-col-container .loneuvo-two-col-content {
  display: flex;
  flex-wrap: wrap;
}

.loneuvo-two-col-container .loneuvo-two-col-content .loneuvo-img-container .loneuvo-img {
  margin-top: 24px;
  position: relative;
  width: 100%;
}

.loneuvo-two-col-container .loneuvo-two-col-content .loneuvo-text-container .loneuvo-logo {
  margin-bottom: 57.594px;
}

.loneuvo-two-col-container .loneuvo-two-col-content .loneuvo-text-container .loneuvo-two-col-title {
  margin: 0 0 67.2px;
  font-size: 32px;
  line-height: 38.4px;
  font-family: Helvetica, sans-serif;
  font-weight: 500;
  color: #000;
}

.loneuvo-two-col-container .loneuvo-two-col-content .loneuvo-text-container .loneuvo-two-col-cta {
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  box-shadow: 0 0 0 2px #812652;
  background-color: transparent;
  padding: 6px 12px;
  border-radius: 4px;
}

.loneuvo-two-col-container .loneuvo-two-col-content .loneuvo-text-container .loneuvo-two-col-cta:hover {
  color: #212529;
  text-decoration: none;
}

.resp-lonuevo-page .htmlAsset .margin-bottom-10 {
  margin-bottom: 0;
}

@media (min-width: 320px) {
  .resp-lonuevo-page .loneuvo-banner-container, .resp-lonuevo-page .loneuvo-logo-section, .resp-lonuevo-page .loneuvo-two-col-container {
    max-width: 100%;
    padding: 0 15px;
    margin-left: auto;
    margin-right: auto;
  }

  .loneuvo-two-col-container .loneuvo-two-col-content .loneuvo-text-container {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding: 0 15px;
  }

  .loneuvo-two-col-container .loneuvo-two-col-content .loneuvo-img-container {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    padding: 0 15px;
  }

  .resp-lonuevo-page #azeventos-slider-2 .slide-item {
    min-width: calc(37.761% - 10px);
  }
}

@media (min-width: 768px) {
  .resp-lonuevo-page .loneuvo-banner-container, .resp-lonuevo-page .loneuvo-logo-section, .resp-lonuevo-page .loneuvo-two-col-container {
    max-width: 100%;
    padding: 0;
  }

  .loneuvo-two-col-container .loneuvo-two-col-content .loneuvo-text-container {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
    width: 100%;
    padding: 0 15px;
  }

  .loneuvo-two-col-container .loneuvo-two-col-content .loneuvo-img-container {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
    margin-left: 0;
    padding: 0 15px;
  }

  .resp-lonuevo-page #azeventos-slider-2 .slide-item {
    min-width: calc(35.367% - 10px);
  }
}

@media (min-width: 992px) {
  .resp-lonuevo-page .loneuvo-banner-container, .resp-lonuevo-page .loneuvo-logo-section, .resp-lonuevo-page .loneuvo-two-col-container {
    max-width: 100%;
    padding: 0;
  }
}

@media (min-width: 1200px) {
  .resp-lonuevo-page #azeventos-slider-2 .slide-item {
    min-width: 375px;
  }

  .resp-lonuevo-page .loneuvo-banner-container, .resp-lonuevo-page .loneuvo-logo-section, .resp-lonuevo-page .loneuvo-two-col-container {
    max-width: 100%;
    padding: 0;
  }

  .loneuvo-two-col-container .loneuvo-two-col-content .loneuvo-text-container {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    max-width: 50%;
    flex: 0 0 50%;
    width: 100%;
    padding: 0 15px;
  }

  .loneuvo-two-col-container .loneuvo-two-col-content .loneuvo-img-container {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
    margin-left: 8.333333%;
    padding: 0 15px;
  }
}

@media (min-width: 1400px) {
  .resp-lonuevo-page #azeventos-slider-2 .slide-item {
    min-width: 375px;
  }

  .resp-lonuevo-page .loneuvo-banner-container, .resp-lonuevo-page .loneuvo-logo-section, .resp-lonuevo-page .loneuvo-two-col-container {
    max-width: 100%;
    padding: 0;
  }

  #resp-lonuevo-main-section .video-parent {
    max-width: 1320px;
    margin: 0 auto;
  }
}

@media (min-width: 1500px) {
  .resp-lonuevo-page #azeventos-slider-2 .slide-item {
    min-width: 375px;
  }

  .resp-lonuevo-page #azeventos-slider-2 .slide-item img {
    max-width: 100%;
  }

  .resp-lonuevo-page .loneuvo-banner-container, .resp-lonuevo-page .loneuvo-logo-section, .resp-lonuevo-page .loneuvo-two-col-container {
    max-width: 1350px;
    padding: 0 15px;
  }

  #resp-lonuevo-main-section .video-parent {
    max-width: 1350px;
    margin: 0 auto;
  }
}

@media (max-width: 992px) {
  .loneuvo-two-col-container .loneuvo-two-col-content .loneuvo-text-container .loneuvo-two-col-cta {
    margin-bottom: 20px;
  }

  .loneuvo-two-col-container .loneuvo-two-col-content {
    align-items: flex-end;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .resp-lonuevo-page #azeventos-slider-2 .slide-item {
    min-width: 280px;
  }
}

@media (max-width: 768px) {
  .loneuvo-two-col-container .loneuvo-two-col-content .loneuvo-text-container .loneuvo-two-col-cta {
    margin-bottom: 0;
  }

  .resp-lonuevo-page .loneuvo-banner-container {
    padding-top: 128px;
  }

  .loneuvo-banner-content h1 {
    font-size: 28.8px;
    line-height: 34.6px;
  }

  .loneuvo-banner-container .loneuvo-banner-content {
    margin-top: 0;
  }

  #resp-lonuevo-main-section .footer-categoria:before {
    top: -242px;
    height: 290px;
  }

  .resp-lonuevo-page #azeventos-slider-2 .slide-item {
    min-width: 280px;
  }
}

@media (max-width: 480px) {
  .resp-lonuevo-page #azeventos-slider-2 .slide-item {
    min-width: calc(100% - 10px);
  }

  .shua-page #pre-login-section {
    padding: 0 10px;
  }
}

/* lo neuvo page ends here */

/* la vida page starts here */

#la-vida-main-section {
  padding: 0;
}

#la-vida-main-section #la-vida-banner-section {
  background-position: center;
  background-repeat: no-repeat;
  height: 420px;
  display: flex;
  align-items: center;
  padding: 112px 15px 0;
}

#koselugo-content-section {
  padding: 24px 0 48px;
}

.koselugo-content-container {
  padding: 24px 0;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.koselugo-content-container .koselugo-content-title {
  font-family: 'SourceSans3-Bold';
  font-size: 42px;
  line-height: 50.4px;
  font-weight: 700;
  padding: 0 12px;
  color: #8B1558;
  margin: 0;
}

.koselugo-content-container .koselugo-content-subtitle {
  font-family: 'SourceSans3-Medium';
  font-size: 28px;
  line-height: 33.6px;
  font-weight: 500;
  padding: 0 12px;
  color: #8B1558;
  margin: 0;
}

.koselugo-content-container .koselugo-content-subtitle sup {
  font-size: 70%;
  line-height: 0;
  font-family: Helvetica, sans-serif;
}

.koselugo-content-container .koselugo-content-title sup {
  font-size: 70%;
  line-height: 0;
}

.koselugo-content-container .koselugo-para-container {
  width: 100%;
  max-width: 80ch;
  text-align: center;
}

.koselugo-content-container .koselugo-para-container .koselugo-para {
  font-family: 'SourceSans3-light';
  font-size: 16px;
  line-height: 27.2px;
  font-weight: 300;
  font-style: italic;
}

.la-vida-page .video-parent {
  margin-top: 0;
}

#koselugo-video-section {
  padding: 48px 0;
  background-color: #f2f2f2;
}

#koselugo-video-section .koselugo-three-col-container .koselugo-three-col-title {
  display: flex;
  align-items: center;
  flex-direction: column;
}

#koselugo-video-section .koselugo-three-col-container .koselugo-three-col-title h2 {
  color: #000000;
  font-family: Helvetica, sans-serif;
  font-size: 32px;
  line-height: 38.4px;
  font-weight: 500;
  margin: 0;
  padding: 0 12px;
}

#koselugo-video-section .koselugo-three-col-container .koselugo-three-col-title h2 b {
  font-family: Helvetica, sans-serif;
  font-weight: 700;
}

.koselugo-three-col-content {
  margin: 48px 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.koselugo-three-col-content .koselugo-col-content {
  width: 33.3%;
  flex: 0 0 auto;
}

.koselugo-three-col-content .koselugo-col-content img {
  max-width: 100%;
}

.koselugo-three-col-content .koselugo-col-content a {
  margin: 8px;
  display: inline-block;
}

#koselugo-speaker-section {
  padding: 32px 0 50px;
}

#koselugo-speaker-section .koselugo-speaker-container {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 16px;
}

#koselugo-speaker-section .koselugo-speaker-container .card-koselugo-speaker {
  background-color: #fff;
  border-radius: 18px;
  padding: 18px 28px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  text-align: center;
  flex: 0 0 auto;
  width: 25.4%;
}

#koselugo-speaker-section .koselugo-speaker-container .card-koselugo-speaker .speaker-title {
  font-size: 24px;
  line-height: 28.8px;
  font-family: Helvetica, sans-serif;
  font-style: italic;
  color: #000000;
  font-weight: 500;
  margin: 0;
}

#koselugo-speaker-section .koselugo-speaker-container .card-koselugo-speaker .speaker-para {
  font-family: Helvetica, sans-serif;
  font-size: 16px;
  line-height: 27.2px;
  font-weight: 300;
  margin-bottom: 0;
}

#koselugo-cta-section {
  padding: 32px 0 50px;
}

#koselugo-cta-section .cta-koselugo {
  background-image: url(/content/dam/multibrand/ar/es/azeventos/images/background-koselugo-cta.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  max-width: 1000px;
  margin: auto;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#koselugo-cta-section .cta-koselugo .cta-text {
  font-family: helvetica, sans-serif;
  font-size: 22px;
  line-height: 33px;
  font-weight: 700;
  color: #8B1558;
  text-decoration: none;
  text-align: center;
  padding-left: 35px;
  padding-right: 12px;
}

#koselugo-cta-section .cta-koselugo .cta-koselugo-mobile {
  display: none;
}

.cta-conocer {
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cta-conocer .btn-conocer {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  background-color: #8B1558;
  color: #fff;
  border-radius: 100px;
  margin: auto;
  font-family: helvetica, sans-serif;
  font-size: 18px;
  line-height: 27px;
  font-weight: 700 !important;
  transition: all ease 300ms;
  text-decoration: none !important;
}

.cta-conocer .btn-conocer:hover {
  color: #8B1558;
  background-color: #FAE94E;
}

#koselugo-referencias-section {
  padding: 32px 0 50px;
}

.koselugo-referencias-container {
  display: flex;
  flex-wrap: wrap;
}

.koselugo-referencias-container .koselugo-referencias-title {
  color: #8B1558;
  font-weight: 700;
  font-size: 16px;
  line-height: 27.2px;
  font-family: 'SourceSans3-Bold';
  margin-bottom: 0;
}

.koselugo-referencias-container .koselugo-referencias-list {
  font-style: italic;
  font-size: 16px;
  line-height: 27.2px;
  font-family: 'SourceSans3-light';
  color: #053666;
  margin-bottom: 0;
}

#footer-koselugo-section {
  padding: 32px 0;
  background-color: #DEDEDE;
}

.footer-koselugo-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-koselugo-content {
  flex: 0 0 auto;
  width: 75%;
}

.footer-koselugo-image {
  flex: 0 0 auto;
  width: 25%;
  align-items: center;
  justify-content: center;
  display: flex;
}

.footer-koselugo-content .footer-koselugo-para {
  font-size: 16px;
  line-height: 27.2px;
  font-family: Helvetica, sans-serif;
  margin-bottom: 0;
  font-weight: 300;
  color: #000000;
}

.footer-koselugo-content .footer-koselugo-para .footer-koselugo-anchor {
  text-decoration: none;
  color: #000000;
}

.footer-koselugo-content .footer-koselugo-para .footer-koselugo-anchor:hover {
  color: #000000;
}

.la-vida-page #popup-template .modal-dialog {
  margin: 52px auto 28px;
}

/*.la-vida-page .video.section {
    max-width: 66.66666667%;
    margin: 0 auto;
}*/

.la-vida-page .modal-header {
  border-bottom: none;
  padding: 15px;
}

.la-vida-page .video-parent > div {
  height: auto;
}

.la-vida-page .modal-body {
  padding: 16px;
  margin-top: -15px;
}

.la-vida-page .modal-header .modal-title {
  font-family: Helvetica, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  padding-right: 20px;
}

.la-vida-page .modal-dialog button.close {
  font-size: 25px;
}

.la-vida-page .modal-dialog button.close:hover {
  transform: rotate(0deg) scale(1.1, 1.1);
}

@media (min-width: 320px) {
  .la-vida-page .page-section-inner.container {
    padding: 0 15px;
    box-sizing: border-box;
  }

  .la-vida-page .modal-dialog {
    width: auto;
  }
}

@media (min-width: 576px) {
  .la-vida-page .page-section-inner.container {
        /*max-width: 540px;*/
    padding: 0 15px;
  }

  .la-vida-page .modal-dialog {
    width: 500px;
  }
}

@media (min-width: 768px) {
  .la-vida-page .page-section-inner.container {
        /*max-width: 720px;*/
    padding: 0 15px;
  }
}

@media (min-width: 992px) {
  .la-vida-page .page-section-inner.container {
        /*max-width: 960px;*/
    padding: 0 15px;
  }

  .la-vida-page .modal-dialog {
    width: 800px;
  }
}

@media (min-width: 1200px) {
  .la-vida-page .page-section-inner.container {
        /*max-width: 1140px;*/
    padding: 0 15px;
  }
}

@media (min-width: 1400px) {
  .la-vida-page .page-section-inner.container {
    width: 1320px;
  }
}

@media (min-width: 1500px) {
  .la-vida-page .page-section-inner.container {
    width: 1350px;
  }
}

@media (max-width: 1024px) {
  #koselugo-speaker-section .koselugo-speaker-container .card-koselugo-speaker {
    width: 100%;
  }

  .la-vida-page .video.section {
    max-width: 100%;
  }

  #la-vida-main-section #la-vida-banner-section {
    background-position: 65% 100%;
  }
}

@media (max-width: 768px) {
  #koselugo-cta-section .cta-koselugo {
    background-image: none;
  }

  #koselugo-cta-section .cta-koselugo .cta-text {
    display: none;
  }

  #koselugo-cta-section .cta-koselugo .cta-koselugo-mobile {
    display: flex;
    width: 100%;
    max-width: 100%;
    padding: 0 12px;
    justify-content: center;
  }

  .koselugo-three-col-content {
    text-align: center;
  }

  .koselugo-three-col-content .koselugo-col-content {
    width: 100%;
  }

  .footer-koselugo-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    gap: 16px;
  }

  .footer-koselugo-image {
    width: auto;
  }

  #la-vida-main-section #la-vida-banner-section {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 80dvh;
    align-items: flex-start;
    min-height: 531px;
  }

  #la-vida-main-section #la-vida-banner-section .la-vida-text-container {
    margin-top: -25px;
  }

  .koselugo-content-container {
    text-align: center;
  }

  .footer-koselugo-content {
    width: 100%;
  }

  .la-vida-page .video.section {
    max-width: 100%;
  }

  .la-vida-page .page-section-inner.container {
    width: 100%;
    padding: 0 15px;
  }

  #la-vida-main-section #la-vida-banner-section {
    background-position: center;
  }
}

@media (max-width: 670px) {
  #la-vida-main-section #la-vida-banner-section {
    background-position: 65% 55%;
  }
}

@media (max-width: 576px) {
  .la-vida-page .modal-dialog {
    margin: 2rem .5em .5em;
  }

  #la-vida-main-section #la-vida-banner-section {
    background-position: 65% 50%;
  }
}

/* la vida page ends here */

/* descubramos horizontes page starts here */

#ultomiris-page-main-section {
  padding: 0;
}

#ultomiris-banner-section {
  max-height: 520px;
  min-height: 520px;
  padding-top: 48px;
  background-position: 50% 50%;
  background-attachment: fixed;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.contenido-banner-breztri .logo-container {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.title-ultomiris-neuro {
  font-size: 52px;
  line-height: 62.4px;
  text-shadow: 0px 8px 8px #0000003b;
  font-weight: 600;
  margin: 16px 0 8px;
  font-family: "Roboto Condensed", sans-serif;
  color: #FFFFFF;
}

#ultomiris-page-title {
  padding: 80px 0 12px;
  background-color: #F6F6F6;
}

#ultomiris-page-title .ultomiris-title-container {
  display: flex;
  justify-content: center;
}

#ultomiris-page-title .ultomiris-title-container .ultomiris-title-text {
  font-size: 32px;
  line-height: 38.4px;
  font-family: "Roboto Condensed", sans-serif;
  max-width: 700px;
  text-align: center;
  font-weight: 700;
  color: #008578;
  margin: 0;
}

#ultomiris-videos-section {
  padding: 16px 0 48px;
  background-color: #F6F6F6;
}

.ultomiris-two-col-container {
  margin-top: 24px;
  margin-bottom: 48px;
  display: flex;
  gap: 8px;
}

.ultomiris-two-col-container img {
  display: flex;
  max-width: 80px;
  height: 60px;
}

.ultomiris-flex-text-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 8px;
}

.ultomiris-flex-text-container .ultomiris-text-title {
  margin-bottom: 0;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 28px;
  line-height: 47.6px;
  font-weight: 500;
  color: #3F4444;
}

.ultomiris-flex-text-container .text-rosaoscuro-ultomiris {
  margin: 0 0 8px;
  color: #A73A64;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 24px;
  line-height: 28.8px;
  font-weight: 700;
}

#ultomiris-videos-section {
  padding: 16px 0 78px;
  background-color: #F6F6F6;
}

.ultomiris-two-col-container {
  margin-top: 24px;
  margin-bottom: 48px;
  display: flex;
  gap: 8px;
  align-items: center;
}

.ultomiris-flex-text-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 8px;
}

.ultomiris-flex-text-container .ultomiris-text-title {
  margin-bottom: 0;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 28px;
  line-height: 47.6px;
  font-weight: 500;
  color: #3F4444;
}

.ultomiris-flex-text-container .text-rosaoscuro-ultomiris {
  margin: 0 0 8px;
  color: #A73A64;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 24px;
  line-height: 28.8px;
  font-weight: 700;
}

.ultomiris-video-container {
  display: flex;
  justify-content: center;
}

.ultomiris-video-container .video-ultomiris {
  background-image: url(/content/dam/multibrand/ar/es/azeventos/images/sesion-gmg-portada.jpg);
  width: 100%;
  min-width: 800px;
  min-height: 450px;
  border-radius: 8px;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 275px;
  max-width: 520px;
  cursor: pointer;
  transition: all 400ms;
}

.ultomiris-video-container .corporeos_meta {
  background-image: url(/content/dam/multibrand/ar/es/azeventos/images/sesion-nmosd-portada.jpg);
}

.ultomiris-video-container .video-ultomiris:hover {
  transform: scale(1.04);
}

.ultomiris-video-container .video-ultomiris .titulo-video {
  position: absolute;
  bottom: 34px;
  left: 18px;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 32px;
  line-height: 38.4px;
  color: #FFFFFF;
  font-weight: 700;
  margin: 0 0 8px;
}

.ultomiris-video-container .video-ultomiris .icono-play-img {
  position: absolute;
  left: 45%;
  top: 40%;
  max-width: 100%;
}

#ultomiris-col-video-section {
  padding: 16px 0 78px;
  background-color: #F6F6F6;
}

#ultomiris-col-video-section .ultomiris-twocol-video-title {
  font-size: 28px;
  line-height: 33.6px;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  margin-bottom: 48px;
  margin-top: 0;
  color: #3F4444;
  text-align: center;
}

#ultomiris-col-video-section .ultomiris-twocol-video-inner {
  display: flex;
}

#ultomiris-col-video-section .ultomiris-twocol-video-inner .ultomiris-twocol-video {
  display: flex;
  justify-content: center;
  width: 553px;
  margin: auto;
}

#ultomiris-col-video-section .ultomiris-twocol-video-inner .ultomiris-twocol-video .video-ultomiris {
  width: 500px;
  min-width: auto;
  max-width: none;
  height: 255px;
  min-height: auto;
  background-image: url(/content/dam/multibrand/ar/es/azeventos/images/descubriendo-horizontes-portada1.jpg);
}

#ultomiris-col-video-section .ultomiris-twocol-video-inner .ultomiris-twocol-video.two .video-ultomiris {
  background-image: url(/content/dam/multibrand/ar/es/azeventos/images/descubriendo-horizontes-portada2.png);
}

#ultomiris-col-video-section .ultomiris-twocol-video-inner .ultomiris-twocol-video .video-ultomiris .titulo-video-subtitle {
  position: absolute;
  bottom: 4px;
  left: 18px;
  font-size: 20px;
  line-height: 24px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 500;
  color: #FFFFFF;
  margin: 0 0 8px;
}

#ultomiris-fourcol-section {
  padding: 48px 0;
  background-color: #F6F6F6;
}

#ultomiris-fourcol-section .ultomiris-fourcol-title-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 24px;
}

#ultomiris-fourcol-section .ultomiris-fourcol-title-container .ultomiris-fourcol-title {
  font-family: "Roboto", sans-serif;
  font-size: 28px;
  line-height: 33.6px;
  font-weight: 600;
  margin: 0;
  color: #3F4444;
}

#ultomiris-fourcol-section .ultomiris-fourcol-box-container {
  display: flex;
}

#ultomiris-fourcol-section .ultomiris-fourcol-box-container .ultomiris-fourcol-box {
  max-width: 24.432%;
  margin: auto;
}

#ultomiris-fourcol-section .ultomiris-fourcol-box-container .ultomiris-fourcol-box .ultomiris-fourcol-box-inner {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0px 3px 6px #0000003b;
  min-height: 270px;
  max-height: 270px;
  padding: 24px 16px;
}

#ultomiris-fourcol-section .ultomiris-fourcol-box-container .ultomiris-fourcol-box .ultomiris-fourcol-box-inner .ultomiris-fourcol-box-title {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 26px;
  line-height: 31.2px;
  font-weight: 700;
  color: #008578;
  margin: 0 0 8px;
}

#ultomiris-fourcol-section .ultomiris-fourcol-box-container .ultomiris-fourcol-box .ultomiris-fourcol-box-inner  .ultomiris-fourcol-box-violeta {
  height: 1px;
  border-top: none;
  background-color: #A73A64;
  border-bottom: 3px solid #A73A64;
  opacity: 1;
  margin: 8px 0;
}

#ultomiris-fourcol-section .ultomiris-fourcol-box-container .ultomiris-fourcol-box .ultomiris-fourcol-box-inner  .ultomiris-fourcol-box-para {
  color: #3F4444;
  font-size: 16px;
  line-height: 27.2px;
  font-weight: 500;
  font-family: "Roboto Condensed", sans-serif;
  margin-bottom: 16px;
}

#referencias-section {
  padding: 48px 0;
  background-color: #F6F6F6;
}

#referencias-section .referencias-container .referencias-container-text {
  margin: 0 auto;
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  line-height: 40.8px;
  font-weight: 400;
  color: #3F4444;
  text-align: center;
  max-width: 1100px;
}

#referencias-section .referencias-container .referencias-container-text .referencias-container-bold {
  font-family: "Roboto", sans-serif;
  color: #008578;
  font-size: 24px;
  line-height: 40.8px;
  font-weight: 700;
}

#referencias-section .referencias-container .referencias-container-cta {
  max-width: 270px;
  border-radius: 32px;
  text-decoration: none;
  background-color: #FF6A39;
  margin: 55px auto 48px;
  padding: 5px 25px;
  color: #fff;
  font-size: 22px;
  line-height: 33px;
  display: block;
  transition: all 400ms;
  position: relative;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}

#referencias-section .referencias-container .referencias-container-cta:hover {
  background-color: #ff8c39;
  color: #fff;
}

#referencias-section .referencias-container .referencias-content-txt {
  margin-bottom: 16px;
}

#referencias-section .referencias-container .referencias-content-txt .referencias-content-title {
  margin-bottom: 4px;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 27.2px;
  font-weight: 700;
  color: #008578;
}

#referencias-section .referencias-container .referencias-content-txt
 .referencias-content-list {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 27.2px;
  font-weight: 400;
  color: #3F4444;
  margin-bottom: 0;
}

.descubramos-horizontes-page .footer-koselugo-content .footer-koselugo-para {
  font-size: 12px;
  line-height: 20.4px;
  font-family: "Roboto Condensed", sans-serif;
  margin-bottom: 0;
  font-weight: 300;
  color: #3F4444;
}

.descubramos-horizontes-page .footer-koselugo-content .footer-koselugo-para .footer-koselugo-anchor {
  text-decoration: none;
  color: #3F4444;
}

.descubramos-horizontes-page .footer-koselugo-content .footer-koselugo-para .footer-koselugo-anchor:hover {
  text-decoration: none;
  color: #ff8c39;
}

.descubramos-horizontes-page .footer-koselugo-image {
  flex-direction: column;
}

.descubramos-horizontes-page .footer-koselugo-image .qr-title {
  font-size: 12px;
  font-family: "Roboto", sans-serif;
  line-height: 20.4px;
  font-weight: 700;
  color: #3F4444;
  margin-bottom: 4px;
}

.descubramos-horizontes-page .footer-koselugo-image img {
  max-width: 100px;
}

.descubramos-horizontes-page #popup-template .modal-dialog {
  margin: 52px auto 28px;
}

.descubramos-horizontes-page .modal-header {
  padding: 16px;
}

.descubramos-horizontes-page .modal-body {
  padding: 16px;
  margin-top: -15px;
  border-bottom: 0.666667px solid rgb(222, 226, 230);
  margin-bottom: 45px;
}

.descubramos-horizontes-page .modal-dialog button.close {
  background-color: rgb(240, 240, 240);
  font-size: 16px;
  line-height: 24px;
  padding: 1px 6px;
  border: 2px solid #000000;
  margin: 16px 0 0 16px;
  float: left;
}

.descubramos-horizontes-page .modal-dialog button.close span {
  vertical-align: text-bottom;
}

.descubramos-horizontes-page .modal-dialog button.close:hover {
  transform: rotate(0deg);
}

.dh-twocol-carousel {
  display: none;
}

.ultomiris-fourcol-container .dh-fourcol-carousel1, .ultomiris-fourcol-container .dh-fourcol-carousel2 {
  display: none;
}

.descubramos-horizontes-page .htmlAsset .margin-bottom-10 {
  margin-bottom: 0;
}

@media (min-width: 320px) {
  .descubramos-horizontes-page .page-section-inner.container {
        /*width: 100%;*/
    padding: 0 15px;
    box-sizing: border-box;
  }

  .descubramos-horizontes-page .modal-dialog {
    width: auto;
  }
}

@media (min-width: 576px) {
  .descubramos-horizontes-page .page-section-inner.container {
        /*max-width: 540px;*/
    padding: 0 15px;
  }

  .descubramos-horizontes-page .modal-dialog {
    width: 500px;
  }
}

@media (min-width: 768px) {
  .descubramos-horizontes-page .page-section-inner.container {
        /*max-width: 720px;*/
    padding: 0 15px;
  }
}

@media (min-width: 992px) {
  .descubramos-horizontes-page .page-section-inner.container {
        /*max-width: 960px;*/
    padding: 0 15px;
  }

  .descubramos-horizontes-page .modal-dialog {
    width: 800px;
  }
}

@media (min-width: 1200px) {
  .descubramos-horizontes-page .page-section-inner.container {
        /*max-width: 1140px;*/
    padding: 0 15px;
  }

  #ultomiris-fourcol-section .ultomiris-fourcol-box-container .ultomiris-fourcol-box {
    max-width: 24.342%;
  }
}

@media (min-width: 1400px) {
  .descubramos-horizontes-page .page-section-inner.container {
    width: 1320px;
  }

  #ultomiris-fourcol-section .ultomiris-fourcol-box-container .ultomiris-fourcol-box {
    max-width: 24.419%;
  }
}

@media (min-width: 1500px) {
  .descubramos-horizontes-page .page-section-inner.container {
    width: 1350px;
  }

  #ultomiris-fourcol-section .ultomiris-fourcol-box-container .ultomiris-fourcol-box {
    max-width: 24.432%;
  }
}

@media (max-width: 1200px) {
  #ultomiris-col-video-section .ultomiris-twocol-video-inner .ultomiris-twocol-video {
    max-width: 553px;
  }

  #ultomiris-col-video-section .ultomiris-twocol-video-inner .ultomiris-twocol-video .video-ultomiris {
    width: 453px;
  }

  #ultomiris-fourcol-section .ultomiris-fourcol-box-container .ultomiris-fourcol-box .ultomiris-fourcol-box-inner .ultomiris-fourcol-box-title {
    font-size: 22px;
    line-height: 25.2px;
  }
}

@media (max-width: 1024px) {
  .ultomiris-video-container .video-ultomiris {
    min-width: 343px;
    min-height: 275px;
  }

  #ultomiris-fourcol-section .ultomiris-fourcol-box-container {
    display: none;
  }

  .ultomiris-fourcol-container .dh-fourcol-carousel1, .ultomiris-fourcol-container .dh-fourcol-carousel2 {
    display: block;
  }

  .ultomiris-video-container .video-ultomiris .titulo-video, .descubramos-horizontes-page .dh-twocol-carousel .titulo-video {
    font-size: 25px;
    line-height: 30.4px;
  }

  #ultomiris-col-video-section .ultomiris-twocol-video-inner .ultomiris-twocol-video .video-ultomiris {
    width: 330px;
  }

  .dh-fourcol-carousel1 .slider-card, .dh-fourcol-carousel2 .slider-card {
    gap: 2px;
  }

  .dh-fourcol-carousel1 .slide-card,.dh-fourcol-carousel2 .slide-card {
    min-width: 50%;
  }

  .dh-fourcol-carousel1 .ultomiris-fourcol-box-inner, .dh-fourcol-carousel2 .ultomiris-fourcol-box-inner {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0px 3px 6px #0000003b;
    min-height: 270px;
    max-height: 270px;
    padding: 24px 16px;
  }

  .dh-fourcol-carousel1 .ultomiris-fourcol-box-inner .ultomiris-fourcol-box-title, .dh-fourcol-carousel2 .ultomiris-fourcol-box-inner .ultomiris-fourcol-box-title {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 22px;
    line-height: 25.2px;
    font-weight: 700;
    color: #008578;
    margin: 0 0 8px;
  }

  .dh-fourcol-carousel1 .ultomiris-fourcol-box-inner .ultomiris-fourcol-box-violeta, .dh-fourcol-carousel2 .ultomiris-fourcol-box-inner .ultomiris-fourcol-box-violeta {
    height: 1px;
    border-top: none;
    background-color: #A73A64;
    border-bottom: 3px solid #A73A64;
    opacity: 1;
    margin: 8px 0;
  }

  .dh-fourcol-carousel1 .ultomiris-fourcol-box-inner .ultomiris-fourcol-box-para, .dh-fourcol-carousel2 .ultomiris-fourcol-box-inner .ultomiris-fourcol-box-para {
    color: #3F4444;
    font-size: 16px;
    line-height: 27.2px;
    font-weight: 500;
    font-family: "Roboto Condensed", sans-serif;
    margin-bottom: 16px;
  }

  .dh-fourcol-carousel1 .dots, .dh-fourcol-carousel2 .dots {
    margin-top: 30px;
  }

  .dh-fourcol-carousel1 .dots .dot, .dh-fourcol-carousel2 .dots .dot {
    width: 8px;
    height: 8px;
    margin: 0 4px;
    background-color: #c5c5c5;
  }

  .dh-fourcol-carousel1 .dot.active, .dh-fourcol-carousel2 .dot.active {
    background-color: #008578;
  }

  .dh-fourcol-carousel2 .dot.active {
    background-color: #A73A64;
  }

  .dh-fourcol-carousel1 button, .dh-fourcol-carousel2 button {
    font-size: 27px;
    bottom: -10px;
    background-color: transparent;
    color: #008578;
    top: auto;
    padding: 0;
  }

  .dh-fourcol-carousel2 button {
    color: #A73A64;
  }

  .dh-fourcol-carousel1 button.prev svg, .dh-fourcol-carousel2 button.prev svg {
    width: 27px;
    height: 27px;
  }

  .dh-fourcol-carousel1 button.next svg, .dh-fourcol-carousel2 button.next svg {
    width: 27px;
    height: 27px;
  }

  .dh-fourcol-carousel1 button.prev, .dh-fourcol-carousel2 button.prev {
    left: 30%;
  }

  .dh-fourcol-carousel1 button.next, .dh-fourcol-carousel2 button.next {
    right: 30%;
  }

  .dh-fourcol-carousel1 button:hover svg, .dh-fourcol-carousel2 button:hover svg, .dh-fourcol-carousel1 button:focus svg, .dh-fourcol-carousel2 button:focus svg {
    border-radius: 50%;
    background-color: #008578;
    color: #FFFFFF;
    padding: 10px;
    width: 42px;
    height: 43px;
  }

  .dh-fourcol-carousel2 button:hover svg, .dh-fourcol-carousel2 button:focus svg {
    background-color: #A73A64;
  }

  .dh-fourcol-carousel1 button:hover, .dh-fourcol-carousel2 button:hover, .dh-fourcol-carousel1 button:focus, .dh-fourcol-carousel2 button:focus {
    bottom: -25px;
  }

  .dh-fourcol-carousel1 .dot:last-child, .dh-fourcol-carousel2 .dot:last-child {
    display: none;
  }
}

@media (max-width: 768px) {
  #referencias-section .referencias-container .referencias-container-cta {
    max-width: 100%;
  }

  .descubramos-horizontes-page .footer-koselugo-container {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
  }

  .descubramos-horizontes-page .footer-koselugo-content .footer-koselugo-para {
    text-align: center;
  }

  .ultomiris-video-container .video-ultomiris {
    min-width: 516px;
    min-height: 275px;
  }

  #ultomiris-col-video-section .ultomiris-twocol-video-inner {
    display: none;
  }

  .descubramos-horizontes-page .dh-twocol-carousel.slider-container .slider-card {
    gap: 0;
  }

  .descubramos-horizontes-page .dh-twocol-carousel {
    display: block;
  }

  .descubramos-horizontes-page .dh-twocol-carousel .slide-card {
    width: 100%;
    min-width: 100%;
    margin: auto;
  }

  .descubramos-horizontes-page .dh-twocol-carousel .video-ultomiris {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 255px;
    min-height: auto;
    position: relative;
    background-image: url(/content/dam/multibrand/ar/es/azeventos/images/descubriendo-horizontes-portada1.jpg);
    background-position: center;
    background-size: cover;
    border-radius: 15px;
  }

  .descubramos-horizontes-page .dh-twocol-carousel .video-ultomiris.two {
    background-image: url(/content/dam/multibrand/ar/es/azeventos/images/descubriendo-horizontes-portada2.png);
  }

  .descubramos-horizontes-page .dh-twocol-carousel .titulo-video {
    position: absolute;
    bottom: 34px;
    left: 18px;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 32px;
    line-height: 38.4px;
    color: #FFFFFF;
    font-weight: 700;
    margin: 0 0 8px;
  }

  .descubramos-horizontes-page .dh-twocol-carousel .titulo-video-subtitle {
    position: absolute;
    bottom: 4px;
    left: 18px;
    font-size: 20px;
    line-height: 24px;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 500;
    color: #FFFFFF;
    margin: 0 0 8px;
  }

  .descubramos-horizontes-page .dh-twocol-carousel .icono-play-img {
    position: absolute;
    left: 45%;
    top: 40%;
    max-width: 100%;
    width: 50px;
  }

  .descubramos-horizontes-page .dh-twocol-carousel button {
    display: none !important;
  }

  .descubramos-horizontes-page .dh-twocol-carousel .dots {
    margin-top: 30px;
  }

  .descubramos-horizontes-page .dh-twocol-carousel .dot {
    width: 8px;
    height: 8px;
    margin: 0 4px;
    background-color: #c5c5c5;
  }

  .descubramos-horizontes-page .dh-twocol-carousel .dot.active {
    background-color: #A73A64;
  }

  .title-ultomiris-neuro {
    font-size: 42px;
    line-height: 50.4px;
  }

  #ultomiris-fourcol-section .ultomiris-fourcol-title-container .ultomiris-fourcol-title, #ultomiris-col-video-section .ultomiris-twocol-video-title {
    font-size: 22px;
    line-height: 27px;
    text-align: center;
  }

  .ultomiris-flex-text-container .ultomiris-text-title, .ultomiris-flex-text-container .ultomiris-text-title {
    font-size: 23px;
    line-height: 39px;
    text-align: center;
  }

  .ultomiris-flex-text-container .text-rosaoscuro-ultomiris, .ultomiris-flex-text-container .text-rosaoscuro-ultomiris {
    font-size: 24px;
    line-height: 28.8px;
    text-align: center;
  }

  #ultomiris-fourcol-section .ultomiris-fourcol-title-container .ultomiris-fourcol-title, #koselugo-video-section .koselugo-three-col-container .koselugo-three-col-title h2, .koselugo-content-container .koselugo-content-subtitle {
    font-size: 23px;
    line-height: 28px;
  }

  .descubramos-horizontes-page #footer-koselugo-section .footer-koselugo-image {
    width: auto;
    margin: 0 auto;
  }

  #ultomiris-banner-section {
    padding: 80px 10px 0;
    background-position: 0 -180px;
    justify-content: flex-start;
    height: auto;
    background-repeat: no-repeat;
  }
}

@media (max-width: 576px) {
  .descubramos-horizontes-page .modal-dialog {
    margin: 2rem .5em .5em;
  }

  .ultomiris-video-container .video-ultomiris {
    min-width: 366px;
    min-height: 275px;
  }

  .descubramos-horizontes-page .dh-twocol-carousel .titulo-video {
    font-size: 25px;
    line-height: 30.4px;
  }

  .dh-fourcol-carousel1 .slide-card, .dh-fourcol-carousel2 .slide-card {
    min-width: 100%;
  }

  .dh-fourcol-carousel1 button.prev, .dh-fourcol-carousel2 button.prev {
    left: 10%;
  }

  .dh-fourcol-carousel1 button.next, .dh-fourcol-carousel2 button.next {
    right: 10%;
  }

  .dh-fourcol-carousel1 .dot:last-child, .dh-fourcol-carousel2 .dot:last-child {
    display: block;
  }
}


/* descubramos horizontes page ends here */

/* un-nuevo-horizonte-para-pacientes-con-shua-y-hpn page starts here */

#nuevo-horizonte-main-section {
  padding: 0;
}

#nuevo-horizonte-banner-section {
  background-position: bottom center;
  background-repeat: no-repeat;
  height: 550px;
  padding: 0;
}

#nuevo-horizonte-banner-section .nuevo-horizonte-banner-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(1, 1fr);
  grid-auto-flow: row;
  padding-top: 140px;
  padding-bottom: 0;
}

#nuevo-horizonte-banner-section .nuevo-horizonte-banner-container .nuevo-horizonte-banner-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 10px 0;
}

#nuevo-horizonte-banner-section .nuevo-horizonte-banner-container .nuevo-horizonte-banner-content .nuevo-horizonte-banner-logo {
  width: 200px;
  height: auto;
  max-width: 100%;
  border: none;
  border-radius: 0;
  box-shadow: none;
}

#nuevo-horizonte-banner-section .nuevo-horizonte-banner-container .nuevo-horizonte-banner-content .nuevo-horizonte-banner-title {
  padding: 10px 0px;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  max-width: 250px;
  color: #FFFFFF;
  font-family: Helvetica, sans-serif;
  font-size: 16px;
  line-height: 27.2px;
  font-weight: 600;
  letter-spacing: 0.6px;
}

#nuevo-horizonte-banner-section .nuevo-horizonte-banner-container .nuevo-horizonte-banner-content .nuevo-horizonte-banner-subtitle {
  font-size: 50px;
  font-family: 'Oswald-SemiBold';
  color: #FFFFFF;
  font-weight: 600;
  margin: 0;
}

#nuevo-horizonte-banner-section .nuevo-horizonte-banner-container .nuevo-horizonte-banner-content .nuevo-horizonte-para {
  margin: 0;
  padding-bottom: 30px;
  color: #FFFFFF;
  font-family: 'Oswald-Light';
  font-size: 28px;
  line-height: 33.6px;
  font-weight: 400;
}

#nuevo-fullsize-video-section {
  padding: 20px 0 50px;
  background-color: #F6F6F6;
}

#nuevo-fullsize-video-section .nuevo-fullsize-video-container {
  margin: 40px 10px;
}

#nuevo-fullsize-video-section .nuevo-fullsize-video-container .nuevo-fullsize-video-title {
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 28px;
  line-height: 33.6px;
  font-weight: 700;
  text-align: center;
}

#nuevo-fullsize-video-section .video.section {
  padding: 0 10px 10px;
}

#nuevo-fullsize-video-section .video.section iframe {
  border-radius: 20px;
}

#nuevo-thrcol-video-section {
  padding: 40px 0 40px;
  background-color: #F9F9F9;
}

#nuevo-thrcol-video-section .nuevo-thrcol-video-content {
  padding: 10px 0;
  margin-bottom: 40px;
}

#nuevo-thrcol-video-section .nuevo-thrcol-video-content .nuevo-thrcol-video-title {
  font-family: Helvetica, sans-serif;
  font-size: 28px;
  color: #1D1D1D;
  text-align: center;
  font-weight: 300;
}

#nuevo-thrcol-video-section .nuevo-thrcol-video-content .nuevo-thrcol-video-title b {
  font-weight: 600;
  font-family: Helvetica, sans-serif;
}

#nuevo-thrcol-video-section .nuevo-thrcol-videos {
  display: flex;
}

#nuevo-thrcol-video-section .nuevo-thrcol-videos .box {
  margin: 10px;
  width: 359px;
}

#nuevo-thrcol-video-section .nuevo-thrcol-videos .box img {
  width: 100%;
}

#nuevo-thrcol-text-section {
  background-color: #F6F6F6;
  padding: 40px 0 70px;
}

#nuevo-thrcol-text-section .nuevo-thrcol-text-container .nuevo-thrcol-text-content {
  padding-bottom: 30px;
  margin-bottom: 20px;
}

#nuevo-thrcol-text-section .nuevo-thrcol-text-container .nuevo-thrcol-text-content .nuevo-thrcol-text-title {
  font-size: 28px;
  line-height: 33.6px;
  font-family: Helvetica, sans-serif;
  color: #053666;
  font-weight: 500;
  margin: 0;
  text-align: center;
}

#nuevo-thrcol-text-section .nuevo-thrcol-text-container .nuevo-thrcol-text-content .nuevo-thrcol-text-title b {
  font-family: Helvetica, sans-serif;
  font-weight: 700;
}

#nuevo-thrcol-text-section .nuevo-thrcol-text-container .nuevo-thrcol-text {
  display: flex;
}

#nuevo-thrcol-text-section .nuevo-thrcol-text-container .nuevo-thrcol-text .box {
  width: 33.3%;
  background-color: #fff;
  margin: 10px;
  padding: 40px 30px;
  border-radius: 20px;
  min-height: 256px;
}

#nuevo-thrcol-text-section .nuevo-thrcol-text-container .nuevo-thrcol-text .box .box-inner-title {
  color: #7a7a7a;
  font-size: 16px;
  line-height: 27.2px;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  margin: 0;
}

#nuevo-thrcol-text-section .nuevo-thrcol-text-container .nuevo-thrcol-text .box .box-inner-username {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 1px;
  font-weight: 400;
  margin: 0 0 8px;
  padding-bottom: 16px;
}

#nuevo-thrcol-text-section .nuevo-thrcol-text-container .nuevo-thrcol-text .box hr {
  border: 1px solid #bfbfbf;
  margin: 2px 0px 10px;
}

#nuevo-thrcol-text-section .nuevo-thrcol-text-container .nuevo-thrcol-text .box .box-inner-para {
  color: #7a7a7a;
  font-size: 16px;
  line-height: 27.2px;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  margin: 0;
}

#nuevo-ref-text-section {
  padding: 40px 0 40px;
  background-color: #F9F9F9;
}

#nuevo-ref-text-section .nuevo-ref-text-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

#nuevo-ref-text-section .nuevo-ref-text-container .nuevo-ref-text-title {
  color: #3F4444;
  font-size: 28px;
  line-height: 47.6px;
  font-family: Helvetica, sans-serif;
  font-weight: 300;
  margin: 0;
  padding-bottom: 30px;
  text-align: center;
}

#nuevo-ref-text-section .nuevo-ref-text-container .nuevo-ref-text-title span {
  font-family: 'Oswald-Bold';
}

#nuevo-ref-text-section .nuevo-ref-text-container a {
  text-align: center;
}

#nuevo-ref-text-section .nuevo-ref-text-container a .nuevo-ref-text-btn {
  background-color: #008578;
  border: transparent;
  padding: 7px 30px;
  border-radius: 35px;
  color: white;
  transition: background-color 0.4s ease;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 24px;
}

#nuevo-ref-text-section .nuevo-ref-text-container a .nuevo-ref-text-btn:hover {
  background-color: #FF6A39;
}

#nuevo-ref-text-section .nuevo-ref-text-container .nuevo-reftext-content {
  color: #3f4444;
  font-family: Helvetica, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  margin: 0;
}

#nuevo-qr-text-section {
  background-color: #DBDBDB;
  padding: 0;
}

#nuevo-qr-text-section .nuevo-qr-text-container {
  display: flex;
  flex-direction: column;
}

#nuevo-qr-text-section .nuevo-qr-text-container .nuevo-qrtext-twocol {
  flex-basis: auto;
  flex-grow: 1;
  flex-shrink: 1;
  align-self: auto;
  display: flex;
  padding-bottom: 10px;
}

#nuevo-qr-text-section .nuevo-qr-text-container .nuevo-qrtext-twocol .nuevo-qr-text-left {
  width: 50%;
  padding: 40px 0 10px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

#nuevo-qr-text-section .nuevo-qr-text-container .nuevo-qrtext-twocol .nuevo-qr-text-right {
  width: 50%;
  padding: 50px 10px 20px;
}

#nuevo-qr-text-section .nuevo-qr-text-container .nuevo-qrtext-twocol .nuevo-qr-text-left .nuevo-qrtext-box {
  display: grid;
  grid-template-columns: 122.5px 122.5px 122.5px 122.5px;
  grid-template-rows: 66px;
  grid-auto-flow: row;
  align-content: flex-start;
  align-items: normal;
  gap: 20px;
  justify-content: start;
  justify-items: start;
  height: 86px;
  padding: 10px;
}

#nuevo-qr-text-section .nuevo-qr-text-container .nuevo-qrtext-twocol .nuevo-qr-text-left .nuevo-qrtext-oneleft, #nuevo-qr-text-section .nuevo-qr-text-container .nuevo-qrtext-twocol .nuevo-qr-text-left .nuevo-qrtext-twoleft, #nuevo-qr-text-section .nuevo-qr-text-container .nuevo-qrtext-twocol .nuevo-qr-text-left .nuevo-qrtext-threeleft {
  font-family: Helvetica, sans-serif;
  font-size: 16px;
  line-height: 27.2px;
  margin-bottom: 0;
  color: #7a7a7a;
  font-weight: 400;
}

#nuevo-qr-text-section .nuevo-qr-text-container .nuevo-qrtext-twocol .nuevo-qr-text-right .nuevo-qr-text-content2 p {
  font-family: Helvetica, sans-serif;
  font-size: 16px;
  line-height: 27.2px;
  margin-bottom: 0;
  color: #7a7a7a;
  font-weight: 300;
}

#nuevo-qr-text-section .nuevo-qr-text-container .nuevo-qrtext-twocol .nuevo-qr-text-right .nuevo-qr-text-content2 p a {
  color: #000000;
  text-decoration: none;
}

#nuevo-qr-text-section .nuevo-qr-text-container .nuevo-qrtext-twocol .nuevo-qr-text-right .nuevo-qr-text-content2 p a:hover {
  color: #0a58ca;
}

#nuevo-qr-text-section .nuevo-qr-text-container .nuevo-qrtext-twocol .nuevo-qr-text-right .nuevo-qr-text-content2 p b {
  font-weight: 600;
  font-family: Helvetica, sans-serif;
}

#nuevo-qr-text-section .nuevo-qr-text-container .nuevo-qrtext-twocol .nuevo-qr-text-left .nuevo-qrtext-box .qr-title {
  font-family: Helvetica, sans-serif;
  font-size: 16px;
  line-height: 27.2px;
  margin-bottom: 0;
  color: #7a7a7a;
  font-weight: 600;
}

#nuevo-qr-text-section .nuevo-qr-text-container .nuevo-qrtext-twocol .nuevo-qr-text-left .nuevo-qrtext-box .qr-title {
  font-family: Helvetica, sans-serif;
  font-size: 16px;
  line-height: 27.2px;
  margin-bottom: 0;
  color: #7a7a7a;
  font-weight: 600;
}

#nuevo-qr-text-section .nuevo-qr-text-container hr {
  border: 1px solid #a4a4a4;
  margin-bottom: 20px;
  margin-top: 0;
  width: 100%;
  background-color: transparent;
}

#nuevo-qr-text-section .nuevo-qr-text-container .nuevo-qrtext-onecol {
  padding-bottom: 50px;
}

#nuevo-qr-text-section .nuevo-qr-text-container .nuevo-qrtext-onecol .nuevo-qrtext-onepara, #nuevo-qr-text-section .nuevo-qr-text-container .nuevo-qrtext-onecol .nuevo-qrtext-twopara {
  font-family: Helvetica, sans-serif;
  font-size: 16px;
  line-height: 27.2px;
  margin-bottom: 0;
  color: #7a7a7a;
  font-weight: 300;
  text-align: center;
}

#nuevo-qr-text-section .nuevo-qr-text-container .nuevo-qrtext-onecol .nuevo-qrtext-twopara b {
  font-family: Helvetica, sans-serif;
  font-weight: 600;
}

#nuevo-ar-id-section .nuevo-arid-content {
  font-family: Helvetica, sans-serif;
  font-size: 16px;
  line-height: 27.2px;
  margin-bottom: 0;
  color: #7a7a7a;
  font-weight: 300;
  text-align: center;
  padding: 40px 0;
}

#nuevo-ar-id-section {
  padding: 0;
  background-color: transparent;
}

@media (min-width: 320px) {
  .un-nuevo-horizonte-page .page-section-inner.container {
        /*width: 100%;*/
    padding: 0 15px;
    box-sizing: border-box;
  }

  .un-nuevo-horizonte-page .modal-dialog {
    width: auto;
  }
}

@media (min-width: 576px) {
  .un-nuevo-horizonte-page .page-section-inner.container {
        /*max-width: 540px;*/
    padding: 0 15px;
  }

  .un-nuevo-horizonte-page .modal-dialog {
    width: 500px;
  }
}

@media (min-width: 768px) {
  .un-nuevo-horizonte-page .page-section-inner.container {
        /*max-width: 720px;*/
    padding: 0 15px;
  }
}

@media (min-width: 992px) {
  .un-nuevo-horizonte-page .page-section-inner.container {
        /*max-width: 960px;*/
    padding: 0 15px;
  }

  .un-nuevo-horizonte-page .modal-dialog {
    width: 800px;
  }
}

@media (min-width: 1200px) {
  .un-nuevo-horizonte-page .page-section-inner.container {
        /*max-width: 1140px;*/
    padding: 0 15px;
  }
}

@media (min-width: 1400px) {
    /*.un-nuevo-horizonte-page .page-section-inner.container {
        width: 1320px;
    }*/;
}

@media (min-width: 1500px) {
    /*.un-nuevo-horizonte-page .page-section-inner.container {
        width: 1350px;
    }*/;
}

@media (max-width: 1101px) {
  #nuevo-thrcol-video-section .nuevo-thrcol-videos {
    flex-direction: column;
    align-items: center;
  }
}

@media (max-width: 1024px) {
  #nuevo-horizonte-banner-section {
    background-position: 50% 100%;
  }

  #nuevo-horizonte-banner-section .nuevo-horizonte-banner-container {
    padding-bottom: 50px;
    grid-template-columns: repeat(1, 1fr);
  }

  #nuevo-horizonte-banner-section .nuevo-horizonte-banner-container .nuevo-horizonte-banner-content .nuevo-horizonte-banner-subtitle {
    text-align: center;
    margin-top: 70px;
  }

  #nuevo-horizonte-banner-section .nuevo-horizonte-banner-container .nuevo-horizonte-banner-content .nuevo-horizonte-para {
    text-align: center;
  }

  #nuevo-horizonte-banner-section .nuevo-horizonte-banner-container .nuevo-horizonte-banner-content .nuevo-horizonte-banner-logo {
    display: none;
  }

  #nuevo-thrcol-text-section .nuevo-thrcol-text-container .nuevo-thrcol-text .box {
    max-width: 540px;
    width: 100%;
    margin: 10px auto;
    min-height: auto;
  }

  #nuevo-thrcol-text-section .nuevo-thrcol-text-container .nuevo-thrcol-text {
    flex-direction: column;
    padding: 0 40px;
  }
}

@media (max-width: 1110px) {
  #nuevo-horizonte-banner-section .nuevo-horizonte-banner-container .nuevo-horizonte-banner-content .nuevo-horizonte-banner-title {
    max-width: 261px;
  }
}

@media (max-width: 768px) {
  #nuevo-thrcol-text-section .nuevo-thrcol-text-container .nuevo-thrcol-text .box {
    max-width: 540px;
    width: 100%;
    margin: 10px auto;
  }

  #nuevo-thrcol-text-section .nuevo-thrcol-text-container .nuevo-thrcol-text {
    flex-direction: column;
    padding: 0 40px;
  }

  #nuevo-qr-text-section .nuevo-qr-text-container .nuevo-qrtext-twocol {
    flex-direction: column;
  }

  #nuevo-qr-text-section .nuevo-qr-text-container .nuevo-qrtext-twocol .nuevo-qr-text-left, #nuevo-qr-text-section .nuevo-qr-text-container .nuevo-qrtext-twocol .nuevo-qr-text-right {
    width: 100%;
  }

  #nuevo-fullsize-video-section .nuevo-fullsize-video-container .nuevo-fullsize-video-title {
    font-size: 22px;
    line-height: 28.6px;
  }

  #nuevo-ref-text-section .nuevo-ref-text-container .nuevo-ref-text-title {
    font-size: 23px;
    line-height: 39px;
  }

  #nuevo-thrcol-text-section .nuevo-thrcol-text-container .nuevo-thrcol-text-content .nuevo-thrcol-text-title, #nuevo-thrcol-video-section .nuevo-thrcol-video-content .nuevo-thrcol-video-title {
    font-size: 23px;
    line-height: 27px;
  }

  #nuevo-horizonte-banner-section {
    background-position: 60% 100%;
  }

  #nuevo-horizonte-banner-section .nuevo-horizonte-banner-container .nuevo-horizonte-banner-content .nuevo-horizonte-banner-title {
    max-width: 250px;
  }
}

@media (max-width: 570px) {
  #nuevo-qr-text-section .page-section-inner.container {
    padding: 0 11px;
  }

  #nuevo-qr-text-section .nuevo-qr-text-container .nuevo-qrtext-twocol .nuevo-qr-text-right {
    padding: 50px 5px 20px;
  }
}

/* un-nuevo-horizonte-para-pacientes-con-shua-y-hpn page ends here */

/* triple terapia page starts here */

#resp-triple-main-section {
  padding: 0;
}

#resp-triple-main-section #resp-triple-banner-section {
  background-image: url('/content/dam/multibrand/ar/es/azeventos/images/banner-tt-breztri.png');
  background-attachment: scroll;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto !important;
  !i;!;
    min-height: 454px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: normal;
  padding: 10px 0;
}

#resp-triple-main-section #resp-triple-banner-section .resp-triple-banner-title {
  font-size: 32px;
  line-height: 32px;
  color: #FFFFFF;
  font-family: "Montserrat", Sans-serif;
  font-weight: 400;
  font-style: normal;
  padding: 10px 0;
  margin: 0;
}

#resp-triple-main-section #resp-triple-banner-section .evento-cta {
  padding: 12px 24px;
  font-family: "Montserrat", Sans-serif;
  font-size: 16px;
  font-weight: 700;
  background-color: #46DCBF;
  border-radius: 50px 50px 50px 50px;
  color: #FFFFFF;
  text-decoration: none;
  width: fit-content;
}

#resp-triple-main-section #resp-triple-banner-section .resp-triple-banner-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

#resp-triple-speaker-section {
  padding: 40px 0 40px;
  background-color: #f9f9f9;
}

#resp-triple-speaker-section .page-section-inner.container .accordion.section {
  max-width: 100%;
  margin: 0 auto;
}

#resp-triple-speaker-section .page-section-inner.container {
  max-width: 500px;
  margin: 0 auto;
  padding: 10px 0;
}

#resp-triple-speaker-section .resp-triple-speaker-title {
  color: #000000;
  font-family: "Montserrat", Sans-serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 32px;
  text-align: center;
  margin-bottom: 20px;
}

#resp-triple-speaker-section .resp-triple-speaker-divider {
  padding: 2px 0;
  margin-bottom: 20px;
  line-height: 0;
}

#resp-triple-speaker-section .resp-triple-speaker-divider span {
  width: 60px;
  display: block;
  margin: 0 auto;
  border-top: 2px solid #ec9b47;
}

.tt-acc-main-section > .panel-action-container {
  display: none;
}

.tt-acc-main-section .accordion-inner-container {
  padding: 0;
}

.tt-acc-main-section .accordion-inner-container .panel-group {
  border: 0;
  margin: 0;
}

.tt-acc-main-section .accordion-inner-container .panel-group .accordion-group.panel {
  max-width: 500px;
  margin: 0 auto;
}

.tt-acc-main-section .accordion-inner-container .panel-group .accordion-group.panel .panel-default {
  border: 0;
}

.tt-acc-main-section .accordion-inner-container .panel-group .accordion-group.panel .panel-default .pull-right {
  float: initial !important;
}

.tt-acc-main-section .accordion-inner-container .panel-group .accordion-group.panel .panel-default .collapse-panel-heading.collapsed .fa:before {
  content: "\f067";
  margin-left: 10px;
  margin-right: 10px;
}

.tt-acc-main-section .accordion-inner-container .panel-group .accordion-group.panel .panel-default .panel-title .collapse-panel-heading:before {
  content: "";
  background-image: url("/content/dam/multibrand/ar/es/azeventos/images/breztri-new-dr-martin.png");
  width: 120px;
  height: 120px;
  display: inline-block;
  vertical-align: middle;
  background-size: cover;
  margin-right: 20px;
  position: absolute;
  left: 40px;
  top: 90%;
}

.tt-acc-main-section .accordion-inner-container .panel-group .accordion-group.panel .panel-default .panel-heading {
  padding: 0;
}

.tt-acc-main-section .accordion-inner-container .panel-group .accordion-group.panel .panel-default .panel-title .collapse-panel-heading {
  display: inline-block;
  padding: 10px 20px;
  font-family: "Montserrat", Sans-serif;
  font-weight: 700;
  font-size: 21px;
  line-height: 31.5px;
  font-style: normal;
  padding: 40px 50px 30px;
  background-color: #46DCBF30;
  border-radius: 15px 15px 0 0;
  width: 100%;
  position: relative;
  padding-left: 179px;
  text-decoration: none;
}

.tt-acc-main-section .accordion-inner-container .panel-group .accordion-group.panel .panel-default .collapse-panel-heading .fa:before {
  content: "\f068";
  margin-left: 10px;
  margin-right: 10px;
}

.tt-acc-main-section .accordion-inner-container .panel-group .accordion-group.panel .panel-default .panel-title .collapse-panel-heading.collapsed {
  color: #df2f2f;
  border-radius: 15px;
  padding: 50px;
}

.tt-acc-main-section .accordion-inner-container .panel-group .accordion-group.panel .panel-default .panel-title .collapse-panel-heading.collapsed:hover {
  color: #1f2124;
  text-decoration: none;
}

.resp-triple-terapia-page .panel-collapse.collapse.in .tt-acc-body-content ul {
  max-width: 239px;
  float: right;
  padding-left: 32px;
}

.resp-triple-terapia-page .panel-collapse.collapse.in .panel-body {
  padding: 0 70px 40px;
  background-color: #46DCBF30;
  border-radius: 0 0 15px 15px;
}

.tt-acc-main-section .accordion-inner-container .panel-group .accordion-group.panel .panel-default .panel-title .collapse-panel-heading.collapsed:before {
  position: relative;
  top: 0;
  left: 0;
}

.resp-triple-terapia-page .panel-collapse.collapse.in .tt-acc-body-content  ul li {
  font-family: Helvetica, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
}

#resp-triple-headtitle-section {
  padding: 0;
  background-color: #f9f9f9;
}

#resp-triple-headtitle-section .resp-triple-headtitle-container {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 112px;
  padding: 10px 0;
}

#resp-triple-headtitle-section .resp-triple-headtitle-container .resp-triple-headtitle-content {
  color: #000000;
  font-family: "Montserrat", Sans-serif;
  font-size: 14px;
  font-weight: 300;
  font-style: normal;
  margin-bottom: 0;
}

#resp-triple-ar-id {
  padding: 0;
}

#resp-triple-ar-id .resp-triple-arid-text {
  padding: 10px 0;
  margin: 0;
  min-height: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #000000;
  font-family: "Montserrat", Sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
}

@media (min-width: 320px) {
  .resp-triple-terapia-page .page-section-inner.container {
        /*width: 100%;*/
    padding: 0 15px;
    box-sizing: border-box;
  }

  .resp-triple-terapia-page .modal-dialog {
    width: auto;
  }
}

@media (min-width: 576px) {
  .resp-triple-terapia-page .page-section-inner.container {
        /*max-width: 540px;*/
    padding: 0 15px;
  }

  .resp-triple-terapia-page .modal-dialog {
    width: 500px;
  }
}

@media (min-width: 768px) {
  .resp-triple-terapia-page .page-section-inner.container {
        /*max-width: 720px;*/
    padding: 0 15px;
  }
}

@media (min-width: 992px) {
  .resp-triple-terapia-page .page-section-inner.container {
        /*max-width: 960px;*/
    padding: 0 15px;
  }

  .resp-triple-terapia-page .modal-dialog {
    width: 800px;
  }
}

@media (min-width: 1200px) {
  .resp-triple-terapia-page .page-section-inner.container {
        /*max-width: 1140px;*/
    padding: 0 15px;
  }
    
    /*.resp-triple-terapia-page .navbar-header {*/
    /*    padding: 0 10px;*/
    /*}*/
    
  #resp-triple-main-section #resp-triple-banner-section .resp-triple-banner-title {
    padding: 10px;
  }
}

@media (min-width: 1400px) {
  .resp-triple-terapia-page .page-section-inner.container {
    max-width: 1140px;
  }
}

@media (min-width: 1500px) {
  .resp-triple-terapia-page .page-section-inner.container {
    max-width: 1140px;
  }
}

@media (max-width: 1200px) {
  .resp-triple-terapia-page .page-section-inner.container {
    max-width: 1140px;
    padding: 0 15px;
    width: 100%;
  }
}

@media (max-width: 992px) {
  #resp-triple-main-section #resp-triple-banner-section .resp-triple-banner-title, #resp-triple-speaker-section .resp-triple-speaker-title {
    font-size: 29px;
    line-height: 29px;
  }
}

@media (max-width: 768px) {
  #resp-triple-main-section #resp-triple-banner-section .resp-triple-banner-title, #resp-triple-speaker-section .resp-triple-speaker-title {
    font-size: 27px;
    line-height: 27px;
  }

  .tt-acc-main-section .accordion-inner-container .panel-group .accordion-group.panel .panel-default .panel-title .collapse-panel-heading:before {
    display: block;
    width: 161px;
    height: 161px;
    margin-bottom: 20px;
  }

  .tt-acc-main-section .accordion-inner-container .panel-group .accordion-group.panel .panel-default .panel-title .collapse-panel-heading {
    padding-left: 50px;
  }

  .tt-acc-main-section .accordion-inner-container .panel-group .accordion-group.panel .panel-default .panel-title .collapse-panel-heading:before {
    position: relative;
    top: auto;
    left: -10px;
    margin-bottom: 20px;
  }

  .tt-acc-main-section .accordion-inner-container .panel-group .accordion-group.panel .panel-default .panel-title .collapse-panel-heading.collapsed:before {
    position: relative;
    top: auto;
    left: -10px;
    margin-bottom: 20px;
  }

  .resp-triple-terapia-page .panel-collapse.collapse.in .panel-body {
    padding: 0 61px 40px;
  }

  .resp-triple-terapia-page .panel-collapse.collapse.in .tt-acc-body-content ul {
    float: left;
    max-width: 100%;
  }

  .resp-triple-terapia-page .page-section-inner.container {
    width: 100%;
    padding: 0 10px;
  }

  #resp-triple-speaker-section .page-section-inner.container {
    max-width: 100%;
    padding: 10px;
  }

  .tt-acc-main-section .accordion-inner-container .panel-group .accordion-group.panel {
    max-width: 100%;
  }
}

@media (max-width: 570px) {
  #resp-triple-main-section #resp-triple-banner-section .resp-triple-banner-title, #resp-triple-speaker-section .resp-triple-speaker-title {
    font-size: 25px;
    line-height: 25px;
  }

  .tt-acc-main-section .accordion-inner-container .panel-group .accordion-group.panel .panel-default .panel-title .collapse-panel-heading:before {
    width: 82.85px;
    height: 82.85px;
  }

  .resp-triple-terapia-page .panel-collapse.collapse.in .panel-body {
    padding: 0 70px 40px;
  }

  #resp-triple-headtitle-section .resp-triple-headtitle-container .resp-triple-headtitle-content {
    line-height: 14px;
    letter-spacing: 0.7px;
  }
}

/* triple terapia page ends here */

/* dia del prematuro page startss here */

#resp-diadel-main-container {
  padding: 0;
}

#resp-diadel-main-container #resp-diadel-banner-container {
  padding: 112px 12px 80px;
  background-position: left;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
}

#resp-diadel-main-container #resp-diadel-banner-container .resp-diadel-banner-content {
  max-width: 570px;
  padding: 0;
  padding-right: 50px;
}

#resp-diadel-main-container #resp-diadel-banner-container .resp-diadel-banner-content .resp-diadel-banner-text {
  font-family: Helvetica, sans-serif;
  font-size: 16px;
  line-height: 27.2px;
  font-weight: 300;
  color: #FFFFFF;
  margin-bottom: 0;
}

#resp-diadel-main-container #resp-diadel-banner-container .resp-diadel-banner-content .resp-diadel-banner-title {
  font-family: Helvetica, sans-serif;
  font-size: 44px;
  line-height: 52.8px;
  font-weight: 600;
  color: #FFFFFF;
  margin-top: 0;
  margin-bottom: 0;
  letter-spacing: 1.4px;
}

#resp-diadel-main-container #resp-diadel-video-section {
  padding: 64px 0 48px;
  background-color: #F6F6F6;
}

#resp-diadel-main-container #resp-diadel-video-section .resp-diadel-video-title {
  margin-bottom: 24px;
  margin-top: 0;
  text-align: center;
  font-family: Helvetica, sans-serif;
  font-size: 32px;
  line-height: 38.4px;
  font-weight: 600;
  color: #000000;
}

#resp-diadel-main-container #resp-diadel-video-section .resp-diadel-video-container {
  max-width: 1000px;
  margin: 0 auto;
}

#resp-diadel-main-container #resp-diadel-video-section .resp-diadel-video-container .resp-diadel-video-thumbimg:before {
  content: "";
  background-image: url(/content/dam/multibrand/ar/es/azeventos/images/p-prematuro-playicono.svg);
  background-size: cover;
  z-index: 999;
  position: absolute;
  left: 48%;
  top: 40%;
  border: 2px solid #A73A64;
  background-color: #A73A64;
  border-radius: 100px;
  width: 46px;
  height: 46px;
}

#resp-diadel-main-container #resp-diadel-video-section .resp-diadel-video-container .resp-diadel-video-thumbimg {
  position: relative;
  background-image: url('/content/dam/multibrand/ar/es/azeventos/images/p-prematuro.png');
  background-size: cover;
  display: block;
  min-height: 600px;
  border-radius: 20px;
}

#resp-diadel-main-container #resp-diadel-threecol-section {
  padding: 32px 0 50px;
  background-color: #F6F6F6;
}

#resp-diadel-main-container #resp-diadel-threecol-section .resp-diadel-threecol-title {
  margin: 0;
  font-family: Helvetica, sans-serif;
  font-size: 32px;
  line-height: 38.4px;
  font-weight: 600;
  text-align: center;
  padding: 0 12px;
}

#resp-diadel-main-container #resp-diadel-threecol-section .boxes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 1000px;
  width: 100%;
  margin: auto;
  gap: 22px;
  padding-top: 24px;
  align-items: flex-start;
  justify-content: center;
}

#resp-diadel-main-container #resp-diadel-threecol-section .boxes .box {
  background-color: #EBECEC;
  border-radius: 16px;
  padding: 24px 0 16px;
  min-height: 768px;
  text-align: center;
}

#resp-diadel-main-container #resp-diadel-threecol-section .boxes .box img {
  width: 180px;
  height: 180px;
  margin: 0 auto;
}

#resp-diadel-main-container #resp-diadel-threecol-section .boxes .box .title-speaker {
  background-color: #830051;
  color: #fff;
  font-size: 20px;
  padding: 16px 16px;
  margin-top: 12px;
  margin-bottom: 12px;
}

#resp-diadel-main-container #resp-diadel-threecol-section .boxes .box .box-main-title {
  color: #830051;
  font-size: 16px;
  font-style: italic;
  font-family: Helvetica, sans-serif;
  font-weight: 300;
  line-height: 24px;
  margin: 0;
}

#resp-diadel-main-container #resp-diadel-threecol-section .boxes .box .box-main-para {
  padding: 6px 16px;
  font-family: Helvetica, sans-serif;
  font-size: 16px;
  line-height: 27.2px;
  color: #000;
  font-weight: 300;
  margin: 0;
}

#resp-diadel-arid-section {
  padding: 24px;
  background-color: #F6F6F6;
}

#resp-diadel-arid-section .resp-diadel-arid-text {
  margin: 0;
  text-align: center;
  font-family: Helvetica, sans-serif;
  font-size: 16px;
  line-height: 27.2px;
  font-weight: 300;
  padding: 0 12px;
}

.resp-dia-del-page #popup-template .modal-dialog {
  margin: 52px auto 28px;
}

.resp-dia-del-page .modal-header {
  padding: 16px;
}

.resp-dia-del-page .modal-body {
  padding: 16px;
  margin-top: -15px;
  border-bottom: 0.666667px solid rgb(222, 226, 230);
  margin-bottom: 45px;
}

.resp-dia-del-page .modal-dialog button.close {
  background-color: rgb(240, 240, 240);
  font-size: 16px;
  line-height: 24px;
  padding: 1px 6px;
  border: 2px solid #000000;
  margin: 16px 0 0 16px;
  float: left;
}

.resp-dia-del-page .modal-dialog button.close span {
  vertical-align: text-bottom;
}

.resp-dia-del-page .modal-dialog button.close:hover {
  transform: rotate(0deg);
}

@media (min-width: 320px) {
  .resp-dia-del-page .page-section-inner.container {
        /*width: 100%;*/
    padding: 0 15px;
    box-sizing: border-box;
  }

  .resp-dia-del-page .modal-dialog {
    width: auto;
  }

  #resp-diadel-main-container #resp-diadel-video-section .resp-diadel-video-container {
    max-width: 350px;
  }

  #resp-diadel-main-container #resp-diadel-video-section .resp-diadel-video-container .resp-diadel-video-thumbimg {
    min-height: 200px;
  }
}

@media (min-width: 576px) {
  .resp-dia-del-page .page-section-inner.container {
        /*max-width: 540px;*/
    padding: 0 15px;
  }

  .resp-dia-del-page .modal-dialog {
    width: 500px;
  }
}

@media (min-width: 768px) {
  .resp-dia-del-page .page-section-inner.container {
        /*max-width: 720px;*/
    padding: 0 15px;
  }

  #resp-diadel-main-container #resp-diadel-video-section .resp-diadel-video-container {
    max-width: 700px;
  }

  #resp-diadel-main-container #resp-diadel-video-section .resp-diadel-video-container .resp-diadel-video-thumbimg {
    min-height: 400px;
  }
}

@media (min-width: 992px) {
  .resp-dia-del-page .page-section-inner.container {
        /*max-width: 960px;*/
    padding: 0 15px;
  }

  .resp-dia-del-page .modal-dialog {
    width: 800px;
  }
}

@media (min-width: 1200px) {
  .resp-dia-del-page .page-section-inner.container {
        /*max-width: 1140px;*/
    padding: 0 15px;
  }

  #resp-diadel-main-container #resp-diadel-video-section .resp-diadel-video-container {
    max-width: 1000px;
  }

  #resp-diadel-main-container #resp-diadel-video-section .resp-diadel-video-container .resp-diadel-video-thumbimg {
    min-height: 600px;
  }
}

@media (min-width: 1400px) {
  .resp-dia-del-page .page-section-inner.container {
    width: 1320px;
  }
}

@media (min-width: 1500px) {
  .resp-dia-del-page .page-section-inner.container {
    width: 1350px;
  }

  #resp-diadel-main-container #resp-diadel-banner-container .resp-diadel-banner-content {
    padding-right: 5px;
  }

  #resp-diadel-main-container #resp-diadel-banner-container .resp-diadel-banner-content .resp-diadel-banner-title {
    letter-spacing: 0;
  }
}

@media (max-width: 1199px) {
  #resp-diadel-main-container #resp-diadel-video-section .resp-diadel-video-title {
    font-size: 31px;
    line-height: 37px;
  }

  #resp-diadel-main-container #resp-diadel-banner-container .resp-diadel-banner-content .resp-diadel-banner-title {
    letter-spacing: 1px;
  }

  #resp-diadel-main-container #resp-diadel-banner-container .resp-diadel-banner-content {
    max-width: 460px;
    padding: 0;
    padding-right: 0;
  }

  #resp-diadel-main-container #resp-diadel-banner-container .resp-diadel-banner-content .resp-diadel-banner-title {
    letter-spacing: 0;
  }
}

@media (max-width: 992px) {
  #resp-diadel-main-container #resp-diadel-banner-container .resp-diadel-banner-content {
    max-width: 450px;
    padding-right: 0;
  }

  #resp-diadel-main-container #resp-diadel-video-section .resp-diadel-video-title {
    font-size: 28.5px;
    line-height: 34px;
  }

  #resp-diadel-main-container #resp-diadel-banner-container .resp-diadel-banner-content .resp-diadel-banner-title {
    letter-spacing: 1px;
  }
}

@media (max-width: 768px) {
  #resp-diadel-main-container #resp-diadel-banner-container {
    padding: 128px 12px 80px;
    background-position: center;
  }

  #resp-diadel-main-container #resp-diadel-banner-container .resp-diadel-banner-content {
    padding-top: 64px;
  }

  #resp-diadel-main-container #resp-diadel-threecol-section .boxes {
    grid-template-columns: 1fr;
  }

  #resp-diadel-main-container #resp-diadel-banner-container .resp-diadel-banner-content .resp-diadel-banner-title {
    font-size: 32px;
    line-height: 38.2px;
  }

  #resp-diadel-main-container #resp-diadel-video-section .resp-diadel-video-title {
    font-size: 27px;
    line-height: 33px;
  }

  #resp-diadel-main-container #resp-diadel-threecol-section .boxes .box {
    min-height: auto;
  }

  #resp-diadel-main-container #resp-diadel-video-section .resp-diadel-video-container .resp-diadel-video-thumbimg:before {
    left: 40%;
  }
}

@media (max-width: 570px) {
  #resp-diadel-main-container #resp-diadel-video-section .resp-diadel-video-title {
    font-size: 25px;
    line-height: 30px;
  }

  #resp-diadel-main-container #resp-diadel-banner-container .resp-diadel-banner-content .resp-diadel-banner-title {
    letter-spacing: 1px;
  }

  #resp-diadel-main-container #resp-diadel-threecol-section .boxes .box .box-main-para {
    letter-spacing: 0.27px;
  }
}

/* dia del prematuro page ends here */

/* VSR page starts here */

#resp-vsr-main-container {
  padding: 0;
}

#resp-vsr-main-container #resp-vsr-banner-container {
  background-image: url(/content/dam/multibrand/ar/es/azeventos/images/Enmascarar-grupo-786.png);
  background-position: bottom right;
  min-height: 415.33px;
  background-repeat: no-repeat;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}

#resp-vsr-main-container #resp-vsr-banner-container .resp-vsr-banner-content .resp-vsr-banner-subtitle {
  color: #005299;
  font-family: 'Roboto-Regular';
  font-weight: 400;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 24px;
  margin: 0 0 10px;
}

#resp-vsr-main-container #resp-vsr-banner-container .resp-vsr-banner-content {
  padding: 10px;
}

#resp-vsr-main-container #resp-vsr-banner-container .resp-vsr-banner-content .resp-vsr-banner-title {
  margin: 0;
  font-family: 'Roboto-Medium';
  font-size: 40px;
  line-height: 40px;
  color: #FFFFFF;
  text-transform: uppercase;
}

.vsr-prelogin-btn a {
  color: white;
  background-color: #EB7376;
  padding: 10px 20px;
  border-radius: 50px;
  transition: 0.2s ease-out;
  text-decoration: none !important;
  line-height: 1.2;
  font-size: 16px;
  margin-top: 20px;
  display: inline-block;
}

.vsr-prelogin-btn a:hover {
  color: #EB7376;
  background-color: white;
  border: 2px solid #EB7376;
}

div#vsrprelogin-zinc-section p {
  text-align: center;
  font-size: 16px;
  line-height: 1.2;
  padding: 0;
  margin: 0;
}

div#vsrprelogin-zinc-section {
  padding: 12px;
}

#resp-vsr-main-container #resp-vsr-title-section {
  background-color: #f9f9f9;
  padding: 0;
}

#resp-vsr-main-container #resp-vsr-title-section .resp-vsr-title-container {
  max-width: 1000px;
  padding: 20px;
  margin: 40px auto 30px;
}

#resp-vsr-main-container #resp-vsr-title-section .resp-vsr-title-container .resp-vsr-title-one {
  text-align: center;
  font-family: Helvetica, sans-serif;
  font-size: 16px;
  line-height: 27.2px;
  font-weight: 300;
  margin-bottom: 0;
  color: #4E4E4E;
}

#resp-vsr-main-container #resp-vsr-title-section .resp-vsr-title-container .resp-vsr-title-two {
  text-align: center;
  font-family: Helvetica, sans-serif;
  font-size: 16px;
  line-height: 27.2px;
  font-weight: 300;
  margin-bottom: 0;
  color: #4E4E4E;
}

#resp-vsr-video-section {
  background-color: #f9f9f9;
  padding: 0;
}

#resp-vsr-video-section .video.section {
  padding: 20px;
  max-width: 1170px;
  margin: 0 auto;
}

#resp-vsr-video-section .video.section .video-parent {
  margin: 0;
}

#resp-vsr-twocol-section {
  background-color: #f6f6f6;
  padding: 0;
}

#resp-vsr-twocol-section .resp-vsr-twocol-container {
  padding: 80px 0 100px;
  max-width: 1170px;
  margin: 0 auto;
}

#resp-vsr-twocol-section .resp-vsr-twocol-container .resp-vsr-twocol-title {
  display: flex;
  gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#resp-vsr-twocol-section .resp-vsr-twocol-container .resp-vsr-twocol-title .resp-vsr-twocol-heading {
  font-family: 'Roboto-Medium';
  font-size: 32px;
  line-height: 32px;
  font-weight: 500;
  margin-bottom: 0;
  color: #000000;
}

#resp-vsr-twocol-section .resp-vsr-twocol-container .resp-vsr-twocol-title .resp-vsr-twocol-divider {
  text-align: center;
  padding-block-start: 2px;
  padding-block-end: 2px;
  display: flex;
  width: 100%;
}

#resp-vsr-twocol-section .resp-vsr-twocol-container .resp-vsr-twocol-title .resp-vsr-twocol-divider .resp-vsr-twocol-separator {
  width: 4%;
  margin: 0 auto;
  border-top: 2px solid #eb7376;
}

#resp-vsr-twocol-section .resp-vsr-twocol-container .resp-vsr-twocol-content {
  background-color: #FFFFFF;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(1, 1fr);
  gap: 20px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  padding: 60px;
  border-radius: 20px 20px 20px 20px;
}

#resp-vsr-twocol-section .resp-vsr-twocol-container .resp-vsr-twocol-content .resp-vsr-twocol-one {
  padding: 10px 40px 10px 10px;
  border-style: solid;
  border-width: 0px 1px 0px 0px;
  border-color: #C9C9C9;
}

#resp-vsr-twocol-section .resp-vsr-twocol-container .resp-vsr-twocol-content .resp-vsr-twocol-two {
  padding: 10px;
  border-style: solid;
  border-width: 0px 0px 0px 0px;
  border-color: #C9C9C9;
}

#resp-vsr-twocol-section .resp-vsr-twocol-container .resp-vsr-twocol-content .doctor-name {
  text-align: center;
  color: #eb7376;
  font-family: Helvetica, sans-serif;
  font-size: 20px;
  line-height: 34px;
  font-weight: 600;
  letter-spacing: 0.5px;
  margin-bottom: 0;
}

#resp-vsr-twocol-section .resp-vsr-twocol-container .resp-vsr-twocol-content .para-one {
  color: #7a7a7a;
  font-family: Helvetica, sans-serif;
  font-size: 16px;
  line-height: 27.2px;
  font-weight: 400;
  margin-bottom: 0;
  text-align: center;
  letter-spacing: 0.5px;
}

#resp-vsr-twocol-section .resp-vsr-twocol-container .resp-vsr-twocol-content .para-two {
  color: #005299;
  text-transform: uppercase;
  font-family: Helvetica, sans-serif;
  font-size: 16px;
  line-height: 27.2px;
  font-weight: 600;
  margin-bottom: 0;
  text-align: center;
  letter-spacing: 0.5px;
}

@media (min-width: 320px) {
  .resp-vsr-page .page-section-inner.container {
        /*width: 100%;*/
    padding: 0 15px;
    box-sizing: border-box;
  }

  .resp-vsr-page .modal-dialog {
    width: auto;
  }
}

@media (min-width: 576px) {
  .resp-vsr-page .page-section-inner.container {
        /*max-width: 540px;*/
    padding: 0 15px;
  }

  .resp-vsr-page .modal-dialog {
    width: 500px;
  }
}

@media (min-width: 768px) {
  .resp-vsr-page .page-section-inner.container {
        /*max-width: 720px;*/
    padding: 0 15px;
  }
}

@media (min-width: 992px) {
  .resp-vsr-page .page-section-inner.container {
        /*max-width: 960px;*/
    padding: 0 15px;
  }

  .resp-vsr-page .modal-dialog {
    width: 800px;
  }
}

@media (min-width: 1200px) {
  .resp-vsr-page .page-section-inner.container {
        /*max-width: 1140px;*/
    padding: 0 15px;
  }
}

@media (min-width: 1400px) {
  .resp-vsr-page .page-section-inner.container {
        /*width: 1320px;*/
    ;
  }
}

@media (min-width: 1500px) {
  .resp-vsr-page .page-section-inner.container {
        /*width: 1350px;*/
    ;
  }
}

@media (max-width: 1200px) {
  .resp-vsr-page #resp-vsr-main-container #resp-vsr-banner-container .page-section-inner.container {
    max-width: 100%;
    margin: 0 20px;
    padding: 0 0;
  }
}

@media (max-width: 1171px) {
  .resp-vsr-page #resp-vsr-main-container #resp-vsr-banner-container .page-section-inner.container {
    max-width: 100%;
    margin: 0;
  }
}

@media (max-width: 1025px) {
  #resp-vsr-twocol-section .resp-vsr-twocol-container {
    max-width: 700px;
  }

  #resp-vsr-twocol-section .resp-vsr-twocol-container .resp-vsr-twocol-content {
    grid-template-columns: repeat(1, 1fr);
  }

  #resp-vsr-twocol-section .resp-vsr-twocol-container .resp-vsr-twocol-content .resp-vsr-twocol-one {
    border-width: 0px 0px 1px 0px;
    padding: 10px 10px 10px 10px;
  }
}

@media (max-width: 992px) {
  #resp-vsr-twocol-section .resp-vsr-twocol-container .resp-vsr-twocol-title .resp-vsr-twocol-heading {
    font-size: 28.5px;
    line-height: 28.5px;
  }

  #resp-vsr-main-container #resp-vsr-banner-container .resp-vsr-banner-content .resp-vsr-banner-subtitle {
    font-size: 22.8px;
    line-height: 22.8px;
  }

  #resp-vsr-main-container #resp-vsr-banner-container .resp-vsr-banner-content .resp-vsr-banner-title {
    font-size: 34px;
    line-height: 34px;
  }

  #resp-vsr-twocol-section .resp-vsr-twocol-container .resp-vsr-twocol-content .para-one, #resp-vsr-twocol-section .resp-vsr-twocol-container .resp-vsr-twocol-content .para-two {
    letter-spacing: 0;
  }
}

@media (max-width: 768px) {
  #resp-vsr-twocol-section .resp-vsr-twocol-container .resp-vsr-twocol-title .resp-vsr-twocol-heading {
    font-size: 27px;
    line-height: 27px;
  }

  #resp-vsr-main-container #resp-vsr-banner-container .resp-vsr-banner-content .resp-vsr-banner-subtitle {
    font-size: 22px;
    line-height: 22px;
  }

  #resp-vsr-main-container #resp-vsr-banner-container .resp-vsr-banner-content .resp-vsr-banner-title {
    font-size: 32px;
    line-height: 32px;
  }

  #resp-vsr-twocol-section {
    padding: 0 10px;
  }

  #resp-vsr-twocol-section .resp-vsr-twocol-container .resp-vsr-twocol-content {
    padding: 40px 20px;
  }

  #resp-vsr-twocol-section .resp-vsr-twocol-container {
    padding: 40px 0 60px;
  }

  #resp-vsr-twocol-section .resp-vsr-twocol-container {
    max-width: 500px;
  }
}

@media (max-width: 570px) {
  #resp-vsr-twocol-section .resp-vsr-twocol-container .resp-vsr-twocol-title .resp-vsr-twocol-heading {
    font-size: 25px;
    line-height: 25px;
  }

  #resp-vsr-main-container #resp-vsr-banner-container .resp-vsr-banner-content .resp-vsr-banner-subtitle {
    font-size: 21.5px;
    line-height: 21.5px;
  }

  #resp-vsr-main-container #resp-vsr-banner-container .resp-vsr-banner-content .resp-vsr-banner-title {
    font-size: 28px;
    line-height: 28px;
  }
}

/* VSR page ends here */

@media (max-width: 767px) and (orientation:landscape) {
  .shua-mat-page .page-section-inner.container, 
    .dermatologia-page .page-section-inner.container, 
    .shua-page .page-section-inner.container, 
    .resp-az-ers-page .page-section-inner.container, 
    .resp-sidvs-page .page-section-inner.container, 
    .resp-ria-page .page-section-inner.container, 
    .resp-lonuevo-page .page-section-inner.container, 
    .descubramos-horizontes-page .page-section-inner.container, 
    .un-nuevo-horizonte-page .page-section-inner.container, 
    .resp-dia-del-page .page-section-inner.container {
    width: 540px;
    padding: 0 12px;
  }

  .banner-title-area .banner-title-text {
    font-size: 31px;
    line-height: 38.42px;
    padding: 0;
  }
}

.dermatologia-prelogin-button a {
  color: white;
  background-color: #F0AC01;
  padding: 10px 20px;
  border-radius: 50px;
  text-decoration: none !important;
  transition: 0.2s ease-out;
  font-family: 'Helvetica';
  font-size: 16px;
  line-height: 1.2;
}

.dermatologia-prelogin-button a:hover {
  color: #F0AC01;
  background-color: white;
  border: 1.5px solid #F0AC01;
}

.dermotologia-prelogin-zinc-code {
  text-align: center;
}

div#dermotologia-prelogin-zinc-section {
  background: #F6F6F6;
  padding: 20px 0;
  margin-top: 50px;
}

.dermotologia-prelogin-zinc-code p {
  color: #000000;
  font-family: "Helvetica", Sans-serif;
  font-size: 16px;
  font-weight: 500;
}

div#un-nuevo-prelog-content-section .container {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

div#un-nuevo-prelog-content-section {
  padding: 50px 0 20px;
  background: #f9f9f9;
}

.un-nuevo-prelog-content-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.un-nuevo-prelog-content-block h3 {
  color: #3F4444;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
  margin: 0;
}

.un-nuevo-prelog-content-block h4 {
  color: #008578;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  line-height: 1.2;
  margin: 0;
  font-weight: 500;
}

.un-nuevo-prelog-content-block h5 {
  font-size: 20px;
  font-family: "Open Sans", sans-serif;
  line-height: 1.2;
  margin: 0;
  font-weight: 500;
  text-shadow: none;
}

.un-nuevo-prelog-button a {
  background-color: #FF6A39;
  border: transparent;
  padding: 11px 30px;
  border-radius: 35px;
  color: white;
  transition: background-color 0.4s ease;
  text-decoration: none !important;
  font-size: 16px;
  line-height: 1.2;
}

.un-nuevo-prelog-button {
  margin-top: 15px;
}

.un-nuevo-prelog-button a:hover {
  background: #008578;
}

.un-nuevo-zinc-code p {
  color: #7a7a7a;
  font-family: 'Helvetica';
  font-size: 16px;
  line-height: 1.2;
}

.un-nuevo-zinc-code {
  margin: 60px 0 20px;
}

@media (min-width:1200px) {
  .un-nuevo-prelog-content-block h3 {
    font-size: 28px;
  }

  .un-nuevo-prelog-content-block h4 {
    font-size: 24px;
  }
}

/*prelogin*/
.resp-dia-del-page div#pre-login-section,
.resp-az-ers-page div#pre-login-section,
.resp-sidvs-page div#pre-login-section,
.resp-ria-page div#pre-login-section,
.shua-mat-page div#pre-login-section,
.la-vida-page div#pre-login-section,
.descubramos-horizontes-page div#pre-login-section,
.un-nuevo-horizonte-page div#pre-login-section,
.dermatologia-page div#pre-login-section {
  background-color: #1b1b1b;
  padding-top: 32px;
}

.resp-dia-del-page #pre-login-section .container,
.resp-az-ers-page #pre-login-section .container,
.resp-sidvs-page #pre-login-section .container,
.resp-ria-page #pre-login-section .container,
.shua-mat-page #pre-login-section .container,
.la-vida-page #pre-login-section .container,
.descubramos-horizontes-page #pre-login-section .container,
.un-nuevo-horizonte-page #pre-login-section .container,
.dermatologia-page #pre-login-section .container {
  width: 100%;
}

.resp-dia-del-page #pre-login-section .not-logged h2,
.resp-az-ers-page #pre-login-section .not-logged h2,
.resp-sidvs-page #pre-login-section .not-logged h2,
.resp-ria-page #pre-login-section .not-logged h2,
.shua-mat-page #pre-login-section .not-logged h2,
.la-vida-page #pre-login-section .not-logged h2,
.descubramos-horizontes-page #pre-login-section .not-logged h2,
.un-nuevo-horizonte-page #pre-login-section .not-logged h2,
.dermatologia-page #pre-login-section .not-logged h2 {
  line-height: 1.2;
  margin-bottom: 0;
  font-size: 22px;
}

.resp-dia-del-page #pre-login-section .not-logged ul li a,
.resp-az-ers-page #pre-login-section .not-logged ul li a,
.resp-sidvs-page #pre-login-section .not-logged ul li a,
.resp-ria-page #pre-login-section .not-logged ul li a,
.shua-mat-page #pre-login-section .not-logged ul li a,
.la-vida-page #pre-login-section .not-logged ul li a,
.descubramos-horizontes-page #pre-login-section .not-logged ul li a,
.un-nuevo-horizonte-page #pre-login-section .not-logged ul li a,
.dermatologia-page #pre-login-section .not-logged ul li a {
  font-size: 14px;
  line-height: 1.7;
}

.resp-dia-del-page #pre-login-section .not-logged ul,
.resp-az-ers-page #pre-login-section .not-logged ul,
.resp-sidvs-page #pre-login-section .not-logged ul,
.resp-ria-page #pre-login-section .not-logged ul,
.shua-mat-page #pre-login-section .not-logged ul,
.la-vida-page #pre-login-section .not-logged ul,
.descubramos-horizontes-page #pre-login-section .not-logged ul,
.un-nuevo-horizonte-page #pre-login-section .not-logged ul,
.dermatologia-page #pre-login-section .not-logged ul {
  height: 67px;
}

@media (min-width: 576px) {
  .resp-dia-del-page #pre-login-section .container,
  .resp-az-ers-page #pre-login-section .container,
  .resp-sidvs-page #pre-login-section .container,
  .resp-ria-page #pre-login-section .container,
  .shua-mat-page #pre-login-section .container,
  .la-vida-page #pre-login-section .container,
  .descubramos-horizontes-page #pre-login-section .container,
  .un-nuevo-horizonte-page #pre-login-section .container,
  .dermatologia-page #pre-login-section .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .resp-dia-del-page #pre-login-section .container,
  .resp-az-ers-page #pre-login-section .container,
  .resp-sidvs-page #pre-login-section .container,
  .resp-ria-page #pre-login-section .container,
  .shua-mat-page #pre-login-section .container,
  .la-vida-page #pre-login-section .container,
  .descubramos-horizontes-page #pre-login-section .container,
  .un-nuevo-horizonte-page #pre-login-section .container,
  .dermatologia-page #pre-login-section .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .resp-dia-del-page #pre-login-section .container,
  .resp-az-ers-page #pre-login-section .container,
  .resp-sidvs-page #pre-login-section .container,
  .resp-ria-page #pre-login-section .container,
  .shua-mat-page #pre-login-section .container,
  .la-vida-page #pre-login-section .container,
  .descubramos-horizontes-page #pre-login-section .container,
  .un-nuevo-horizonte-page #pre-login-section .container ,
  .dermatologia-page #pre-login-section .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .resp-dia-del-page #pre-login-section .container,
  .resp-az-ers-page #pre-login-section .container,
  .resp-sidvs-page #pre-login-section .container,
  .resp-ria-page #pre-login-section .container,
  .shua-mat-page #pre-login-section .container,
  .la-vida-page #pre-login-section .container,
  .descubramos-horizontes-page #pre-login-section .container,
  .un-nuevo-horizonte-page #pre-login-section .container,
  .dermatologia-page #pre-login-section .container {
    max-width: 1140px;
  }

  .resp-dia-del-page #pre-login-section .not-logged h2,
  .resp-az-ers-page #pre-login-section .not-logged h2,
  .resp-sidvs-page #pre-login-section .not-logged h2,
  .resp-ria-page #pre-login-section .not-logged h2,
  .shua-mat-page #pre-login-section .not-logged h2,
  .la-vida-page #pre-login-section .not-logged h2,
  .descubramos-horizontes-page #pre-login-section .not-logged h2,
  .un-nuevo-horizonte-page #pre-login-section .not-logged h2,
  .dermatologia-page #pre-login-section .not-logged h2 {
    font-size: 40px;
  }
}

@media (min-width: 1400px) {
  .resp-dia-del-page #pre-login-section .container,
  .resp-az-ers-page #pre-login-section .container,
  .resp-sidvs-page #pre-login-section .container,
  .resp-ria-page #pre-login-section .container,
  .shua-mat-page #pre-login-section .container,
  .la-vida-page #pre-login-section .container,
  .descubramos-horizontes-page #pre-login-section .container,
  .un-nuevo-horizonte-page #pre-login-section .container,
  .dermatologia-page #pre-login-section .container {
    max-width: 1320px;
  }
}

@media (min-width: 1500px) {
  .resp-dia-del-page #pre-login-section .container,
  .resp-az-ers-page #pre-login-section .container,
  .resp-sidvs-page #pre-login-section .container,
  .resp-ria-page #pre-login-section .container,
  .shua-mat-page #pre-login-section .container,
  .la-vida-page #pre-login-section .container,
  .descubramos-horizontes-page #pre-login-section .container,
  .un-nuevo-horizonte-page #pre-login-section .container,
  .dermatologia-page #pre-login-section .container {
    max-width: 1350px;
  }
}

@media (max-width: 1600px) {
  .resp-dia-del-page #pre-login-section .not-logged h2,
  .resp-az-ers-page #pre-login-section .not-logged h2,
  .resp-sidvs-page #pre-login-section .not-logged h2,
  .resp-ria-page #pre-login-section .not-logged h2,
  .shua-mat-page #pre-login-section .not-logged h2,
  .la-vida-page #pre-login-section .not-logged h2,
  .descubramos-horizontes-page #pre-login-section .not-logged h2,
  .un-nuevo-horizonte-page #pre-login-section .not-logged h2,
  .dermatologia-page #pre-login-section .not-logged h2 {
    max-width: 95%;
  }
}

@media (max-width: 1200px) {
  .resp-dia-del-page #pre-login-section .not-logged h2,
  .resp-az-ers-page #pre-login-section .not-logged h2,
  .resp-sidvs-page #pre-login-section .not-logged h2,
  .resp-ria-page #pre-login-section .not-logged h2,
  .shua-mat-page #pre-login-section .not-logged h2,
  .la-vida-page #pre-login-section .not-logged h2,
  .descubramos-horizontes-page #pre-login-section .not-logged h2,
  .un-nuevo-horizonte-page #pre-login-section .not-logged h2,
  .dermatologia-page {
    font-size: 35px;
  }
}

@media (max-width: 992px) {
  .resp-dia-del-page #pre-login-section .not-logged h2,
  .resp-az-ers-page #pre-login-section .not-logged h2,
  .resp-sidvs-page #pre-login-section .not-logged h2,
  .resp-ria-page #pre-login-section .not-logged h2,
  .shua-mat-page #pre-login-section .not-logged h2,
  .la-vida-page #pre-login-section .not-logged h2,
  .descubramos-horizontes-page #pre-login-section .not-logged h2,
  .un-nuevo-horizonte-page #pre-login-section .not-logged h2,
  .dermatologia-page #pre-login-section .not-logged h2 {
    font-size: 34px;
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .resp-dia-del-page #pre-login-section .not-logged h2,
  .resp-az-ers-page #pre-login-section .not-logged h2,
  .resp-sidvs-page #pre-login-section .not-logged h2,
  .resp-ria-page #pre-login-section .not-logged h2,
  .shua-mat-page #pre-login-section .not-logged h2,
  .la-vida-page #pre-login-section .not-logged h2,
  .descubramos-horizontes-page #pre-login-section .not-logged h2,
  .un-nuevo-horizonte-page #pre-login-section .not-logged h2,
  .dermatologia-page #pre-login-section .not-logged h2 {
    font-size: 27.85px;
  }
}

@media (max-width: 767px) and (orientation: landscape) {
  .resp-dia-del-page #pre-login-section .not-logged,
  .resp-az-ers-page #pre-login-section .not-logged,
  .resp-sidvs-page #pre-login-section .not-logged,
  .resp-ria-page #pre-login-section .not-logged,
  .shua-mat-page #pre-login-section .not-logged,
  .la-vida-page #pre-login-section .not-logged,
  .descubramos-horizontes-page #pre-login-section .not-logged,
  .un-nuevo-horizonte-page #pre-login-section .not-logged,
  .dermatologia-page #pre-login-section .not-logged {
    padding-top: 160px;
  }
}

.shua-mat-page .banner-content {
  padding-top: 100px;
  padding-bottom: 50px;
}

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

