:root {
    --color1: #123;
    --color2: rgb(18, 120, 222);
    --texto1: #e4e0e0;
}

* {
    scroll-behavior: smooth;
}
body {
    font-family: Roboto;
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    width: 100%;
    font-size: 1.5rem;


}

i {
    font-size: 3rem;
    color: #FFF;
    font-weight: bolder;
}
h1, h2 {
    text-align: center;

}
.h1s {
    background: transparent;
    color: #FFF;
}
h2 {
    text-transform: uppercase;
    text-align: center;
    padding: 2%;
    background: url(../media/bg08.webp);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: 50%, 50%;
    position: sticky;
    top: 0;
    z-index: 999;
    width: 100%;
    font-weight: bold;
    text-shadow: 0px 0px 5px #123;
    border-radius: 20px;
    margin-bottom: 55px;

}
.seccion {
    padding: 5%;
    text-align: justify;
    min-height: 95vh;
    color: #FFF;
    font-weight: bolder;

}
.seccionImg {
    background: url(../media/bg07.webp);
    background-size:cover; 
    background-attachment: fixed;
    filter: blur(5px);
    min-height: 110vh;
    width: 100%;
    position: fixed;
    z-index: -1;
    left: 0;
    top: 0;

}


.alinearCentrado {
    display: inline-flex ;
    align-items: center ;

}
.btn {
    font-weight: bold;
}
.inscribeteContenedor {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 50px;

}
.inscribeteContenedor :nth-child(1) {
    margin: 0 auto;
}
.convocatoria {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 50px;

}
.convocatoria img {
    object-fit: cover;
    width: 50rem;
}
.c2 {
    display: flex;
    align-items: center;
    gap: 10px;
    text-transform: uppercase;
}
.informacion {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-basis: 450px;
    gap: 10px;
}
.infoBlox {
    width: 30%;
    border: 1px solid #123;
    padding: 2%;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
}
.infoBlox div {
    font-size: 1rem;
}
.infoBlox b {
    font-size: 1rem;
}
.btn-dark {
    background: rgba(33, 33, 33, 0.7);
    border-radius: 10px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
}
.modal-footer button .btn-secondary  {
    background: rgba(33, 33, 33, 0.7);
    border-radius: 0px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    font-size: 2rem;
}
.alert-light {
    background: rgba(255, 255, 255, 0.8);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
}
.alert-warning {
    background: rgba(242, 210, 52, 0.7);
    border-radius: 10px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
}
.quien {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
}
.quien div {
    width: 45rem;
}
.avatar {
    width: 45%;
    height: 100%;
    /* border-radius: 50%; */
    filter: drop-shadow(0px 0px 5px #123);
    mask-image: linear-gradient(black 80%, transparent);
}
.logoIeepc {
    margin: 0 auto;
    border-radius: 0 !important;
    filter: drop-shadow(0px 0px 1px #eee) !important;
    width: 100%;
}

iframe {
    width: 100%;
    height: 320px;
}

.contactoDiv {
    display: flex;
    flex-direction: row;
    gap: 25px;
}

.modal-title, .modal-body {
    color: #123;
}
.modal-title {
    font-size: 1.5rem !important;
    font-weight: bold;
}
.modal-body {
    margin: 20px;
    font-weight: 300;
}

.barrio {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;

}

.bario {
    width: 40%;
    margin: 0 auto;
}
@media screen and (max-width: 900px) {
    .inscribeteContenedor {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .inscribeteContenedor :nth-child() {
        width: 100%;
    }
    .convocatoria {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        gap: 20px;
    
    }
    .convocatoria img {
        object-fit: cover;
        width: 100%;
    }
    .informacion {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        flex-basis: 450px;
        gap: 10px;
    }
    .infoBlox {
        width: 100%;
        border: 1px solid #123;
        padding: 2%;
        margin: 0 auto;
    }
    .quien {
        display: flex;
        justify-content: center;
        gap: 25px;
        flex-wrap: wrap;
    }
    .quien div {
        width: 100%;
    }
    .quien img {
        width: 70%;
        /* border-radius: 50%; */
        filter: drop-shadow(0px 0px 5px #123);
    }
    .logoIeepc {
        width: 100% !important;
        margin: 0 auto;
        border-radius: 0 !important;
        filter: drop-shadow(0px 0px 1px #eee) !important;
    }
    .contactoDiv {
        display: flex;
        flex-direction: column;
        gap: 25px;
    }
}