@font-face {
	font-family: Eurostile;
	src: url(../fonts/eurostile-lt-std-extended-2.otf);
}

h1, h2, h3, h4, h5, h6, p, a, input, textarea, button, div, li {
  font-family: 'Eurostile', sans-serif !important;
}

.logo img {
    max-height: 90px;
}

.intro-style-one .featured-style-one, .intro-style-one .content-column {
    margin-bottom: 50px;
    padding-bottom: 30px;
    padding-top: 10px;
    transition: .3s ease-in-out;
    border-radius: 70px 0px 0px 0px;
}

.featured-style-one {
    border-width: 0px 1px 1px 0px;
    border-style: solid;
    border-color: #e1e1e1;
}

.featured-style-one:hover {
    box-shadow: 1px 1px 15px 13px #e6e6e6;
}

.featured-style-one .image-box img {
    border-radius: 70px 10px 10px 10px;
}

article.inner-box.wow.fadeInRight.animated:after {
    content: "";
    left: 7px;
    right: 76px;
    top: 7px;
    bottom: 7px;
    border: 3px solid #ff810b;
    position: absolute;
    margin: 0;
    border-radius: 0px 0px;
}

.solucoes {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.modulos {
    flex: 0 0 33.333333%;
    max-width: unset;
    text-align: center;
    border-style: solid;
    border-width: 0px 1px 0px 0px;
    border-color: #E7E7E7;
    transition: .3s ease-in-out;
}

.modulos:hover {
    box-shadow: 1px 1px 15px 1px #ededed;
}

.padd-right-20 {
    padding-right: unset !important;
}

.bottom .img-fluid {
    width: 130px;
}

section#section-html-modulo_2 h3 {
    font-size: 25px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 15px;
    margin-bottom: 15px;
}

.modulos p {
    font-size: 20px;
    margin: 25px 0;
}

.main-slider h3 {
    margin: 40px 0 !important;
}

.texto h2 {
    font-size: 20px;
}

.texto h3 {
    font-size: 35px;
}

.chamada {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
}

section#section-html-modulo_3 {
    background: linear-gradient(45deg, #303030, #0e0709);
}

section#section-html-modulo_3 .texto h2 {
    color: #fff !important;
}


section#section-html-modulo_3 .texto h3 {
    color: #fff !important;
}

.botao a {
    font-size: 16px !important;
    text-transform: uppercase;
    color: #ff8700;
    font-weight: 700;
    border: 3px solid #ff8700;
    padding: 20px 20px 20px 20px;
    border-radius: 5px;
    transition: .3s ease-in-out;
    text-decoration: none;
}

.botao a:hover {
    background: #ff8700;
    color: #fff !important;
}

section#section-html-modulo_3 .default-title {
    visibility: hidden;
}

@media(max-width:720px){
  .texto h2 {
    font-size: 16px;
    text-align: center;
}

.texto h3 {
    font-size: 28px;
    text-align: center;
    margin-bottom: 20px;
}

.botao a {
    font-size: 12px !important;
    padding: 15px 20px 15px 20px;
}

.modulos {
    flex: auto !important;
    width: 100% !important;
    max-width: unset;
}

.bottom {
    margin-top: 40px;
}

article.inner-box.wow.fadeInRight.animated:after {
    right: 6px;
}

}

/*Mudança de Logo WIP*/

.footer-bottom img{
  position: relative;
  height: 20px;
  top: -4px !important;
}

/*-------------------*/
