﻿.icono {
    width: 100px; /* Establece el ancho de las imágenes */
    height: 100px; /* Establece la altura de las imágenes */
    object-fit: contain; /* Asegura que la imagen mantenga su proporción */
}
body {
    /*padding-top: 0px;*/
    padding-bottom: 20px;
    margin-top: 50px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

.titleColorPayment {
    color: #4167a6;
}

.dividLine
{

}
.boxShadowEvent {
    box-shadow: 1px 2px 7px 1px rgb(43 107 141 / 61%);
    -webkit-box-shadow: 1px 2px 7px 1px rgb(43 107 141 / 61%);
    -moz-box-shadow: 1px 2px 7px 1px rgb(43 107 141 / 61%);
}

.borderRadius {
    border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
}

.padding20 {
    padding: 20px;
}

.moneyIconColor {
    color: #2d7e44;
}

.GenIconColor {
    color: #347fc1;
}

.marginBotton {
    margin-bottom: 20px;
}

.center-div {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.navbar
{
    padding: 20px;
    margin-bottom: 30px;
}

.navbar-new {
    float: left;
    height: 50px;
    /* padding: 15px 15px; */
    font-size: 18px;
    line-height: 20px;
}

hrNew {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 0.5px solid #76c7f7;
}

.panel-custom {
    background-color: #f8f8f8;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-bottom: 20px;
}

.total {
    font-weight: bold;
    font-size: 16px;
}

.price {
    text-align: right;
}

.delete-btn {
    background-color: #dc3545;
    color: white;
}

.payment-summary {
    padding: 15px;
    background-color: #f8f9fa;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.btn-pay {
    background-color: #0d6efd;
    color: white;
    width: 100%;
}

.monthly-info {
    background-color: #d9edf7;
    padding: 10px;
    margin-top: 10px;
    color: #31708f;
}

.center {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    /*background: url('//static.ccb.org.co/ccb-frontend/1.4.43/dist/images/LOGO_CCB.svg') 50% 50% no-repeat;*/
    background-size: 10em;
    background-color: #ffffff;
}

.alignCenter {
    text-align: center;
}

.alignEndleft {
    text-align: end;
}

.buttonPay {
    color: #005dff;
}

.navbar-default {
    /*background-color: #2a6299;*/
   /* background-color: #415664;*/
}

.alinkEvent {
    color: #ffffff;
    text-decoration: none;
}

.displayFlex {
    display: flex;
}

.loading-overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.72); /* Fondo oscuro semitransparente */
    display: flex;
    justify-content: center;
    align-items: center;
}

.spinner-border {
    width: 3rem;
    height: 3rem;
}


.svgImage {
    width: 5rem;
    height: 5rem;
}

.input[type="radio"], input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
    width: 2rem;
    height: 2rem;


}

#banneImg {
    max-width: 100%;
    max-height: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 4px 6px rgb(0 0 0 / 32%);
    border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
}

.inputColegioMain{
    max-width:100%;
}
/* Estilos personalizados */
body {
    padding-top: 50px;
    padding-bottom: 0px;
}

.navbar-brand {
    padding: 10px 15px;
}

    .navbar-brand img {
        height: 30px;
    }

.hero-section {
    /*background-image: url('/img/Compartir2025.jpg');*/
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: white;
    padding: 100px 0;
    text-align: center;
    position: relative;
    height: 500px;
}

    .hero-section::before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
/*        background-color: rgba(0, 0, 0, 0.5);*/
    }

.hero-content {
    position: relative;
    z-index: 1;
}

.hero-section h1 {
    font-size: 48px;
    margin-bottom: 20px;
}

.hero-section p {
    font-size: 24px;
    margin-bottom: 30px;
}

.btn-outline {
    color: white;
    background-color: transparent;
    border: 2px solid white;
}

    .btn-outline:hover {
        color: #3498db;
        background-color: white;
    }

.registration-form {
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgb(0 0 0 / 32%);
    padding: 30px;
    margin-top: 50px;
}

.gallery {
    margin-top: 50px;
}

