/*Configurações gerais*/

@font-face {
	font-family: 'ibmBold';
	src: url('./../fonts/IBMPlexSans-Regular.ttf');
}

@font-face {
	font-family:'latoLight';
	src: url('./../fonts/Lato-Light.ttf');
}

@font-face {
	font-family: 'latoRegular';
	src: url('./../fonts/Lato-Regular.ttf');
}

@font-face {
	font-family: 'latoBold';
	src: url('./../fonts/Lato-Bold.ttf');
}

@font-face {
	font-family: 'latoBlack';
	src: url('./../fonts/Lato-Black.ttf');
}


body{
    font-family: 'ibm';
}

h2 {
    color: #1c345c !important;
    font-weight: 900; 
    font-size: 30px !important;
    font-family: 'ibmBold';
}

.fp-warning, .fp-watermark {
    display: none !important;
}

.row {
    margin: 0
}

.modal h6 {
    font-family: 'ibmBold';
    font-weight: 600;
    font-size: 18px
}

.modal p, .modal .btn  {
    font-family: 'ibmBold'
}

/* Header */
.main-header {
    position: absolute;
}

header .header-upper .nav-outer {
    padding-top: 15px;
}

header .header-upper .nav-outer img {
    width: 230px;
    margin-left: 15px;
}

.main-header .nav-outer .mobile-nav-toggler {
    float: none;
}

.consult-header-style .nav-outer {
    border-radius: 0;
    background-color: transparent;
}

.consult-header-style .nav-outer:before {
    display: none;
}

header.main-header.consult-header-style .logo img{
    max-width: 250px !important; 
    margin-right: auto;
    margin-left: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
}

header ul {
    text-align: center;
}

header ul li {
    margin-bottom: 15px;
}

header ul li a {
    font-family: 'ibmBold';
    color: #fff;
    font-weight: bold;
    font-size: 22px;
}

header ul li a:visited{
    color: #fff;
}

header .navbar-collapse {
    background-color: #1c345c;
    width: 90%;
    margin: auto;
    padding: 20px;
}

/**/

.background-home {
    height: 100vh;
    background: 
        linear-gradient(
            rgba(28, 52, 92, 0.40), 
            rgba(28, 52, 92, 0.40)
        ),
        url('./../image/home.jpg');
    background-repeat: no-repeat;
    background-size:100% 100%; 
    background-position: top center ;
}

.background-home h3 {
    position: absolute;
    margin-top: 50%;
    padding-left:12%;
    padding-right: 10%;
    width: 90%;
    text-align: left;
    color: #fff;
    font-weight: 900;
    font-family: 'ibmBold';
    font-size: 29px;
    text-shadow: #1c345c 0.045em 0.045em 0em
}

/* Parte do quem somos */

.agency-section {
    margin-top: 30px
}

.agency-section .content-column {
    margin-bottom: 0;
}


.agency-section .sec-title-three .text, .discover-section .sec-title-three .text{
    font-size: 14px;
    line-height: 1.3em;
    margin-top: 0;
}


/* Soluções */

.services-section-three {
    background-color: #e8eaed;
    padding-bottom: 30px;
}

.services-section-three .inner-container {
    padding: 0;
}

.services-section-three .sec-title-three {
    margin-bottom: 0;
    padding-top: 30px;
    padding-bottom: 15px;
}

.service-block-three .inner-box h4 {
    color: #1c345c;
    font-size: 18px;
    font-weight: bold;
}

.service-block-three .inner-box .icon-outer .icon {
    font-size: 40px;
    margin-bottom: 10px;
}


/* Estrategias */


.componente {
    background-size: 35% 75%;
    background-repeat: no-repeat;
    background-position: left center;
}

.componente .container-fluid 
{
    padding-right: 0px;
}

.componente .headline-img {
    height: 50vh;    
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 40px;
    margin-top: 80px;
}

.componente_1 .headline-img {
    background-image: url("./../image/estrategia/background.webp");
}

.componente_2 .headline-img {
    background-image: url("./../image/spin_off/background.webp");
}

