.up {
    position: fixed;
    right: 40px;
    z-index: 1;
    top: 85%;
}

.up img {
    width: 64px;
}

.menu {
    display: block;
}

@media screen and (max-width: 769px) {
    .menu {
        display: none;
    }
    .menuPHD{
        display: none !important;
    }
}

.menuPHD {
    background-color: transparent;
    justify-content: space-between;
    display: flex;

    z-index: 1;
}

.navbar-brand img {
    width: 300px;
}

.nav-link {
    color: white;
        font-size: 25px;
    margin-top: -10px;
}

.header {
    background: linear-gradient(90deg, #0061FF 1.51%, #00FF87 100%);
    height: 100vh;
    padding-top: 200px;
    margin-top: -12%;
}


h1 {
    color: white;
    margin-top: 120px;
    font-size: 50px;
}

.servico {
    padding: 150px 0px;
    text-align: center;
}

.servico h2 {
    font-size: 50px;
}


.boxSer {
    background: #FFFFFF;
    box-shadow: 0px 18px 50px -10px rgba(0, 0, 0, 0.2);
    border-radius: 20px;
    padding: 60px 20px 0px 20px;
    margin-top: 20px;
    height: 350px;
}

.boxSer h3 {
    margin-top: 20px;
}

.boxSer img {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 130px;
    object-fit: contain;
}

.sobre h3 {
    margin-top: 250px;
    font-size: 50px;
}

.sobre p {
    font-size: 23px;
}

.mission {
    margin-top: -230px;
    padding-top: 300px;
    background-image: url(../img/Vector.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: 700px;
    color: white;
}

.mission .vision {
    margin-top: -113px;
}

.mission h3 {
    font-size: 40px;
    font-weight: 700;
}

.mission p {
    font-size: 28px;
}

.portfolio {
    padding: 100px 0px 0px 0px;
}











#gallerySection {
    width: 100%;
    text-align: center;
    overflow: hidden;
    height: calc(900px + 400px);
}

#gallerySection h2 {
    text-align: left;
    font-size: 55px;
}

#galleryMenu {
    margin: 80px auto 0 0;
    width: 30%;
    display: flex;
    position: relative;
}

#galleryMenu > .menuItem {
    padding: 10px 30px;
    text-transform: uppercase;
    font-size: 1.3em;
    cursor: pointer;
    z-index: 1;
    transition: color 0.7s 0.3s;
}

#galleryMenu > .selector {
    height: 100%;
    border-radius: 15px;
    background-color: #00ff87;
    width: 20%;
    position: absolute;
    top: 0;
    left: 270px;
}

/* 0 95, 254 145, 545 145, 846 110 */
/* 0 95, 133 145, 310 145, 492 105 */
/* 0 76, 104 76, 214 76, 318 76 */

#galleryContainer {
    width: 1170px;
    height: 900px;
    overflow: hidden;
    margin: 20px auto 0 auto;
    position: relative;
}

#galleryContainer .galleryItem {
    position: absolute;
    top: 0;
    left: 0;
    width: 33.33%;
    height: 33.33%;
    transform-origin: center;
}

@media(max-width: 1200px) {
    #galleryContainer {
        width: 70%;
        height: 1500px;
    }

    #galleryContainer .galleryItem {
        position: absolute;
        top: 0;
        left: 0;
        width: 50%;
        height: 20%;
    }
}

@media(max-width: 958px) {
    #galleryContainer {
        height: 2700px;
    }

    #galleryContainer .galleryItem {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 11.11%
    }
}

#galleryContainer .galleryItem img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media(max-width: 955px) {
    #galleryMenu {
        width: 600px;
    }
}

@media(max-width: 600px) {
    #galleryMenu {
        width: 400px;
    }

    #galleryMenu > .menuItem {
        font-size: 0.7em;
    }
}

.fadeOut {
    animation: fadeOut 1s forwards;
}

.fadeIn {
    animation: fadeIn 1s forwards;
}






.boxForm {
    width: 100%;
    background-color: #F0F0F0;
    border-radius: 20px;
    text-align: center;
    padding: 50px 20px;
}

form {
    margin: 0 auto;
    width: 90%;
}

input {
    width: 100%;
    margin: 20px;
    border: 1px solid transparent;
    padding: 10px 20px;
}

textarea {
    width: 100%;
    margin: 20px;
    border: 1px solid transparent;
    padding: 10px 20px;
}

.btn-enviar {
    background-color: #00FF87;
    color: white;
    margin: 20px;
    font-size: 25px;
    padding: 15px 0px;
    border: 1px solid transparent;
    width: 100%;
    text-align: center;
}



footer {
    margin-top: -150px;
    background-color: #0061FF;
    padding: 250px 0px 50px 0px;
    color: white;
}

.icones img {
    width: 64px;
}



@media screen and (max-width: 769px) {

    .navbar-brand img {
        width: 100px;
    }

    h1 {
        text-align: center;
        margin-top: 30px;
        font-size: 30px;
    }
    .header img{
        display: flex;
        margin: 20px auto;
        width: 100%;
    }
    
    .sobre h3 {
    margin-top: -50px;
    font-size: 40px;
}
    
    .mission {
    margin-top: -180px;
    padding-top: 250px;
    background-image: url(../img/Vector.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: 870px;
    color: white;
    }
    
    .mission .vision {
    margin-top: 0;
}

.mission h3 {
    font-size: 30px;
    font-weight: 700;
}

.mission p {
    font-size: 18px;
}
    
#galleryMenu {
    margin: 25px auto 0 0;
    display: flex;
    position: relative;
}
    
    #galleryMenu > .menuItem {
    padding: 10px 20px;
    text-transform: uppercase;
    font-size: 14px;
    cursor: pointer;
    z-index: 1;
    transition: color 0.7s 0.3s;
}
    
.icones img {
    margin: 10px 0px;
    width: 60px;
}
    input, textarea, .btn-enviar{
        margin: 20px 0px;
    }
}

@media screen and (max-width: 1200px) {}
