
html, body {
    height:100vh;
}

.home h5, .modal-advanced-dashboard h5  {
    color: black;
    font-size: 1.5rem;
    margin-left:6px;
    margin-top:5px;
    weight: 500;
    
}

.home .marron, .modal-advanced-dashboard .marron {
    color: var(--BROWN);
}

.sombra {
    border: 1px solid #eeeeee;
    box-shadow: 2px 2px 2px #aaaaaa;
    padding:10px;
}

.txt-izq {
    text-align: left;
}

.form-container {
    max-width:1200px;

}

.modal-content {
    position: relative;
    max-width:1000px;
}


#close_modal {
    position:absolute;
    top:10px;
    right:0px;    
    width:16px;
    max-height: 16px;
    min-height: 16px;
    background-color: white;
    border: none;
    
}

.form-container button {
    width:99%;
    color: white;
    font-size: 13px;
    font-stretch: 100%;
    font-weight: 500;
    letter-spacing: 0.37141px;
    height: 30.6667px;
    max-height: 30.6667px;
    min-height: 30.6667px;
    background-color: var(--DARK_GREEN);
}

.form-container button:hover  {
    background-color: #09652e;
}


.descripcion1 {
    min-height:220px;
    text-align: left;
}

.descripcion2 {
    min-height:160px;
    text-align: left;
}

div.modal-content {
    max-height: 90vh;
}

.modal-advanced-dashboard {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
 
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/*
[class*="col-"]{
    margin-bottom: -99999px;
    padding-bottom: 99999px;
}*/