


.gen_form_con{
    padding: 0px 20px;
    justify-content: center;
    background-color: white;
    /* box-shadow: 0 2px 4px rgba(0, 0, 0, .1), 0 8px 16px rgba(0, 0, 0, .1); */
    /* margin-left: 10px; */
    gap: 10px;
    height: auto;
    width: 100%;
    /* padding-bottom: 20px; */
    border: 0;
    /* padding-top: 60px; */
    /* border-radius: 2%;*/
}


.img_cus_ne {
    object-fit: cover;
    width: 1000px;
    height: 600px;
}


#contactForm {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

/*----------------------------------------------Formulario-----------------------------------------------*/

.general_cus_ma_la{
    width: 100%;
}

.form_cus_sec{
    padding-top: 80px;
    background-color: white;
    padding-bottom: 80px;
}
.general_con_cus_ma_la {
    
    background-color: #DADDD2;
    margin-top: 100px;
    gap: 10px;
    display: flex;
    justify-content: flex-start;
}





.h_cus{
    text-align: center;
    width: 500px;
    font-family: Tsec;
    font-size: 5rem;
}



.p_cus{
    margin-top: 30px;
    text-align: justify;
    font-size: 1.6rem;
    width: 390px;
}



.a1_ink{
    color: #006039;
    font-weight: 600;
    position: relative;
    font-family: robotos;
    cursor: pointer;
    font-size:1.2rem; 
    display:block;  
    padding-top:20px;
     padding-bottom:5px;
     
}

.a1_ink::after {
    content: "";
    
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 4px;
    opacity: 0;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.5s ease-in-out;
    border-bottom: 1px solid black; }

    .a1_ink:hover::after{
        
        transform: scaleX(1);
        opacity: 1;
       }



       [data-animation="to-left"] .a1_ink::after {
        transform-origin: right;
      }
    [data-animation="center"] .a1_ink::after {
        transform-origin: center;
      }




#msg{padding-left: 10px;resize:none;width: 100%;height: 18rem;font-size: 1.3rem;}


      .txt_cus {
        margin-bottom: 20px;
        margin-top: 20px;
        padding: 0px 80px 0px 80px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        
    }

    .di_cus_ma{
        display: flex;
        margin-top: 160px;
        margin-bottom: 20px;
    }


    .img_cus_ma {
        object-fit: cover;
        /* clip-path: polygon(25% 0%, 100% 0%, 78% 100%, 0% 100%); */
        /* clip-path: polygon(0 0, 75% 0, 38% 100%, 0 100%); */
        /* clip-path: polygon(12% 0, 100% 0%, 90% 100%, 0% 100%); */
        height: 220px;
        width: 100%;
    }

    /*
    .img_cus_ma1{
        object-fit: cover;
        clip-path: polygon(25% 0%, 100% 0%, 78% 100%, 0% 100%);
        clip-path: polygon(75% 0, 100% 0, 100% 100%, 38% 100%);

        height: 220px;
        width: 100%;
    }*/





.gen_s_cus{
    display: flex;
    margin-top: 120px;
    flex-direction: column;
    align-items: center;
    margin-bottom: 50px;
}

.h_s_cus{
    width: 640px;
    font-family: Tsec;
    font-size: 4rem;
    text-align: center; }

.p_s_cus{
    margin-top: 20px;
    font-size: 1.5rem;
    width: 1200px;
    text-align: center;
    margin-bottom: 20px;
}


.form_cus_sec{
   
    width: 100%;
}





.all_con_form{
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-left: 70px;
    align-items: flex-start;
}







.all_cus_form{
  height: 40px;
}

.int_form{
    background-color: #006039;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.h_form {
  margin-left: 20px;
    color: white;
    font-family: tsec;
    font-size: 2.5rem;
   
}


.txt_form_ind{
    font-family: robotos;
    font-size: 1.3rem;
}

.data_con_form{
    margin-top: 20px;
    display: flex;
    margin-bottom: 10px;
    gap: 10px;
}

.pr_co_form{
    display: flex;
    gap: 20px;
    justify-content: center;
}

.br_che_form{
    
width: 100%;
    
gap: 7px;
    
display: flex;
    
border: 1px solid;
    
padding: 10px 20px 10px 20px;
    
flex-direction: row-reverse;
    
justify-content: center;
}

input[type="checkbox"] + label {
    font-weight: bold;
    line-height: 3em;
    color: #ccc;
    cursor: pointer;
}
input[type="checkbox"]:checked + label {
    color: #0fbf12; }

.jus_data_for{
        width: 100%;
    display: flex;
    flex-direction: column;
}

.sub_for{
    color: white;
    cursor: pointer;
    background-color: black;
    padding: 10px 40px 10px 40px;
}

.all_mov_form{
    gap: 15px;
    display: flex;
    /* align-items: center; */
    justify-content: center;
}

.mov_pri_form{
    cursor: pointer;
    display: flex;
    gap: 5px;
    flex-direction: row-reverse;
    justify-content: flex-end;
}

#Che_form{
    cursor: pointer;
}

.img_cus_ma1{
    object-fit: cover;
    width: 100%;
    height: 100%;
    }
    
@media(max-width:920px){
    .all_mov_form{
            flex-direction: column;
    }
}
@media(max-width:780px){
    .data_con_form{
        flex-direction: column;
    }
}
@media(max-width:580px){
    .img_form_cu{
        display:none;
    }
}

    
    
    
    
    
    
    
    
    
    
    
    
    
    
