*{
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    font-family: roboto;
}

body,html{
    height: 100%;
}

#bt{
    width: 2%;
    position: fixed;
    right: 1.5%;
    bottom: 3%;
    cursor: pointer;
    z-index: 100;
}

#bt img{
    width: 100%;
    display: block;
}

            /* start preload */

#preload{
    height: 100%;
    width: 100%;
    background-color: rgba(255,255,255,1);
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    flex-wrap: wrap;
    flex-direction: column;
    margin: 0 auto;
    z-index: 200;
}

#preload img{
    width: 4%;
}

h5{
    font-size: 10rem;
    font-weight: 400;
    padding: 10% 0;
}

.preload{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    margin: 0 auto;
    text-align: center;
}

header{
    height: 10%;
    width: 100%;
    display: flex;
    background-color: #477f96;
}

#nome{
    position: fixed;
    top: 1%;
    left: 5%;
    z-index: 100;
}

#nome a{
    color: #cccccc;
    -webkit-text-stroke: 3px #477f96;
}

h1{
    padding-bottom: 4%;
    font-size: 5rem;
    font-weight: 900;
}

h1:before{
    background-color: #cccccc;
    content: "";
    height: 8px;
    width: 99%;
    position: absolute;
    top: 52%;
    border: solid 1.5px #477f96;
}

h2{
    font-size: 3.75rem;
}

nav{
    width: 70%;
    margin: 1% 5% 0 auto;
}

nav ul{
    width: 100%;
    display: flex;
    justify-content: space-evenly;
}

nav ul li{
    font-size: 4.5rem;
}

nav ul li a{
    color: #fff;
    font-weight: 400;
    position: relative;
}

nav ul li a:hover{
    -webkit-text-stroke: 1px #fff;
    color: #fff;
}

nav ul li a:before{
    content: "";
    height: 4px;
    width: 0;
    left: 50%;
    margin-top: 35%;
    position: absolute;
    background-color: #fff;
    transition: all 0.5s;
}

nav ul li a:hover:before{
    width: 100%;
    left: 0;
}

section{
    width: 100%;
}

.ho{
    width: 75%;
    background-color: #477f96;
    padding: 0 0 5% 25%;
}

#photo{
    width: 90%;
    background-color: #477f96;
}

#photo img{
    width: 100%;
}

.me{
    width: 100%;
    background-color: #fff;
    z-index: -100;
}

.me span{
    font-size: 6.25rem;
    font-weight: 500;
}

.desc{
    width: 60%;
    background-color: #fff;
    margin: 0 10% 0 auto;
    padding: 16% 0% 16% 30%;
    font-size: 3.75rem;
    line-height: 120%;
}

.por{
    width: 100%;
    display: flex;
    background-color: #477f96;
}

#portfol{
    width: 60%;
    display: flex;
    flex-wrap: wrap;
    padding: 10% 10% 5% 30%;
    justify-content: space-between;
    color: #fff;
}

.title{
    position: absolute;
    width: 20%;
    font-size: 6.25rem;
    font-weight: 500;
    color: #fff;
    margin-top: 5%;
    left: 30%;
}

.portfol{
    width: 40%;
    text-align: center;
    margin-top: 5%;
    transition: all 0.5s ease;
}

.portfol img{
    width: 100%;
}

.portfol:hover{
    transform: scale(1.1);
}

h3{
    font-size: 3.75rem;
    font-weight: 400;
    padding: 1% 0 0;
}

h4{
    font-size: 2.5rem;
    font-weight: 300;
    padding: 0 0 10%;
}

.con{
    width: 60%;
    background-color: #fff;
    padding: 13% 10% 13% 30%;
}

.icon{
    width: 100%;
    display: flex;
    margin: 2% 0 1%;
}

.icon:after{
    height: 4px;
    content: "";
    width: 45%;
    background-color: #000;
    position: absolute;
    margin-top: 3.25%;
}

.title1{
    position: absolute;
    width: 20%;
    font-size: 6.25rem;
    font-weight: 500;
    color: #000;
    top: 10%;
    left: 30%;
}

.contact a{
    color: #000;
    font-size: 3.75rem;
    font-weight: 400;
}

.icon-facebook2{
    color: #3b5998;
    margin: 0 5% 2% 0;
    font-size: 5rem;
}

.icon-messenger{
    margin: 0 19.5% 2% 0;
    font-size: 5rem;
}

.icon-twitter-square{
    color: #1da1f3;
    margin: 0 28% 2% 0;
    font-size: 6rem;
}

