*{
    font-family: 'Poppins', sans-serif;
    padding: 0;
}

body{
    margin: 0 14.5%;
}

.circulo{
    position: absolute;
    left: 12%;
    top: 55px;
    background: #C6A081;
    border-radius: 50%;
    width: 56px;
    height: 56px;
}

nav{
    width: 50%;
    margin-left: 50%;
    display: flex;
    justify-content: space-between;
    height: 140px;
}

nav a{
    font-size: 16px;
    color: #C6A081;
    font-weight: 600;
    margin-top: 70px;
    letter-spacing: 1.12px;
    text-decoration: none;
    cursor: pointer;
}

nav a:hover{
    color: black;
}

main{
    display: flex;
    justify-content: space-around;
}

main div h1{
    font-size: 16px;
    color: #C6A081;
    font-weight: 200;
    letter-spacing: 1.12px;
    margin-top: 260px;
}

.line{
    margin-top: 34px;
    border-bottom: 3px solid #C6A081;
    width: 68%;
}

main div h2{
    font-size: 60px;
    letter-spacing: 0px;
    color: #353535;
    font-weight: 300;
}

button{
    background-color: #C6A081;
    text-align: center;
    padding: 17px 38px;
    font-size: 16px;
    border: 0px;
    letter-spacing: 1.12px;
    color: #FFFFFF;
    text-transform: uppercase;
    opacity: 1;
    font-weight: 500;
}

button:hover{
    cursor: pointer;
    background-color: #FFFFFF;
    color: #C6A081;
    border: 1px solid #C6A081;
}

.computadora{
    margin-right: -6%;    
    width: 65%;
}

.circle{
    width:100px; 
    height:100px;
    border-radius: 50%;
}

#servicios, #contacto{
    background: #F7F8F8;
    text-align: center;
    padding-top: 73px;
    margin-top: 64px;
}

.titulo{
    letter-spacing: 1.12px;
    color: #C6A081;
    text-transform: uppercase;
    opacity: 1;
    font-size: 300;
    text-align: center;
    font-weight: 300;
}

.lineTitulo{
    margin-bottom: 12px;
    border-bottom: 3px solid #C6A081;
    width: 8%;
    margin-left: 46%;
}

.lineTitulo2{
    margin-bottom: 12px;
    border-bottom: 3px solid #C6A081;
    width: 28%;
    margin-left: 36%;
}

h3{
    color: #353535;
    opacity: 1;
    font-size: 60px;
    margin-top: 42px;
    font-weight: 300;
}

p{
    color: #353535;
    opacity: 1;
    font-size: 20px;
    margin-top: 42px;
}

#servicios img{
    margin-top: 43px;
    margin-bottom: 89px;
}

#proyectos{
    margin-top: 73px;
    margin-bottom: 90px;
}

#proyectos h3, .proyectos p{
    text-align: left;
}

#proyectos button{
    margin-top: 43px;
}

.projectsDesc{
    display: flex;
    justify-content: space-between;
}

.projectsDesc img{
    margin-left: -5%;
}

.projectsDesc div{
    margin-left: 5%;
}

#contacto{
    display: flex;
    justify-content: space-between;
    padding: 134px 25% 147px 25%;
    margin: 0 -25%
}

.fa{
    color: #C6A081;
    font-size: 20px;
}

i{
    font-size: 20px;
    margin-top: 43px;
    margin-right: 17px;
}

footer{
    height: 38px;
    background-color: #353535;
    margin: 0 -25%;
}

.contactLeft{
    text-align: left;
}

.contactForm{
    background-color: #C6A081;
    padding: 16px 82px;
}

.infoContact{
    display: flex;
    justify-content: space-between;
}

.telef{
    margin-left: 15px;
}

input, textarea{
    background-color: #C6A081;
    color: white;
    border: 0px;
    font-size: 20px;
    font-weight: 300;
    border-bottom: 1px solid white;
    margin-top: 70px;
    text-align: left;
    width: 100%;
    outline: none;
}

input:active, textarea:active{
    border: 0px;
}


.contactForm p{
    margin-left: 65%;
    color: white;
    font-size: 14px;
    font-weight: 300;
}

::placeholder{
    color: white;
    font-size: 20px;
    font-weight: 300;
}

.contactForm button{
    background-color: #FFFFFF ;
    padding: 17px 68px;
    margin-left: -62%;
    font-size: 16px;
    border: 0px;
    letter-spacing: 1.12px;
    color: #C6A081;
    text-transform: uppercase;
    opacity: 1;
    font-weight: 600;
    border: 1px solid #C6A081;
    width: auto;
}

.contactForm button:hover{
    color: #FFFFFF ;
    background-color: #C6A081;
    border: 1px solid white;
    cursor: pointer;
}

#thankYou{
    display: none;
}

@media(max-width: 1560px){
 
    main img{
        width: 50%;
        height: auto;
    }

}


@media(max-width: 800px){

    nav{
        margin-left: 20%;
        width: 80%;
    }

    main{
        display: block;
        margin-top: -40%;
    }

    .computadora{
        margin-top: 50px;
        width: 100%;
    }

    #servicios{
        padding-top: 0;
    }

    #proyectos{
        margin-top: 0px;
    }
    
    .projectsDesc{
        display: block;
    }

    .projectsDesc img{
        margin-left: 0;
        width: 100%;
    }

    #contacto{
        display: block;
        padding-top: 0;
    }

    .contactForm{
        margin-top: 40px;
    }
}

@media(max-width:600px){
    .infoContact{
        display: block;
    }

    .telef{
        margin-left: 0;
    }
}