
 *{
box-sizing: border-box;
}

img{
    display: block;
    max-width: 100%;
    
}

body{
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    background: #FAF7F7;
    
}

/*Estilos del header*/

.header{
    height: 60px;
    z-index: 1000;
    
}


.header{
    position: fixed;
    margin-top: -10px ;
    width: 100%;
    background: rgb(22, 163, 74);
    
    
}


 .contenedor{
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 800px;
    
}


/*--------------------------Estilos menu--------------------------*/


.icon-menu{
    
    display: block;
    height: 40px;
    width: 42px;
    font-size: 30px;
    background: rgba(255,255,255,0.2);
    color: #fff;
    margin-left: auto;
    cursor: pointer;
    text-align: center;
    border-radius: 7px;
    line-height: 37px;
    
    
    
    
    
}

.logo{
    margin: 8px ;
    color: #fff;
     
    
}


.icon-menu{
    margin: 8px;
    color: #fff;
}


.nav{
    position: absolute;
    top: 60px;
    left: -100%;
    width: 100%;
    transition: all 0.4s;
     5
}

.menu{
    list-style: none;
    padding: 0px;
    margin: 0px;
    
}

.menu__link{
    display: block;
    padding: 15px;
    background: #16a34a;
    text-decoration: none;
    color: #fff;
    border-top: 1px solid #000;
    
}

.menu__link:hover{
    background: #fff;
    color: #000;
    border-top: 1px solid #000;
    
}
.mostrar{
    left: 0px;
}

.select{
    background: #fff;
    color: #000;
    border-top: 1px solid #000;
    
  }       



.card {
            width:90%;
            background: white; 
            border-radius: 16px; 
            padding: 20px; 
            box-shadow: 0 2px 4px rgba(0,0,0,0.05); 
            margin-bottom: 16px; 
            display: flex; 
            align-items: center; 
            flex-wrap: wrap;
            justify-content: space-between;
     }

.form-group1 {
              margin-bottom: 16px;
              width: 100%;
               
              
             }

.form-group1 label {
                    display: block; 
                    font-weight: 600; 
                    margin-bottom: 6px; 
                    font-size: 14px;
                   }

.form-group1 input ,.form-group1 textarea {
                  width: 100%; 
                  padding: 12px; 
                  border: 2px solid #d1d5db; 
                  border-radius: 8px; 
                  font-size: 16px;
                  }

 .form-group11 {
              margin-bottom: 16px;
              width: 100%;
               
              
             }

.form-group11 label {
                    display: block; 
                    font-weight: 600; 
                    margin-bottom: 6px; 
                    font-size: 14px;
                   } 

.form-group11 textarea {
                  width: 100%; 
                  padding: 12px; 
                  border: 2px solid #d1d5db; 
                  border-radius: 8px; 
                  font-size: 16px;
                  }      

.btn {display: inline-block; background: #16a34a; color: white; padding: 14px 24px; border-radius: 8px; font-size: 16px; font-weight: bold; text-decoration: none; text-align: center; border: none; cursor: pointer; width: 100%;}
       .btn:hover {background: #15803d;}



 /* Footer */
        footer {background: #111827; color: #9ca3af; padding: 40px 0; font-size: 14px;}
        footer .grid {display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 32px; margin-bottom: 32px;}
        footer h4 {color: white; margin-bottom: 12px;}
        footer a {color: #9ca3af; text-decoration: none; display: block; margin-bottom: 8px;}
        .footer-bottom {border-top: 1px solid #374151; padding-top: 20px; text-align: center;}

.container {max-width: 800px; margin: 40px auto; padding: 20px;}

 /* WhatsApp flotante */
        .whatsapp-float {position: fixed; bottom: 20px; right: 20px; background: #25D366; color: white; padding: 14px; border-radius: 50px; font-size: 24px; text-decoration: none; z-index: 100; box-shadow: 0 4px 8px rgba(0,0,0,0.2);}

                                  /*----------------Estilos responsive--------------*/

@media(min-width:480px){
 
    .logo{
        font-size: 40px;
    }
    
    
    
   .
    
}


@media(min-width:768px){
    
   
  .contenedor{
        width: 1000px;
        margin: auto;
    }
    
   .form-group1  {
        width: 49%;
        
    }
    
}

@media(min-width:1024px){
    
    .banner img{
    
    margin-top: -250px;
}
    
    
    .banner .contenedor{
        margin-top: 250px ;
    }
    
    
    .contenedor{
        width: 1000px;
        margin: auto;
    }
    .nav{
        position: static;
        width: auto;
    }
    .menu{
        display: flex;
        background: #16a34a;
        margin: 5px;
        
    }
    .icon-menu{
        display: none;
    }
    .menu__link{
        background: none;
        font-size: 14px;
    }
    .select{
        color: #fff;
        background: rgba(255,255,255,0.2);
    }
    
  
}

@media(min-width:1280px){
    
    .contenedor{
        
        width: 1200px;
    }
    .menu{
        display: flex;
        
    }
    
    
}