.componente_3 .headline-img {
    background-image: url("./../image/canais_de_vendas/background.webp");
}

.componente_4 .headline-img {
    background-image: url("./../image/bop_comercial/background.webp");
}

.componente_5 .headline-img {
    background-image: url("./../image/bop_canais_de_vendas/background.webp");
}

.componente_6 .headline-img {
    background-image: url("./../image/mentorias/background.webp");
}

.componente_7 .headline-img {
    background-image: url("./../image/palestras/background.webp");
}





@media (min-width:992px) {

    .componente .headline-img {
        height: auto;
        background: none !important;
    }

    .componente {
        background-size: 35% 100% !important;
        background-repeat: no-repeat;
        background-position: left center;
        margin-bottom: 0px;
    }

    .componente_1 {
        background-image: url("./../image/estrategia/background.webp");
    }

    .componente_2 {
        background-image: url("./../image/spin_off/background.webp");
    }
    
    .componente_3 {
        background-image: url("./../image/canais_de_vendas/background.webp");
    }
    
    .componente_4 {
        background-image: url("./../image/bop_comercial/background.webp");
    }
    
    .componente_5 {
        background-image: url("./../image/bop_canais_de_vendas/background.webp");
    }
    
    .componente_6 {
        background-image: url("./../image/mentorias/background.webp");
    }
    
    .componente_7 {
        background-image: url("./../image/palestras/background.webp");
    }

    .componente_9 {
        background-image: url("./../image/proposito.webp");
        background-size: 35% 100% !important;
    }
    
}

@media (min-width:1200px) {
   
    .componente {
        height: 100vh !important;
        background-size: 50% 100% ;
        background-repeat: no-repeat;
        background-position: left center;
        margin-bottom: 100px;
    }


}

@media (min-width:1400px) {
    .componente {
        height: auto;
        background-size: 40% 100%;
        background-repeat: no-repeat;
        background-position: left center;
        margin-bottom: 100px;
    }


}



.componente_8 {
    margin-top: 70px;
    margin-bottom: 100px;
    display: block;
    background-size: 100% 45%;
    background-repeat: no-repeat;
    background-position: left bottom;
    background-image: url("./../image/quem_somos/background-2.webp");
}

.componente_8 .mentor_membro span {
    padding: 0 !important;
    margin: 0 !important;
}

.componente_8 .mentor_membro .borda, .componente_8 .mentor_membro .borda-2 {
    border-top: 1px solid #1c345c !important;
    margin-top: 10px;
}

.componente_8 h4 {
    font-family: 'latoLight';
    font-size: 40px;
    line-height: 40px;
    color: #1c345c;
    margin-bottom: 18px;
    display: block;
}

.componente_8 h6 {
    font-family: 'latoRegular';
    font-size: 18px;
    color: #1c345c;
    margin-bottom: 26px;
}

.componente_8 h4 strong {
    font-family: 'latoBlack';
    font-size: 40px;
}

@media (min-width:768px) {
    .componente_8 {
        height: auto;
        margin-top: -250px !important;
        background-size: 50% 70% !important;
        background-position: left bottom !important;
    }

    .componente_8 h6 {
        font-family: 'latoLight';
        font-size: 18px;
        margin-bottom: 20px;
    }

    .componente_8 h4 {
        padding-top: 350px;
    }

    .componente_8 h4, .componente_8 h4 strong {
        font-size: 45px;
        line-height: 45px;
        margin-bottom: 18px;
    }
    
}

@media (min-width:992px) {
    .componente_8 {
        margin: auto !important;
        background-size: 40% 100% !important;
        background-position: left bottom !important;
    }

    .componente_8 h4 {
        padding-top: 0;
    }

    .componente_8 .imagem-marcelo{
        height: 90vh;
        width: auto;
    }

 
}

@media (min-width:1200px) {
    .componente_8 .imagem-marcelo {
        height: 92vh;
        width: auto;
    }

    .componente_8 {
       
        background-size: 40% 100% !important;
        background-position: left bottom !important;
    }

    .componente_8 h6 {
        font-size: 24px;
    }

    
}