.icon-instagram{
    color: #ea1fac;
    margin: 0 28% 2% 0;
    font-size: 5rem;
}

.icon-phone{
    margin: 0 5% 2% 0;
    font-size: 5rem;
}

.icon-whatsapp{
    color: #009e01;
    margin: 0 5% 2% 0;
    font-size: 5rem;
}

.icon-telegram{
    color: #2799d4;
    margin: 0 11% 2% 0;
    font-size: 5rem;
}

.icon-mail{
    color: #dc483b;
    margin: 0 28% 2% 0;
    font-size: 5rem;
}

.sec{
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 2% 0;
    background-color: #477f96;
}

@media only screen and (max-width:2560px){

h5{
    font-size: 6.75rem;
}

#nome a{
    -webkit-text-stroke: 2px #477f96;
}

h1{
    font-size: 3.25rem;
}

h1:before{
    height: 5.5px;
}

h2{
    font-size: 2.5rem;
}

nav ul li{
    font-size: 3rem;
}

.me span{
    font-size: 4.25rem;
}

.desc{
    font-size: 2.5rem;
}

.title{
    font-size: 4.25rem;
}

h3{
    font-size: 2.5rem;
}

h4{
    font-size: 1.875rem;
}

.icon:after{
    height: 2.5px;
}

.title1{
    font-size: 4.25rem;
}

.contact a{
    font-size: 2.5rem;
}

.icon-facebook2{
    font-size: 3.25rem;
}

.icon-messenger{
    font-size: 3.25rem;
}

.icon-twitter-square{
    font-size: 4rem;
}

.icon-instagram{
    font-size: 3.25rem;
}

.icon-phone{
    font-size: 3.25rem;
}

.icon-whatsapp{
    font-size: 3.25rem;
}

.icon-telegram{
    font-size: 3.25rem;
}

.icon-mail{
    font-size: 3.25rem;
}

}

@media only screen and (max-width:1920px){ 

h5{
    font-size: 5rem;
}

#nome a{
    -webkit-text-stroke: 1.5px #477f96;
}

h1{
    font-size: 2.5rem;
}

h1:before{
    height: 4px;
}

h2{
    font-size: 1.875rem;
}

nav ul li{
    font-size: 2.25rem;
}

.me span{
    font-size: 3.125rem;
}

.desc{
    font-size: 1.875rem;
}

.title{
    font-size: 3.125rem;
}

h3{
    font-size: 1.875rem;
}

h4{
    font-size: 1.25rem;
}

.icon:after{
    height: 2px;
}

.title1{
    font-size: 3.125rem;
}

.contact a{
    font-size: 1.875rem;
}

.icon-facebook2{
    font-size: 2.5rem;
}

.icon-messenger{
    font-size: 2.5rem;
}

.icon-twitter-square{
    font-size: 3rem;
}

.icon-instagram{
    font-size: 2.5rem;
}

.icon-phone{
    font-size: 2.5rem;
}

.icon-whatsapp{
    font-size: 2.5rem;
}

.icon-telegram{
    font-size: 2.5rem;
}

.icon-mail{
    font-size: 2.5rem;
}

}

@media only screen and (max-width:1366px){ 

h5{
    font-size: 3.75rem;
}

#nome a{
    -webkit-text-stroke: 1px #477f96;
}

h1{
    font-size: 1.875rem;
}

h1:before{
    height: 4px;
}

h2{
    font-size: 1.25rem;
}

nav ul li{
    font-size: 1.5rem;
}

.me span{
    font-size: 2.125rem;
}

.desc{
    font-size: 1.3rem;
}

.title{
    font-size: 2.125rem;
}

h3{
    font-size: 1.25rem;
}

h4{
    font-size: 0.875rem;
}

.icon:after{
    height: 1.5px;
}

.title1{
    font-size: 2.125rem;
}

.contact a{
    font-size: 1.25rem;
}

.icon-facebook2{
    font-size: 1.875rem;
}

.icon-messenger{
    font-size: 1.875rem;
}

.icon-twitter-square{
    font-size: 2.3rem;
}

.icon-instagram{
    font-size: 1.875rem;
}

.icon-phone{
    font-size: 1.875rem;
}

.icon-whatsapp{
    font-size: 1.875rem;
}

.icon-telegram{
    font-size: 1.875rem;
}

.icon-mail{
    font-size: 1.875rem;
}

}

@media only screen and (max-width:1024px){ 

h5{
    font-size: 2.5rem;
}

#nome{
    left: 2%;
}

