@media (min-width: 992px) {
    .col-lg-esp {
        flex: 0 0 11.11%;
        max-width: 11.11%;
    }

    .letras {
        font-size: calc(2em + 1vw)
    }
}

.facebook:hover {

    background: #007bff
}

.img-and-cross {
    display: flex;
    justify-content: space-between;
}

.modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
    background-color: #fefefe;
    margin: 4% 10px;
    padding: 20px;
    border: 1px solid #888;
    width: 500px;
    height: fit-content;
}

@media screen and (max-width: 522px) {
    .modal-content {
        width: auto;
    }
}

.flex-modal {
    display: flex;
    justify-content: center;
}

.container-cross {
    width: 100%;
    display: flex;
    justify-content: end;
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.container-text {
    display: flex;
    justify-content: center;
}

.text-message {
    display: flex;
    justify-content: center;
    text-align: center;
}
