* {
    box-sizing: border-box;
}

html {
    font-family: "Lucida Sans", sans-serif;
    height: 100%;
}

body {
    background-color: white;
}
button {
    border-radius: 10px;
    transition: background-color 0.3s ease; 
}

button:hover {
    background-color: #5b9a1f; 
    color: #ffffff; 
    box-shadow: black;
}
  .alert-tittle{
    	 font-size: 12px;
        font-weight: bold;
        text-align: center;
        color: yellow;
    } 
 .alert{
    	font-size: 10px;
        font-weight: 500;
    }
.card {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 20%;
    border: none; 
    margin: 0; 
    padding: 0; 
    
    /* Responsividad */
    @media (max-width: 768px) {
        height: 30%;           
    }
    @media (max-width: 480px) {
        height: 40%;           
    }
    @media (max-width: 250px) {
        height: 50%;           
    }
}


.card-img {
    width: 20%;                
    height: auto;         
    /* Responsividad */
    @media (max-width: 768px) {
        width: 40%;            
    }
    @media (max-width: 480px) {
        width: 60%;            
    }
    @media (max-width: 250px) {
        width: 80%;            
    }
}



.card-title {
    text-align: center;         
    font-weight: bold;           
    font-size: 3em;              
    margin: 10px 0;              
    font-family: 'Roboto', sans-serif; 
    
    /* Responsividad */
    @media (max-width: 768px) {
        font-size: 1.5em;        
    }
    @media (max-width: 480px) {
        font-size: 1.2em;      
    }
}


.card-p {
    text-align: center;         
    font-size: 2em;            
    margin: 10px 0;           
    line-height: 1.5;   
    font-family: 'Roboto', sans-serif;        
    /* Responsividad */
    @media (max-width: 768px) {
        font-size: 1em;          
    }
    @media (max-width: 480px) {
        font-size: 0.9em;        
    }
}

.reset{
	border-radius: 15px;
}



.item0 {
    grid-area: header;
    text-align : center;
}
.item0 > span {
	font-size: 20px;
}
#reset_info_section {
	text-align: right;
}
#reset_btn_economic_data {
	border: 1px solid black;
	padding: 5px;
	cursor: pointer;
	transition: 0.3s;
}
#reset_btn_economic_data:hover {
	background-color: #505350;
	color: white;
}

.item1 {
	display: grid;
    grid-area: up-left;
    text-align: center;
    padding: 0;
    display: grid;
}

.item2 {
    grid-area: up-rigth;
    text-align: center;
    padding: 0;
}
#myform2{
	width: 50%;
}

.grid-container {
    display: grid;
    grid-template-areas: 'header header' 'up-left up-rigth';
    padding: 10px;
    grid-template-columns : 200px 200px;
}

.content {
    display: flex;
    justify-content: center;
    align-items: center;
}

.content_parent {
    background-color: white;
}

.combobox {
	padding-bottom: 0;
    padding-top: 0;
}
.cargando {
    margin: auto;
   /* background: #83C24A;*/
    /*height: 100px;*/
    width: 200px;
    text-align: center;
    color: #484848;
}

.header {
    color: #ffffff;
}

.footer {
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}

/*label {
    text-align: left;
    display: block;
    padding: 0.5em 1.5em 0.5em 0;
}*/

.lbl-form {
	text-align: left;
    display: block;
    padding: 0.5em 1.5em 0.5em 0;
  
}

input,
select {
    width: 100%;
   border-radius: 15px;
    margin-bottom: 0.5rem;
    padding: 0.5rem; 
}

input:focus {
    outline: 3px solid gold;
}

.logo_img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

.test_media {
    background-color: blue;
}
.h1 {
	text-align: center;
}
.dir-container {
	border: 1px solid  #d5d8dc;
	padding: 10px;
	background: #f4f6f6;
}
.dir-title {
	font-size: 30px;
	font-weight: bold;
}
#address_section{
	display:none;
}
.section_edit{
	background: #e5e7e9;
    padding: 5px;
}
.bold_text {
	font-weight: bold;
	/*max-width: 588px;*/
    text-align: justify;
    display : block;
}
#spin_load_update {
	text-align: center;
}
.icon_edit{
	font-size: 20px;
    cursor: pointer;
}
.botonF1 {
  width:60px;
  height:60px;
  border-radius:90%;
  background:#5b9a1f;
  bottom: 60%;
  position:absolute;
  margin-right:16px;
  margin-bottom:16px;
  border:none;
  outline:none;
  color:#FFF;
  font-size:20px;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
  transition:.3s;
  cursor:pointer;
  text-align: center;
  display: grid;
  z-index:2;
}

.botonF2 {
  width: 370px;
  height:60px;
  border-radius:90%;
  background:#5b9a1f;
  /*right: 0;*/
  bottom: 60%;
  position:absolute;
  margin-right:16px;
  margin-bottom:16px;
  border-radius: 27px 0 0 27px;
  outline:none;
  color:#FFF;
  font-size:20px;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
  transition:.3s;
  cursor:pointer;
  text-align: center;
  display: grid;
  transform:scale(1);
}

