body {
    padding: 0;
    margin: 0;
    background-size: 100%;
    background-repeat: no-repeat;
    background-color: black;
}

header {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 1fr;
    background-color: white;
    font-family: 'Comfortaa', sans-serif;
    width: 100%;
    height: 4rem;

    
}
#logo{
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 5rem;
}
#logo img {
    position: relative;
    left: 5rem;
}

#logo img:hover {
    transform: scale(1.1);
}

#menu li {
    display: inline-block;
    text-decoration: none;
    font-size: 0.9rem;
    font-family: 'Comfortaa', cursive;

}
#menu{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#menu li:hover {
    transform: scale(1.15);
}

#menu ul {
    display: flex;
    justify-content: space-around;
    margin-right: 8rem;
    font-size: 0;
}

#menu a {
    text-decoration: none;
    color: black;
    font-weight: 700;

}

#titleAbout {
    font-size: 2rem;
}
#about{
    font-family: 'Comfortaa';
}
#about h1{
    font-size: 3rem;
    position: relative;
    left: 15rem;
    top: 3rem;
}
#about p{
    font-size: 2rem;
    position: relative;
    left: 15rem;
    top: 2rem;
}

section{
    color: white;
    height: 100%;
}

#home{
    display: flex;
    flex-direction: column;
    font-family: 'Comfortaa';
    background-image: url(img/BACKGROUND\ MODELO\ 01.png);
    background-size: cover;
    background-repeat: none;
}
.space-top{
    margin-top: 2rem;
}

.title{
    font-size: 2rem;
    margin: 3rem 0 0 10rem;
    text-transform: uppercase;
    font-family: 'Comfortaa';
}
.text{
    font-size: 1rem;
    margin: 1rem 0 0 10rem;
    font-family: 'Comfortaa';
}
.text-align{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    text-align: right;
    margin-right: 10rem;
}
.button{
    font-size: 0.8rem;
    margin: 1rem 0 0 10rem;
    font-family: 'Comfortaa';
    background-color: white;
    padding: 10px;
    width: 7rem;
    border-radius: 7px;
    cursor: pointer;
}
.button:hover{
    transform: scale(1.15);
    transition: 0.5s;
}
.button a{
    text-decoration: none;
    color: black;
}
.space{
    margin-bottom: 5rem;
}
#port{
    background-color: black;
}
#portImg h1{
    color: white;
}
.portfolio h1{
    color: black;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: 'Comfortaa';
    font-weight: 700;
    justify-content: center;
    font-size: 2rem;
    text-transform: uppercase;
}
.art{
    display: flex;
    flex-direction: column;
    align-items: center;

}
.art img:hover{
    transform: scale(1.15);
    transition: 1s;
}
.tamanho{
    width: 250px;
    margin: 1rem;
    border-radius: 5px;
}
.artes{
    background-color: white;
    height: auto;
    padding: 1rem;
}
footer{
    color: black;
    font-family: 'Comfortaa', sans-serif;
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 1fr;
    background-color: white;
    position: relative;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3.5rem;
    border: 0;
    margin: 0;
    overflow: hidden;
    
}

#listRedes{
    margin-left: 7rem;
    margin-top: 0rem;
}
#listRedes i:hover{
    transform: scale(1.30);
}
#listRedes a{
    text-decoration: none;
    color: white;
    margin: 0;
}
.list{
    display: inline;
    margin-left: 0.5rem;
    cursor: pointer;
}
.listRedes{
    text-align: right;
    margin-right: 10.5rem;

}
.listRedes i:hover{
    transform: scale(1.30);
}
.listRedes a{
    text-decoration: none;
    color: black;
}

#enter p{
    margin-bottom: 0;
    font-size: 1.1rem;

}
#enter h1{
    font-size: 2rem;
    margin-top: 0rem;
}
#enter{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#contact{
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 1fr;
    font-family: 'Comfortaa', sans-serif;
}
#form form{
    display: flex;
    flex-direction: column;
    margin: 3rem 7rem 0 0 ;
}
#form{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
form input{
    font-family: 'Comfortaa';
    color: black;
    margin: 0.2rem 0 1rem 0;
    border-radius: 5px;
    border: none;
    padding: 5px;
}
#mensagem{
    resize: none;
    border-radius: 5px;
    border: none;
    margin-top: 0.2rem;
    margin-bottom: 2rem;
}
#positionButton{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
#button{
    margin-bottom: 6rem;
    width: 10rem;
    font-size: 1rem;
    font-family: 'Comfortaa', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    padding: 5px;
    border-radius: 5px;

}
#button:hover{
    border: solid white 2px;
    background-color: black;
    color: white;
    box-shadow: 3px 3px 10px 3px white;
}
#direitos p{
    font-size: 0.8rem;
}
#secSobre{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
#sobre{
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 1fr;
    font-family: 'Comfortaa', sans-serif;
    width: 80%;
    height: 100%;
    background-image: url(img/Prancheta\ 2.png);
    background-size: cover;
    background-repeat: none;

}

#sobre p{
    line-height: 1.2rem;
    font-size: 1rem;
}

#sobre button{
    width: 15rem;
}

#principal{
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 0;
}
#img{
    padding: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#photo{
    box-shadow: 3px 3px 10px 3px white;
    border-radius: 15px;
}
#buttonPort{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
#buttonPort button{
    width: 20rem;
    margin: 0;
    margin-top: 1rem;
    text-transform: uppercase;
    margin-bottom: 3rem;
}

.pagePort{
    display: flex;
    flex-direction: column;
    text-align: left;
    align-items:flex-start;
}

.pagePort h1{
    font-size: 1.3rem;
    margin-left: 14rem;
}

