/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

@import url('https://fonts.googleapis.com/css2?family=Crimson+Pro:ital,wght@0,200..900;1,200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

:root {
  --orange: #EC5B42;
  --blue-dark: #011D4C;
  --blue-base: #0279FF;
  --blue-light: #B9E0FF;
  --gray-bg: #F4F4F4;
  --black: #212121;
}

body {
  background: var(--white);
  background-size: 100% auto;
  color: var(--textColor);
  font-family: 'itc-avant-garde-gothic-pro', 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 21px;
  margin: 0;
  text-align: left;
}

header {
  background: transparent;
}

p {
  font-size: 16px;
  line-height: 20px;
}

@media(min-width: 1024px) {
  p {
    font-size: 18px;
    line-height: 24px;
  }
}


h2 {
  font-size: 65px;
  font-weight: 700;
  line-height: 78px;
}



h3 {
  font-size: 54px;
  font-weight: 700;
  line-height: 64px;
}

h4 {
  font-size: 42px;
  font-weight: 700;
  line-height: 52px;
}

h5 {
  font-size: 36px;
  font-weight: 700;
  line-height: 42px;
}

section{
  padding: 30px 0;
  overflow: hidden;
}
@media (min-width: 1024px) {
  section {
    padding: 60px 0;
  }
}

.dropdown-submenu {
  position: relative;
  color: #ffffff;
}

.dropdown-item{
  color: #ffffff;
}

.dropdown-item:hover{
  color: var(--orange);
} 

.dropdown-submenu a::after {
  transform: rotate(-90deg);
  position: absolute;
  right: 6px;
  top: .8em;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: .1rem;
  margin-right: .1rem;
}


.crimson-pro {
  font-family: "Crimson Pro", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

.title-crimson{
  font-family: "Crimson Pro", serif;
  font-size: 40px;
  line-height: 44px;
  font-weight: 700;
  color: var(--blue-dark);
}

@media (max-width: 1024px) {
  h2.title-crimson {
    font-size: 28px;
    line-height: 110%;
  }
}


.orange-color{
  color: var(--orange);
}

.blue-dark-color{
  color: var(--blue-dark);
}

.blue-base-color{
  color: var(--blue-base);
}

.blue-light-color{
  color: var(--blue-light);
}

.gray-bg{
  background: var(--gray-bg);
}

.text-white{
  color: #ffffff;
}

.blue-dark-btn{
  border-radius: 26px;
  background: var(--blue-dark);
  padding: 10px 25px;
  color: #ffffff;
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
  transition: 0.5s all;
  margin-block-start: 1rem;
}

.blue-dark-btn:hover{
  background: var(--orange);
  color: #ffffff;
  text-decoration: none;
}

.orange-btn{
  display: inline-block;
  border-radius: 26px;
  background: var(--orange);
  padding: 10px 25px;
  color: #ffffff;
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
  transition: 0.5s all;
  text-align: center;
}

.orange-btn:hover{
  background: var(--blue-base);
  color: #ffffff;
  text-decoration: none;
}

.arrow-link-card {
  border-radius: 0.5rem;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 2px -2px;
}

.arrow-link span{
  transition: 0.5s all;
  transform:translateX(0);
}

.arrow-link:hover{
  text-decoration: none;
}

.arrow-link:hover span{
  transform:translateX(50%);
}

.arrow-link-name {
  text-align: center;
  font-weight: bold;
}

.new-tec{
   padding: 30px 0;
}

.new-tec img{
  display: block;
  margin: 0 0 20px auto;
  max-width: 100%;
  height: auto;
  width: 100%;
}

.new-tec p{
   color: #212121;
  font-weight: 300;
}


@media(min-width: 1024px) {
	.new-tec{
    padding: 60px 0;
  }
}

.info-image-section p{
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
}

.info-image-section p strong{
  font-weight: 700;
}

.doctors-list-container {
  width: 100%;
}

.doctors-section ul{
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 17.5rem),1fr));
  place-items: start;
  gap: 1rem;
  
  list-style: none;
  padding: 0 1rem;
}

.doctors-section li{
  height: 100%;
  width: 100%;
}

.doctors-section .doctor-box{
  width: inherit;
  height: inherit;
  max-width: 28rem;
  display: flex;
  background: #ffffff;
  border-radius: 18px;
  overflow: hidden;
  justify-content: start;
  align-items: center;
  margin-inline: auto;
  padding: 1rem;  
}

.doctors-section .doctor-box img{
  aspect-ratio: 1 / 1;
  width: 80px !important;
  height: 80px !important;
  border-radius: 100%;
  margin: 0;
  margin-right: 15px;
  object-fit: cover;
  object-position: top;
}

