
.Itaes_comitan1{
    font-size: 20px;
    font-weight: 500;
    color: rgb(0, 0, 0);
}
.Itaes_comitan2{
    font-size: 13px;
    color: rgb(0, 0, 0);
}
.historia_comitan{
    width: 100%;
}
.espacio{
    width: 100%;
    height: 116px;
}
.itaes_ubicanos{
    width: 100%;
    height: 75vh;
    display: flex;
}
.contenedor_1{
    width: 100%;
    display: flex;
}
.inf_ubicanos{
    width: 50%;
    height: 100%;
}
.ubicanos1_texto{
    width: 80%;
    margin: 10px auto;
    border: 1px solid #000;
    border-radius: 10px;
    padding: 5px;
    display: flex;
}
.img1_ubi{
    width: 30%;
    text-align: center;
    padding: 5px;
    font-size: 45px;
    color: #011d4c;
}
.img2_ubi{
    width: 70%;
    font-family: 'Courier New', Courier, monospace;
    font-size: 15px;
    padding: 5px;
}
.mapa_ubicanos{
    padding: 25px;
    width: 50%;
    height: 100%;
    text-align: center;
}
.mapa_ubicanos iframe{
    width: 90%;
    height: 400px;
}







@media screen and (max-width: 991px){
    .espacio{
        height: 180px;
    }
    .historia_comitan{
        height: 105vh !important;
    }
    .contenedor_1{
        display: block;
        min-height: 100% !important;
    }
    .inf_ubicanos{
        width: 100%;
    }
    .ubicanos1_texto{
        width: 90%;
    }
    .mapa_ubicanos{
        width: 100%;
    }
}