*{
    font-family: "Poppins", sans-serif;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    outline: none;
    border: 0;
}
body{
    
    background-image: url("../img/fondo-2.jpg");
    background-repeat: no-repeat;
    
}


 /*----------------------*/   

img{
    width: 130px;
    z-index: -1;
}


.nav {

    position: fixed;
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #ffffff;
    padding: 10px 20px;
    height: 85px;
    z-index: 10;
}

.logo {
    color: white;
    font-size: 24px;
}

.menu {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
    justify-content: center;
    align-items: center;
}

.menu li {
    margin-left: 20px;
}

.menu a {
    color: #0c111d;
    text-decoration: none;
    padding: 10px;
    font-weight: 500;
    font-size: 18px;
    cursor: pointer;
}

.menu a:hover{
    color: #D59F3A;
}




.hamburger {
    display: none;
    font-size: 24px;
    color: rgb(12, 12, 12);
    cursor: pointer;
}



@media (max-width: 768px) {
    .menu {
        display: none;
        flex-direction: column;
        position: absolute;
        top: 80px;
        right: 0;
        background-color: #f3f3f3;
        width: 100%;
    }

    .menu.active {
        display: flex;
    }

    .menu li {
        margin: 10px 0;
    }

    .hamburger {
        display: block;
    }


}


@media (max-width: 430px) {
    .menu {
        display: none;
        flex-direction: column;
        position: absolute;
        top: 80px;
        right: 0;
        background-color: #f3f3f3;
        width: 100%;
    }

    .menu.active {
        display: flex;
    }

    .menu li {
        margin: 10px 0;
    }

    .hamburger {
        display: block;
    }



 

}


button{
    width: 150px;
    height:50px ;
    font-size: 19px;
    font-weight: 600;
    border-radius: 15px;
    color: #ffffff;
    background-color: #D59F3A;
    cursor: pointer;
    border: 0;
}





/*---------------------*/



.todo{
    margin: auto;
    display: grid;
    grid-template-columns: repeat(2,50%);
    padding: 20px;
    gap: 10px;
    width: 1000px ;
    flex: 1;
}

.contact h2{
    font-size: 50px;
}
.contact h3{
    font-size: 32px;
}

.box-info, p{
    color: #ffffff;
    font-size: 24px;
}

.contact{
    color: #ffffff;
    margin-top: 100px;
}


form{
    margin-top: 100px;
    padding: 50px 55px;
    box-shadow: 0 0 20px rgba(0,0,0,0.9);
    border-radius: 20px;
    text-align: center;
    width: 700px;
    margin-bottom: 50px;
    
}

.input-group{
    display: flex;
    flex-direction: column;
    text-align: left;
}

h2{
    color: #D59F3A;
    font-size: 40px;
}

label{
    color: #D59F3A;
    font-size: 15px;
    font-weight: 600px;
    margin-bottom: 15px;
}

input, textarea{
    padding: 17px 25px;
    border-radius: 25px;
    margin-bottom: 20px;
    border: 2px solid #ffffff ;
    color: slategray;
    outline: none;
}

input ::placeholder, textarea::placeholder{
    color: aliceblue;
}

.form-txt{
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
    text-align: center;
}

.btn-1{
    width: 200px;
    height:60px ;
    font-size: 19px;
    font-weight: 600;
    border-radius: 15px;
    color: #ffffff;
    background-color: #D59F3A;
    cursor: pointer;
    border: 0;
    align-items: center;
    text-align: center;
}

.btn-1::hover{
    background-color: #77581f;
}
.btn-2{
    width: 200px;
    height:60px ;
    font-size: 19px;
    font-weight: 600;
    border-radius: 15px;
    color: #ffffff;
    background-color: #D59F3A;
    cursor: pointer;
    border: 0;
    text-align: center;
}




.logo_final{
      
   margin-top: auto; 
  


}
.logo_final div{
    background-color: #0c111d;
    
}
.logo_container{
    display: flex;
    justify-content: center;
    height: 80px;
    align-items: center;
}

@media (max-width :1024px){

    nav{
        margin: 0;
        padding: 0;

    }
    .todo{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    form{
        width: 80%;
        margin-bottom: -10px;
        border-radius: 20px;
        margin-bottom: 110px;

    }
    form .btn-1{
        justify-content: center;
        margin: auto;
    }

    .btn-2{
        align-items: center;
        justify-content: center ;
    }
    .contact{

        margin-bottom: -10px;
        

    }
    body{
        background-image: url("../img/fondo-vertical.jpg");
    }


}


      


@media (max-width: 430px) {
    
    body{
        background-image: url("../img/fondo-vertical.jpg");
      
      }

      .todo{
        padding: 0%;
        width: 50px;
      }
    

    .contact {
        width: auto;
        justify-content: center;
        text-align: center;
    }

    .contact h2{
        font-size: 20px;
    }
    .contact p{
        font-size: 16px;
    }


    form{
        width: 400px;
        margin-top: 30px;
        margin-bottom: 20px;
    }



 

}


@media (max-width :412px){
    
   
    
    .contact{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-top: 100px;
    }

  

  
    .contact{
        width: 35%;
        margin-bottom: 10px;
    }
    .contact h2{
        font-size: 24px;
    }
    .contact h3{
        font-size: 18px;
    }
    
   


    }
