/* Reset básico */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box; 
}

.conteudoTodo {
    position: relative;
    max-width: 100%;
}

.header-informativo {
    background-image: url(../img/empresa-publicidade-propaganda-em-sorocaba-ltb.gif);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.header-color {
    background-color: rgba(29, 38, 49, 0.8);

    clear: both;
    display: flex;
    justify-content: center;
    align-items: center;
}
.header-informativo, .header-color{
    /*height: 70vh;
    max-width: 100%;
    max-height: 100%;*/
    width: 100%;
    height: 100%;
    min-height: 680px;
}

.conteiner-1000{
    width: 1000px;
    clear: both;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    align-content: center;
    flex-wrap: nowrap;
}
#header-conteiner-1000{
    text-align: center;
}
.conteiner-1000 h2{
    font-size: 2.2em;
    font-weight: 100;
}
.conteiner-1000 h1{
    font-size: 2.8em;
    font-weight: 500;
    padding: 0.3em 0 1em 0;
}
.conteiner-1000 h2, .conteiner-1000 h1{
    color: #fafafa;
}

.falarcomespecialistas button {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-top-left-radius: 20px 100% !important;
    border-bottom-left-radius: 20px 100% !important;
    border-top-right-radius: 20px 100% !important;
    border-bottom-right-radius: 20px 100% !important;

    position: relative;
    
    color: #514c15;
    background: #fbeb5d !important;
    border: 1px solid #fbeb5d !important;
    overflow: hidden;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    padding: 0.8em 2em;
    font-size: 1.15em;
    font-weight: 600;
    text-transform: uppercase;

    cursor: pointer;
}

.falarcomespecialistas button:hover {
  background: #fbeb5d !important;
  border: none;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transform: scale(1.03);
}

.falarcomespecialistas button:hover::before {
  -webkit-animation: sh02 0.5s 0s linear;
  -moz-animation: sh02 0.5s 0s linear;
  animation: sh02 0.7s 0s linear;
}

.falarcomespecialistas button::before {
  content: '';
  display: block;
  width: 0px;
  height: 86%;
  position: absolute;
  top: 7%;
  left: 0%;
  opacity: 0;
  background: #fff;
  box-shadow: 0 0 50px 30px #fff;
  -webkit-transform: skewX(-20deg);
  -moz-transform: skewX(-20deg);
  -ms-transform: skewX(-20deg);
  -o-transform: skewX(-20deg);
  transform: skewX(-20deg);
}
#marcar-reuniao button, #saiba-mais button{
    background-color: #1d2631 !important;
    /*color: rgb(188, 206, 227) !important;*/
    color: #fbeb5d !important;
    border: 1px solid #1d2631 !important;
    cursor: pointer;
}

@keyframes sh02 {
  from {
    opacity: 0;
    left: 0%;
  }

  50% {
    opacity: 1;
  }

  to {
    opacity: 0;
    left: 100%;
  }
}


/* --------------------------------------------------------------- */
/* SESSOES */
.sessaoPrimaria{
    background-color: #1d2631;
    color: #fafafa;
}
.sessaoSecundaria{
    background-color: #fafafa;
    color: #1d2631;
}
.sessaoPrimaria, .sessaoSecundaria{
    clear: both;
    display: flex;
    justify-content: center;
    align-items: center;
    
    margin: 0;
    padding: 6em 0;
}
/* FIM - SESSOES */
/* --------------------------------------------------------------- */


#clientes h2, #contrate-nos h2{
    font-size: 2.2em !important;
    font-weight: 600;
    margin: 0 0 0.5em 0;
}
#contrate-nos h2, .quem-somos h2{
    color: #1d2631;
}
.clientes-inline{
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    margin: 1% 0;
}
.alguns-clientes{
    max-width: 100%;
    max-height: 100%;
    width: 250px;
    height: 250px;
    background-color: #293645;
    border: 0;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin: 0 1%;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}