.doctors-section .doctor-box p{
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
}

.doctors-section .doctor-box p strong{
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}

@media (max-width: 1024px) {
  .doctors-section .title-crimson{
    font-size: 28px;
    line-height: 120%;
  }
}

.paragraph-section p{
  font-size: 18px;
  line-height: 27px;
  font-weight: 300;
  color: var(--blue-dark);
}

.paragraph-section p strong{
  font-weight: 700;
}

.card-section p{
  font-size: 18px;
  line-height: 27px;
  font-weight: 300;
}

.card-section p strong{
  font-weight: 700;
}
  
.card-section ul{
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax( min(100%, 12.5rem), 1fr));
  gap: 1rem;
  
}

.card-section ul li{
  width: 100%;
}
/* 
@media (min-width: 1024px) {
  .card-section ul li{
    width: 220px;
  }
} */

.type-btn {
  align-items: center;
  background: var(--blue-light);
  border-radius: 8px;
  color: var(--blue-dark);
  display: flex;
  min-height: 80px;
  /* min-width: 220px;*/
  justify-content: space-between;
  padding: 10px 20px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  padding: 0 1.5rem;
}

.type-btn span{
  transition: 0.5s all;
}

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

.type-btn:hover span{
  transform:translateX(50%);
}

.paragraph-section p{
  font-size: 18px;
  line-height: 27px;
  font-weight: 300;
}

.paragraph-section p strong{
  font-size: 18px;
  line-height: 27px;
  font-weight: 700;
}

.programs-section h3{
  color: var(--blue-dark);
  font-size: 22.5px;
  line-height: 28.13px;
  font-weight: 700;
  max-width: 64ch;
  margin-inline: auto;
  text-wrap: balance;
}

.programs-section .link-program{
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  color: var(--black);
  display: flex;
  align-items: center;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #CACACA;
}

.steps-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: start;
  justify-content: center;
  gap: 2rem;
}

.steps-list article {
  flex: 1 1 30%;
}

.steps-list strong, .steps-list p  {
  display: inline-block;
  width: 100%;
  text-align: center;
}

.steps-list strong {
  font-size: 18px;
  line-height: 27px;
  text-wrap: balance;
  margin-block-end: 0.25rem;
}

.programs-section .link-program strong{
  display: block;
  font-size: 18px;
  line-height: 27px;
  font-weight: 700;
  color: var(--blue-dark);
}

.programs-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax( min(100%, 28rem), 1fr));
  gap: 2rem;
  padding-block-start: 2rem;
}


@media (max-width: 1024px) {
  .programs-section h2{
    font-size: 28px;
    line-height: 100%;
  }
  
  .programs-section h3{
    font-size: 16px;
    line-height: 125%;
  }
}

.info-bg-section .row{
  min-height: 286px;
}

.info-bg-section h2{
  color: var(--blue-light);
}

.info-bg-section p{
  color: #ffffff;
  font-weight: 300;
}

.info-bg-section strong{
  font-weight: 700;
}

.info-bg-section img{
margin: 0 0 20px;
}

.info-bg-section a{
  color: var(--blue-light);
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  display: flex;
}

.info-bg-section a:hover{
  text-decoration: none;
}

.video-section img{
  margin: 0;
}

.video-section h3{
  font-size: 28px;
  line-height: 35px;
  font-weight: 700;
}

.video-section .video-embed-container{
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}
/*
.video-embed-container::after{
  display: block;
  content: url('https://5061633.fs1.hubspotusercontent-na1.net/hubfs/5061633/Button%20-%20Play-1.png'); 
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

 */

.video-embed-container iframe{
  display: block;
  width: 100%;
  height: auto;
  min-height: 270px;
}

.video-section .video-container {
    display: inline-block;
    position: relative;
    width: 100%;
    height: auto;
}

.video-section .video-container:after {
  background: none;
  content: "";
  display: block;
  z-index: 1;
  height: auto;
  cursor: pointer;
}

