@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto/') format('truetype');
    font-weight: normal;
    font-style: normal;
  }

  @font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto/Roboto-Thin.ttf') format('truetype'); /* Asegúrate de que el archivo existe */
    font-weight: 100;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto/Roboto-Light.ttf') format('truetype'); /* Asegúrate de que el archivo existe */
    font-weight: 300;
    font-style: normal;
  }
  @font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto/Roboto-Regular.ttf') format('truetype'); /* Para el peso normal */
    font-weight: 400;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Bold.ttf') format('truetype'); /* Para el peso 600 */
    font-weight: 600;
    font-style: normal;
  }
  
body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    font-family: 'Roboto', sans-serif;
}

.font-blue1-rd {
    color: #1A3D62!important;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba%28255, 255, 255, 1%29' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.nav-link:hover {
    opacity: 0.8;
}

.banner-content {
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    text-align: center;
}

.title-banner {
    font-size: 4rem;
    font-weight: 500;
    color:white
}


.button-info2 {
    background-color: #0088FF!important;
    border-radius: 34px;
    font-size: 1rem;
    color: white;  
}

.button-como-funciona {
    background-color: #0088FF!important;
    border-radius: 34px;
    font-size: 1rem;
    color: white;
    box-shadow: 4px 4px 3px rgba(0, 0, 0, .2);  
}

.button-como-funciona:hover {
    background-color: #0088ffe4!important;
    color: rgb(237, 237, 237);
}


#info2 {
    background: url('../img/banner_secundario.jpg') no-repeat center center;
    background-size: cover;
}

.bg-blue-rd {
    background-color: #1A3D62!important;
}

.bg-blue2-rd {
    background-color: #0088FF!important;
}

.bg-red-rd {
    background-color: #DE0D35!important;
}

.no-padding {
    padding: 0 !important;
}

.t-light {
font-weight: 300;
}

.t-medium {
font-weight: 500;
}

.title {
    font-size: 2rem;
}

.no-bullets {
    list-style: none;
    padding: 0;
    margin: 0;
}

.img-banner {
    display: flex;
    width: 100%;
    align-items: flex-start;
    justify-content: space-between;
    background-image: url(../img/banner_secundario.jpg);
    background-size: cover;
    position: relative;
}

.img-banner img {
    width: auto;
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

.img-banner3 {
    display: flex;
    width: 100%;
    align-items: flex-start;
    justify-content: space-between;
    background-image: url(../img/banner_expAcademico.jpg);
    background-size: cover;
    position: relative;
    height: 100vh;
}

.img-banner3 img {
    width: auto;
    max-width: 100%;
    height: auto;
    object-fit: contain;
}


.texto-reddoex{
    font-size: 35px;
    color: white;
    font-weight: 500;
    margin-top: 0px;
}

.button-funciona {
    position: absolute;
}

.button-funciona a {
    display: inline-block;
    padding: 13px 25px;
    background-color: #0087FF;
    color: white;
    text-decoration: none;
    border-radius: 20px;
    font-size: 1rem;
    transition: background-color 0.3s;
    margin-right: 240px;
    margin-top: -10px;
}


.footer-img {
    width: 80%; /* Adjust the percentage as needed */
}



/*--------------PRIMERA PARTE INFO--------------*/
.info1 {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 100px;
    gap: 20px; 
}

.info1 .left-image {
    flex: 1;
    text-align: center;
}

.info1 .left-image img {
    height: auto;
    max-width: 100%;
    margin-top: 0px;
    margin-bottom: 100px;
    margin-right: 100px;

}

.info1 .right-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center; 
}

.info1 .right-content p:first-child {
    font-size: 50px; 
    font-weight: bold; 
    color: black; 
    margin-bottom: 20px;
    text-align: left;
}

.info1 .right-content p:nth-child(2),
.info1 .right-content p:nth-child(3) {
    font-size: 20px; 
    line-height: 1.3; 
    color: #1A3766; 
    margin-bottom: 20px;
}

.button-container {
    display: flex;
    justify-content: center; 
    margin-top: 10px; 
    width: 60%;
    margin-left: 20%;
}

.btn-whatsapp {
    background-color: #25D366;
    color: white;
    padding: 17px 25px; 
    border-radius: 30px;
    font-size: 16px;
    text-decoration: none;
    cursor: pointer;
    text-align: center; 
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); 
    margin-top: 20px;
}

.btn-whatsapp:hover {
    background-color: #1eb954;
    text-decoration: none;
}


.video {
    width: 100%; /* Ajusta el ancho al 100% del contenedor padre */
    overflow: hidden; /* Oculta cualquier parte de la imagen que sobresalga */
    position: relative; /* Asegura que la posición sea controlable */
}

#video-bg {
    background: url('../img/bg_lab.jpg') no-repeat center center;
    background-size: cover;
    width: 100%;
    min-height: 100vh;
    display: flex; 
}

/*--- permite a la imagen expanderse más allá de su tamaño ---*/
.custom-img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}