.img-100 {
    max-width: 100%
}

.mb1 {
    margin-bottom: 10px !important;
}

.mb2 {
    margin-bottom: 20px !important;
}

.mb3 {
    margin-bottom: 30px !important;
}

.mb4 {
    margin-bottom: 40px !important;
}

.mb5 {
    margin-bottom: 50px !important;
}

.mb6 {
    margin-bottom: 60px !important;
}

.mb7 {
    margin-bottom: 70px !important;
}

.mb8 {
    margin-bottom: 80px !important;
}

.mb9 {
    margin-bottom: 90px !important;
}

.mb10 {
    margin-bottom: 100px !important;
}

.mt1 {
    margin-top: 10px !important;
}

.mt2 {
    margin-top: 20px !important;
}

.mt3 {
    margin-top: 30px !important;
}

.mt4 {
    margin-top: 40px !important;
}

.mt5 {
    margin-top: 50px !important;
}

.mt6 {
    margin-top: 60px !important;
}

.mt7 {
    margin-top: 70px !important;
}

.mt8 {
    margin-top: 80px !important;
}

.mt9 {
    margin-top: 90px !important;
}

.mt10 {
    margin-top: 100px !important;
}

.form-row input {
    padding: 20px 8px;
}

.default-section,
.services-section,
.solution-section {
    padding: 50px 0;
}

.default-section .container {
    max-width: 800px;
}

.default-section .section-header,
.sevices-section .section-header,
.solution-section .section-header{
    margin-bottom: 25px;
}

.sevices-section .container {
    font-size: 1.2em;
}

.bold {
    font-weight: bold
}

.panel-heading {
    text-transform: uppercase
}

.panel-default>.panel-heading {
    color: #ffffff;
    background-color: #009191;
    border-color: #72abac;
}

.prev-menu {
    background-color: #ffffff;
    color: #ffffff;
    font-weight: 500;
    padding: 15px 0;
}

.prev-menu a,
.prev-menu a:active,
.prev-menu a:link,
.prev-menu a:visited,
.prev-menu a:hover {
    color: #ffffff;
}

.prev-menu .container {
    display: flex;
}

.prev-menu .contact-info {
    display: flex;
}

.prev-menu ul {
    list-style: none;
    padding: 0;
    margin: 0 -7.5px;
}

.prev-menu ul>li {
    display: inline-block;
    margin: 0 7.5px;
}

.testemunho-texto {
    /* height: 182px;
    overflow: hidden; */
}

.noticia-img {
    min-width: 360px;
    min-height: 239px;
}

.noticia-title {
    overflow: hidden;
    /*Removendo barra de rolagem*/
    text-overflow: ellipsis;
    /*Adicionando "..." ao final*/
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /*Quantidade de linhas*/
    -webkit-box-orient: vertical;
}

.owl-carousel .owl-item {
    max-height: 253px;
}

@media only screen and (min-width: 768px) {
    .prev-menu .contact-info {
        flex: 1;
    }
}

@media only screen and (max-width: 767px) {
    .prev-menu .contact-info .mail {
        display: none;
    }
}