*{
    margin: 0;
    padding: 0;
}
body {width: 1000px;
    height: 1000px;
    background-image: url(icon.png);
    background-color:#e3ec64;
    background-size: 150px 150px;
    margin: auto;    
   font-weight: 500;   
}
.rep{
    background-color: white;
    width: 1000px;
    height: 1000px;
    border-radius: 5px;
    margin: 10px 25px 10px 25px;
}
.rep img{
    border-radius: 5px;
}
.contenedor{
    width: 1000px;
    height: 1000px;
    margin: auto;
    background: white url(fondoweb.jpg) no-repeat center fixed ;
    background-size: contain;   
    overflow-y: scroll;
}

.funvisis_tite {
     
   margin: 20px 50px;
    overflow: hidden; 
   }
   #descrip{
    background-color:#e3ec64 ;
    margin:-140px 50px 10px 300px;
    border: solid 1px rgb(252, 249, 249);
    padding: 2px 2px 2px 2px;
    border-radius: 25px;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 1);
   }

   #enunciado {
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-weight:700;
    font-size: 20px;
    color: #000000;
    text-align: center;
    /* text-decoration: underline; */
    text-indent: 12px;
    text-shadow: 1px 2px 2px rgba(5, 1, 17, 0.363);
 }

.funvisis_ti h2 {
    background-color: rgba(204, 204, 204, 0.534);
    padding: 5px 5px;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    margin-top: 6%;
    margin-bottom: 4%;
    margin-left: 10%;
    margin-right: 10%;
    border-radius: 5px;
     
}

.fieldset{
    background-color: #e3ec64 ;/*#FFC013*/
    padding: 20px 20px;
    border-radius: 25px;
    margin-left: 5%;
    width: 25%;
    height: 320px;   
    transition: 0.3s;
    font-size: 12px;
    text-align: center;
    
}

.fieldset h2{
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-weight: bold;
    font-size: 20px;    
    margin: 0;
    padding: 0;
}

.fieldset:hover{
    transform: scale(1.05, 1.05);
    box-shadow: 0px 0px 4px 4px rgba(0, 0, 0, 0.8);
    
}

.form_funvisis{
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-size: 18px;
    background-color: rgb(243, 243, 235) ;
    border: solid 2px white;
    border-radius: 25px;
    margin-top: 8px;
    margin-left: 0%;
    flex-direction: column;   
    background-position: center;
    text-align: center;
    height: 280px;
          
}
.form_funvisis h2{
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-size: 28px;
   margin-top: 15px;
   margin-bottom: 10px;
   font-weight: bold;
    
}


form{
    padding: 2px;
}

input[type=text]{
    width: 80%;
    border-radius: 5px;
    padding: 2px 2px;
    text-align: center;

}

input[type=date]{
    width: 26%;
    border-radius: 5px;
    padding: 0;
    text-align: center;
    margin: 10px 5px 10px 75px;

}

#comoss{
    margin: 5px 10px 10px 5px;
}

#personas{
    margin: 5px 10px 10px 5px;
}

#cuantot{
    margin: 5px 10px 10px 5px;

}

#pais{
    margin: 5px 10px 10px 5px;

}

/* #estados{
    position: relative;
    right: -5px;
    top: 0px
} */
#destados{
    
   position: relative;
   right: -300px;
   top: -30px;

}





#map_canvas{
    background-color: rgb(216, 216, 10) ;
    border-radius: 5px;
    padding: 2px;
    font-size: 16px;
    color: #f34c0a;
    height: 400px;
    overflow: hidden;

}


#map_canvas2{
    background-color:rgb(252, 249, 249);
    font-size: 16px;
    color: #f34c0a;
    margin: -10px 5px 0px 5px;
    padding: 2px;
    
    

} 
/* #fondoA{
    background-color: #FFC013;
 
    border-style: groove 8px;
    border-radius: 25px;
    width: 100%;
    height: 490px;

} */



span{
    color: #000000;
    text-transform: capitalize;
}

/* cuadro de descripcion */
#describelo{
    margin: 5px 5px 5px 15px;
    padding: 2px 2px;
    width: 454px;
    height: 67px;
}
.etiqueta{ 
    color: #f34c0a;
    font-size: 16pto;
    font: bolder;
    text-align: center;
    line-height: 2;
    margin: 1px;
    padding: 0;
  
}
.fieldset1{
    background-color:#e3ec64 ;
    padding: 20px 20px 0px 20px;
    border-style: groove 8px;
    border-radius: 25px ;
    margin-top: -37%;
    margin-left: 40%;
    width: 50%;
    height: 2180px;
    transition: 0.3s;
}

.fieldset1:hover{
    transform: scale(1.02, 1.02);
    box-shadow: 0px 0px 4px 4px rgba(0, 0, 0, 0.8);
}

.fieldset1 h3{
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-weight: bold;
    text-align: center;
    margin-top:-8px;
    padding: 0;
    font-size: 20px;
}

.cuadro1{
    background-color:#e3ec64 ;
    padding: 00px 20px 0px 20px;
    border-style: groove 8px;
    border-radius: 0px 0px 25px 25px;
    margin-top: 0%;
    margin-left: 40%;
    width: 50%;
    height: 490px;
    transition: 0.3s;

}
.cuadro1:hover{
    transform: scale(1.02, 1.02);
    box-shadow: 0px 0px 4px 4px rgba(0, 0, 0, 0.8);

}