.componente span {
    display:block;
    font-family: 'latoRegular';
    font-size: 18px;
    line-height: 24px;
}

.componente span:first-child {
    margin-bottom: 20px;
    font-family: 'latoBold';
    font-size: 20px;
}

.componente h5 {
    background-color: #7b95ac;
    width: 100%;
    color: #fff;
    font-family: 'latoRegular';
    padding: 10px;
    padding-left: 20px;
    border-radius: 15px 0px 0px 15px;
    margin-top: 40px;
    margin-bottom: 18px;
}

.componente ul {
    margin: 0;
    padding: 0;
    width: 75%;
}

.componente ul li {
    list-style: square;
    font-family: 'latoRegular';
    margin-bottom: 12px;
    line-height: 20px;
    font-size: 16;
    color: #1c345c;
}

@media (min-width:768px) and (max-width:992px) {
    .componente {
        margin-bottom: 100px;
    }

    .componente .headline-img {
        height: 50vh;    
        margin-bottom: 40px;
        margin-top: 80px;
    }

    .componente .headline-img img{
        width: 70%;
        margin-left: auto;
        margin-right: auto;
    }

    .componente span {
        font-size: 24px;
        line-height: 28px;
    }

    .componente span:first-child {
        margin-bottom: 20px;
        font-size: 24px;
    }

    .componente ul li {
        margin-bottom: 12px;
        line-height: 20px;
        font-size: 20px;
    }

    .componente h5 {
        font-size: 20px;
        text-align: center;
    }


    .componente_8 {
        margin-top: 70px;
        margin-bottom: 100px;
        background-size: 40% 100%;
        background-repeat: no-repeat;
        background-position: left bottom;
    }

    

}

@media (min-width:992px) {

    .componente span {
        display:block;
        padding-right: 10px;
        font-family: 'latoLight';
        font-size: 18px;
        color: #1c345c;
    }
    
    .componente span:first-child {
        margin-bottom: 20px;
        font-family: 'latoBold';
        font-size: 18px;
        color: #1c345c;
    }
    
    .componente h5 {
        font-size: 14px;
        background-color: #7b95ac;
        width: 100%;
        color: #fff;
        text-align: center;
        font-family: 'latoRegular';
        padding: 10px;
        border-radius: 15px 0px 0px 15px;
        margin-top: 8px;
        margin-bottom: 8px;
    }
    
    .componente ul {
        margin: 0;
        padding: 0;
        width: 80%;
    }
    
    .componente ul li {
        list-style: square;
        font-family: 'latoRegular';
        margin-bottom: 12px;
        line-height: 16px;
        font-size: 16px;
    }
 
    .componente_8 {
        margin-top: 100px;
        margin-bottom: 100px;
        display: block;
        height: 100vh;
        background-size: 40% 100%;
        background-repeat: no-repeat;
        background-position: left bottom;
        background-image: url("./../image/quem_somos/background-2.webp");
    }

    
    .componente_8 h4 {
        font-family: 'latoLight';
        font-size: 48px;
        line-height: 54px;
        color: #1c345c;
        margin-bottom: 20px;
    }

    .componente_8 h6 {
        font-family: 'latoLight';
        font-size: 16px;
        color: #1c345c;
        margin-bottom: 20px;
        padding-right: 35px;
    }

    .componente_8 h4 strong {
        font-family: 'latoBlack';
        font-size: 48px;
    }

    .componente_8 .mentor_membro {
        position:absolute;
        bottom: 0;
    }
}


