@import url('https://fonts.googleapis.com/css2?family=Zen+Kurenaido&display=swap');
@import url('https://fonts.googleapis.com/css2?family=New+Tegomin&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Yuji+Syuku&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Marcellus&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poetsen+One&display=swap');


html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    border: 0;
    padding: 0;
    background-color: #EDE8E7;
    overflow-x: hidden;
}

#preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #EDE8E7;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    gap: 50px;
    z-index: 9999;
}

#preloader img.country {
    width: 150px; 
}
#airplane {
    position: absolute;
    width: 50px; 
    animation: flyToBrazil 2.5s linear forwards;
}

@keyframes flyToBrazil {
    from {
        transform: translateX(-300px) translateY(0) rotate(0deg);
    }
    to {
        transform: translateX(300px) translateY(0) rotate(-5deg);
    }
}
/* 
@keyframes piscar {
    0%, 100% { opacity: 1; }
    50% { opacity: 0; }
} */

.menu {
    height: 8vh;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.menu-itens{
    display: flex;
}

.menu-itens a img{
    height: 30px;
}

.menu a {
    text-decoration: none;
    color: black;
    font-size: 1.25rem;
    margin: 0 15px;
    font-weight: bold;
    font-family: "Zen Kurenaido", sans-serif;
    font-style: normal;
}

.logo img{
height: 8vh;
}

#topoPortfolio{
    height: 90vh;
    background: linear-gradient(rgba(255, 255, 255, 0.3), rgba(0, 0, 0, 0.2)),
    url(../img/fuji.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: end;
    display: flex;
    align-items: center;
}

.tsuru-container {
    position: absolute;
    height: 50px;
    animation: voar 8s linear infinite;
}

@keyframes voar {
    0% { left: -200px; top: var(--inicio); }
    50% { top: var(--meio); }
    100% { left: 100vw; top: var(--final); }
}

/* Aplicamos alturas diferentes para cada tsuru */
.tsuru1 { --inicio: 75vh; --meio: 65vh; --final: 70vh; animation-duration: 9s; }
.tsuru2 { --inicio: 45vh; --meio: 35vh; --final: 40vh; animation-duration: 10s; }
.tsuru3 { --inicio: 20vh; --meio: 25vh; --final: 30vh; animation-duration: 11s; }



.asa-esquerda, .asa-direita {
    transform-origin: bottom center;
    animation: bater-asas 0.6s ease-in-out infinite alternate;
}

@keyframes bater-asas {
    from { transform: rotateX(45deg); }
    to { transform: rotateX(-15deg); }
}

#recepM{
    margin: 0 auto;
    width: 80%;
    display: flex;
    flex-direction: column;
    align-items: end;
}

#recepM p{
    font-family: "New Tegomin", serif;
    font-weight: 800;
    font-style: normal;
    margin: 0;
}

#recepM p#line1{
    font-size: 1.5rem;
    color: #E26569;
}
.pt #recepM #line1{
    font-size: 4.5rem;
    color: #000;
}
#recepM p#line2{
    font-size: 4.5rem;
}
.pt #recepM #line2{
    font-size: 1.5rem;
    font-weight: bold;
    color: #E26569;
}

#recepM img.aviao {
    position: absolute;
    width: 50px;
    height: auto;
    cursor: pointer;
    transition: transform 1s ease-in-out;
}

#recepM img.aviao.mover{
    transform: translateX(100vw); /* Move para a direita */
}

#mainContent h2{
    font-family: "Yuji Syuku", serif;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    font-size: 2.5rem;
    margin:0;
}
#mainContent h4{
    font-family: "New Tegomin", serif;
    font-weight: 800;
    text-align: center;
    font-size: 1.25rem;
    margin: 0 0 1% 0;
}

#mainContent p{
    font-weight: bold;
    font-family: "Zen Kurenaido", sans-serif;
    font-style: normal;
}

.pt #mainContent h2{
        font-family: "Poetsen One", sans-serif;
        font-weight: 400;
        font-style: normal;
}

#mainContentInfMe {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    overflow: hidden;
    height: auto;
}

#MyFoto, #InfoMe {
    width: 50%;
    transition: transform 2.5s ease-in-out;
}
#MyFoto{
    text-align: center;
}