.gallery-item {
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

    .gallery-item img {
        transition: transform 0.3s ease;
    }

    .gallery-item:hover img {
        transform: scale(1.1);
    }

footer {
    background-color: #2c3e50;
    color: white;
    padding: 20px 0;
    margin-top: 50px;
}

/* Media queries para responsividad */
@media (max-width: 768px) {
    .hero-section {
        height: 400px;
        padding: 50px 0;
    }

        .hero-section h1 {
            font-size: 36px;
        }

        .hero-section p {
            font-size: 18px;
        }

    .registration-form {
        margin-top: 30px;
    }
}

@media (max-width: 480px) {
    .hero-section {
        height: 300px;
        padding: 30px 0;
    }

        .hero-section h1 {
            font-size: 28px;
        }

        .hero-section p {
            font-size: 16px;
        }

    .btn-lg {
        font-size: 14px;
        padding: 8px 16px;
    }
}

/*formas de pago css*/
.payment-option {
    margin-bottom: 20px;
    height: 100%;
}

    .payment-option .panel-body {
        height: 150px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .payment-option img {
        max-width: 100%;
        max-height: 100px;
        object-fit: contain;
    }

    .payment-option .btn {
        width: 100%;
    }

@media (max-width: 767px) {
    .payment-option .panel-body {
        height: auto;
    }
}


.panel-info > .panel-heading {
    background-color: #5bc0de;
    color: white;
    border-color: #46b8da;
}

.panel-title {
    /*font-weight: bold;*/
    /*padding: 2px;*/
}

.alert-warning {
    color: #000000;
    background-color: #e1b4128c;
    border-color: #faebcc;
}

.btn-link {
    color: #5bc0de;
    font-weight: bold;
}

    .btn-link:hover {
        color: #31b0d5;
        text-decoration: underline;
    }

.glyphicon {
    margin-right: 10px;
}

.custom-form-container {
    border: none;
    border-radius: 15px;
   /* box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);*/
    overflow: hidden;
    margin-bottom: 30px;
    height: 100%;
}

.custom-form-header {
    background-color: #337ab7 !important;
    color: white;
    border-bottom: none;
    padding: 20px 15px;
}

.custom-form-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
}

.custom-form-body {
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: calc(100% - 80px); /* Ajuste para el custom-form-header */
}

.custom-button {
    background-color: #337ab7;
    border-color: #337ab7;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

    .custom-button:hover {
        background-color: #286090;
        border-color: #204d74;
    }

.custom-input {
    height: 44px;
    font-size: 16px;
}

.custom-label {
    font-weight: 400;
    font-size: 16px;
}

.main-title {
    text-align: center;
    color: #337ab7;
    font-weight: 600;
    margin-bottom: 30px;
    font-size: 36px;
    /*text-transform: uppercase;*/
   /* letter-spacing: 2px;*/
}

@media (max-width: 767px) {
    .custom-form-container {
        margin-bottom: 15px;
    }

    .custom-form-title {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .main-title {
        font-size: 28px;
        margin-bottom: 30px;
    }

    .custom-form-container {
        margin-bottom: 15px;
    }

    .custom-form-title {
        font-size: 18px;
    }
}

.logo-container {
    padding: 15px;
    text-align: center;
}

.logo-img {
    max-width: 100%;
    height: auto;
    max-height: 100px; /* Adjust this value as needed */
}

@media (max-width: 767px) {
    .logo-img {
        max-height: 80px; /* Smaller size for mobile devices */
    }
}
.responsive-heading {
    font-size: 28px;
    font-weight: bold;
  /*  text-align: center;*/
    margin: 20px 0;
    padding: 10px;
}

@media (max-width: 768px) {
    .responsive-heading {
        font-size: 24px;
    }
}

@media (max-width: 480px) {
    .responsive-heading {
        font-size: 20px;
        padding: 8px;
    }
}

/*Clases de cuadro de dialogos*/
.modern-dialog {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 400px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.08);
    z-index: 1000;
    overflow: hidden;
    transition: all 0.3s ease;
}

.modern-dialog-header {
    background: linear-gradient(135deg, #cb1111 0%, #fc2525 100%);
    color: #fff;
    padding: 15px;
    font-weight: bold;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.modern-dialog-body {
    padding: 20px;
    background-color: #f8f9fa;
    max-height: 60vh;
    overflow-y: auto;
}

.modern-dialog-footer {
    background-color: #fff;
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e9ecef;
}

.modern-dialog-backdrop {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
}

.btn-modern {
    background: linear-gradient(135deg, #cb1111 0%, #fc2525 100%);
    border: none;
    color: #fff;
    padding: 8px 16px;
    border-radius: 4px;
    transition: all 0.3s ease;
}

    .btn-modern:hover {
        background: linear-gradient(135deg, #b10c0c 0%, #e01515 100%);
        color: #fff;
    }

@media (max-width: 768px) {
    .modern-dialog {
        width: 95%;
        max-width: none;
    }

    .modern-dialog-body {
        max-height: 50vh;
    }

    .btn-modern {
        display: block;
        width: 100%;
        margin-bottom: 10px;
    }
}


/*pagina error*/

.error-container {
    text-align: center;
    padding: 20px 15px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0,0,0,.1);
    margin-top: 20px;
}

.error-icon {
    font-size: 48px;
    color: #d9534f;
    margin-bottom: 15px;
}

.error-title {
    font-size: 24px;
    margin-bottom: 15px;
}

.error-message {
    font-size: 16px;
    color: #333;
    margin-bottom: 20px;
}

.btn-home {
    font-size: 16px;
    white-space: normal;
    max-width: 100%;
    word-wrap: break-word;
}

@media (min-width: 768px) {
    .error-container
    {
        padding: 40px 15px;
    }

    .error-icon {
        font-size: 64px;
    }

    .error-title {
        font-size: 28px;
    }

    .error-message {
        font-size: 18px;
    }
}