.video-section .video-container:after {
  background: none;
  z-index: 1;
  text-align: center;
  
  display: block;
  content: url('https://5061633.fs1.hubspotusercontent-na1.net/hubfs/5061633/Button%20-%20Play-1.png'); 
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.articles-section{
  background: var(--blue-light);
}

.articles-section .line{
   margin: 20px auto 10px auto;
}

.articles-section p{
  color: var(--blue-dark);
}

.articles-section h5{
  color: #222A38;
  text-align: center;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
}

.articles-section a{
  color: var(--blue-dark);
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  text-align: center;
  display: flex;
  justify-content: center;
}

.contact-form-section .name{
  color: var(--blue-dark);
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
}
.contact-form-section .tel{
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: var(--black);
}

.contact-form-section .line{
  margin: 20px 0;
}

.contact-form-section h5{
  color: var(--blue-dark);
  font-weight: 700;
  font-size: 22.5px;
  line-height: 28px;
}

.contact-box {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-block: 2rem;
}

@media (max-width: 1024px) {  
  .contact-form-section .line{
    margin: 20px auto;
  }
}

.hero-banner-section .container{
  min-height: 680px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: flex-end;
}

.hero-banner-section h1, .mini-hero-banner-section h1{
  font-size: 48px;
  line-height: 100%;
  font-weight: 700;
}

.hero-banner-section p{
  font-size: 18px;
  line-height: 150%;
  font-weight: 300;
}

.hero-banner-section .card-list{
  padding: 0;
  list-style: none;
  gap: 1.5rem;
}

.hero-banner-section .card-list ul{
  gap: 1.5rem;
}

.hero-banner-section .card-list li{
  max-width: 18rem;
}

.hero-banner-section .card-list h5{
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  color: #ffffff;
  text-wrap: balance;
}

@media (min-width: 1024px) {
  .hero-banner-section h1{
    
    font-size: 72px;
    line-height: 72px;
  }
  .hero-banner-section p{
    font-size: 22px;
    line-height: 150%;
  }
}

.hero-banner-section .card-list p{
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
}

.hero-banner-section .card-list div{
  width: 100%;
}

.card-section {
  font-weight: 300;
}

.card-section strong{
  font-weight: 700;
}

/* Formulario */
.contact-form-section label{
  color: var(--blue-dark);
  font-weight: 700;
  font-size: 14px;
  line-height: 21px;
}

.contact-form-section input, .contact-form-section select{
  border: 1px solid var(--blue-dark);
  background: #fff;
  border-radius: 50px;
  color: #000;
  min-height: 30px !important;
  width: 100% !important;
  
  font-size: 18px !important;
  margin-bottom: 0 !important;
  padding: 10px 30px !important;
}

.contact-form-section textarea{
  width: 100%;
  border: 1px solid var(--blue-dark);
  border-radius: 50px;
  background: #fff;
}

.contact-form-section .hs-form-field{
  margin-bottom: 20px;
}

.contact-form-section .inputs-list{
  padding: 0;
  list-style: none;
}

.contact-form-section .inputs-list label{
  display: flex;
  justify-content: flex-start;
  width: 100%;
  align-items: center;
}

.contact-form-section .inputs-list input{
  width: auto !important;
  margin-right: 10px;
}

.contact-form-section input.hs-button{
  border-radius: 26px;
  background: var(--blue-dark);
  color: #ffffff;
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
  width: auto !important;
  transition: 0.5s all;
}

.contact-form-section input.hs-button:hover{
  background: var(--orange);
  border-color: var(--orange);
}
/* Fin Formulario */


/* Header */
.header-onco{
  position: fixed;
  width: 100%;
  background: var(--blue-dark);
  z-index: 100;
}

@media (min-width: 1024px) {
  .header-onco{
    background: transparent;
  }
}

.header-onco .navbar-nav .nav-item .nav-link{
  color: #ffffff;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
}

.header-onco .navbar-toggler{
  background: transparent;
  outline: none;
}

.header-onco .dropdown-menu{
  background: var(--blue-dark);
  border: none;
}

.header-onco .dropdown-menu .dropdown-item {
  background: var(--blue-dark);
}

.header-onco .logo{
  max-width: 250px;
}

.header-scroll{
  background: var(--blue-dark);
  transition: 0.5s all;
}


/*.header-onco .navbar-toggler-icon {
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e);
}*/
/* Fin Header */

/* Footer */
.footer-onco{
  background: var(--blue-dark);
}

.footer-onco > ul{
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
  text-align: left;
  margin-left: 55px;
}

.footer-onco a, .footer-onco p{
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  transition: 0.5s all;
  text-align: left !important;
  font-family: 'Montserrat', sans-serif;
}

.footer-onco a:hover{
  text-decoration: none;
  color: var(--orange);
}

.footer-onco img{
  height: auto;
}

.footer-onco p strong{
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
}

.footer-onco .social-network{
  margin: 30px 0;
}

@media(min-width: 768px){
  .footer-onco .social-network{
    margin:0;
  }
}


.footer-onco .social-network ul{
  list-style: none;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: start;
}

.footer-onco .logo{
  display: block;
  margin: 0 auto;
  max-width: 300px !important;
}

.menu_footer{
  padding: 0; 
  margin: 0;
  list-style: none;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .footer-onco > ul{
    margin-left: 80px;
  }
}

@media (min-width: 1024px) {
  .footer-onco a, .footer-onco p{
    text-align: left !important;
  }
  
  
  
  .footer-onco > ul{
    text-align: left;
    margin-left: 0;
  }
  
  .footer-onco .logo{
    margin: 0;
  }
}


/* Fin Footer */


/* Estilos nuevos */

/* Header */

.container-header{
  background-color: transparent;
  width: 100%;
  position: fixed;
  z-index: 100;
  top: 10px;
}

/*.header-onco-white{
  background: var(--white);
  color: var(--blue-dark);
  box-shadow: 0px 12px 8px -2px #011D4C0D;
  border-radius: 0;
  margin: 10px auto;
 
}*/

@media (min-width: 1024px) {
  .header-onco-white{
    width: 92%;
  }
}

.header-onco-white .navbar-nav {
  row-gap: 1rem;
}

.header-onco-white .navbar-brand {
  flex: 1 1 0;
  max-width: 14rem;
}

.header-onco-white .navbar-nav .nav-item .nav-link{
  color: var(--blue-dark);
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  transition: 0.5s all;
}

.header-onco-white .navbar-nav .nav-item .nav-link:hover{
  color: var(--orange);
}

.header-onco-white .navbar-toggler{
  flex: 0 0 0;
}

.header-onco-white .dropdown-menu{
  background: var(--blue-dark);
  border: none;
}

.header-onco-white .dropdown-menu .dropdown-item {
  background: var(--blue-dark);
}

.header-onco-white .logo{
  width: 100%;
}

.header-onco-white .navbar.navbar-expand-lg{
  padding: .5rem 0rem;
}

.header-onco-white .navbar-toggler span{
  font-size: 14px;
  font-weight: 600;
}

.container-header .navbar-collapse{
  background: white;
  border-radius: 20px;
  padding: 1rem 0.675rem;
  margin-block-start: 0.675rem;
}

.container-header .navbar-collapse .cta{
  margin-block-start: 1rem;
}

.container-header .container-nav{
  background: white;
  border-radius: 9999px;
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding: 0 10px;
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

@media(min-width: 992px){
  
  .header-onco-white .navbar-collapse .navbar-nav {
    padding: 0;
  }
  
  .container-header .navbar-collapse .cta{
    margin-block-start: 0;
  }
  
  .container-header >.container{
    background: #ffffff;
    border-radius: 9999px;
    padding: 0 10px;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    /*border: 1px solid red;*/
  }
  
  .container-header .navbar-collapse {
    background: #ffffff;
    border-radius: 0;
    padding: 0.75rem;
    margin-block-start: 0;
  }
  
  .container-header .container-nav{
    background: #ffffff;
    border-radius: 0;
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding: 0;
    box-shadow: none !important;
   
  }
}

.blue-btn{
  display: inline-block;
  border-radius: 26px;
  background: var(--blue-base);
  padding: 12px 15px;
  color: #ffffff;
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
  transition: 0.5s all;
  text-align: center;
  min-width: 120px;
}

.blue-btn:hover{
  background: var(--orange);
  color: #ffffff;
  text-decoration: none;
}

.title-box{
  border-radius: 24px;
  background: rgba(255,255,255,0.9);
  padding: 20px;
}

.hero-banner-v2-section .container{
  align-items: flex-end;
}

@media(min-width: 1024px){
  .hero-banner-v2-section .container{
    align-items: center;
  }
}

.insignias-section{
  background-color: #ffffff;
}

.insignias-section h2{
  margin-bottom: 1.5rem;
}

.insignias-section ul{
  list-style: none;
  padding: 0;
  margin: 0;
}

.insignias-section ul h5{
  max-width: 26ch;
  margin-inline: auto;
  font-size: 16px;
  line-height: 125%;
  color: #000000;
  text-wrap: balance;
}

.insignias-section ul p{
  font-size: 16px;
  line-height: 125%;
  color: #000000;
  text-align: center !important;
}

.features-section{
  background-color: #ffffff;
}

.features-section ul{
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
  }
}

.features-section ul li{
  width: 100%;
}

.features-section ul li div{
  padding: 0 30px;
}

@media(min-width: 768px){
  .features-section ul{
    flex-direction: row;
  }
  .features-section ul li{
    width: 50%;
  }
}


.info-image-section h2 {
  font-size: clamp(1.40625rem, 1.2366rem + 0.8482vw, 2rem);
  line-height: 1.5;
  text-wrap: balance;
}

@media(min-width: 1024px){
  .info-image-section .text-col{
    padding-right: 30px;
  }

  .info-image-section .image-col{
    padding-left: 30px;
  }
}

.link-doctor-modal{
  font-size: 12px;
  line-height: 150%;
  font-weight: 600;
  color: #000000;
  transition: 0.5s all;
  text-decoration: none;
  background: transparent;
  border: none;
  padding: 0;
  outline: none;
}

.link-doctor-modal:hover{
  color: var(--blue-base);
  text-decoration: none; 
  outline: none;
}

.doctor-modal .modal-header{
  background: url(https://5061633.fs1.hubspotusercontent-na1.net/hubfs/5061633/Above%20the%20Fold-1.jpg);
  background-size: cover;
  padding: 1rem;
}

.doctor-modal .modal-body{
  padding: 1rem;
}

@media(min-width: 768px){
  .doctor-modal .modal-header{
    padding: 2rem 4rem;
  }
  .doctor-modal .modal-body{
    padding: 2rem;
  }
}

.doctor-modal .modal-header h5{
  font-size: 40px;
  font-weight: 600;
  line-height: 100%;
  font-family: 'Crimson Pro';
  color: #ffffff;
  text-align: center;
}

.doctor-modal .modal-header p{
  font-size: 24px;
  line-height: 150%;
  color: #ffffff;
  text-align: center;
}

@media (min-width: 576px) {
    .doctor-modal .modal-dialog {
        max-width: 1100px;
        margin: 1.75rem auto;
    }
  
  .doctor-modal .modal-header h5{
    font-size: 65px;
    text-align: left;
  }
  
  .doctor-modal .modal-header p{
    text-align: left;
  }
}

.close-modal{
  color: #ffffff;
  font-size: 16px;
  opacity: 1;
  text-shadow: none;
  font-weight: 400;
  width: 150px;
  position: absolute;
  top: 30px;
  right: 0;
  padding: 0 !important;
}

.doctors-v2-section ul{
  display: flex;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 1.5rem;
}

/* miercoles */
.doctor-box-2{
  width: 100%;
  height: 100%;
  max-width: 28rem;
  display: flex;
  background: #ffffff;
  border-radius: 18px;
  overflow: hidden;
  justify-content: start;
  align-items: center;
  padding: 1rem;  
}

.doctor-box-2 div {
  flex: 1 1 0;
}

.doctor-box-2 img{
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  margin-right: 15px;
}

.doctor-box-2 p{
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
}

.doctor-box-2 p strong{
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}

@media(min-width: 768px){
   .doctor-box-2{
    width: 320px;
  }
}

@media(min-width: 1024px){
  .doctor-box-2{
    width: 350px;
  }
}

.btn-dowloand{
  margin-top: 30px;
  text-align: center;
}

.btn-dowloand a{
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  color: var(--blue-dark);
  transition: 0.5s all;
}

.card-cancer-section{
  background: #ffffff url('https://5061633.fs1.hubspotusercontent-na1.net/hubfs/5061633/Wave-1.png') no-repeat center;
}

.card-cancer-section ul{
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.card-cancer-section ul li{
  flex: 1 1 calc((100% + 1rem - 3 * 1rem) / 3);
  width: 100%;
  min-width: 11.5rem;
}

.card-cancer-section ul li a{
  display: block;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.2); 
  width: 100%;
  text-align: center;
  color: var(--blue-dark);
  font-weight: bold;
}

.card-cancer-section ul li img{
  display: block;
  width: 100%;
}

.card-cancer-section ul li div{
  padding: 10px;
}

.card-program-section{
  background: #ffffff url('https://5061633.fs1.hubspotusercontent-na1.net/hubfs/5061633/Programas.png') no-repeat top;
}


.program-box{
  display: flex;
  flex-wrap: wrap;
  background: #f5f5f5;
  padding: 15px;
  border-radius: 16px;
  box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.2);
  margin-bottom: 20px;
}

.program-box img{
  display: block;
  width: 62px;
  height: 62px;
}

.program-box div {
  flex: 1 1 22.5rem;
}

.program-box h5{
  color: var(--blue-dark);
  font-size: 16px;
  line-height: 150%;
}

.bg-degraded-blue{
  background: #d5e7f5;
  background: linear-gradient(90deg,rgba(213, 231, 245, 1) 0%, rgba(185, 224, 255, 1) 100%);
}

.bg-degraded-blue .articles-section{
  background: none;
  padding-top: 30px ;
}

.bg-degraded-blue .articles-section img{
  width: 100%;
}

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

@media(min-width: 1024px){
  .bg-degraded-blue .articles-section{
    background: none;
    padding-top: 60px;
  }
}