html {
    scroll-behavior: smooth;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font: normal 16px / 24px "Roboto", Helvetica, Arial, Verdana, sans-serif;
}

.body__header {
    display: flex;
    justify-content: space-between;
    border-bottom: solid 1px #d1d1d1;
}

.modal__btn {
    padding: 5px;
    text-align: right;
}

.modal-btn {
    margin-right: 10px;
}

.close-modal {
    border: none;
    font-size: 1.7rem;
    margin: 10px 20px 10px !important;
    cursor: pointer;
}

#overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}

#overlay.active {
    display: block;
}

body {
    transition: background-color .5s;
}

.container {
    border: none 1px;
    box-shadow: 0px 0px 10px 0px gray;
    margin: auto;
    max-width: 1100px;
}

.gen_link {
    color: #3b8ced;
    text-decoration: none;
    font-size: 14px;
}


/* Editorial */

.editorial__main__cont {
    border: none;
    max-width: 60%;
}

.editorial-main-title {
    border: none;
    border-bottom: dotted 1px lightgrey;
    text-align: center;
    margin-top: 0px;
    margin: auto;
    width: 93%;
}

.editorial-first-title {
    font-size: 14px;
    font-weight: bold;
}

.redactor__cont {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.inner {
    display: flex;
    justify-content: space-between;
}

.red-information-board {
    border: none;
    height: 100%;
}

.redactor__title>h3 {
    border-bottom: solid 1.5px #d1d1d1;
    background-color: #f0f0f0;
    height: 25px;
    font-weight: bold;
    font-size: 12.5px;
    color: #333333;
    padding-left: 5px;
}

.redactor__inner {
    display: flex;
    border-bottom: solid 1.5px #d1d1d1 !important;
}

.redactor {
    border: solid 1px #d1d1d1;
    width: 93%;
    margin: 0 auto;
    border-top: none;
}

.pctr-border-redactor {
    border: none;
    border-right: solid 1px #d1d1d1;
    width: 30%;
    text-align: center;
}

.redactor-pct {
    max-width: 100%;
    height: auto;
    padding: 10px;
}

.red-information-board {
    border: none;
    width: 72%;
    height: 100%;
    padding-left: 15px;
}

.redactor-name {
    margin: 5px;
}

.redactor-description {
    margin-top: 4px;
    font-size: 14px;
    max-width: 400px;
    line-height: 20px;
    color: #7a7a7a;
}

.redactor-mail {
    margin-top: 10px;
    font-size: 14px;
    color: #7a7a7a;
}

.red-name-a {
    text-decoration: none;
    color: #3b8ced;
    font-weight: bold;
    font-size: 14px;
}

.member-name {
    color: #7a7a7a;
}

.Editorial_link_a {
    color: #3b8ced;
    text-decoration: none;
}

.about-information-fully-button {
    border: none;
    border-radius: 5px;
    margin: 10px 0px 10px;
    background-color: #006fb7;
    color: white;
    font-size: 14px;
    text-align: center;
    width: fit-content;
    height: 35px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    padding: 0 14px;
}

.about-information-fully-button:hover,
.about-information-fully-button-close:hover {
    background-color: #005386;
    transition: 0.2s;
}

.about-information-fully-button-close {
    float: right;
    border: none;
    border-radius: 5px;
    background-color: #006fb7;
    color: white;
    font-size: 14px;
    text-align: center;
    width: 20%;
    height: 35px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    margin: 10px;
}

.btn {
    border: none;
    border-radius: 5px;
    margin: 10px 0px 10px;
    background-color: #006fb7;
    color: white;
    font-size: 14px !important;
    text-align: center;
    width: fit-content;
    height: 35px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    padding: 0 14px;
}

.btn:active {
    transform: scale(0.9);
}

.modal {
    position: fixed;
    top: 0%;
    left: 0%;
    z-index: 10;
    display: none;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}

.modal__content {
    width: 50%;
    background-color: #fff;
    overflow: auto;
    height: fit-content;
    transform: translate(50%, 5%);
    border: 1px solid #ccc;
    transition: top 0.3s ease-in-out;
    border-radius: 5px;
    text-align: justify;
}

.modal.active {
    display: block;
    top: 0%;
    transition: top 0.3s ease-in-out;
}

.active2 {
    display: block;
    transform: translate(40%, 40%);
}

.modal .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ccc;
    padding: 0.5rem;
    background-color: rgba(0, 0, 0, 0.05);
}

.modal .body {
    padding: 1rem 1.75rem;
}

.about-name {
    font-family: "Roboto", Sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #333333;
    padding: 5px 5px;
}

.modal .about-description {
    font-size: 16px;
    opacity: 0.7;
    padding: 5px 15px;
    border-bottom: dotted 1px lightgrey;
}

.about-description {
    color: #646464;
}

.bold-text {
    font-weight: bold;
    color: black;
}

.italic-title {
    font-size: 15px;
    font-weight: bold;
    font-style: italic;
    padding-left: 30px;
}

.editorial-ul {
    padding-left: 30px;
    border-bottom: dotted 1px lightgrey;
}

.editorial-li {
    color: #7a7a7a;
    margin-left: 40px;
}

.country-border {
    float: right;
    margin: 10px;
    width: 40px;
    height: fit-content;
}

.country-border>img {
    border: solid 1px #006fb7;
}

.img-flag-country {
    width: 100%;
}

.license-box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120% !important;
}

@media only screen and (max-width: 1100px) {
    .modal__content {
        transform: translate(50%, 5%);
    }
}

@media only screen and (max-width: 750px) {
    .inner {
        flex-direction: column;
    }
    .body__inner {
        flex-direction: column;
    }
    .modal {
        width: 100%;
    }
    .redactor__inner {
        flex-direction: column;
    }
    .pctr-border-redactor {
        width: auto;
    }
    .country-border {
        width: auto;
    }
    .modal__content {
        width: 70%;
        transform: translate(20%, 3%);
    }
    .license-box {
        width: 100% !important;
    }
    .editorial__main__cont {
        max-width: 100%;
    }
}