.container {
    margin-bottom: 10px;
    padding: 0px;
}

.container .container {
    border: none;
    padding:unset;
    margin-left:unset;
}
.header_col{
    display: flex;
    align-items: center;
    justify-content: center;
    flex:1;
}
.header a {
    color:unset;
}

h1 {
    color: #000;
    font-family: Aldrich;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 70px;
}
h2 {
    color: #000;
    font-family: Jost;
    font-size: 35px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px;
    /* 114.286% */
}

h3 {
    color: #000;
    font-family: Aldrich;
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px;
    /* 114.286% */
}
h4 {
    color: #000;
    font-family: Jost;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px;
    /* 114.286% */
}

.header {
    display:flex;
    justify-content: space-between;

    padding: 20px 30px 10px 0px;
    border: unset;
    width: 100%;
    min-height: 115px;
    max-width: unset;
    margin: unset;
    margin-bottom:20px;

    color: #000;
    font-family: Jost;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 8px;
    text-transform: uppercase;

}
#logos_footer {
    position: relative;
    margin-left:150px;
    padding-bottom: 30px;
    padding-top: 50px;
    z-index:10000;
}

.footer {
    display:flex;
    justify-content: space-between;

    padding: 20px 30px 10px 20px;
    border: unset;
    width: 100%;
    min-height: 185px;
    background: gray;
    max-width: unset;
    margin: unset;
    margin-bottom:0;

    box-shadow: 2px -1px 6px darkslategray;
}
#logos_footer img{
    height:100px;
    margin-right: 10px;
    margin-top: 5px;
}


.tooltip_information {
    color: #FBF8EA;
    background-color: #139A96;
    height: 16px;
    width: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    display:inline-flex;
    align-items:center;
}


@media only screen and (max-width: 1100px) {
    .header a {
        font-size: 16px;
        letter-spacing: 1px;
    }

}

.map-legend {
  background: rgba(255,255,255,0.8);
  padding: 6px;
  border-radius: 4px;
  box-shadow: 0 0 6px rgba(0,0,0,0.3);
}



.boton_calculadora_avanzada {
  background: #007bff;
  color: #fff;
  padding: 0.75em 1.5em;
  border: none;
  border-radius: 4px;
  font-weight: bold;
  cursor: pointer;
}
.boton_calculadora_avanzada:hover {
  background: #0056b3;
}

#footer_container {
	margin-top:25px;
}
#footer_container img{
	max-height:13vw;
	height:auto;
}
#footer_container p {
	margin-top:10px;
	margin-bottom:10px;
}

