@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;400;500;600;700;800&display=swap');


*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;
}
body {
    font-family: 'Poppins', sans-serif;
}

p {
    font-family: 'Poppins', sans-serif;
}
.container{
    max-width: 1200px;
    margin: 0 auto;
}
.header{
    background: linear-gradient(
        180deg,
        rgba(251,205,49,1) 0%,
        rgba(249,196,40,1)51%,
        rgba(246,179,32,1)100%);
        min-height: 70vh;
        display: flex;
        align-items: center;
}


.menu {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.logo img {
    width: 40px;

}
.menu .navbar ul li {

    position: relative;
    float: left;
}

.menu .navbar ul li a {

    font-size: 18px;
    padding: 20px;
    color: #3f3f3f;
    display:block ;
    font-weight: bold;
}

.menu .navbar ul li a:hover {

    color:#e06927;

}

.socials-1 img {
    width: 30px;
    margin-right: 15px;

}

#menu {
    display: none;
}
.menu-icono{
    width: 25px;

}

.menu label {

    cursor: pointer;
    display: none;
}

.header-content {
    padding: 100px 0;
    display: flex;
    align-items: center;

}

.header-txt {
    width: 50%;
    padding-right: 100px;

}
.header-txt h1{
    font-size: 140px;
    line-height: 150px;
    color: #FFFFFF;
    margin-bottom: 25PX;

}

p{
    font-size: 18px;
    color:  #424242;
    margin-bottom: 35px;
}

.btn-1 {
    display: inline-block;
    padding: 13px 30px;
    background-color: #F55442;
    color: white;
    border-radius: 25px;
    font-size: 18px;
}

.btn-1 a:hover {
    background-color: #E56820;
}

.header-img {
    width: 50%;
    text-align: center;
}

.header-img img {
    width: 550px;
}


.about{
    padding: 100px 0;
    background-color: #EFEFEF;

}
.about-content {
    display: flex;
    position: relative;
}

.ab1 {
    position: absolute;
    width: 450px;
    top: 0;
    left: 700px;
    
}
.about-txt {

    width: 50%;
}

h2 {

    font-size: 80px;
    line-height: 90px;
    color: #3f3f3f;
    margin-bottom: 25px;
}

.btn-2 {

    display: inline-block;
    padding: 13px 45px;
    font-size: 18px;
    background-color: #e06927;
    color: white;
    border-radius: 25px;
    border: 0;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    cursor: pointer;

}

.bt-2 a:hover {

    background-color: #F55442;
}

.information {

    padding: 100px 400px 10px 400px;
    text-align: center;
    background-color: #FBFBFB;
}



.information-content {

    position: relative;
}

.information .obras {

    display: grid;
    grid-template-columns: 1fr 1fr;
}

.obras {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
.in1{
    border-radius: 10px;
    min-height: 100px;
}
.in2 {
    border-radius: 10px;
    min-height: 100px;
}

.in3 {

    border-radius: 10px;
    min-height: 100px;
}

.in4 {

    border-radius: 10px;
    min-height: 100px;
}


.contact {
    padding: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.contact-table {
    padding: 25px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    text-align: center;
    width: 700px;
    margin-top: 100px;
    margin-bottom: 100PX;

}

.contact-table span {
    font-size: 40px;
    color: #AA7D5E;
    
}
.contact-table h3 {
    font-size: 60px;
    color: gray;
    margin-bottom: 25px;

}

table {
    text-align: left;
}
.Cronograma {
    border-collapse: collapse;
    width: 100%;


}
.Cronograma td, .Cronograma th {
    border: 1px solid #DDDD;
    padding: 8px;
}

.Cronograma tr:nth-child(even) {
    background-color: #F2F2F2;

}
.Cronograma tr:hover {
    background-color: #DDDD;
}

.Cronograma th{
    padding: 12px 0 12px;
   
}

form {
    display: flex;
}

.Campo {
    padding: 17px 35px;
    background-color: #F7F7F7;
    border-radius: 25px;
    margin-right: 15px;
    border: 1px solid #E8E8E8;
    outline: none;
    color: #3f3f3f;
}

.Campo::placeholder {
    color: #A3A3A3;


}
.form-content {
    padding: 100px 0 70px 0;
    text-align: center;

}

.form-content h2 {
    font-size: 50px;
    color: #3f3f3f;
    margin-bottom: 25px;
}

.footer {
    border-top: 2px solid #E8E8E8;
    padding: 50px 0 0 0;

}
.footer-links {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;

}

.link-img {
    text-align: center;
}

.link-img img {
    width: 70px;
    margin-bottom: 30px;
}

.socials-2 img {
    width: 30px;
    margin: 10px;
}

.footer p {
    padding: 25px 0;
    text-align: center;
    border-top: 1px solid #E8E8E8;
    color: #7c7c7c;
    font-size: 16px;
    margin: 0;

}


@media(max-width:991px) {
    .menu{
        padding: 30px;
    }
    .menu label {
        display: initial;
    }
    .socials-1 {
        display: none;
    }

    .menu .navbar {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background-color: #3f3f3f;
        display: none;

    }

    .menu .navbar ul li {
        width: 100%;
    }

    .menu .navbar ul li a {
        color: white;
        
    }

    #menu:checked ~ .navbar {
        display: initial;
    }


    .header{
        min-height: 0vh;
    }

    .header-content {
        padding: 130px 30px 80px 30px;
        flex-direction: column;

    }
    .header-txt {
        width: 100%;
        padding-right: 0;
        text-align:center;
        margin-bottom: 15px;

    }

    .header-txt h1 {

        font-size: 90px;
        line-height: 100px;
    }
    .header-img {
        width: 100%;
       
    }
    .header-img img {
        width: 250px;
    }

    .about {
        padding: 30px;

    }
    .about-content {
        flex-direction: column;
    }

    .ab1 {
        display: none;

    }
    .about-img {
        width: 100%;
        order: 2;
    }

    .about-img img {
        width: 250px;
    }

    .about-txt {
        width: 100%;
        text-align: center;
    }

    h2 {
        font-size: 70px;
        line-height: 80px;

    }

    .information {
        padding: 30px 30px 100px 30px;
    }
    .in1 {
        display: none;
    }
    .in2{
        display: none;
    }
    .in3 {
        display: none;
    }
    .in4 {
        display: none;
    }

    .contact {
        padding: 30px;
    }
    .contact-table {
        width: 100%;
        margin-top: -120px;
    }
    .form-content {
        padding: 30px;

    }

    form {
        flex-direction: column;
    }

    .Campo {
        margin-bottom: 20px;

    }
    .footer {
        padding: 30px 30px 0px 30px;
    }
    .footer-links {
        flex-direction: column;
        text-align: center;
    }

    .link-img{
        margin-bottom: 25px;
    }



}
