body {
    font-family: 'Josefin Slab', serif;
    width: 100%;
    height: 100%;
}

.nav-menu {
    padding-right: 30px;
}

.section-top {
    width: 100%;
    height: 100%;
    max-height: 700px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    background-image: url("/images/photo-back-topo-2.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.photo-dev {
    width: 100%;
    max-width: 200px;
    height: 200px;
    border: 4px solid #fff;
    border-radius: 50%;
    background-image: url("/images/my-photo-linkedin.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.name-dev {
    font-family: 'Anton', sans-serif;
    letter-spacing: 1px;
    font-size: 2em;
    color: rgba(255, 255, 255, .6);
    font-weight: bolder;
    margin-top: 15px;
    letter-spacing: 1px;
}

.contact {
    float: right;
    color: #543718;
    margin: 10px;
    font-weight: 600;
}

.contact:hover {
    color: #2cacdd;
}

.sections {
    padding: 10px 10px;
}

.title-section {
    font-family: 'Anton', sans-serif;
    text-align: center;
    color: #ed7a23;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 3em;
}

.row-projects {
    /* background-color: rgba(193, 193, 193, 0.19); */
}

.container-item {
    font-family: 'Gloria Hallelujah', cursive;
    width: 100%;
    height: 300px;
    font-size: 1em;
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 15px 0;
}

.container-mask {
    text-decoration: none;
    width: 100%;
    height: 100%;
    padding: 25px;
    background-color: rgba(255, 255, 255, .9);
    color: #543718;
    opacity: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    -webkit-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    -ms-transition: all 350ms ease;
    -o-transition: all 350ms ease;
    transition: all 350ms ease;
}

.container-item:hover .container-mask {
    opacity: .9;
}

.title-project {
    font-weight: 700;
}

.papel {
    color: #2cacdd;
}

.img-project-1 {
    background-image: url("/images/belmont-mini.jpg");
}

.img-project-2 {
    background-image: url("/images/fredtour-mini.jpg");
}

.img-project-3 {
    background-image: url("/images/lince-mini.jpg");
}

.img-project-4 {
    background-image: url("/images/voceemevidencia-mini.jpg");
}

.img-project-5 {
    background-image: url("/images/cer-mini.jpg");
}

.img-project-6 {
    background-image: url("/images/quadrinho-mini.jpg");
}

.img-project-7 {
    background-image: url("/images/arvore-do-bem-mini.jpeg");
}

.img-project-8 {
    background-image: url("/images/vivas-mini.jpg");
}

.img-project-9 {
    background-image: url("/images/happy-mini.jpg");
}

.img-project-10 {
    background-image: url("/images/cesbrasil-mini.jpg");
}

.img-project-11 {
    background-image: url("/images/vaccinar-mini.jpg");
}

.img-project-12 {
    background-image: url("/images/village-mini.jpg");
}

.img-project-13 {
    background-image: url("/images/simpsons-mini.jpeg");
}

.img-project-14 {
    background-image: url("/images/fartura-mini.JPG");
}

.img-project-15 {
    background-image: url("/images/calcula-ferias.JPG");
}

.img-project-16 {
    background-image: url("/images/nona.jpg");
}

.img-project-17 {
    background-image: url("/images/zurich-mini.jpg");
}

.img-project-18 {
    background-image: url("/images/nona-congressso-2025-mini.jpeg");
}
.img-project-19 {
    background-image: url("/images/renata-portfolio-mini.jpeg");
}

.curriculum {
    font-family: 'Arial', serif;
    padding: 50px 0;
}

.header-cv {
    font-family: 'Arial', serif;
}

.container-main {
    padding: 0 10px;
}

.contact-cv {
    display: flex;
    color: #543718;
    font-weight: 600;
    margin-right: 10px;
}

.item-contact-cv {
    color: #543718;
    margin-right: 4px;
}

.name-cv {
    font-size: 2em;
    margin: 0;
}

.address-cv {
    font-size: 1em;
    margin: 0;
}

.border-cv {
    width: 100%;
    height: 2px;
    background-color: #2cacdd;
    border: 1px solid #2cacdd;
    margin: 10px 0;
}

.border-cv-2 {
    width: 100%;
    height: 1px;
    background-color: rgba(44, 172, 221, 0.41);
    border: 1px solid rgba(44, 172, 221, 0.41);
    margin: 10px 0;
}

.border-cv-3 {
    width: 100%;
    height: 1px;
    background-color: rgba(44, 172, 221, 0.49);
    margin: 10px 0;
}

.txt-color-1 {
    color: rgba(44, 172, 221, 1);
}

.sub-title-cv {
    font-size: 1.1em;
    font-weight: 700;
    text-transform: uppercase;
}

.container-link-btn {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.btn-print {
    font-family: 'Arial', serif;
    font-weight: 600;
    padding: 8px 12px;
    margin-top: 20px;
    border: 1px solid #543718;
    color: #543718;
    background-color: #fff;
    outline: none;
    font-size: .9em;
}

.description-exp {
    font-weight: 900;
    font-size: .9em;
}

@media (max-width: 479px) {
    .name-cv {
        font-size: 1.5em;
        line-height: 16px;
    }
    .contact-cv {
        display: flex;
        flex-wrap: wrap;
        font-size: .9em;
    }
    .address-cv {
        line-height: 24px;
    }
    .title-cv {
        font-size: 1.6em;
        line-height: 24px;
    }
    .section-top {
        max-height: 480px;
    }
    .photo-dev {
        max-width: 150px;
        height: 150px;
    }
    .container-item {
        height: 200px;
    }
}

@media print {
    * {
        background-color: transparent !important;
        color: #000 !important;
        border-color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
        font-size: 14px;
        font-family: 'Arial', serif;
    }
    .name-cv {
        font-size: 18px;
    }
    .title-cv {
        font-size: 16px;
    }
    .item-contact-cv {
        font-size: 14px;
    }
    .contact-cv {
        flex-direction: column;
    }
    .item-contact-cv {
        width: 100%;
    }
    a[href]::after {
        content: " : (" attr(href) ")";
    }
    a.dev[href]::after {
        content: " : http://www.fernandodeveloper.com/";
    }
    .container-link-btn {
        display: none;
    }
    .border-cv-3 {
        border: 1px solid #ccc;
    }
}