@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Noto+Serif:ital,wdth,wght@0,62.5..100,100..900;1,62.5..100,100..900&display=swap');

/***************** Colores ******************************/

:root{
  
  --verde-w: #25D366;
  --naranja: #FFA245;
  --naranja2: #ED844C;
  --naranja3: #E96720;  
  --azul2:#2F3A5A;
  --azul: #002B4C;
  --azul3: #001E35;  
  --verde: #008B98;
  --verdea: #0B9DA7;
  --blanco2:#F4F4F4;
  --gris:#666;  
  --azulop: rgba(0, 43, 76, 0.70);
}


.verde-w { color:var(--verde-w); }
.naranja { color:var(--naranja); }
.naranja2 { color:var(--naranja2); }
.naranja3 { color:var(--naranja3); }
.azul2 { color:var(--azul2); }
.azul { color:var(--azul); }
.verde { color:var(--verde); }
.verdea { color:var(--verdea); }
.blanco2 { color:var(--blanco2); }
.gris { color:var(--gris); }
.azulop { color:var(--azulop); }

.bgverde-w { background:var(--verde-w); }
.bgnaranja { background:var(--naranja); }
.bgnaranja2 { background:var(--naranja2); }
.bgazul2 { background:var(--azul2); }
.bgazul3 { background:var(--azul3); }
.bgazul { background:var(--azul); }
.bgverde { background:var(--verde); }
.bgverdea { background:var(--verdea); }
.bgblanco2 { background:var(--blanco2); }
.bggris { background:var(--gris); }
.bgazulop { background:var(--azulop); }
.bggrisopc { background: #FFFFFF19; }

.noto {
    font-family: "Noto Serif", serif;
}

.lato {
    font-family: "Lato", sans-serif;
}


 main, .container { position: relative; display:block; margin:auto; max-width:1920px; width:100%; padding:0 0px; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; }
.hoja-1920 { position: relative; display:block; margin:auto; max-width:1920px; width:100%; padding:0 10px; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; }
.hoja-1400 { position: relative; display:block; margin:auto; max-width:1400px; width:100%; padding:0 10px; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; }
.hoja-1300 { position: relative; display:block; margin:auto; max-width:1300px; width:100%; padding:0 10px; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; }
.hoja-1200, .container-wrapper {position: relative;display:block;margin:auto;max-width:1200px; width:100%; padding:0 5px; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; }
.hoja-1100 { position: relative; display:block; margin:auto; max-width:1100px; width:100%; padding:0 10px; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; }
.hoja-1000 { position: relative; display:block; margin:auto; max-width:1000px; width:100%; padding:0 10px; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; }
.hoja-1024 { position: relative; display:block; margin:auto; max-width:1024px; width:100%; padding:0 10px; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; }
.hoja-1000 { position: relative; display:block; margin:auto; max-width:1000px; width:100%; padding:0 10px; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; }
.hoja-950 { position: relative; display:block; margin:auto; max-width:950px; width:100%; padding:0 10px; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; }
.hoja-800 { position: relative; display:block; margin:auto; max-width:800px; width:100%; padding:0 10px; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; }
.hoja-700 { position: relative; display:block; margin:auto; max-width:700px; width:100%; padding:0 10px; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; }


.fs10 { font-size:10px; }
.fs12 { font-size:12px; }
.fs14 { font-size:14px; }
.fs15 { font-size:15px; }
.fs16 { font-size:16px; }
.fs18 { font-size:18px; }
.fs19 { font-size:19px; }
.fs20 { font-size:20px; }
.fs22 { font-size:22px; }
.fs23 { font-size:23px; }
.fs24 { font-size:24px; }
.fs25 { font-size:25px; }
.fs26 { font-size:26px; }
.fs28 { font-size:28px; }
.fs30 { font-size:30px; }
.fs32 { font-size:32px; }
.fs34 { font-size:34px; }
.fs35 { font-size:35px; }
.fs36 { font-size:36px; }
.fs38 { font-size:38px; }
.fs40 { font-size:40px; }
.fs42 { font-size:42px; }
.fs44 { font-size:44px; }
.fs45 { font-size:45px; }

.fw-100 { font-weight: 100; }
.fw-200 { font-weight: 200; }
.fw-300 { font-weight: 300; }
.fw-400 { font-weight: 400; }
.fw-500 { font-weight: 500; }
.fw-600 { font-weight: 600; }
.fw-700 { font-weight: 700; }
.fw-800 { font-weight: 800; }
.fw-900 { font-weight: 900; }

.line-normal { line-height:normal; }
.line-130 { line-height: 130%; }
.line-120 { line-height: 120%; }
.line-100 { line-height: 100%; }


.head-fix.fix {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
}


h1, h2, h3, h4 {
     font-family: "Noto Serif", serif;
}

a {
    color: inherit;
    text-decoration: inherit;
}

body, ul li, p {  
    font-family: "Lato", sans-serif;
    line-height: normal;
 }



img {
    max-width: 100%;
    object-fit: fill;
    height: auto;
}

.menu {    
    display: flex;
}

.navbar-navv {
    margin: 0;
    padding: 0;
    gap: 3em;
}



li.nav-link a {
    color: white;
    font-size: 20px;
    font-family: 'Lato';
    font-weight: 400;
}


.pleca-banner {
    max-width: 355px;
}

.pleca-banner-in {
    max-width: max-content;
}

.banner-home-desktop {
    background: url(https://saintluke.seo-consultoria.com/2026/images/home/Saint-Luke-Banner-Desktop.png);
    width: 1905px;
    height: 490px;
    max-width: 100%;
    position: relative;
    background-position: center;
    align-items: center;
    background-size: cover;
}

.banner-medico-desktop {
    background: url(https://saintluke.seo-consultoria.com/2026/images/licenciatura-en-medico-cirujano/hero-medico-cirujano.png);
    width: 1905px;
    height: 490px;
    max-width: 100%;
    position: relative;
    background-position: center;
    align-items: center;
}

ul.mod-menu__sub { display: none; }

.deeper { 
    padding: 15px 0;
}

.deeper.parent:hover ul.mod-menu__sub {
  display: block; 

}

.deeper.parent:after {
    content: url(https://saintluke.seo-consultoria.com/2026/images/home/menu-arrow.svg);
    margin-left: 10px;
    position: relative;
    top: -3px;
}

ul.mod-menu__sub.list-unstyled.small {
    background: #ffffff;
    padding: 0;
    position: absolute;
    border-radius: 5px;
    z-index: 10;
    padding: 10px 5px;
    max-width: 201px;
    margin-top: 15px;
}

ul.mod-menu__sub.list-unstyled.small .nav-link a {
    color: black;
    font-size: 16px;
    padding: 5px 15px;
    display: inline-block;
}




.slide-movil .slick-track, .slide-movil-2 .slick-track  {
    display: flex;
    align-items: center;
}

.slide-movil .slick-slide img, .slide-movil-2 .slick-slide img {
    display: block;
    margin: auto;
}

.slide-movil-2 .slick-slide {
  padding: 0 15px; 
  box-sizing: border-box;
}


.slide-movil-2 .slick-slide img {
  display: block;
  margin: 0 auto;
}

.bullet-blanco li:before {
    content: "";
    background: white;
    width: 8px;
    height: 8px;
    display: block;
    position: absolute;
    top: 7px;
    left: 0;
    border-radius: 100%;
}

.bullet-blanco li {
    position: relative;
    padding-left: 15px;

}
.bullet-blanco, .bullet-check {
    padding: 0 10px;
}

.bullet-check li {
    position: relative;
    padding-left: 30px;
    padding-bottom: 10px;
}

.bullet-check li:before {
    content: url(https://saintluke.seo-consultoria.com/2026/images/home/bullet.svg);
    width: 24px;
    height: 24px;
    display: block;
    position: absolute;
    top: 1px;
    left: 0;
    border-radius: 100%;
}


/* Contenedor circular (ajústalo si quieres más grande) */
.circle {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: #00a7a400;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  cursor: pointer;
  left: 60px;
  top: 105px;
}

.circle-small {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #00a7a400;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  cursor: pointer;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);  
}

/* Imagen centrada */
.circle .icono {
  width: 70px;
  height: 70px;
  z-index: 3;
}

.circle-small .icono {
  width: 64px;
  height: 64px;
  z-index: 3;
}

/* PULSO — basado en el CodePen */
.circle::before,
.circle::after {
  content: "";
  position: absolute;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: #00A7A3;
  top: 0;
  left: 0;
  animation: pulse 2.2s infinite;
  z-index: 1;
}

.circle-small::before,
.circle-small::after {
  content: "";
  position: absolute;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #00A7A3;
  top: 0;
  left: 0;
  animation: pulse 2.2s infinite;
}

.circle::after, .circle-small::after  {
  animation-delay: 1.1s;
}

/* Keyframes del pulso */
@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 0.9;
  }
  70% {
    transform: scale(1.8);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.pleca-video {
    position: absolute;
    bottom: 15px;
    z-index: 1;
    left: 10px;
}

button {
    border: none;
    font-weight: 600;
    line-height: 100%;
}

.ls-16 {
  letter-spacing: 1.6px;
}



.left-90 {
 left: 90px;
}

.left-60 {
  position: relative;
  left: 60px;
}


/* Licenciatura en médico cirujano */

.accordion-item {
    border: 0!important;
}

.accordion-button {
    padding-left: 0!important;
    padding-right: 0!important;
    border: 0!important;
}

.accordion-button p {
    color: #666;
    font-weight: 400;
}

.accordion-button:focus,
.accordion-button:active,
.accordion-button:focus-visible {
    box-shadow: none !important;
    outline: none !important;
    border: none !important;
}

.accordion-button:not(.collapsed) {
    box-shadow: none !important;
    outline: none !important;
    background-color: transparent !important;
}

.ico-num {
    display: inline-block;
    margin-right: 10px;
    background-color: #ED844C;
    border-radius: 50%;
    width: 40px;
    min-width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-family: "Noto Serif", serif;
}

form .error {
    color: red;
    font-size: 12px;
    font-style: italic;
}

form#fm-descarga label#email-error {
    position: absolute;
    bottom: -45px;
    left: 19px;
}

.getscript {
    position: relative;
    z-index: 5;
}

/* Responsive */
@media (max-width: 576px){
 
  .left-90 {
  left: 0px;
  }

  .left-60 {
    position: relative;
    left: 0px;
  }

  form#fm-descarga label#email-error {
      position: relative;
      bottom: 0;
      left: 0;
  }  


}


.pleca-banner {
  backdrop-filter: blur(2px);
}

/* Espaciado mejorado en pantallas pequeñas */
@media (max-width: 768px) {

  .fs32 { font-size: 26px; }  
  .fs20 { font-size: 16px; }
  .fs28 { font-size: 24px; }
  .fs24,
  .fs20-xs { font-size: 20px; }

  section.container-wrapper.bgazul {
      max-width: 95%;
  }

  img {
    max-width: 100%;    
    height: auto;
 }

  .pleca-banner {
    border-radius: 0;    
    position: relative;
    top: 0;    
    max-width: initial;
    transform: initial;
    width: 95%;
    margin: -90px auto 0px;    
  }

  /* Contenedor circular (ajústalo si quieres más grande) */
  .circle {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #00a7a400;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    cursor: pointer;
    left: 60px;
    top: 25%;
  }


  /* Imagen centrada */
  .circle .icono {
    width: 50px;
    height: 50px;
    z-index: 3;
  }

 

  /* PULSO — basado en el CodePen */
  .circle::before,
  .circle::after {
    content: "";
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #00A7A3;
    top: 0;
    left: 0;
    animation: pulse 2.2s infinite;
  }


    .circle-small {
      width: 50px;
      height: 50px;
      border-radius: 50%;
      background: #00a7a400;
      display: flex;
      justify-content: center;
      align-items: center;
      position: absolute;
      cursor: pointer;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);  
    }

    .circle-small .icono {
      width: 40px;
      height: 40px;
      z-index: 3;
    }



  .circle-small::before,
  .circle-small::after {
    content: "";
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #00A7A3;
    top: 0;
    left: 0;
    animation: pulse 2.2s infinite;
  }

  .circle::after, .circle-small::after  {
    animation-delay: 1.1s;
  }  
 
  .input-group {
      position: relative;
      display: block;
      flex-wrap: wrap;
      align-items: stretch;
      width: 100%;
  }


  form#fm-descarga input {
      width: 100%;
  }  

  button {
      width: 100%;    
  }  

  img.folleto-movil {
      position: absolute;
      bottom: 0;
  }  

  .bbf {
      border-bottom: solid 1px #ffffff29;
  }
  
  .med-movil {    
      width: 215px;
  }  

  div#blog-container {
      max-width: 95%;
      margin: 15px auto;
  }  

  #blog-container .slick-list {
    overflow: hidden;
    padding-right: 15px; /* Ajusta el tamaño del pedacito visible */
  }

  #blog-container .slick-slide {
    margin-right: 10px; /* Espacio entre slides */
  }  
}