#MyFoto img {
    height: 50%; 
    max-height: 450px;
    width: auto;
    margin: 3% auto;
}

#InfoMe {
    margin: auto;
}

#InfoMe h1 {
    font-size: 3rem;
    font-family: "Yuji Syuku", serif;
    font-weight: 400;
    font-style: normal;
    width: 90%;
    margin-top: 0;
}

.pt #InfoMe h1{
    font-family: "Poetsen One", sans-serif;
    font-weight: 400;
    font-style: normal;
}

#InfoMe #cityImg {
    width: 15%;
    float: right;
}

#InfoMe p {
    font-size: 1.35rem;
    width: 80%;
}
#InfoMe #redesInfoMe{
    display: flex;
    gap: 1rem;
    margin: 1% 0;
}
#InfoMe #redesInfoMe a{
    color: rgba(0, 0, 0, 0.6);
    font-size: 1.5rem;
}
#InfoMe #myProfile{
    margin: 2% 0;
}
#InfoMe a#curriculum{
    color: #fff;
    padding:.5rem 1rem;
    background-color: #969090;
    border-radius: 10px;
    text-decoration: none;
    font-family: "Marcellus", serif;
}
#InfoMe button{
    border: none;
    background-color: transparent;
    font-size: 1.15rem;
    font-family: "Marcellus", serif;
    margin-left: 1rem;
    cursor: pointer;
    color: #952030;
}
#InfoMe button:hover{
    font-size: 1.2rem;
}

#hiddenContent {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #CCC7C1;
    display: none;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: bold;
}


/* ---- Timeline ---- */
#timeline ol {
	position: relative;
	display: block;
	margin: 100px;
	height: 4px;
	background: #B82F41;
}

/* ---- Timeline elements ---- */
#timeline li {
	position: relative;
	display: inline-block;
	float: left;
	width: 20%;
	font: bold 14px arial;
    height: 50px;
    margin-right: 10px;
}
#timeline li .point {
	content: "";
	top: -4px;
	left: 43%;
	display: block;
	width: 6px;
	height: 6px;
	border: 4px solid #952030;
	border-radius: 10px;
	background: #fff;
    position: absolute;
}
#timeline li .description {
    display: block;
    background-color: #f4f4f4;
    padding: 10px;
    margin-top: 20px;
    position: relative;
    font-weight: normal;
    z-index: 1;
}
#timeline .description::before {
    content: '';
    width: 0; 
    height: 0; 
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #f4f4f4;
    position: absolute;
    top: -5px;
    left: 43%;
}


/* Animação ao abrir */
#mainContentInfMe.open #MyFoto {
    transform: translateX(-100%);
    transition: transform 1s ease-in-out, opacity 1s ease-in-out;
    opacity: 0.8;
}

#mainContentInfMe.open #InfoMe {
    transform: translateX(100%);
    transition: transform 1s ease-in-out, opacity 1s ease-in-out;
    opacity: 0.8;
}

#mainContentInfMe.open #hiddenContent {
    display: flex;
    flex-direction: column;
    opacity: 0;
    animation: aparecerConteudo 2s ease-in-out 1s forwards;
}
#mainContentInfMe:not(.open) #hiddenContent {
    opacity: 0;
    transition: opacity .1s ease-in-out;
}

#mainContentHab{
    padding: 2rem 0;
}

#mainContentHab #technologies{
    display: grid;
    grid-template-columns: repeat(7,1fr);
    width: 70%;
    margin: 2% auto;
    gap: 2rem;
}

#technologies img {
    transition: transform 0.3s ease-in-out, filter 0.3s ease-in-out;
    filter: grayscale(100%) brightness(0);
    cursor: pointer;
    margin: 0 auto;
}

#technologies img:hover {
    transform: translateY(-10px);
    filter: invert(0.8) brightness(0.5);
    box-shadow: 0px 5px .5px  rgba(136, 136, 136, 0.2);
}

#techDescription{
    justify-content: center;
}

#techDescription .leftColumn,
#techDescription .rightColumn{
    display: flex;
    flex-direction: column;
    width: 50%;
    justify-content: center;
}

