* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;



}
body {

    font-family: "Poppins", sans-serif;

    line-height: 1.6;
    background: #FFF;

    max-width: 100%;

    overflow-x: hidden;
}
.container {
    width: 100vw;
}
.topbar {
    display: flex;
    justify-content: flex-end;
    background-color: #f9f9f8;
    
}
.topbar a {
    margin-left: 10px;
    color: #333;
}
.topbar img {
    width: 15px;
    height: 15px;
    margin-right: 5px;
}
.topbar i {
    margin-left: 45px;
}

.header {
    background-color: #f9f9f8;
    padding: 40px;
}
.header .navbar-brand {
    font-size: 28px;
}
.header .nav-link {
    font-size: 25px;
}
.menu .navbar ul li {
    margin-right: 2px;
    position: relative;
    float: left;
}

.menu .navbar ul li a {
    font-size: 18px;
    padding: 15px;
    color: #333128;
    display: block;
    font-weight: 600;
}

#menu {
    display: none;
}

.menu-icono {
    width: 25px;
}

.menu label {
    cursor: pointer;
    display: none;
}
.carousel-item img {
    border-radius: 15px;
    min-height: 1000px;
}

.carousel-caption h3,
.carousel-caption p {
    font-family: 'Poppins';
    font-size: 65px;
    margin: 20px;
    color: #000000;

}
.carousel-caption p {
    font-size: 120px;
    text-align: justify;
}
.carousel-caption {
    position: static; 
}

.carousel-inner {
    background-color: #eaf4ff;
    position: relative; 
}

.carousel-item {
    height: auto; 
}
.presentation-slide .carousel-caption {
    position: absolute; 
}
.text-start {
    text-align: left; 
}
.text-start h3 {
    text-align: center;

}

.text-start p {
    font-size: 1.5rem; 
    margin-bottom: 1rem; 
    margin-left: 30px
}

.information {
    padding: 75px 0px;
    background-color: #fbfafa;
    overflow: hidden;
    display: flex;
    justify-content: center;
}   
.row-cols-1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.information-content {

    flex-wrap: wrap;
    justify-content: center;
    display: flex;

}
.information-1 {
    width: calc(100% / 7 - 20px);
    margin: 0 10px;
    text-align: center;
    padding: 35px;

}
.information-1 h3 {
    font-size: 28px;
    color: #181713;


}
.information-1 img {
    width: 80px; 
    height: 80px; 
    margin-bottom: 20px; 
}
.info-box {
    background-color: #fff;
    border-radius: 20px;
    overflow: auto;
    margin: 50px 0;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    max-height: 1200px;
}
.info-box img {
    border-radius: 25px;
    max-height: 550px;
}

.text .content {
    font-size: 28px;
}

.nav-tabs {
    border-bottom: none;
}

.nav-tabs .nav-link {
    color: #333;
    font-weight: bold;
    border: none;
    border-radius: 0;
    padding: 5px 15px;
    background-color: transparent;
    transition: all 0.3s ease;
}

.nav-tabs .nav-link.active {
    color: #fff;
    background-color: #007bff;
}

.tab-content-container {
    padding: 10px 0;
}

.tab-pane {
    padding: 10px;
    text-align: center;
    display: none; 
}

.tab-pane.active {
    display: block; 
}

.tab-pane img {
    max-width: 100%;
    height: auto;
    margin-top: 5px;
}

.tab-pane h2 {
    margin-top: 10px;
}

.tab-pane p {
    margin-bottom: 5px;
    text-align: justify;
    font-size: 23px;
}
.contenedor {
    width: 100%;
    overflow: hidden;
}
.carousel-caption.title{
        position: absolute;
        top: 38%;
        left: 50%;
        transform: translate(-50%, -50%);
    
}
.contacto-info {
    border: 1px solid #ccc; 
    border-radius: 10px; 
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); 
    padding: 30px;
    margin-bottom: 30px;
    background-color: #fff; 
}

footer {
    padding: 10px;
    
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;


}


@media screen and (max-width: 768px) {
    .information-1 {
        width: calc(50% - 20px); 
    }
}

@media (min-width: 768px) {
    .info-box {
        padding: 30px;
    }
}

@media screen and (max-width: 576px) {
    .information-1 {
        width: calc(100% - 20px); 
    }
}
@media screen and (min-width: 992px) {
    #carrusel .carousel-item img {
        max-height: 70vh; 
        object-fit: cover; 
    }
}
@media screen and (max-width: 991.98px) {
    .header .container {
        padding: 20px; 
    }

    .navbar-brand {
        font-size: 20px; 
    }

    .navbar-nav .nav-link {
        font-size: 16px;
    }

    #carrusel .carousel-caption {
        font-size: 14px; 
    }
}

