.no-p-t { padding-top: 0; }

.m-b-50 { margin-bottom: 50px; }

.logo {
    width: 120px;
    max-height: 100px;
    display: flex;
	justify-content: center;
	align-items: center;
    margin-left: 15px;
}

@media screen and (max-width:720px) {
    .logo {
        width: 100px;
    }
}

.logo-footer {
    margin-top: 20px;
    width: 60px;
}


@media screen and (max-width:720px) {
    .logo-footer { margin-left: -15px; }
}

@media screen and (max-width:604px) {
    .logo-footer {
        margin-top: 37px;
        margin-left: -30px;
        width: 50px;
    }
}

@media screen and (max-width:480px) {
    .logo-footer {
        margin-top: 31px;
    }
}

@media screen and (max-width:400px) {
    .logo-footer { margin-top: 45px; }
}

.format-image{
    height: 80px;
    display: flex;
	justify-content: center;
	align-items: center;
}

.format-image img {
    max-height: 80px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.contact-name {
    display: inline !important;
    font-weight: 600;
    font-size: 17px;
}

.paragraph { 
    text-indent: 40px;
    text-align: justify;
    font-size: larger;
}


.product-answer { font-size: 12px; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background: #4e79ff !important;
}

.main-product-list { padding: 15px; }

.main-product-list li {
    list-style-image: url(../images/list-check.png);
    color: #ffffff;
    font-size: 12px;
    padding-bottom: 5px;
}

.product-list { padding: 15px; }

.product-list li { list-style-image: url(../images/list-arrow.png); }

.gestao-eficiente {
    background: url(../images/gestao-eficiente.jpg) no-repeat 0px 0px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    min-height: 261px;
}

.inteligencia {
    background: url(../images/inteligencia.jpg) no-repeat 0px 0px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    min-height: 261px;
}

.diferencial {
    background: url(../images/diferencial.jpg) no-repeat 0px 0px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    min-height: 261px;
}

.produto {
    background: linear-gradient(180deg, rgba(229,229,229,1) 0%, rgba(255,255,255,1) 95%);
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    min-height: 261px;
}

iframe {
    margin-bottom: -4px;
}