@media (min-width:1200px) {

    .componente {
        margin-bottom: 0;
    }

    .componente span {
        display:block;
        padding-right: 20px;
        font-family: 'latoRegular';
        font-size: 18px;
        line-height: 24px;
    }
    
    .componente span:first-child {
        margin-bottom: 20px;
        font-family: 'latoBold';
        font-size: 18px;
        color: #1c345c;
    }
    
    .componente h5 {
        background-color: #7b95ac;
        width: 100%;
        color: #fff;
        text-align: center;
        font-family: 'latoRegular';
        padding: 10px;
        border-radius: 15px 0px 0px 15px;
        margin-top: 20px;
        margin-bottom: 18px;
        font-size: 16px;
    }
    
    .componente ul {
        margin: 0;
        padding: 0;
        width: 80%;
    }
    
    .componente ul li {
        list-style: square;
        font-family: 'latoLight';
        margin-bottom: 8px;
        line-height: 18px;
        font-size: 16px;
    }
 
    .componente_8 {
        margin-top: 100px;
        margin-bottom: 100px;
        display: block;
        height: 100vh;
        background-size: 40% 100%;
        background-repeat: no-repeat;
        background-position: left bottom;
        background-image: url("./../image/quem_somos/background-2.webp");
    }

    
    .componente_8 h4 {
        font-family: 'latoLight';
        font-size: 50px;
        line-height: 55px;
        color: #1c345c;
        margin-bottom: 26px;
    }

    .componente_8 h6 {
        font-family: 'latoLight';
        font-size: 18px;
        color: #1c345c;
        margin-bottom: 26px;
        padding-right: 70px;
    }

    .componente_8 h4 strong {
        font-family: 'latoBlack';
        font-size: 65px;
    }
}


@media (min-width:1400px) {

    .componente span {
        display:block;
        padding-right: 20px;
        font-family: 'latoLight';
        font-size: 16px;
        line-height: 30px;
    }
    
    .componente span:first-child {
        margin-bottom: 30px;
        font-family: 'latoBold';
        font-size: 28px;
        color:#1c345c
    }
    
    .componente h5 {
        background-color: #7b95ac;
        width: 100%;
        color: #fff;
        text-align: center;
        font-family: 'latoRegular';
        padding: 10px;
        border-radius: 15px 0px 0px 15px;
        margin-top: 40px;
        margin-bottom: 18px;
        font-size: 24px;
    }
    
    .componente ul {
        margin: 0;
        padding: 0;
        width: 80%;
    }
    
    .componente ul li {
        list-style: square;
        font-family: 'latoRegular';
        margin-bottom: 12px;
        line-height: 20px;
        font-size: 20px;
    }
 
    .componente_8 {
        margin-top: 100px;
        margin-bottom: 100px;
        display: block;
        height: 100vh;
        background-size: 40% 100%;
        background-repeat: no-repeat;
        background-position: left bottom;
        background-image: url("./../image/quem_somos/background-2.webp");
    }

    
    .componente_8 h4 {
        font-family: 'latoLight';
        font-size: 80px;
        line-height: 75px;
        color: #1c345c;
        margin-bottom: 26px;
    }

    .componente_8 h4 strong {
        font-family: 'latoBlack';
        font-size: 85px;
    }

    .componente_8 h6 {
        font-family: 'latoRegular';
        font-size: 20px;
        color: #1c345c;
        margin-bottom: 26px;
    }

    .componente_8 span {
        font-size: 20px !important;
    }
    
}



.componente.componente_9 span{
    font-family: 'latoRegular';
    font-size: 16px !important;
    padding: 0 !important;
    color: #1c345c;
}

.componente_9 h1 {
    font-family: 'latoLight';
    font-size: 20px;
    text-transform: uppercase;
    color: #1c345c;
}

.componente_9 h1 strong{
    font-family: 'latoBlack';
    display: block;
    font-size: 24px;
    text-transform: uppercase;
    color: #1c345c;

}


@media (min-width:768px) {
  
    /*.componente.componente_9 {
        height: auto;
        background-size: 30% 80% !important;
        margin-bottom: 100px;
    }*/

    .componente.componente_9 span{
        font-family: 'latoRegular';
        font-size: 20px !important;
        padding: 0 !important;
    }

    .componente_9 h1, .componente_9 h1 strong{
        font-size: 22px;
    }

}

@media (min-width:992px) {
  
    .componente.componente_9 span{
        font-family: 'latoRegular';
        font-size: 15px !important;
        padding: 0 !important;
        padding-right: 35px !important;
    }

    .componente_9 h1, .componente_9 h1 strong{
        font-size: 20px;
        text-align: end;
    }

}

