
#hero-section {
    text-align: center;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-text {
    text-align: center;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#hero-title {
    color: #d9870c;
}

#highligted-proyects, #services {
    height: 300px;
    text-align: center;
}

.hl-container {
    display: flex;
    justify-content: center;
    margin: 50px 0;
}

.hl-proyect {
    background: #383434;
    width: 320px;
    height: 180px;
    margin: 5px 30px;
    padding: 5px;
    border-radius: 10px;
}

.hl-service {
    background: #383434;
    width: 325px;
    height: 240px;
    margin: 5px 30px;
    /* padding: 5px; */
    border-radius: 10px;
    padding-top: 20px;
}

#services {
    height: 900px;
}

#services img {
    width: 300px;
    border-radius: 10px;
    display: block;
    margin: auto;
}

#about-us, #clients, #contact {
    margin: 50px 150px;
}

#abs-txt {
    margin: 20px 0px;
    padding-bottom: 20px;
}

.highlight{
    color: #F0BC13;

}

.section-1{
    padding: 25px 0;
    width: 80%;
    margin: auto;
    
    border-radius: 25px;
}

/* Aqui empieza el formulario */

label {
    font-family: "League Spartan", sans-serif;
    font-weight: 400;
    color: #F5F1E6;
    margin: 0 0 20px 0;
}

input {
    margin: 8px 0;
    box-shadow: 0 0 5px #F0BC13;
    border: none;
    border-radius: 5px;
    height: 30px;
    width: 500px;
    color: #121212;
    background-color: #F5F1E6;
    padding-left: 15px;
}

#f-message {
    height: 100px;
}

#f-submit{
    background: #d9870c;
    color: #121212;
    font-family: "League Spartan", sans-serif;
    font-weight: bold;
    size: 1.05em;    
    width: 150px;
    margin-top: 20px;
}

#form-confirmation{
    width: 350px;
    height: 200px;
    background-color: #434343;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    border-radius: 5px;
    overflow: hidden;
    visibility: hidden;
}

#form-confirmation h3{
    font-size: 28px;
    color: #F5F1E6;
    margin-top: 45px;
}

#form-confirmation p{
    font-size: 16px;
    
}

.form-span{
    color: fuchsia;
    text-shadow: 0px 0px 10px black;
}

#about-us .btn{
    margin-top: 30px
}

#contact{
    padding-top: 20px;
}