.alguns-clientes:hover{
    
    box-shadow: 0px 0px 20px #455b7450;
    opacity: 1;
    pointer-events: auto;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.alguns-clientes img{
    width: 100%;
    height: auto;
    padding: 0 12%;
}


#quadro-contratar{
    width: 100% !important;
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}
.quero-contratar {
    max-width: 100%;
    max-height: 100%;
    margin: 0 1% 2.5em 1%;
    padding: 2%;
    background-color: #fff;
    border: 0;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    box-shadow: 0 0 5px #29364515;

    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-around;
    align-items: center;

    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}
.quero-contratar:hover{
    pointer-events: auto;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.quero-contratar .icon{
    font-size: 4em;
}
#quadro-contratar h2{
    font-size: 1.5em !important;
    font-weight: 500;
    text-transform: uppercase;
}
#quadro-contratar h3{
    font-size: 1.15em !important;
    font-weight: 400;
}
#quadro-contratar h2, #quadro-contratar h3 {
    margin: 3% auto 1% auto;
    text-align: center;
}


.quem-somos-main{
    width: 100% !important;
    display: inline-flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: nowrap;
}
.quem-somos{
    max-width: 100%;
    max-height: 100%;
    width: 50%;

    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-around;
}
.quem-somos h2{
    width: 100% !important;
    font-size: 2.2em !important;
    font-weight: 600;
    letter-spacing: 1.5px;
    margin: 0 0 1.5em 0;
}
.quem-somos h3{
    width: 100% !important;
    font-size: 1.5em !important;
    font-weight: 400;
}

/* ESTILO FOOTER PARA MOBILE */
@media (max-width: 1024px){
    .header-informativo {
        background-image: url(../img/empresa-publicidade-propaganda-em-sorocaba-ltb-webp.webp) !important;
    }
    .header-informativo, .header-color{
        /*width: 100%;
        height: 100%;*/
        min-height: 500px;
    }
    .header-color{
        /*padding: 4em 0;*/
    }
    .sessaoPrimaria, .sessaoSecundaria{
        display: block;
        width: 100%;
        padding: 4.5em 0;
    }
    .conteiner-1000{
        display: block;
        width: 96%;
    }
    .quem-somos-main, .quem-somos, .clientes-inline, #quadro-contratar, .quero-contratar{
        display: block;
        margin: 0 auto;
    }
    .quem-somos{
        width: 100%;
        word-break: break-word;
        text-align: center;
    }
    .conteiner-1000 h2, .quem-somos h3{
        font-size: 1.3em !important;
    }
    .conteiner-1000 h1{
        font-size: 1.6em;
    }
    .quem-somos h2, #clientes h2, #contrate-nos h2{
        font-size: 1.5em !important;
        margin: 0 auto;
        text-align: center;
    }
    .alguns-clientes{
        margin: 1em 0;
        width: 100%;
    }
    .alguns-clientes:hover, .quero-contratar:hover{
        transform: scale(1.02);
        -webkit-transform: scale(1.02);
        -moz-transform: scale(1.02);
        -ms-transform: scale(1.02);
        -o-transform: scale(1.02);
}
    .alguns-clientes img{
        height: auto;
        width: auto;
        max-width: 80%;
        max-height: 80%;
    }
    #quadro-contratar, .quero-contratar{
        text-align: center;
    }
    .quero-contratar{
        width: 100%;
        height: 100%;
        padding: 1em;
        margin: 1em 0;
    }
    #marcar-reuniao button{
        margin: 1em 0 !important;
    }
    #marcar-reuniao button, #saiba-mais button {
        margin: 3em 0;
        width: 100%;
    }
    .falarcomespecialistas button {
        font-size: 0.9em;
        padding: 1em 3em;
    }
}
/* FIM - ESTILO FOOTER PARA MOBILE */
/* --------------------------------------------------------------- */