body, html {
    margin: 0;
}

.img-box {
    width: 100%;
}

.img-box > img {
    width: 100%;
    height: auto;
}

.prata {
    font-family: 'Prata', serif;
}

.montserrat {
    font-family: 'Montserrat', sans-serif;
}

.content-wrapper {
    padding: 0 3vw;
}

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

.page-box {
    width: 100%;
    max-width: 1200px;
}

.home-container {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.home-box-container {
    background: #052123;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.menu-box {
    padding-top: 20px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.logo {
    font-size: 23px;
    font-weight: 400;
    color: #FFF4E0;
    margin-bottom: 5px;
    margin-right: 40px;
}

.menu-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.menu-link {
    text-decoration: none;
    color: #FFFFFF;
    font-weight: 400;
    font-size: 14px;
    margin-right: 22px;
    margin-bottom: 5px;
}

.home-banner {
    display: flex;
    justify-content: center;
    flex: 1;
    padding-bottom: 45px;
}

.home-box {
    width: 90%;
    max-width: 600px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.home-title {
    font-size: 82px;
    font-weight: 400;
    color: #FFF4E0;
    position: relative;
    top: 15px;
}

.home-title:last-child {
    top: -20px;
}

.home-subtitle {
    font-size: 46px;
    font-weight: 400;
    color: #FFF4E0;
}

.home-info {
    font-size: 25px;
    font-weight: 400;
    color: #FFF4E0;
}

.home-photo-container {
    width: 342px;
    max-width: 100%;
    padding-left: 15px;
    position: relative;
    overflow: hidden;
}

.home-title-box {
    margin: 20px 0;
}

.home-photo-container:after {
    content: "";
    width: 25%;
    height: 50%;
    background: white;
    position: absolute;
    right: 0;
    transform: rotate(45deg);
    bottom: -20%;
}

.home-photo-container > .image-box {
    width: 100%;
    background-image: url("./assets/macarena.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 550px;
}

.cv-button {
    padding: 15px 35px;
    background: transparent;
    border: solid 2px white;
    text-decoration: none;
    color: #FFF4E0;
    letter-spacing: 5px;
}

.about-container {
    padding: 50px 8vw;
}

.about-box {
    display: flex;
    flex-direction: column;
}

.about-title {
    color: #052123;
    font-size: 42px;
}

.about-line {
    height: 80px;
    border-left: solid 3px #052123;
    margin: 25px 0;
}

.about-text {
    color: #052123;
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
    margin-bottom: 20px;
}

.about-subtext {
    color: #052123;
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
}

.about-text > a, .about-subtext > a {
    color: #205C61;
    font-weight: 500;
}

.links-section {
    padding: 10px 8vw;
}

.links-box {
    padding: 20px 0;
    border: 1px solid #000000;
    border-radius: 50px;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    align-items: center;
}

.links-text {
    color: #205C61;
    font-size: 24px;
    font-weight: 400;
    margin: 5px;
}

.cc-logo {
    width: 230px;
}

.papers-section {
    background-image: url("./assets/blackboard.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.papers-container {
    padding: 60px 8vw 40px 8vw;
}

.papers-title {
    color: white !important;
    font-size: 42px;
}

.papers-box {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    margin-top: 25px;
}

.papers-column {
    display: flex;
    flex-direction: column;
}

.paper-item {
    font-family: 'Montserrat', sans-serif;
    color: #989898;
    font-weight: 400;
    font-size: 14px;
    margin: 0 0 80px 0;
}

.papers-column {
    max-width: 450px;
    min-width: 200px;
}

.paper-item > p > i {
    font-family: 'Montserrat', sans-serif;
    color: #F6F0E9;
    font-weight: 500;
    font-size: 16px;
}

.paper-item > p > a {
    color: #41A794;
}

.papers-column > ul {
    margin: 0;
}

.simple-section {
    padding: 80px 8vw;
}

.simple-section-img {
    padding: 0 8vw;
}

.maca-image {
    width: 100%;
}

.maca-image > img {
    width: 100%;
    height: auto;
}

.simple-box {
    display: flex;
    flex-wrap: wrap;
}

.simple-title-box {
    display: flex;
    align-items: center;
}

.simple-line {
    width: 70px;
    margin-right: 30px;
    border-right: solid 3px #052123;
}

.simple-text {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 30px;
}

.simple-text > p > a {
    color: #205C61;
    font-weight: 600;
}

.simple-text-box {
    flex: 1;
}

.simple-button-box {
    display: flex;
    justify-content: center;
    margin: 20px 0 0 0;
}

.simple-button {
    padding: 15px 45px;
    background: #205C61;
    text-decoration: none;
    color: white;
    font-weight: 600;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 5px;
}

.center-box {
    display: flex;
    justify-content: center;
    width: 100%;
}

.things-column {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.things-row {
    display: flex;
    flex-direction: row;
    flex: 1;
    flex-wrap: wrap;
}

.thing {
    flex: 1;
    margin: 10px;
    min-width: 250px;
    padding: 20px 40px;
    border-radius: 60px;
    border: solid 1px black;
}

.thing-text {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
}

.thing-text > a {
    color: #205C61;
    font-weight: 600;
}

.footer-column {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 25px 0;
    margin: 25px 0 0 0;
    border-top: solid 1px #141414;
}

/* Tablets en posición vertical o pantallas pequeñas */
@media only screen and (max-width: 767px) {
    /* Estilos específicos para este rango de tamaño */
    .home-title {
        font-size: 38px;
        top: 5px;
    }

    .home-title:last-child {
        top: -5px;
    }

    .home-subtitle {
        font-size: 28px;
    }

    .home-photo-container {
        display: none;
    }

    .about-line {
        display: none;
    }

    .about-title, .papers-title {
        color: #052123;
        font-size: 42px;
    } {
        font-size: 30px;
        margin-bottom: 10px;
    }

    .links-text {
        font-size: 18px;
    }

    .paper-item {
        margin: 0 0 40px 0;
    }

    .simple-line {
        display: none;
    }

    .simple-box {
        flex-direction: column;
    }
}
/* Tablets en posición horizontal o pantallas medianas */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    /* Estilos específicos para este rango de tamaño */
}

/* Pantallas pequeñas de computadora o laptops grandes */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    /* Estilos específicos para este rango de tamaño */
}

/* Pantallas grandes de computadoras */
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    /* Estilos específicos para este rango de tamaño */
}

/* Pantallas extra grandes (por ejemplo, monitores de alta resolución) */
@media only screen and (min-width: 1600px) {
    /* Estilos específicos para este rango de tamaño y superiores */
}
