@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800&display=swap');
h1,
h2,
h3,
h4,
h5,
h6,
p,
div,
a,
button,
input,
textarea,
li {
    font-family: 'Montserrat', sans-serif !important;
}


.header-main .logo {
    max-height: 70px;
}

.header-fixed.header-main .logo {
    max-height: 40px !important;
}

/*sec-slide*/

#section-slide p {
    font-size: 2.6em;
    font-weight: 400;
    margin-top: 0px;
    line-height: normal;
    margin-bottom: 30px;
}

#section-slide h1 {
    font-size: 56px;
    text-transform: uppercase;
    font-weight: 800;
    line-height: normal;
}

.slide-campo-botao {
    padding: 26px 35px;
    min-width: 150px;
    border-radius: 50px;
}

.page-banner.slick-slide.slick-current.slick-active:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(100deg, #150d40 52%, transparent);
    opacity: 1;
}

/*<-------->*/

.btn-main, .btn-main {
    background-color: #0eab0e;
}

.button {
    height: 45px;
}

.button:hover {
    background-color: #09ea09;
}

#section-servicos h2.title:before {
    content: 'Serviços';
    position: absolute;
    font-size: 90px;
    opacity: .1;
    line-height: 24px;
    color: #333;
    letter-spacing: 25px;
}

#section-empresa h2 {
    color: #fff !important;
}

#section-empresa h2.title:before {
    content: 'Fótons Contabilidade';
    position: absolute;
    font-size: 80px;
    opacity: 2%;
    line-height: 70px;
    color: #fff;
    letter-spacing: unset;
    white-space: normal;
    margin-top: -40px;
}

#section-servicos .btn-mais {
    display: none;
}

.text-light {
    color: #fff !important;
}

/*sec-empresa*/

#section-empresa .btn {
    color: #fff;
    border: 1px solid;
    padding: 10px 50px;
    margin-top: 10px;
    border-radius: 30px;
}

#section-empresa a:hover {
    color: #04ffb8 !important;
}

img.img-fluid.imagem-empresa {
    width: 530px;
}

/*<-------->*/

#section-html-modulo_2 h3 {
    font-size: 40px;
}

#section-html-modulo_2 p {
    font-size: 20px;
}

#section-html-modulo_2 .row {
    display: flex;
    align-items: center;
}

#section-html-modulo_2 .col-md-4 {
    display: flex;
    justify-content: center;
}

#section-html-modulo_2 .title-wrapper.title-wrapper-alt {
    display: none;
}

#section-html-modulo_2 .padding-bottom {
    padding: 50px 0px;
}

#section-html-modulo_2 {
    position: relative;
    background: url(/arquivos/img-chamada.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#section-html-modulo_2 .col-md-8 {
    color: #fff;
}

#section-html-modulo_2 a {
    background: #0eab0e;
    color: #fff !important;
    padding: 17px 45px;
    border-radius: 50px;
    font-size: 15px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    display: flex;
}

#section-html-modulo_2 a:hover {
    background: #13e513;
}

.footer-main:before {
    opacity: unset;
}

nav.footer-nav.collapse.navbar-collapse.pull-right {
    color: #fff;
}

.name-company {
    color: #fff !important;
}

#section-html-modulo_3 .col-md-3 {
    text-align: center;
}

#section-html-modulo_3 img {
    width: 140px;
}

.segmento {
    background: #f4f4f4;
    padding: 50px 9px;
    box-shadow: 4px 4px 7px 0px #d3d3d3;
}

#section-html-modulo_3 h3 {
    color: #150d40;
    font-size: 28px;
}

#section-html-modulo_3 h2.title:before {
    content: 'Diferenciais';
    position: absolute;
    font-size: 90px;
    opacity: 5%;
    line-height: 24px;
    color: #333;
    letter-spacing: 25px;
}

.page-banner.page-blog {
    background-position: center;
}