@media (min-width:1200px) {
  
    
    .componente.componente_9 span{
        font-family: 'latoLight';
        font-size: 16px !important;
        padding: 0 !important;
        padding-right: 30px !important;
        line-height: 20px;
    }

    .componente_9 h1 strong{
        font-size: 24px;
        text-align: end;
    }

    .componente_9 h1 {
        font-size: 24px;
        text-align: end;
    }

}

@media (min-width:1400px) {
  
    .componente.componente_9 {
        height: auto;
        background-size: 35% 100% !important;
        margin-bottom: 0;
    }

    .componente.componente_9 span{
        font-size: 16px !important;
    }

    .componente_9 h1 strong{
        font-size: 24px;
        text-align: end;
    }

    .componente_9 h1 {
        font-size: 24px;
        text-align: end;
    }

    

}


/* clientes */

#clientes .header-clients {
    margin-top: 100px;
    height: 250px;
    background-image: url('./../image/background_clients.webp');
    background-size: 120% 120%;
    background-repeat: no-repeat;
    background-position: center;
}


.clientes {
    margin-bottom: 80px;
}

.clientes span {
    font-family: 'ibmBold';
}

.clients {
    width: 90%;
    filter: grayscale(1);
}

.clients:hover {
    filter: grayscale(0);
}

@media (min-width:768px) {
    #clientes .header-clients {
        margin-top: 0 !important;
        height: 350px;
        background-size: 110% 110%;
    }

}

@media (min-width:1400px) {
    #clientes .header-clients {
        height: 450px;
        background-size: 110% 110%;
    }

    .clientes {
        margin-bottom: 120px;
    }

}



/* contatos */

#contatos .bg-contatos {
    background-color: #e8eaed;
}

#contatos .endereco {
    height: 80%;
    width: 95%;
    margin: auto;
    margin-bottom: 50px;
}

#contatos .link_maps {
    color: #1c345c;
    text-decoration: underline !important;
    font-family: 'latoRegular';
}




#contatos .endereco .titulo-contatos {
    font-size: 22px !important;
}

#contatos .endereco h4{
    display: block !important;
    color: #1c345c;
    font-family: 'latoRegular' !important;
    font-size: 18px;
}

#contatos .endereco h1 {
    font-size: 3em;
    color: #1c345c;
}

@media (min-width:992px) {
    #contatos .endereco {
        height: auto;
        width: auto;
        margin: auto;
        margin-top: 40px;
    }
}

@media (min-width:1200px) {
    #contatos .endereco {
        height: auto;
        width: auto;
        margin: auto;
        margin-top: 50px;
    }

    #contatos .endereco h1 {
        font-size: 5em;
        color: #1c345c;
    }

    #contatos .endereco .titulo-contatos {
        font-size: 28px !important;
        margin-bottom: 50px;
        text-align: center;
    }

    #contatos .endereco h4{
        font-size: 18px;
    }
}

.solution-section .solution_bg-layer-one {
    width: 100%;
}

.solution-section .form-column .inner-column {
    width: 90%;
    margin: auto; 
    margin-top: 40px;
    padding: 40px 30px;
    background-image: url('./../image/fundo-contato.png')
}

.solution-section .form-column .sec-title-three h2.titulo-contatos{
    font-size: 20px !important;
}

.solution-form input[type="text"], .solution-form input[type="email"], .solution-form input[type="password"], .solution-form input[type="tel"], .solution-form select, .solution-form textarea {
    height: auto;
}

.solution-form .theme-btn {
    margin-top: 0;
}

.solution-form .btn-style-four {
    padding: 3px 0px;
}

.solution-form .btn-style-four .txt {
    font-size: 12px;
}

.solution-section .auto-container {
    max-width: 100%;
    padding: 0;
}

.solution-section .image-column .image {
    height: 80vh;
    border-radius: 250px 0px 0px 250px;
}

.solution-section .image-column .image img {
    height: 100%;
    width: 95%;
    margin-left: 5%;
}

