.title {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
}

.secondary-title {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
}

.list-infos {
    list-style: none;
    padding: 0px;
    display: flex;
    font-size: 20px;
    line-height: 40px;
    align-items: center;
}

.list-infos li {
    margin-right: 30px;
}

.list-infos li:last-child{
    margin-right: 0px;
}

.list-infos li a{
    color: #000;
}

.location i{
    font-size: 20px;
}

.flex {
    display: flex;
    align-items: center;
}

.flex i{
    margin-right: 30px;
}

section#mapa iframe{
    width: 100%;
    height: 400px;
}

footer{
    margin-top: 0px !important;
}

.msg-success {
    text-transform: uppercase;
    font-size: 13px;
    color: #FFF;
    background-color: #01812f;
    border-radius: 5px;
    padding: 5px;
}

textarea.input-text.text-area {
    height: 100px; 
    text-align: initial;
}

a.form-item {
    color: #000 !important;
    margin-left: 25px;
    font-weight: 100;
}

.detail-container {
    padding: 10px 0px;
}


@media (max-width: 575.98px) {
    .text-area {
        height: 80px !important;
        text-align: justify !important;
        width: 100% !important;
    }
}