.page-banner {
    background-attachment: unset;
}

#section-slide .button {
    text-transform: uppercase !important;
    font-weight: 600;
    font-size: 14px;
    color: #fff;
    display: flex;
    align-items: center;
    width: fit-content;
}

#section-slide .button:before {
    content: "\f232";
    font-family: 'FontAwesome';
    margin-right: 10px;
    font-size: 26px;
    font-weight: 100;
}

#section-html-modulo_2 a:before {
    content: "\f232";
    font-family: 'FontAwesome';
    margin-right: 10px;
    font-weight: 100;
    font-size: 26px;
}

.header-main a:hover {
    color: #23e5ff !important;
}

.botão {
    text-align: center;
    margin-top: 40px;
    display: flex;
    justify-content: center;
}

.botão a {
    background: #0eab0e;
    color: #fff;
    text-decoration: none;
    padding: 16px 30px;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 600;
    transition: .3s ease-in-out;
    text-transform: uppercase;
    display: flex;
    width: fit-content;
}

.botão a:hover {
    background: #09ea09;
}

.botão a:before {
    content: "\f232";
    font-family: 'FontAwesome';
    font-weight: 100;
    font-size: 26px;
    margin-right: 10px;
}

#modal-boas-vindas .modal-conteudo {
    width: 490px;
    background-size: cover;
}



@media(min-width: 992px) {
  .segmento {
    height: 100%;
  }
}

@media(max-width: 991px) {
  .wp-img.img-wrapper img.img-responsive, .wp-img.img-wrapper img.img-responsive {
    object-position: center;
    height: auto;
}
#section-slide h1 span:before {
    top: 17px !important;
    height: 20px !important;
}
}

#section-slide h1 span:before {
  content: "";
  width: 100%;
  height: 25px;
  background: rgb(237 237 237 / 9%);
  left: 0;
  top: 40px;
  position: absolute;
  z-index: -1;
}

#section-slide h1 span {position: relative;}
.news .date, .main-blog-right .title {
    display: none;
}

.main-blog-right .title-text {
    text-wrap: pretty;
}

/*Mudança de Logo WIP*/

.footer-sub img{
  position: relative;
  height: 20px;
  top: -4px !important;
}

/*-------------------*/
header .telefone-no-link,
.box-contact:hover .telefone-no-link{
  color: #fff !important;
}
.section-contact .telefone-no-link{
  color: #878795 !important;
}


/*sec-cta*/
#section-html-modulo_2:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(90deg, #150d40 55%, transparent);
}
/*<------->*/

/*footer-icon*/
.contact-us .fa, .contact-us .description {
    color: #ffffff;
    font-weight: 500;
}
/*<------->*/

/*sec-blog*/
.conteudo-blog {
    height: 310px;
    overflow-y: auto;
}
/*<----->*/

@media screen and (max-width: 600px) {
    .homepage-02 .page-banner {
        height: 500px;
    }
    
    .page-banner.slick-slide.slick-current.slick-active:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(0deg, #10053f, #10053f82);
    opacity: 1;
}
}

@media(max-width:720px){
#section-slide h1 {
    font-size: 32px;
    line-height: normal;
}

#section-slide p {
    font-size: 1.3em;
    line-height: 25px;
}

#section-servicos h2.title:before {
    font-size: 30px;
    line-height: 70px;
    letter-spacing: 5px;
}

#section-empresa h2.title:before {
    font-size: 40px;
    line-height: 51px;
    margin-top: -40px;
}

#section-html-modulo_2 .row {
    display: block;
    text-align: center;
}

#section-html-modulo_2 h3 {
    font-size: 30px;
}

#section-html-modulo_3 h2.title:before {
    font-size: 30px;
    line-height: 64px;
    letter-spacing: 2px;
}

.segmento {
    margin-bottom: 20px;
}

.wp-img.img-wrapper {
    height: auto;
}
}