#techDescription .leftColumn h2{
    font-family: "Marcellus", serif;
    font-weight: 400;
    font-style: normal;
    margin-bottom: 1%;
}

.leftColumn .techParagraph{
    width: 80%;
    font-size: 1.3rem;
    margin: 0 auto;
}
.rightColumn img{
    width: 70%;
    margin: 0 auto;
}

@keyframes aparecerConteudo {
    from { opacity: 0; }
    to { opacity: 1; }
}

#mainContentProject{
    background-image: url(../img/sakuraback2.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding: 1rem 0;
}

#listProjectContent{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    width: 70%;
    margin: 0% auto;
}

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

.card-image{
    position: relative;
    cursor: pointer;
}

.card-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 20px;
}

.viewShadow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.377);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.viewShadow i {
    font-size: 2rem;
    color: #fff;
}

.card-image:hover .viewShadow {
    opacity: 1;
}

.card-text {
    position: relative;
    top: -15%;
    width: 80%;
    background-color: #000;
    border-radius: 10px;
    padding: 4% 0;
    cursor: pointer;
/* box-shadow: inset 5em 1em #000; */

}

.pt .card-text h5{
    font-family: "Marcellus", serif;
}

.card-text h5 {
    font-size: 1.25rem;
    margin: 1% 0;
    color: #fff;
    font-family: "Yuji Syuku", serif;
    font-weight: 400;
    font-style: normal;
    text-align: center;
}

#mainContent .card .card-text p {
    font-size: 1.15rem;
    color: #fff;
    text-align: center;
    margin: 0;
    font-family: "Zen Kurenaido", sans-serif;
    font-weight: bold;
    font-style: normal;
}

#modalProject.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
}
.modal-content {
    position: relative;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    width: 70%;
    height: auto;
    max-width: 800px;
    text-align: center;
}

.modal-content #imgProject{
width: 80%;
}
.modal-content p.projectParagraph{
    text-align: left;
    font-size: 1.2rem;
    margin: 1% 0;
}
.modal-content #lineAbout{
    display: flex;
    align-items: center;
    width: 95%;
    margin: 0 auto;
}
.pt .modal-content #lineAbout p{
    font-family: "Marcellus", serif;
    font-weight: bolder;
    font-style: normal;
}

#projectDetails a{
    color: #000;
    text-decoration: none;
    display: flex;
}
.modal-content #lineAbout #projectDetails{
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.modal-content #lineAbout #projectDetails img{
    width: 35px;
}
.modal-content #lineAbout #projectTechnologies{
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: end;
}
#projectTechnologies .techIcon{
    margin-left: 2.5%;
}
#projectTechnologies img{
    width: 35px;
}

.modal-content .close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 24px;
    cursor: pointer;
}



#mainInternship{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    height: 15vh;
    background-color: #b82f414a;
}
#mainInternship #textInitInternship{
    display: flex;
    flex-direction: column;
}
#mainInternship #textInitInternship h2{
    padding: 0;
    text-align: left;
    color: #ffffffe3;
    text-shadow: 2px 1px 1px #641a1ac2;
    font-size: 2rem;
}
#mainInternship #textInitInternship p{
    font-size: 1.25rem;
    margin: 1% 0;
    color: #fff;
    text-shadow: 2px 1px 1px #641a1ac2;
}
#mainInternship a#viewInternship{
    text-decoration: none;
    font-family: "New Tegomin", serif;
    font-weight: 800;
    font-style: normal;
    color: #fff;
    background-color: #952030a6;
    padding: .5rem 2rem;
    border-radius: 5px;
    box-shadow: 1px 1px 5px #00000099;
}


#modalInternship.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
}
.modal-content-internship {
    position: relative;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    width: 60%;
    max-width: 800px;
    text-align: center;
    max-height: 90vh;
    overflow-y: auto;
}