.swiper-container {
    width: 65%;
    height: auto;
    border-radius: 5px;
  /*     background: #fd5; */
  }
  .swiper-slide img{
    object-fit:cover;
    height: auto;
  }
  #contactSec{
    background-image: url(img/BACKGROUND\ MODELO\ 04.png);
    background-size:cover;
    background-repeat: no-repeat;
    
  }
  #responsiveMenu{
    display: none;
  }
  #textResp{
    display: none;
  }
  #textRespEnter{
    display: none;
}
#contactResp{
    display: none;
}
@media screen and (min-width: 300px) and (max-width: 900px){
    #responsiveMenu{
        display: block;
    }
    #textDesk{
        display: none;
    }
    #textResp{
        display: block;
    }
    #textDeskEnter{
        display: none;
    }
    #textRespEnter{
        display: block;
    }
    #contactResp{
        display: none;
    }
    #menu{
        display: none;
    }
    header{
        margin: 0;
        display: grid;
        grid-template-columns:50% 50%;
    }
    #logo{
        margin: 0;
        position: relative;
        left: 20px;
    }
    #logo img{
        margin: 0;
        float: left;
        position: relative;
        left: 20px;
    }
    #home{
        background-image: none;
        display: flex;
        flex-direction: column;
        text-align: left;
        margin: 0;
    }
    #buttonIdent{
        margin-bottom: 0;
    }
    #design{
        text-align: left;
        
    }
    .title{
        margin-left: 10%;
        font-size: 1.3rem;
    }
    .text{
        margin-left: 10%;
        font-size: 0.85rem;

    }

    #identidade p{
        font-size: 0.8rem;

    }
    .button{
        margin-left: 10%;
        margin-bottom: 10%;
        border: 0;
    }
    .button:hover{
        display: none;
    }
    .text-align{
        margin-right: 10%;
        }
    
    .portfolio h1{
        font-size: 1.3rem;
    }
    .tamanho{
        width: 200px;
    }
    @media screen and (min-width: 300px) and (max-width: 738px){
        .images{
            display: flex;
            flex-direction: column;
            align-items: center;
        }
    }
    #contact{
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 0;
        height: 88vh;
    }
    #enter{
        align-items: center;
        text-align: center;
        padding: 10px;
    }
    #enter p{
        margin-left: 0;
        font-size: 0.9rem;
    }
    #enter h1{
        margin-top: 10%;
        font-size: 1.3rem;
        margin-left: 0;
    }
    #form{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin: 0;
    }
    #form form{
        margin-right: 0;
        margin-top: 0;
    }
    #form{
        padding: 20px;
    }
    #button{
        margin-bottom: 0;
    }
    footer{
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 0;
        position: relative;
    }
    #direitos p{
        margin: 0;
        font-size: 0.8rem;
        margin-top: 2%;
    }
    .redes{
        margin: 0;
        margin-bottom: 1rem;
    }
    .listRedes{
        display: inline-flex;
        margin: 0;
        margin-left: -12%;
        margin-top: 5%;
        margin-bottom: 1.5rem;
    }

    #listRedes{
        margin-left: -13%;
        margin-bottom: 0;
    }
    @media screen and (min-width: 300px) and (max-width: 500px) {
        #sobre{
            display: flex;
            flex-direction: column;
            align-items: center;
            text-align: center;
            padding: 20px;
            width: 100%;
        }
        #sobre h1{
            margin-left: 0;
        }
        #sobre button{
            margin-left: 0;
            margin-bottom: 0;
        }
        #sobre p{
            margin-left: 0;
        }
        #sobre img{
            width: 250px;
            height: 250px;
            margin-top: 0;
        }
        
    }
    #sobre img{
        width: 100%;
    }
    #principal{
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 20px;
    }
    #principal h1{
        font-size: 1.3rem;
    }
    #principal p{
        font-size: 0.8rem;
    }
    #positionButton{
        margin-top: 1rem;
    }
    .pagePort{
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .pagePort h1{
        font-size: 0.9rem;
        margin: 0;
        margin-top: 2rem;
        margin-bottom: 2rem;
    }
    .swiper-container {
        width: 100%;
        height: auto;
    }
    .swiper-wrapper img{
        width: 33.33%;
    }


    /*Menu*/
    #responsiveMenu{
        margin: 0;
        display: grid;
        grid-template-columns:50% 50%;
    }
    #responsiveMenu span{
        text-align: right;
        position: relative;
        right: -80%;
        top: 10%;
        
        
    }
    .overlay {
        height: 0%;
        width: 100%;
        position: fixed;
        z-index: 1000;
        top: 0;
        left: 0;
        background-color: rgb(0,0,0);
        background-color: rgba(0,0,0, 0.9);
        overflow-y: hidden;
        transition: 0.5s;
      }
      
      .overlay-content {
        position: relative;
        top: 25%;
        width: 100%;
        text-align: center;
        margin-top: 30px;
      }
      
      .overlay a {
        padding: 8px;
        text-decoration: none;
        font-size: 36px;
        color: #818181;
        display: block;
        transition: 0.3s;
      }
      
      .overlay a:hover, .overlay a:focus {
        color: #f1f1f1;
      }
      
      .overlay .closebtn {
        position: absolute;
        top: 20px;
        right: 45px;
        font-size: 60px;
      }
      #mensagem{
        resize: none;
    }
      @media screen and (max-height: 450px) {
        .overlay {overflow-y: auto;}
        .overlay a {font-size: 20px}
        .overlay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
        }

}
}
@media screen and (min-width: 1300px) and (max-width: 2500px){

#secSobre{
    height: 87.2vh;
}
#contactSec{
    height: 87.2vh;
}

}