
.DivInicioInfo, .DivAcercaDelEncuentroInfo{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding-top: 70px;
    background-color: rgba(220, 126, 248, 0.1);
}

.InicioInformación{
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    color: rgb(0, 0, 0);
    text-align: justify;
    font-family: 'Montserrat';
    font-size: 22px;
    text-align: center;
    overflow: hidden;
}
section{
    overflow-wrap: break-word;
    justify-items: center;
    word-break: keep-all;
}

section > p{
    text-align: justify;
    word-break: keep-all;
}

section > h1, .InfoAcercadelForo > h1, .QueEsperar > h1{
    color: rgb(243, 151, 66);
    font-size: 30px;
}

section > h4{
    color: rgb(78, 167, 46);
    font-size: 21px;
}

section > h5{
    text-decoration: underline;
    text-decoration-color: rgb(243, 151, 66);;
    text-decoration-thickness: 3px;
    transition: all 0.4s ease;
    width: 25%;
}

section > h5:hover{
    padding: 2px;
    background-color: rgb(243, 151, 66);
    color: white;
    cursor: none;
}

.ImgPortada{
    width: 100%;
    opacity: 1;
    z-index: 1;
}

/*Segunda Parte*/

.DivAcercadelForo{
    width: 100%;
    display: flex;
    justify-content: center;
    padding-top: 40px;

    background-color: white;
}

.AcercadelForoContenedor{
    width: 85%;
    position: relative;
    font-family: 'Montserrat';
    font-size: 18px;
    text-align: justify;
}

.InfoAcercadelForoContenedor{
    justify-content: center;

    width: 100%;
    margin: 10px;
    float: left;
    position: relative;
    overflow: hidden;
}

.InfoAcercadelForo{
    width: 43%;
    position: relative;
    float: left;
    padding: 5px;
    margin: 15px;
    
}

.QueEsperar{
    width: 47%;
    position: relative;
    float: left;
    padding: 5px;
    margin: 15px;
}

.QueEsperar > ul, .InfoAcercadelForo > ul{
    list-style-image: url(../Icon/IconoViñeta001.png);
    padding-left: 30px;
}

.Negritas{
    font-weight: bold;
}

.correoInformes{
    font-size: 19px;
    color: rgb(32, 32, 223);
}

.DossierBox{
    width: 100%;
    padding-top: 30px;
    display: flex;
    justify-content: center;
    padding-bottom: 40px;
}

.DossierBox > a{
    text-decoration: none;
    padding: 10px;
    border-radius: 15px 15px;
    color: white;
    background-color: rgb(243, 151, 66);
    filter: drop-shadow(5px 5px 5px rgb(51, 51, 51));
    transition: all 0.4s ease;
}

.DossierBox > a:hover{
    background-color: rgb(231, 108, 155);
}
 

/*Medias*/

@media (max-width: 720px) {
    .InfoAcercadelForo{
        width: 99%;
        position: relative;
        float: left;
        padding: 5px;
        margin: 15px;
    }
    
    .QueEsperar{
        width: 99%;
        position: relative;
        float: left;
        padding: 5px;
        margin: 15px;
    }
}