.modal-content-internship .close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 24px;
    cursor: pointer;
}
.modal-content-internship #imgProject{
width: 80%;
}
.modal-content-internship p{
    text-indent: 1.5rem;
    font-size: 1.2rem;
    margin-top: 0;
}
.modal-content-internship #lineLinks{
    display: flex;
    margin: 2%;
}
.modal-content-internship #lineLinks #prototype p,
.modal-content-internship #lineLinks #website p{
    text-indent: 0;
}
#lineLinks #prototype,
#lineLinks #website{
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
#lineLinks #prototype p,
#lineLinks #website p{
    margin: 0;
}
#lineLinks #prototype a img{
    width: 30px;
    margin-left: 1rem;
}
#lineLinks #website a i{
    font-size: 1.25rem;
    margin-left: 1rem;
    color: #4b4b4b;
}

#mainContentContact{
    position: relative;     /* necessário para ser o "limite" da flutuação */
    overflow: hidden;       /* impede que elementos escapem para fora */
    /* background-image: url(../img/sakuraback2\ -\ cópia.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; */
    height: 50vh;
    padding-top: 3rem;
}
#mainContentContact #contactAbout{
    position: relative;
    width: 60vw;
    border-radius: 20px;
    background-color: #CCC7C1;
    margin: 1% auto;
    display: flex;
    z-index: 0;
}
#contactAbout #manekinekoImg{
    width: 20%;
    position: relative;
}
#manekinekoImg img{
    position: absolute;
    top: -50px;
    left: -70px;
    max-width: 130%;
    z-index: 1;
    height: 350px;
}
#contactAbout #contactInfo{
    padding: 2rem;
    width: 60%;
}
#contactInfo h2{
    text-align: left;
}
#contactInfo h3{
    font-family: "New Tegomin", serif;
    margin: 1% 0;
}
#contactInfo p{
    font-size: 1.15rem;
}
#contactAbout #japaImg{
    width: 20%;
    position: relative;
}
#japaImg img{
    position: absolute;
    top: -50px;
    right: -70px;
    max-width: 130%;
    z-index: 1;
    height: 350px;
}

.pt #footer{
    font-family: "Marcellus", serif;
}
#footer{
    display: flex;
    align-items: center;
    justify-content: space-around;
    /* background-color: #9690906a; */
    padding: 1% 2%;
    font-family: "Yuji Syuku", serif;
    color: rgba(0, 0, 0, 0.5);
}
#footer #linkFatec,
#footer #centerName{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex: 1;
}
#linkFatec img#logoFatec{
    height: 50px;
    opacity: .5;
}
#footer #centerName p{
    margin: 0;
}

#footer #redesFooter{
    display: flex;
    align-items: center;
    flex: 1;
    justify-content: end;
    gap: .75rem;
}
#footer #redesFooter a{
    color: rgba(0, 0, 0, 0.5);
    font-size: 1.1rem;
}
#footer #redesFooter a:hover{
    font-size: 1.2rem;
}
#footer img#city{
height: 50%;
}

@media (max-width: 1260px) {
    @keyframes flyToBrazil {
        from {
            transform: translateX(-250px) translateY(0) rotate(0deg);
        }
        to {
            transform: translateX(270px) translateY(0) rotate(-5deg);
        }
    }
    #InfoMe h1{
        font-size: 2.5rem;
    }
    #InfoMe p{
        font-size: 1.3rem;
    }

    #mainContent h2{
        font-size: 2.25rem;
    }
    #mainContent h4{
        font-size: 1.15rem;
    }

    .card-text h5{
        font-size: 1.2rem;
    }

    #contactInfo h3{
        font-size: 1.15rem;
    }
}
@media (max-width: 1150px){
    @keyframes flyToBrazil {
        from {
            transform: translateX(-150px) translateY(0) rotate(0deg);
        }
        to {
            transform: translateX(250px) translateY(0) rotate(-5deg);
        }
    }
    #InfoMe h1{
        margin-bottom: 1%;
    }

    #technologies img{
        width: 55px;
    }

    #listProjectContent{
        gap: 1rem;
    }
    #mainContent .card .card-text p{
        font-size: 1.05rem;
    }

    #contactAbout #contactInfo{
        width: 75%;
    }
    #contactAbout #manekinekoImg{
        display: none;
    }
    #contactAbout #japaImg{
        width: 25%;
    }
}
@media (max-width:1100px) {
    @keyframes flyToBrazil {
        from {
            transform: translateX(-150px) translateY(0) rotate(0deg);
        }
        to {
            transform: translateX(230px) translateY(0) rotate(-5deg);
        }
    }
    #listProjectContent{
        grid-template-columns: repeat(2, 1fr);
    }
    #InfoMe p{
        margin: 2% 0;
    }
}