.botonF1:hover{
  background-color:#2f5711;
}
.botonF2:hover{
  background-color:#2f5711;
}
#do_query_bono {
	justify-self: center;
	align-self: center;
	padding-left: 30px;
}
#btn_bono_kupi {
	font-size: 35px;
    text-align: center;
    margin-top: 20%;
}
.animacionOcultar{
  transform:scale(0);
  width:60px;
}
._form_container {
	width: 50%;
}
 #auth_data{
 	width: 15px;
    height: 15px;
    margin-right: 10px;
 }
 #logo_coprocenva{
 	width: 30%;
 }
 
 .table {
  width: 100%; 
  border-collapse: collapse; 
  margin: 20px 0;
  font-size: 16px;
  text-align: left;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  border: 1px solid #ddd; 
}

.table th, .table td {
  padding: 12px 15px;
  border-bottom: 1px solid #ddd; 
}


.table th {
  width: 90%; 
  background-color: #3a8115;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
}

.table td {
  width: 10%; 
}


.table tr {
  display: table; 
  table-layout: fixed; 
  width: 100%; 
}

.table tbody tr:nth-child(even) {
  background-color: #f9f9f9;
}

.table tbody tr:hover {
  background-color: #f1f1f1;
  cursor: pointer;
}


@media (max-width: 768px) {
  .table th, .table td {
    padding: 10px;
    font-size: 14px;
  }


  .table {
    font-size: 12px;
  }

  .table-responsive {
    overflow-x: auto;
    display: block;
    white-space: nowrap;
  }

 
  .table th, .table td {
    text-align: center;
  }
}



@media screen and (min-width: 150px) {
    .dir-title {
		font-size: 20px;
	}
    h1 {
        font-size: 10px;
        font-weight: bold;
        text-align: center;
        font-family: 'Roboto', sans-serif; 
    }
    h2 {
        font-size: 8px;
        font-weight: 500;
        font-family: 'Roboto', sans-serif; 
    }
  
    .lbl-form {
        font-size: 14px;
    }
    input,
    select {
        height: 30px;
        border-radius: 15px;
        padding: 0.5rem; 
    }
    .content {
        width: inherit;
    }
    .form1 {
        width: 100%;
        margin: 0;
        padding-left: 20px;
        padding-right: 15px;
    }
   }

@media screen and (max-width: 430px) {
	.botonF1{
  		bottom: 10%;
	}
	.botonF2{
  		bottom: 10%;
	}
	._form_container {
		width: 80%;
	}
	#myform2{
		width: 80%;
	}
	
}

@media screen and (max-height: 480px) and (orientation: portrait){
    .botonF2 {
  		width:60px;
    	transform:scale(0);
    }
}

@media screen and (min-width: 250px) {
    .dir-title {
		font-size: 20px;
	}
	
    h1 {
        font-size: 20px;
        font-weight: bold;
        text-align: center;
        font-family: 'Roboto', sans-serif; 
    }
    h2 {
        font-size: 15px;
        font-weight: 500;
        font-family: 'Roboto', sans-serif; 
    }
    .lbl-form {
        font-size: 14px;
    }
    input,
    select {
        height: 30px;
        border-radius: 15px;
        padding: 0.5rem; 
    }
    .content {
        width: inherit;
    }
    .form1 {
        width: 100%;
        margin: 0;
        padding-left: 20px;
        padding-right: 15px;
    }
   
}


@media screen and (min-width: 500px) {
    .dir-title {
		font-size: 25px;
	}
    .lbl-form {
        font-size: 20px;
    }
    h1 {
        font-size: 25px;
        font-weight: bold;
        text-align: center;
        font-family: 'Roboto', sans-serif; 
    }
    h2 {
        font-size: 20px;
        font-weight: 500;
        font-family: 'Roboto', sans-serif; 
    }
    input,
    select {
        height: 25px;
        font-size: medium;
        border-radius: 15px;
        padding: 0.5rem; 
    }
    .content {
        width: inherit;
    }
    .form1 {
        width: 100%;
        margin: 0;
        padding-left: 20px;
        padding-right: 15px;
    }
   
}

@media screen and (min-width: 768px) {
    .dir-title {
		font-size: 24px;
	}
    .content {
        width: inherit;
    }
    h1 {
        font-size: 30px;
        font-weight: bold;
        text-align: center;
        font-family: 'Roboto', sans-serif; 
    }
    h2 {
        font-size: 30px;
        font-weight: 500;
        font-family: 'Roboto', sans-serif; 
    }
    .lbl-form {
        font-size: 20px;
    }
    input,
    select {
        height: 38px;
        font-size: medium;
        border-radius: 15px;
        padding: 0.5rem; 
    }
   
}