@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

:root {
    --blue-ribbon-0: #f1f1f1;
    --blue-ribbon-50: #eef8ff;
    --blue-ribbon-100: #d8eeff;
    --blue-ribbon-200: #b9e0ff;
    --blue-ribbon-300: #89cfff;
    --blue-ribbon-400: #52b4ff;
    --blue-ribbon-500: #2a91ff;
    --blue-ribbon-600: #0d6efd;
    --blue-ribbon-700: #0c5ae9;
    --blue-ribbon-800: #1149bc;
    --blue-ribbon-900: #144194;
    --blue-ribbon-950: #11295a;
}

.nav-link:hover {
   border-bottom: 2px solid var(--blue-ribbon-100);
    transition: background-color 0.8s;
  }

body{
    font-family: "Inter","Montserrat", sans-serif;
}

.centrar{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.bg-emyc{
    background-color: rgb(237, 242, 247);
}
.text-justify {
    text-align: justify;
}

.card-text{
    font-size: 0.9rem;
}

.card-img-top {
    width: 65%;
    margin: auto;
    object-fit: cover;
}

.padding {
    padding: 0 20px;
}

.swiper{
    margin: auto;
    
}
.swiper-slide{
    margin: auto;
    
}
.mis{
    text-align: justify;

}

.valores{
    background-color: #e1e9f19b;
}
.objetivos-ac{
    background-color: #e1e9f19b;
}
.reglamentos{
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("../image/fondo.png");
    background-attachment: fixed;
    object-fit: cover;
    
}
.img-medico{
    filter: drop-shadow( 0 0 10px rgba(0, 0, 0, 0.5));
}

.abb {
    text-align: justify;
    min-height: 20vh;
    font-size: 0.9rem;
}

.btn-orange {
    background-color: #1276e1;
    color: white;
}

.hero-section {
    position: relative;
    background: url('../image/banner_2.jpg') no-repeat center center;
    background-size: cover;
    height: 450px;
    color: white;
}
.hero-section .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 2, 15, 0.69);
}

.hero-section-sub {
    position: relative;
    background: url('../image/banner_2.jpg') no-repeat center center;
    background-size: cover;
    height: 150px;
    color: white;
}

.hero-section-sub .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 2, 15, 0.5);
}
.hero-content {
    position: relative;
    z-index: 1;
    padding: 100px 50px;
}

.hero-content-sub {
    position: relative;
    z-index: 1;
    padding: 50px 50px;
}
.hero-content h1 {
    font-size: 3rem;
    font-weight: bold;
}

.hero-content p {
    font-size: 1.25rem;
}
.hero-content .btn {
    margin-top: 20px;
}


@media (max-width: 767px) {
    .swiper-slide {
        margin: auto;
    }

    .hero-content h1 {
        font-size: 2.5rem;
        font-weight: bold;
    }
    .hero-content p {
        font-size: 0.9rem;
    }
    .hero-content .btn {
        display: flex;
        justify-content: center;
        margin-top: 10px;
    }
    
  }

    /* MARGIN TOP PARA LOS BOTONES DE DESCARGA PLAN DE ESTUDIOS*/
    .btn-2025{
        margin-top: 2%;
      }