@media (max-width:1050px) {
    /* #mainContentInfMe{
        height: 65vh;
    } */
}
@media (max-width:1040px) {
    @keyframes flyToBrazil {
        from {
            transform: translateX(-250px) translateY(0) rotate(0deg);
        }
        to {
            transform: translateX(240px) translateY(0) rotate(-5deg);
        }
    }
    #InfoMe h1{
        font-size: 2.25rem;
    }
    #InfoMe p{
        font-size: 1.25rem;
    }

    #mainContent h2{
        font-size: 2rem;
    }
    #mainContent h4{
        font-size: 1.1rem;
    }

    .leftColumn .techParagraph{
        font-size: 1.25rem;
    }
    .rightColumn img{
        width: 80%;
    }

    #mainInternship #textInitInternship h2{
        font-size: 1.75rem;
    }
    #mainInternship #textInitInternship p{
        font-size: 1.15rem;
    }
}
@media (max-width:1000px) {
    @keyframes flyToBrazil {
        from {
            transform: translateX(-200px) translateY(0) rotate(0deg);
        }
        to {
            transform: translateX(215px) translateY(0) rotate(-5deg);
        }
    }
    #topoPortfolio{
        background: 
    linear-gradient(rgba(255, 255, 255, 0.3), rgba(0, 0, 0, 0.2)), 
    url(../img/fuji.png);
        background-position: bottom;
        background-repeat: no-repeat;
    }
    .tsuru-container{
        height: 40px;
    }
    #recepM p#line2{
        font-size: 4rem;
    }
    #goAirplane{
        display: none;
    }
    .leftColumn .techParagraph{
        font-size: 1.15rem;
        width: 90%;
    }
    .rightColumn img{
        width: 90%;
    }
    #mainInternship a#viewInternship{
        padding: .5rem 1.5rem;
    }
    #mainContentContact #contactAbout{
        width: 70vw;
    }
}
@media (max-width:935px){
    #mainContent h2 {
        font-size: 1.75rem;
    }
    #mainContent h4 {
        font-size: 1rem;
    }
    #contactInfo h3 {
        font-size: 1.05rem;
    }

    #InfoMe h1{
        font-size: 2rem;
    }
    #InfoMe p{
        font-size: 1.2rem;
    }
    #contactAbout #contactInfo {
        width: 70%;
    }
    #contactAbout #japaImg {
        width: 30%;
    }
    #footer #centerName p{
        font-size: .9rem;
    }
}
@media (max-width:780px){
    @keyframes flyToBrazil {
        from {
            transform: translateX(-200px) translateY(0) rotate(0deg);
        }
        to {
            transform: translateX(200px) translateY(0) rotate(-5deg);
        }
    }
    #recepM {
        width: 90%;
    }
    .pt #recepM p#line1{
        font-size: 4rem;
    }
    
    #mainContentInfMe{
        flex-direction: column;
        height: auto;
    }
    #MyFoto{
        width: 100%;
        margin: 5%;
        margin-bottom: 0;
    }
    #InfoMe {
        width: 90%;
    }
    #InfoMe h1{
        width: 100%;
        text-align: center;
    }
    #InfoMe p{
        text-align: center;
        width: 100%;
    }
    #InfoMe #cityImg{
        display: none;
    }
    #InfoMe #redesInfoMe{
        justify-content: center
    }
    #InfoMe #myProfile{
        display: flex;
        justify-content: center;
    }
    #InfoMe button{
        display: none;
    }

    #mainContentHab #technologies{
        grid-template-columns: repeat(6,1fr);
    }
    #techDescription{
        flex-direction: column;
    }
    #techDescription .leftColumn, 
    #techDescription .rightColumn{
        width: 100%;
    }
    .leftColumn{
        margin-bottom: 2%;
    }
    .leftColumn .techParagraph{
        width: 80%;
    }
    .rightColumn img {
        width: 60%;
    }

    #listProjectContent{
        width: 75%;
    }
    
    #mainInternship{
        flex-direction: column;
        height: 20vh;
    }

    #footer #centerName{
        flex: 2;
    }
}
@media (max-width: 730px) {
    #InfoMe #cityImg {
        width: 23%;
    }
    #mainContentContact #contactAbout {
        width: 76vw;
    }
    #contactAbout #contactInfo {
        width: 100%;
    }
    #contactAbout #japaImg {
        display: none;
    }
}
@media (max-width:700px) {
    @keyframes flyToBrazil {
        from {
            transform: translateX(-100px) translateY(0) rotate(0deg);
        }
        to {
            transform: translateX(175px) translateY(0) rotate(-5deg);
        }
    }
    #mainContentHab #technologies{
        grid-template-columns: repeat(5,1fr);
    }
    #listProjectContent {
        width: 80%;
    }
    #mainContentContact #contactAbout {
        width: 80vw;
    }
}
@media (max-width:600px){
    #mainContentHab #technologies{
        width: 80%;
    }
    #listProjectContent {
        width: 90%;
    }
    .card-text h5 {
        font-size: 1.15rem;
    }
    #mainContentContact #contactAbout {
        width: 90vw;
    }
}
@media (max-width:560px) {
    /* .menu-itens :nth-child(1),
    .menu-itens :nth-child(2),
    .menu-itens :nth-child(3){
        display: none;
    }
    .menu-itens :nth-child(4){
        display: block;
    }
     */

    #InfoMe h1 {
        margin: 0 auto;
        font-size: 1.95rem;
    }
    #mainContentHab #technologies{
        grid-template-columns: repeat(3,1fr);
    }
    .rightColumn img {
        width: 80%;
    }
    #listProjectContent{
        grid-template-columns: repeat(1, 1fr);
    }
    #listProjectContent .card{
        width: 90%;
        margin: 0 auto;
    }
    #mainInternship {
        height: 25vh;
        justify-content: center;
    }
    #mainInternship #textInitInternship h2{
        text-align: center;
        font-size: 1.5rem;
    }
    #mainInternship #textInitInternship p {
        text-align: center;
    }
    #linkFatec img#logoFatec{
        height: 40px;
    }
    #footer #redesFooter{
        justify-content: center;
    }
}
@media (max-width:500px) {
    @keyframes flyToBrazil {
        from {
            transform: translateX(-100px) translateY(0) rotate(0deg);
        }
        to {
            transform: translateX(125px) translateY(0) rotate(-5deg);
        }
    }
    #preloader img.country {
        width: 100px;
    }
    .menu a{
        font-size: 1.15rem;
        margin: 0 5px;
    }
    .tsuru-container{
        height: 35px;
    }
    #recepM p#line2{
        font-size: 3.75rem;
    }
    #recepM p#line1 {
    font-size: 1.45rem;
}
    #InfoMe h1 {
        font-size: 1.9rem;
    }

    .modal-content #lineAbout{
        flex-direction: column;
    }
    .modal-content #lineAbout #projectDetails,
    .modal-content #lineAbout #projectTechnologies{
        width: 100%;
        justify-content: center;
    }

    .modal-content-internship #lineLinks{
        flex-direction: column;
    }

    .modal-content-internship #lineLinks #prototype,
    .modal-content-internship #lineLinks #website{
        width: 100%;
    }


    #mainContentContact{
        height: 47.5vh;
    }
    #footer #linkFatec{
        display: none;
    }
    #footer #centerName{
        flex: 1;
    }
}
@media (max-width:400px){
    @keyframes flyToBrazil {
        from {
            transform: translateX(-100px) translateY(0) rotate(0deg);
        }
        to {
            transform: translateX(100px) translateY(0) rotate(-5deg);
        }
    }
    .logo img {
        height: 7vh;
    }
    #mainContent h2 {
        font-size: 1.65rem;
    }
    /* .menu-itens a:nth-child(1){
        display: none;
    } */
    .menu a{
        font-size: 1.05rem;
    }
}
@media (max-width:350px){
    .menu a{
        font-size: 1rem;
    }
    #recepM {
    align-items: center;
}
}