.solution-section .inner-container {
    padding: 0;
    margin-left:0
}

.solution-section .solution_bg-layer-one {
    border-radius: 0;
    left: 0;

}

.discover-section {
    padding-top: 0;
}

.sticky-header .main-menu .navigation > li > a {
    margin-top: 15px
}

.main-menu .navigation > li > a {
    line-height: 0px;
    padding-top: 25px;
    padding-bottom: 25px;
}

.consult-header-style .header-upper .inner-container:before {
    display: none;
}


.main-menu .navigation > li:last-child {
    margin-right: 60px;
}




.agency-section {
    padding:0;
}

.service-block-three .inner-box .icon-outer:before {
    display: none;
}





/* footer */

footer {
    background: 
        /* top, transparent red */ 
        linear-gradient(
        rgba(28, 52, 92, 0.85), 
        rgba(28, 52, 92, 0.85)
        ),
        /* bottom, image */
        url('./../image/bg-footer.jpg');
    background-position: center;
    background-size: cover;
}

footer img {
    margin-bottom: 15px;
}

footer span {
    font-family: 'ibmBold';
}



@media (min-width: 376px) {

    header .header-upper .nav-outer img {
        width: 250px;
        margin-left: 15px;
    }


    .background-home {
        height: 100vh;
    }

    
    .background-home h3 {
        margin-top: 45%;
        padding-left:11%;
        padding-right: 5%;
        width: 85%;
        font-size: 35px;
        text-shadow: #1c345c 0.045em 0.045em 0em
    }
}

/* col-sm */

@media (min-width: 576px) {
    header .header-upper .nav-outer img {
        width: 50%;
        margin-left: 11%;
    }

    .background-home h3 {
        margin-top: 45%;
        padding-left:11%;
        padding-right: 5%;
        width: 85%;
        font-size: 29px;
    }
    
    .agency-section {
        margin-top: 50px;
    }

    .agency-section .sec-title-three .text, .discover-section .sec-title-three .text{
        font-size: 14px;
        line-height: 1.3em;
        margin-top: 0;
    }

    .discover-section {
        padding: 0;
    }

    .solution-section .form-column .inner-column {
       
        width: 80%;
        margin: auto; 
        margin-top: 40px;
        padding: 40px 30px;
    }

    .discover-section .image-column .image{
        display: none;
    }


}

@media (min-width: 720px) {
    .sec-title-three h2 {
        font-size: 35px;
        margin-bottom: 25px;
    }

    header .header-upper .nav-outer img {
        width: 95%;
        margin-left: 40px !important;
    }

    header.main-header.consult-header-style .logo img{
        max-width: 320px !important; 
        width: 100%;
        margin-left: 30px;
    }


    .background-home {
        height: 75vh;
    }

    
    .background-home h3 {
        margin-top: 25%;
        padding-left:9%;
        width: 75%;
        font-size: 40px;
        text-shadow: #1c345c 0.045em 0.045em 0em
    }

    .agency-section {
        margin-top: 80px;
    }

    .agency-section .sec-title-three .text, .discover-section .sec-title-three .text{
        font-size: 18px;
        line-height: 1.4em;
        margin-top: 0;
    }

    .discover-section {
        margin-top: 100px;
    }

    .discover-section .image-column .image{
        display: block;
    }

    .discover-section .image-column .image img {
        border-radius: 20px;
    }
}





