@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:wght@200;300;400;600;700&family=Lato&display=swap');

* {
    font-family: "Titillium Web";
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

.container {
    width: 100%;
}

/* INIT SECTION */
.init {
    background: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url("images/fondo_4_optimized.jpg");
    background-size: cover;
    background-position: center center;
    color: #fff;
}

.init .content-section {
    max-width: 1000px;
    margin: auto;
    text-align: center;
    padding: 0 10px;
}

.init .content-section header {
    padding: 30px;
}

/* SIDE MENU  */
.init .content-section header nav {
    position: fixed;
    margin-left: 60px;
    background-color: #940253;
    padding: 15px;
    border-radius: 10px;
    text-align: left;
    z-index: 99;
    display: none;
}

.init .content-section header nav a {
    display: block;
    color: #fff;
    text-decoration: none;
    margin-bottom: 10px;
    font-weight: bold;
}

/* ********** */
/* .init .content-section header .logo {
    font-weight: bold;
    font-size: 2.5rem;
    font-family: "Lato";
    text-shadow: 0 0 35px #fff;
} */

.init .content-section header .logo .color {
    color: #940253;
    font-family: "Lato";
}

.init .content-section header .nav-bar {
    position: fixed;
    background-color: #940253;
    font-size: 20px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 50px;
    cursor: pointer;
    transition: .3s;
}

.init .content-section header .nav-bar:hover {
    box-shadow: 0 0 35px #fff;
}

.init .content-section .info {
    padding-bottom: 130px;
}

.init .content-section .info h1 {
    font-size: 3rem;
    letter-spacing: 5px;
}

.init .content-section .info h2 {
    font-weight: normal;
    font-size: 20px;
    margin-top: -10px;
    letter-spacing: 2px;
}

.init .content-section .info .social-media {
    margin: 20px 0;
}

.init .content-section .info .social-media a {
    display: inline-block;
    text-decoration: none;
    background-color: #000;
    color: #940253;
    border: 1px solid #940253;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin: 0 5px;
    transition: .3s;
}

.init .content-section .info .social-media a:hover {
    color: #fff;
    background-color: #940253;
    box-shadow: 0 0 20px #fff;
}

.init .content-section .picture {
    position: relative;
}

.init .content-section .picture img {
    max-width: 200px;
    height: 220px;
    border-radius: 50%;
    border: 5px solid #940253;
    position: absolute;
    left: 50%;
    top: -130px;
    transform: translateX(-50%);
}

/* general styles */

.section-title {
    font-family: "Lato";
    font-size: 1.5rem;
}

/* ABOUT ME SECTION */
.aboutme {
    background-color: #e6e6e6;
    padding: 140px 0 100px 0;
    text-align: center;
}

.aboutme .content-section {
    max-width: 1000px;
    margin: auto;
    padding: 0 10px;
    margin-top: -20px;
}

.aboutme .content-section h3 {
    text-transform: uppercase;
    font-size: 30px;
}

.aboutme .content-section .especial {
    color: #940253;
    font-weight: bold;
    margin-top: 15px;
}

.aboutme .content-section p {
    max-width: 700px;
    margin: auto;
    color: #666;
}

.aboutme .content-section .rank {
    display: flex;
    margin-top: 30px;
    justify-content: space-between;
}

.aboutme .content-section .rank .col {
    width: 30%;
}

.aboutme .content-section .rank .col i {
    color: #940253;
    display: inline-block;
    width: 40px;
    height: 40px;
    border: 2px solid #940253;
    line-height: 40px;
    border-radius: 50%;
}

.aboutme .content-section .rank .col span {
    display: block;
    font-weight: bold;
    margin: 8px 0;
}

/* SKILLS SECTION  */
.skills {
    padding: 80px 0 100px 0;
    text-align: center;
    background: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url(images/fondo_3.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    color: #fff;
}

.skills .content-section {
    max-width: 1000px;
    margin: auto;
    padding: 0 10px;
}

.skills .content-section h3 {
    text-transform: uppercase;
    font-size: 30px;
}

.skills .content-section .rank {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.skills .content-section .rank .col {
    width: 47%;
    text-align: left;
}

.skills .content-section .rank .col .cont-bar {
    display: flex;
    align-items: center;
}

.skills .content-section .bar {
    display: flex;
    border: 1px solid #940253;
    padding: 2px;
    border-radius: 3px;
    margin-right: 10px;
}

.skills .content-section .bar .e {
    background-color: #363636;
    width: 20px;
    height: 30px;
    margin-right: 2px;
}

/* RESUME SECTION */
.resume {
    background-color: #e6e6e6;
    padding: 140px 0 100px 0;
    text-align: center;
}

.resume .content-section {
    max-width: 1000px;
    margin: auto;
    padding: 0 10px;
}

.resume .content-section h3 {
    text-transform: uppercase;
    font-size: 30px;
}

.resume .content-section .info {
    text-align: left;
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.resume .content-section .info .col {
    width: 45%;
}

.title {
    display: inline-block;
    color: #940253;
    font-weight: bold;
    border: 2px solid #940253;
    padding: 10px;
}

.resume .content-section .info .col .table {
    margin-top: 30px;
    border-collapse: collapse;
}

.resume .content-section .info .col table .data {
    width: 40%;
    border-bottom: 1px solid #bab9b9;
}

.resume .content-section .info .col table h4 {
    font-size: 20px;
    margin-bottom: 5px;
    margin-top: 10px;
}

.resume .content-section .info .col table p {
    font-size: 14px;
}

.resume .content-section .info .col table .average {
    display: block;
    color: #940253;
    margin-top: 10px;
    font-weight: bold;
}

.resume .content-section .info .col table .first_description {
    border-left: 1px solid #bab9b9;
    padding-left: 20px;
}

.resume .content-section .info .col table .description {
    border-left: 1px solid #bab9b9;
    padding-left: 20px;
    padding-top: 48px;
}

#investigation {
    margin-top: 30px;
}

#investigation a {
    color: #940253;
    text-decoration: none;
}

/* CONTACT SECTION */
.contact {
    background-color: #202020;
    padding: 140px 0 100px 0;
    color: #e6e6e6;
    text-align: center;
}

.contact .content-section {
    max-width: 1000px;
    margin: auto;
    padding: 0 10px;
}

.contact .content-section h3 {
    text-transform: uppercase;
    font-size: 30px;
}

.contact .content-section .rank {
    display: flex;
    justify-content: space-around;
}

.contact .content-section .rank .col {
    margin-top: 50px;
}

.contact .content-section .rank .col h2 {
    color: #940253;
}

/* RESPONSIVE SECTION */
@media(max-width:800px) {
    .skills .content-section .rank {
        display: block;
    }

    .skills .content-section .rank .col {
        width: 100%;
        text-align: center;
    }

    .skills .content-section .rank .col .cont-bar {
        justify-content: center;
    }

    .aboutme .content-section .rank {
        display: block;
    }

    .aboutme .content-section .rank .col {
        width: 80%;
        margin: auto;
        margin-top: 20px;
    }

    .resume .content-section .info {
        display: block;
    }

    .resume .content-section .info .col {
        width: 90%;
        margin: auto;
    }

    .resume .content-section .info .col .title {
        display: block;
        text-align: center;
    }

    .resume .content-section .info .col table {
        margin-top: 10px;
        margin-bottom: 30px;
    }

    .contact .content-section .rank {
        display: block;
    }
}