@media (min-width: 768px) {
    .info-box {
        padding: 20px; /* Ajustar el padding en pantallas más grandes */
    }
}

/* Primer ajuste para pantallas de móviles */
@media screen and (max-width: 575.98px) {
    .navbar-nav {
        flex-direction: column; 
    }

    .navbar-nav .nav-item {
        margin-bottom: 10px; 
    }

    #carrusel .carousel-caption {
        padding: 10px; 
    }
    .carousel-item img {
        max-width: 100%;
        min-height: 350px;

        max-height: 450px;
    }
}
/* Ajustes para teléfonos como iPhone SE */
@media screen and (max-width: 374px) {
    .carousel-item img {
        max-height: 300px;
        max-width: 300px;
    }

    .carousel-caption h1 {
        font-size: 24px; 
    }

    .carousel-caption p {
        font-size: 14px; 
    }
}
/* Ajustes para dispositivos con resolución baja (como iPhone SE) */
@media only screen and (max-width: 374px) and (max-resolution: 163dpi) {
    .carousel-item {
        max-width: 300px; 
        margin: 0 auto; 
    }

    .carousel-item img {
        max-width: 300px; 
        height: auto; 
    }

    .carousel-caption {
        width: 100%;
    }

    .carousel-caption h1 {
        font-size: 18px; 
    }

    .carousel-caption p {
        font-size: 12px; 
    }
}


/* Ajustes generales para teléfonos */
@media screen and (max-width: 767.98px) {
    .navbar-nav .nav-item {
        margin-right: 15px; 
    }

    .header .navbar-brand {
        font-size: 24px; 
    }
    footer {
        min-width: 100vw;
    }
    .carousel-item img {
        max-width: 100%;
        min-height: 350px;

        max-height: 400px;
    }

    .tab-pane h2 {
        font-size: 45px; 
    }

    .text .content {
        font-size: 20px;
    }

    .nav-tabs .nav-link {
        padding: 20px 75px;
    }

    .information-1 h3 {
        font-size: 23px;
    }
    .information-1 img {
        width: 80px; 
        height: 80px; 
    }

}
/*
@media screen and (max-width: 575.98px) {
    .topbar {
        justify-content: center; 
        flex-wrap: wrap; 
    }

    .topbar a {
        margin: 5px; 
    }

    .header .navbar-brand {
        font-size: 20px; 
    }

    .navbar-nav {
        flex-direction: column;
    }

    .navbar-nav .nav-item {
        margin-bottom: 10px; 
    }

    #carrusel .carousel-caption {
        padding: 10px; 
    }

    .carousel-caption h1 {
        font-size: 24px; 
    }

    .carousel-caption p {
        font-size: 14px;
    }

    .information-1 {
        width: calc(100% - 20px); 
    }

    .info-box {
        padding: 20px; 
    }

    .tab-pane img {
        width: 100%; 
    }

    .tab-pane h2 {
        font-size: 18px; 
    }

    .tab-pane p {
        font-size: 14px; 
    }

    .contacto-info h3 {
        font-size: 18px; 
    }
}
*/
/* Ajustes para tablets */
@media screen and (min-width: 576px) and (max-width: 991.98px) {
    .topbar {
        justify-content: flex-end; 
    }

    .header .navbar-brand {
        font-size: 24px; 
    }

    .navbar-nav .nav-item {
        margin-right: 15px; 
    }

    .carousel-caption h1 {
        font-size: 32px;
    }

    .carousel-caption p {
        font-size: 20px; 
    }

    .information-1 {
        width: calc(33.333% - 20px); 
    }

    .info-box {
        padding: 30px; 
    }

    .tab-pane h2 {
        font-size: 55px; 
    }

    .tab-pane p {
        font-size: 16px; 
    }

    .contacto-info h3 {
        font-size: 20px; 
    }
}

/* Ajustes para pantallas grandes */
@media screen and (min-width: 992px) {
    .topbar {
        justify-content: flex-end; 
    }

    .header .navbar-brand {
        font-size: 32px; 
    }

    .navbar-nav .nav-item {
        margin-right: 30px; 
    }

    .carousel-caption h1 {
        font-size: 48px; 
    }

    .carousel-caption p {
        font-size: 25px; 
    }

    .information-1 {
        width: calc(25% - 20px); 
    }

    .info-box {
        padding: 40px; 
    }

    .tab-pane h2 {
        font-size: 74px; 
    }

    .tab-pane p {
        font-size: 18px; 
    }

    .contacto-info h3 {
        font-size: 24px; 
    }
}