#nome a{
    -webkit-text-stroke: 1px #477f96;
}

h1{
    font-size: 1.875rem;
}

h1:before{
    height: 2px;
}

h2{
    font-size: 1.25rem;
}

nav ul li{
    font-size: 1.25rem;
}

.me span{
    font-size: 1.875rem;
}

.desc{
    font-size: 1rem;
}

.title{
    font-size: 1.875rem;
}

.portfol:hover{
    transform: scale(1.0);
}

h3{
    font-size: 1rem;
}

h4{
    font-size: 0.625rem;
}

.icon:after{
    height: 2px;
}

.title1{
    position: absolute;
    font-size: 1.875rem;
}

.contact a{
    font-size: 1rem;
}

.icon-facebook2{
    font-size: 1.25rem;
}

.icon-messenger{
    font-size: 1.25rem;
}

.icon-twitter-square{
    font-size: 1.5rem;
}

.icon-instagram{
    font-size: 1.25rem;
}

.icon-phone{
    font-size: 1.25rem;
}

.icon-whatsapp{
    font-size: 1.25rem;
}

.icon-telegram{
    font-size: 1.25rem;
}

.icon-mail{
    font-size: 1.25rem;
}

}

@media only screen and (max-width:667px){ 

header{
    height: 10%;
    width: 100%;
    display: flex;
    background-color: #477f96;
}

#nome{
    width: 100%;
    position: absolute;
    text-align: center;
    left: 0;
}

#preload img{
    width: 25%;
}

h1{
    padding-bottom: 4%;
    font-size: 2.5rem;
    font-weight: 900;
}

h1:before{
    display: none;
}

h2{
    font-size: 1.25rem;
}

nav{
    display: none;
}

.ho{
    width: 100%;
    background-color: #477f96;
    margin: 0 auto;
    padding: 0;
}

#photo{
    width: 90%;
    margin: 0 auto;
}

#photo img{
    width: 100%;
}

.me{
    width: 100%;
    background-color: #fff;
    z-index: -100;
    text-align: center;
}

.me span{
    font-size: 2.5rem;
    font-weight: 500;
}

.desc{
    width: 80%;
    background-color: #fff;
    font-size: 1.25rem;
    line-height: 120%;
    padding: 15% 0;
}

.por{
    width: 100%;
    display: flex;
    background-color: #477f96;
    padding: 5% 0;
}

#portfol{
    width: 90%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    color: #fff;
    padding: 20% 0 0;
    margin: 0 auto 5%;
}

.title{
    position: absolute;
    width: 100%;
    font-size: 2.5rem;
    font-weight: 500;
    color: #fff;
    margin: 5% 0;
    left: 0;
    text-align: center;
}

.portfol{
    width: 80%;
    text-align: center;
    margin: 0% auto 0;
}

.portfol img{
    width: 100%;
    margin: 10% 0 0;
}

.portfol:hover{
    transform: scale(1.0);
}

h3{
    font-size: 1.875rem;
    font-weight: 400;
    padding: 1% 0 0;
}

h4{
    font-size: 1.25rem;
    font-weight: 300;
    padding: 0 0 10%;
}

.con{
    width: 100%;
    background-color: #fff;
    padding: 10% 0;
}

.ico{
    padding: 10% 0 0;
}
    
.icon{
    width: 100%;
    display: block;
    text-align: center;
}

.icon:after{
    display: none;
}

.title1{
    position: static;
    width: 100%;
    text-align: center;
    font-size: 2.5rem;
    font-weight: 500;
    color: #000;
    left: 0%;
}
    
.contact{
    width: 80%;
    margin: 0 auto;
    padding: 2.5% 0;
}
    
.contact a{
    font-size: 1.25rem;
}

.icon-facebook2{
    color: #3b5998;
    font-size: 1.875rem;
    margin: 0;
}

.icon-messenger{
    font-size: 1.875rem;
    margin: 0;
}

.icon-twitter-square{
    color: #1da1f3;
    font-size: 2.5rem;
    margin: 0;
}

.icon-instagram{
    color: #ea1fac;
    margin: 0;
    font-size: 1.875rem;
}

.icon-phone{
    margin: 0;
    font-size: 1.875rem;
}

.icon-whatsapp{
    color: #009e01;
    margin: 0;
    font-size: 1.875rem;
}

.icon-telegram{
    color: #2799d4;
    margin: 0;
    font-size: 1.875rem;
}

.icon-mail{
    color: #dc483b;
    margin: 0;
    font-size: 1.875rem;
}

}