.form_funvisis1{
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    background-color: rgb(243, 243, 235) ;
    border-radius: 25px 25px 0px 0px;
    height: 60px; 
    padding: 5px;
    margin-top: 10px;
    margin-bottom: 0px;
    
    
  
   /*      
    flex-direction: column;   
    background-position: center;
    text-align: left;
         
*/} 
/* #fechadiv{
    margin: 10px 0px 10px 0px;
} */

.form1{
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;  
    background-color: rgb(243, 243, 235) ;
    border-radius: 0px 0px 0px 0px;
    height: 230px; 
    padding:0px;
    margin: 0;
   
    
    
}
.form2{
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;  
    background-color: rgb(243, 243, 235) ;
    border-radius: 0px 0px 0px 0px;
    height: 150px; 
    padding: 0px 
  



}
.form3{
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;  
    background-color: rgb(243, 243, 235) ;
    border-radius: 0px 0px  25px 25px;
    height: 150px; 
    padding: 0px;
    margin-top: 0px;



}
.form2 h3{
    background-color: #e3ec64;
    font-size: 18px;
    margin:0px 5px 5px 5px;
    border-radius: 4px;

}

 .form_funvisis1 h3{
    background-color: #e3ec64;
    font-size: 18px;
    margin:5px 5px 5px 5px;
    border-radius: 4px;
    /* ;
    padding: 5px 5px;
   
    width: 100%;
    font-weight: 900;
    text-align: center; */

} 
.name{

    margin: 5px 5px 10px 15px ;
    width: 125px;
    font-size: 16px;
    color: #f34c0a;
    margin-bottom: 30px;
 
}

.name1{
    margin: 8px 5px 10px 0px ;
    width: 100%;
    font-size: 16px;
    color: #f34c0a;
    margin-bottom: 15px; 
}

.estado{
    margin-top: 0px;
    font-size: 16px;
    color: #f34c0a;
    margin-bottom: 30px;

}



/*cuadro de expacion de casa o edificio*/

#casa_edificio{
    width: 100%;
  
    background-color: rgb(243, 243, 235) ;
    color: #f34c0a;
    border-radius: 0px 0px 25px 25px;
    height: 1000px; 
    padding: 0px;
    margin-top: -15px;
}

.tab2{
    display: flex;
    justify-content: left;
    align-items: flex-start;
    padding: 0px 2px 0px 5px;
    line-height: 1.3;
    
    text-align: left;
    text-size-adjust: auto ;
    
}



    


#titulo3{
    color: #000000;
    margin: 15px 5px 5px 5px;
}

#fecha{
    width: 125px;
    margin-left: 10px;
  
}

#consiente{
    margin: 5px 10px 5px 5px;
}
#posiciond{
    border-radius: 4px;
    margin: 5px 0px 5px 190px;
}


#pozos{
    width: 160px;
    position: relative;
    right: 0px;
    margin: 0px;
}




/* .comosnt{
        color: #f34c0a;
        display: inline;
        font: bolder;
        text-align:left;
        line-height: 1.5;
        margin-top: 10px;
      
        width: 50%;
        padding: 0;


} */
.etiqueta1{
   
    color: #f34c0a;
    font-size: 16pto;
    font: bolder;
    text-align:left;
    line-height: 2;
    margin: 1px;
    padding: 0;
  
}
.captcha{
    background-color: rgb(243, 243, 235) ;
    color: #000000;
    padding: 10px;
    border-radius: 0px 0px 25px 25px;

}

.captcha img{
    margin: 10px 0px 2px 110px;
}

input[type=submit] {
    width: 80px;
    height: 40px;
    background-color: #4caf50;
    color: white;
    padding: 2px 2px;
    margin: 5px 0px 5px 150px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}
input[type=submit]:hover{
    background-color:#f34c0a;
    color: black;
}
input[type=reset] {
    width: 80px;
    height: 40px;
    background-color: #4caf50;
    color: white;
    padding: 2px 2px;
    margin: 5px 0px 5px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}
input[type=reset]:hover{
    background-color:#f34c0a;
    color: black;
}
#texto_ingresado{
    margin: 10px 0px 2px 35px;
}

footer{
    margin-top: 5px;
    margin-bottom: 15px;
    border-radius:  0px 0px 15px 15px;
    background-color:rgba(204, 204, 204, 0.938) ;
    padding: 20px;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-size: 25px;
    color: black;
    text-align: center;


}


/* .funvisis_section{
    background-color: rgb(243, 243, 235); 
    border-radius: 20px;
    width: 30%;
    margin: 0px;
    height: 350%;

    padding-top: 20px;
    text-align: center;
    flex-grow: 2;
    border:solid 2px #000000;
    flex-wrap: wrap;
    
} */


    
/* .funvisis_title{
    background-color: rgb(243, 243, 235);
    border:solid 2px #000;
    border-right-style: solid;
    display:flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 55%;
    border-radius: 3px;
    padding: -2%;
    padding-left: 1%;
    margin-left: 49%;
    margin-top: -175px; 
  
} */


/*  INFORMACION DEL USUARIO */
/* .form_funvisis form {
    background-color:#FFC013;
    border:solid 2px #000;
   /* border-right-style: solid; 
    display:flex;
    flex-direction: column;
    flex-wrap: nowrap;
    width: 30%;
    margin-right:40%;
    height: 400px;
    border-radius: 20px;
    background-attachment:local;
    background-position:center;
    
} */






