@import url('https://fonts.googleapis.com/css2?family=Bona+Nova+SC:ital,wght@0,400;0,700;1,400&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


body {
    overflow-x: hidden;
}

.navbar {
    background-color: #f8f9fa;
}

.navbar .container-fluid {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.navbar .navbar-nav {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.navbar .nav-item {
    margin: 0 12px;
}

.navbar .nav-item2 {
    margin: 0 -8px;
}

.navbar .nav-link {
    color: #ffffff;
    font-size: 13px;
    font-weight: 400;

}

.navbar .nav-link:hover {
    color: #EE9003;
}

.navbar-toggler-icon {
    background-image: url(../img/menu.png);
}

@media (max-width: 992px) {
    .navbar-collapse {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .navbar .navbar-nav {
        margin-top: 10px;
    }

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

.bc {
    background-color: rgba(2, 52, 102);

}

.navbar-brand .logo-container {
    display: flex;
    align-items: center;
}

.cgb {
    font-family: 'Handelson Three', cursive;
    font-size: 16px;
    color: #7b7b7b;
    text-decoration: none;
}

.log {
    width: 70px;
    height: auto;

}


.cgb:hover {
    text-decoration: underline;
}

.member-of {
    font-family: 'ZCOOL XiaoWei', serif;
    font-size: 12px;
    margin-top: -25px;
    color: #bababa;
    text-align: center;
}

.info {
    padding: 70px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
}

.info-1 {
    width: 300px;
    height: 310px;
    padding: 10px 20px;
    text-align: center;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    background: #fff;
    color: #EE9003;
    box-sizing: border-box;
}

.mil {
    margin-bottom: 10px;
    color: #EE9003;
    font-size: 18px;
    font-weight: 600;
}


.segunda {
    background: #E79D3E;
    padding: 70px 0;
    width: 100vw;
    text-align: center;
}

.titulo {
    color: #1F3365;
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 40px;
}

.info3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.info3 a {
    text-decoration: none;
}

.info-3 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 280px;
    height: 230px;
    padding: 15px 25px;
    text-align: center;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    background: #E79D3E;
    color: #000000;
    transition: background 0.3s, box-shadow 0.3s, transform 0.3s;
}

.info-3:hover {
    background: #F5A623;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
    transform: translateY(-10px);
    text-decoration: none;
}

@media (max-width: 768px) {
    .info3 {
        flex-direction: column;
        align-items: center;
    }

    .info-3 {
        width: 100%;
        max-width: 320px;
    }
}

.info-1 img {
    width: 35px;
}

.info-1 p {
    font-size: 16px;
    color: #1F3365;
    text-align: justify;
}

.para {
    text-align: left;
}

@media (max-width: 768px) {
    .info {
        flex-direction: column;
        align-items: center;
    }

    .info-1 {
        width: 100%;
        max-width: 500px;
    }
}

.tercera {
    background: #1F3365;
    opacity: 0.9;
    padding: 70px 0;
    width: 100vw;
    text-align: center;
}

.info4 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.info4 a {
    text-decoration: none;
}

.info-4 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 280px;
    height: 230px;
    padding: 15px 25px;
    text-align: center;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    background: #233971;
    opacity: 0.9;
    color: #000000;
    transition: background 0.3s, box-shadow 0.3s, transform 0.3s;
}

.info-4:hover {
    background: #001d6d;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    transform: translateY(-15px);
}

.mis {
    margin-bottom: 15px;
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
}

@media (max-width: 768px) {
    .info4 {
        flex-direction: column;
        align-items: center;
    }

    .info-4 {
        width: 100%;
        max-width: 320px;
    }
}

.card-container {
    display: flex;
    flex-wrap: wrap;
    gap: 0rem;
    justify-content: center;
}

.card {
    flex: 1 1 calc(33.333% - 1rem);
    max-width: 400px;
    margin: 0.5rem;
}

@media (max-width: 768px) {
    .card-container {
        flex-direction: column;
        align-items: center;
    }

    .card {
        width: 100%;
        max-width: 600px;
    }
}

.para-card {
    text-align: left;
}

.para-card ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.para-card li {
    margin-bottom: 10px;
    color: #ffffff;
    display: flex;
    align-items: center;
}

.punto {
    color: #ffffff;
    font-size: 1.2em;
    margin-right: 10px;
}

.tit {
    color: #EE9003;
    font-size: 34px;
    text-align: center;
}

.tite {
    color: #ffffff;
}

.l {
    color: #ffffff;
}

.i {
    color: #ffffff;
    text-align: justify;
}

.fer {
    color: #f8f9fa;
    font-size: 34px;
}

.social-section {
    position: relative;
    width: 100%;
    height: 65vh;
    padding: 0;
}

.carousel-inner {
    position: relative;
    height: 100%;
}

.carousel-item img {
    width: 100%;
    height: 450px;
    object-fit: cover;
}

.carousel-control-prev,
.carousel-control-next {
    width: 5%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: rgba(0, 0, 0, 0.5);
}

footer {
    width: 100%;
    background-color: #fff;
}

footer .mx-auto {
    max-width: 100%;
    padding: 0;
}

footer .w-full {
    width: 100%;
}

footer .max-w-screen-xl {
    max-width: 100%;
}



.star {
    text-align: center;
}

.star2 {
    width: 100px;
    margin-top: 0px;
}



#social-sidebar {
    position: absolute;
    left: 0;
    top: 83%;
    transform: translateY(-46%);
    /* Centra verticalmente el sidebar */
    width: 70px;
    /* Ancho expandido */
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: width 0.3s;
}


#toggle-btn {
    display: none;
}



.social-icons {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.social-icon {
    display: block;
    width: 20px;
    height: 20px;
    margin: 10px 0;
    text-align: center;
    line-height: 20px;
    border-radius: 50%;
    text-decoration: none;
    color: white;
    background-color: #555;
    font-size: 20px;
}


.image-section {
    background-color: #ffffff;
    padding: 0;
    position: relative;
}

.image-section .container {
    padding: 0;
    max-width: 100%;
}

.image-section .row {
    margin: 0;
    width: 100%;
}

.image-section .col-3 {
    padding: 0;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
}

.image-section .col-3 img {
    width: 50%;
    height: auto;
    object-fit: contain;
}

.overlay-image {
    position: relative;
    display: flex;
    justify-content: center;
    margin-bottom: -50px;
}

.overlay-image img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.row.position-relative {
    margin-left: 15%;
}

.overlay-image img {
    width: 100px;
    height: auto;
    object-fit: contain;
}

.large-image {
    width: 10px;
    max-width: none;
    height: auto;
}

.whatsapp-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
}

.whatsapp-btn img {
    width: 48px;
    height: 48px;
    cursor: pointer;
}

.whatsapp-popup {
    display: none;
    position: fixed;
    bottom: 100px;
    right: 20px;
    background-color: #ffffff;
    border: 1px solid #25d366;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    width: 300px;
    padding: 0;
    font-family: 'Arial', sans-serif;
    color: #333;
}

.popup-header {
    background-color: #25d366;
    padding: 15px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color: white;
    text-align: center;
}

.popup-header h2 {
    margin: 0;
    font-size: 18px;
}

.popup-content {
    padding: 20px;
    text-align: center;
}

.popup-content p {
    margin: 0 0 20px;
    font-size: 14px;
}

.popup-content a {
    display: inline-block;
    margin: 10px 0;
    text-decoration: none;
    color: #25d366;
    font-weight: bold;
}

.modal-content {
    border-radius: 15px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    background-color: #f9f9f9;
}

.modal-header {
    border-bottom: none;
    background-color: #e5e5e5;
    color: #333;
    padding: 1rem 1.5rem;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 1.2rem;
}

.modal-body {
    padding: 1.5rem;
}

label {
    display: block;
    margin-bottom: 0.4rem;
    font-weight: 600;
    color: #666;
    font-size: 0.9rem;
}

input[type="text"],
input[type="email"] {
    width: 100%;
    padding: 0.6rem;
    margin-bottom: 1rem;
    border: 1px solid #ddd;
    border-radius: 4px;
    transition: border-color 0.2s, box-shadow 0.2s;
    font-size: 0.9rem;
}

input[type="text"]:focus,
input[type="email"]:focus {
    border-color: #ff9500;
    box-shadow: 0 0 5px rgba(255, 149, 0, 0.5);
    outline: none;
}

button[type="submit"] {
    background-color: #ff9500;
    color: white;
    padding: 0.6rem 1.2rem;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 0.9rem;
    font-weight: 600;
    transition: background-color 0.3s, transform 0.2s;
}

button[type="submit"]:hover {
    background-color: #e68a00;
    transform: translateY(-1px);
}

button[type="submit"]:active {
    transform: translateY(0);
}