#header{
    margin-top: -100px;
    height: 100px;
}

.input-form{
    width: 100%;
    padding: 12px;
    border-radius: 5px;
    border: 1.5px solid #E0E0E0;
    margin-top: 17px;
    display: block;
}

.h-136{
    height: 136px;
}

input.btn-enviar {
    width: 100%;
    margin-top: 17px;
    padding: 12px;
    background-color: #0C2A44;
    color: #FFF;
    font-weight: 600;
    font-size: 14px;
    border-radius: 50px;
}

.mapa iframe {
    border-radius: 25px;
}

h1 {
    color: #2A2A2A !important;
    font-weight: 600;
    font-size: 40px;
}

h2 {
    color: #919191 !important;
    font-size: 14px;
    line-height: 24px;
}

.mt-32{
    margin-top: 32px !important;
}

.card-info {
    padding: 12px 24px 24px 12px;
    box-shadow: 0px 4px 10px 0px #00000040;
    border-radius: 17px;
    height: 120px;
    text-align: center;
}

.card-header {
    display: flex;
    align-items: center;
    justify-content: center;
}

h3 {
    color: #0C2A44;
    font-weight: 600 !important;
    font-size: 18px !important;
    margin-top: 5px !important;
    margin-left: 8px;
}

.card-body a {
    color: #0C2A44;
    font-size: 16px;
    font-weight: 300;
}

@media (min-width: 350px) and (max-width: 768px){
    .mt-160{
        margin-top: 60px !important;
    }
}

@media (min-width: 768px) and (max-width: 992px){

}


@media (min-width: 992px) and (max-width: 1200px) {

}