#cargando{
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.692);
    position: fixed;
    z-index: 9999999999999;
}

#foto-cargando{
    height: 200px;
    width: auto;
}


.col{
    box-sizing: border-box;
    float: left;
    height: calc(100vh - 200px);
    overflow: hidden;
}
.col-25 {width: 25%;}
.col-50 {width: 50%;}
#col2{
    display: flex;
    justify-content: center;
    align-items: center;
}

.fichero-img{
    display: flex;
    width: 70%;
}
#fichero1{
    rotate: 35deg;
    margin-left: -100px;
    margin-top: 0px;
}
#fichero2{
    float: right;
    rotate: -35deg;
    margin-right: -50px;
}

#separador{
    height: 50%;
}

#titulo{
    width: fit-content;
    padding: 30px 60px;
    border: 4px solid #a78772;
    border-radius: 50px;
    font-size: 40px;
    font-weight: 400;
    font-style: italic;
    text-align: center;
    background-color: #f2d6c3;
}