
body {
    scroll-behavior: smooth;

    margin: 0 auto;
}
.head1 {
    width: 100%;
    margin: 0 auto; padding: 0% 5%;
}
.nav-item {
    border-left: 5px solid #e0ddd9;
    padding: 0 10px;
}
.nav-link {
    text-align: center;
}
.nav-item:nth-child(1){
    border-left: 0; 
}
.botones {
    border-radius: 15px;
    text-decoration: none;
    padding: 1rem;
    margin: 0 auto;
    cursor: pointer;
    text-align: center;
    width: 45%;
    font-weight: bold;

    display: flex;
    justify-content: center;
    align-items: center;
}
.botones i {
    font-size: 2rem;
}
.btnDk {
    background: #2a2828;
    color:#f8f5f0;

    transition: all .3s ease;
}
.btnDk:hover {
    background: #4d4c4c;
    color:#e0ddd9;
}
.contenedor01 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.contenedor01 div:nth-child(1) {
    width: 150%;
}

.seccion {
    width: 100%;
    max-width: 100%;
    min-height: 80vh;
    font-size: 1.3rem;
}
.seccion-init {
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.seccion-convocatoria {
    /* background: #eaeaea; */
    width: 100%;
}
.convol {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}
.con1 {
    width: 45%;
}
.con1 img {
    width: 90%;
}

.contCS {
    display: flex;
    justify-content: space-evenly;
    
}
.contCS1 {
    padding: 10px;
}

.requisites {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
}

.req1 {
    width: 49%;
    padding: 15px;

    display: flex;
    justify-content: center;
    flex-direction: row;

    border: 2px solid #2a282885;
    border-radius: 15px;
    background: #ffffff;

}
.req1 :nth-child(1) {
    /* background: #424242; */
    padding: 15px;
    display: flex;
    align-items: center;
    
}
.req1 :nth-child(2) {
    background: #eaeaea;
    padding: 2%;
    display: flex;
    align-items: center;
}
.req2 {
    width: 100%;
    padding: 15px;
    border: 2px solid #2a282885;
    border-radius: 15px;
    background: #ffffff;
}
.req2 a:nth-child(2) {
    background: #eaeaea;
    padding: 2%;
    display: flex;
    align-items: center;
}
@media screen and (max-width: 800px) {
    .head1 {
        width: 100%;
        margin: 0 auto; padding: 0;
    }
    .contenedor01 {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .contenedor01 div:nth-child(1) {
        width: 100%;
    }
    .nav-item {
        border-left: 0px;
        padding: 0 10px;
    }

    .nav-item:nth-child(1){
        border-left: 0; 
    }
    .container {
        margin: 0 auto;
        padding: 0;
    }
    .convol {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }
    .con1 {
        width: 100%;
    }
    .con1 img {
        width: 100% !important;
    }

    .contCS {
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
            
    }
    .contCS1 {
        padding: 10px;
    }
    .contCS div:nth-child() {
        margin: 2%;
        padding: 25px;
    }
    .contCS div:nth-child(1) {
        width: 100%;
    }
    .contCS div:nth-child(2) {
        padding: 10px;
    }
    .contCS div:nth-child(2) img {
        width: 100%;
    }
    .requisites {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 10px;
    }

    .req1 {
        width: 100%;
        padding: 15px;

        display: flex;
        justify-content: center;
        flex-direction: row;

        border: 2px solid #2a282885;
        border-radius: 15px;
        background: #ffffff;

    }
    .req1 :nth-child(1) {
        /* background: #424242; */
        padding: 15px;
        display: flex;
        align-items: center;
        
    }
    .req1 :nth-child(2) {
        background: #eaeaea;
        padding: 2%;
        display: flex;
        align-items: center;
    }
    .req2 {
        width: 100%;
        padding: 15px;
        border: 2px solid #2a282885;
        border-radius: 15px;
        background: #ffffff;
    }
    .req2 a:nth-child(2) {
        background: #eaeaea;
        padding: 2%;
        display: flex;
        align-items: center;
    }
}

@media screen and (max-width: 420px) {
    .head1 {
        width: 100%;
        margin: 0 auto; padding: 0;
    }
    .contenedor01 {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .contenedor01 div:nth-child(1) {
        width: 100%;
    }
    .nav-item {
        border-left: 0px;
        padding: 0 10px;
    }

    .nav-item:nth-child(1){
        border-left: 0; 
    }
    .con1 {
        margin: 0 auto;
        width: 100%;
    }
    .con1 img {
        width: 95% !important;
    }
    .container {
        margin: 0 auto;
        padding: 0;
    }
    .seccion {
        width: 100%;
        max-width: 100%;
        min-height: 80vh;
        font-size: 1rem;
        padding: 10px;
    }
    .botones {
        border-radius: 15px;
        text-decoration: none;
        padding: 10px;
        margin: 0 auto;
        cursor: pointer;
        text-align: center;
        width: 100%;
        font-weight: bold;
        font-size: 0.9rem;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .botones i {
        font-size: 1rem;
    }
    
}