@media (min-width: 992px) {

    .row>* {
        padding-right: 0 !important;
    }

    .container-fluid {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    header .header-upper .nav-outer {
        padding-top: 5px;
    }

    .main-header{
        background-color: #1c345c !important;
        padding-bottom: 5px;
    }

    header .navbar-collapse {
        background-color: transparent;
        width: 100%;
        margin: auto;
        padding: 10px;
    }

    header .navigation {
        width: 100%;
    }

    header ul li {
        margin: 0;
    }

    header ul li a {
        font-size: 24px;
    }

    header .header-upper .nav-outer img {
        width: 85%;
        margin-left: -25px !important;
        margin-top: 4px;
    }

    header.main-header.consult-header-style .logo img{
        max-width: 250px !important; 
        width: 100%;
        margin-left: 30px;
        margin-top: 7px;
    }


    .background-home {
        height: 100vh;
        background: 
            linear-gradient(
                rgba(28, 52, 92, 1), 
                rgba(28, 52, 92, 0.95), 
                rgba(28, 52, 92, 0.80), 
                rgba(28, 52, 92, 0.60), 
                rgba(28, 52, 92, 0.40)
            ),
            url('./../image/home.jpg');
        background-repeat: no-repeat;
        background-size:100% 100%; 
        background-position: top center ;
    }

    .background-home h3 {
        position: relative;
        margin-top: 0% !important;
        padding-left:7%;
        width: 73%;
        font-size: 50px;
        text-shadow: #1c345c 0.045em 0.045em 0em
    }
    
   
}

@media (min-width: 1200px) {

    .row>* {
        padding-right: 0 !important;
    }

    .container-fluid {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    h2 {
        color: #1c345c !important;
        font-weight: 900; 
        font-size: 40px !important;
        font-family: 'ibmBold';
    }

    .consult-header-style .nav-outer {
        padding-left: 0;
    }

    header .header-upper .nav-outer img {
        width: 85%;
        margin-left: 30px !important;
        margin-top: 4px;
    }

    header.main-header.consult-header-style .logo img{
        max-width: 290px !important; 
        width: 100%;
        margin-left: 30px;
        margin-top: 4px;
    }

    .background-home h3 {
        margin-top: 20%;
        padding-left:8%;
        width: 73%;
        font-size: 50px;
        text-shadow: #1c345c 0.045em 0.045em 0em
    }

    .sec-title-three h2 {
        font-size: 40px !important;
        margin-bottom: 35px;
    }

    .agency-section {
        padding-top: 100px;
    }

    .agency-section .sec-title-three .text, .discover-section .sec-title-three .text{
        font-size: 22px;
    }

    .discover-section {
        margin-bottom: 80px;
    }

    .clientes .container .row h2 {
        margin-left: 3.5%
    }

    .services-section-three {
        padding-top: 50px
    }

    .service-block-three .inner-box h4 {
        font-size: 24px;
        font-weight: 300
    }

    .service-block-three .inner-box .icon-outer .icon {
        font-size: 40px;
        font-weight: 100
    }

    .solution-section .form-column .sec-title-three h2.titulo-contatos {
        font-size: 28px !important;
        text-align: center;
    }

    
    .solution-section .form-column .inner-column {
        height: 80% !important;  
        width: 90%;
        margin: auto; 
        margin-top: 50px;
        padding: 50px;
        background-image: url('./../image/fundo-contato.png')
    }

    .solution-form input[type="text"], .solution-form input[type="email"], .solution-form input[type="password"], .solution-form input[type="tel"], .solution-form select, .solution-form textarea {
        height: 70px;
        font-size: 24px;
        font-family: 'ibmBold'
    }

    .solution-form input[type="text"]::placeholder,
    .solution-form input[type="email"]::placeholder,
    .solution-form input[type="tel"]::placeholder {
        font-size: 20px
    }

    .solution-form .theme-btn {
        margin-top: 10px;
    }

    .solution-form .btn-style-four {
        padding: 10px 0px;
    }

    .solution-form .btn-style-four .txt {
        font-size: 18px;
    }

    .solution-section .auto-container {
        max-width: 100%;
        padding: 0;
    }

    footer span {
        font-family: 'ibmBold';
        font-size: 16px;
    }

    footer .svg-inline--fa {
        font-size: 28px !important;
        margin-bottom: 10px
    }

}

@media (min-width: 1400px) {

    .row>* {
        padding-right: 0 !important;
    }

    .container-fluid {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    header .header-upper .nav-outer {
        padding-top: 10px;
    }

    header .navbar-collapse {
        padding-top: 15px;
    }

    .main-header{
        background-color: #1c345c !important;
        padding-bottom: 10px;
    }

    .consult-header-style .auto-container {
        max-width: 1500px !important;
    }
}
