@charset "UTF-8";
/* Tema do cliente */

/**  cor: #2E4C6E;  **/
/**  cor-hover: #FF5555;  **/

/* Fonts */
@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/open-sans-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat_Regular';
    src: url('../fonts/Montserrat-Regular.woff2') format('woff2'),
        url('../fonts/Montserrat-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat_Bold';
    src: url('../fonts/Montserrat-Bold.woff2') format('woff2'),
        url('../fonts/Montserrat-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat_Extrabold';
    src: url('../fonts/Montserrat-ExtraBold.woff2') format('woff2'),
        url('../fonts/Montserrat-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat_Medium';
    src: url('../fonts/Montserrat-Medium.woff2') format('woff2'),
        url('../fonts/Montserrat-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}


strong, b{
  font-weight: lighter;
  font-family: 'Montserrat_Extrabold';
}
body{
  font-family: 'Montserrat_Regular';
}

:root{

  --fontregular: 'Montserrat_Regular';

  --fontbold: 'Montserrat_Bold';

  --fontextrabold: 'Montserrat_Extrabold';

  --fontmedium: 'Montserrat_Medium';

}

h1,h2,h3,h4,h5,h6{

  margin-top: 0px;
  margin-bottom: 0px;

}

p{

  line-height: 1.2;
  margin-top: 0px;
  margin-bottom: 0px;

}

.modal-open {
    overflow: auto!important;
    padding-right: 0!important;
}

.aceitar_termos{
    position: fixed;
    bottom: 0;
    padding: 20px 20px;
    text-align: center;
    color: #FFF;
    background-color: rgba(33,33,33, 0.9);
    width: 100%;
    z-index: 999999;
}
.aceitar_termos a{
    color: #FFFC9E;
}
.aceitar_termos a:hover{
    color: #38A7EB;
}
a.ctacookies{
    display: inline-block;
    padding: 3px 15px 3px 15px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    background-color: #2E4C6E;
    color: #FFF;
    transition: all .2s linear;
    margin-left: 10px;
    cursor: pointer;
}
a.ctacookies:hover{
    filter: brightness(1.2);
}

.btnwhats{
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 9999;
}.btnwhats img{
  transition: all .2s linear;
}.btnwhats:hover img{
  filter: brightness(1.2);
}
@media (max-width: 900px) {
  .btnwhats{
    right: auto;
    left: 50%;      
    transform: translate(-50%,0);
  }
}
@media (max-width: 1555px) {
  .footer2{
    padding-bottom: 120px!important;
  }
}

.website{
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
}

.postagemcompleta a{
  white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 200px;
    display: inline-block;
    position: relative;
    top: 7px;
}

/* novo css form */
  .wpcf7-not-valid{
    background-color: #FFD2D2!important;
  }

  .wpcf7-form-control-wrap{
    display: block;
  }

  .wpcf7-response-output{
    color: #FFF!important;
    border: 0!important;
    margin-right: 0!important;
    margin-left: 0!important;
    text-align: center!important;
    font-weight: bold!important;
    padding: 10px 20px!important;
  }

  .wpcf7 form.sent .wpcf7-response-output {
    background-color: #46b450;
  }
  .wpcf7 form.failed .wpcf7-response-output,
  .wpcf7 form.aborted .wpcf7-response-output {
    background-color: #dc3232;
  } 
  .wpcf7 form.spam .wpcf7-response-output {
    background-color: #f56e28;
  }
  .wpcf7 form.invalid .wpcf7-response-output, 
  .wpcf7 form.unaccepted .wpcf7-response-output{
    background-color: #ffb900;
  }

  span.wpcf7-not-valid-tip{
    position: absolute;
    z-index: 1;
    right: 3px;
    font-size: 9px;
    top: 1px;
  }

/* noovo css form */

form iframe{
  width: 304px!important;
  height: 78px!important;
}
.g-recaptcha{
    margin-bottom: 20px;    
    display: block;
}

@media (max-width: 400px) {
  .g-recaptcha{
      transform: scale(0.7);
      transform-origin: 0 0;
  }
}

@media (max-width: 991px) {
  form .row>div{
    width: 100%;
  }
  form{
    border: 0;
    padding: 0;
  }
}

@media (min-width: 1200px) {.container{padding: 0px; } }


@media (max-width: 991px) {
  .fxsm{
    height: auto;
    min-height: 0;
    padding: 40px 0;
  }
}
@media (max-width: 480px) {
  .fxsm{
    padding: 30px 0;
  }
}

a{
  transition: all .2s linear;
}
.editor a{
  color: #2E4C6E!important;
}
.editor a:hover{
  text-decoration: underline!important;
}
a:link, a:visited{
  color: inherit;
}
a:hover, a:active{
  color: #2E4C6E;
}
::-moz-selection{
  background: #2E4C6E;
}
::selection{
  background: #2E4C6E;
}
.pagination .active a,
.pagination .active a:hover{
  background-color: #2E4C6E;
  border-color: #2E4C6E;
}
.lds-ellipsis div{  
  background-color: #2E4C6E;
}

.editor, .editor p, .editor li{
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}

.editor p{
  margin-bottom: 20px;
}


/* start */



body{
  background-color: #EEEEEE;  
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.header{

  background-image: url(../imagens/fx1.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  padding-top: 45px;
  padding-bottom: 310px;

}

.link_externo{

  font-family: var(--fontbold);
  color: #2E4C6E;
  font-size: 14px;

}

#linkextern{

  margin-left: 35px;

}

#linkexterno{

  text-align: right;
  margin-right: 25px;

}

.logo{

  padding-top: 35px;

}

.logo a img{

  display: block;
  margin-left: auto;
  margin-right: auto;

}

.txt_header{

  text-align: center;
  padding-top: 130px;
  margin-bottom: 60px;

}

.txt_header h2{

  font-family: var(--fontextrabold);
  font-size: 64px;
  color: #32A68C;
  margin-bottom: 6px;

}

.txt_header h3{

  font-family: var(--fontextrabold);
  font-size: 40px;
  color: #2E4C6E;
  line-height: 1.2;

}

.btn_cta a{

  display: block;
  width: 370px;
  line-height: 60px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  background-color: #32A68C;
  border-radius: 7px;
  color: #fff;
  font-size: 20px;
  font-family: var(--fontextrabold);
  position: relative;
  perspective: 3px;
  overflow: hidden;

}

.btn_cta a:after{

  content: '';
  width: 0px;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: #2E4C6E;
  transition: all .2s linear;
  z-index: -1;

}

.btn_cta a:hover:after{

  width: 100%;
  transition: all .4s linear;

}

.fx1{

  background-color: #fff;
  padding-bottom: 60px;
  padding-bottom: 50px;

}

.card_post{

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #F1F1F1;
  min-height: 370px;
  padding: 40px 30px 40px 30px;

}

.icon_post{

  margin-bottom: 10px;

}

.titulo_post{

  font-size: 24px;
  font-family: var(--fontextrabold);
  color: #32A68C;
  margin-bottom: 20px;

}

.resumo_post{

  text-align: center;
  font-size: 16px;
  color: #2E4C6E;

}

.fx1 .col-md-4:nth-child(2){

  margin-top: 30px;

}

.fx2{

  background-color: #fff;
  padding-top: 90px;
  padding-bottom: 20px;

}

.list_jobs{

  display: flex;
  flex-direction: column;
  row-gap: 70px;

}

.card_icon{

  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 30px;
  margin-bottom: 30px;
}

.post_card:nth-child(even) .card_icon{

  flex-direction: row-reverse;

}

.post_card:nth-child(even) .card_txt{

  flex-direction: row-reverse;

}

.segu_card{

  display: flex;
  flex-direction: row;
  align-items: center;
  column-gap: 20px;

}

.post_card:nth-child(even) .card_icon:after{

  width: 60%;
  margin-left: 0;
  margin-right: auto;

}

.card_icon:after{

  content: '';
  display: block;
  width: 68%;
  height: 8px;
  background-color: #32A68C;
  border-radius: 0px 100px 100px 0px;
  margin-top: -40px;
  margin-left: auto;

}

.name_job{

  font-size: 32px;
  font-family: var(--fontextrabold);
  color: #32A68C;

}

.card_txt{

  display: flex;
  flex-direction: row;
  justify-content: space-between;

}

.btn_soli{

  padding-top: 20px;

}

.btn_soli a{

  display: block;
  width: 370px;
  line-height: 60px;
  text-align: center;
  font-size: 25px;
  border: 3px solid #2E4C6E;
  border-radius: 7px;
  color: #2E4C6E;
  position: relative;
  perspective: 3px;

}

.btn_soli a:hover{

  font-family: var(--fontextrabold);
  color: #32A68C;

}

.btn_soli a:after{

  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  background-color: #2E4C6E;
  z-index: -1;
  transition: all .2s linear;

}

.btn_soli a:hover:after{

  width: 100%;
  transition: all .2s linear;

}

.txt{

  font-size: 17px;
  line-height: 1.8;
  color: #2E4C6E;

}

.txt p{

  line-height: 1.8;

}

.txt ul{

  padding-left: 30px;

}

.txt ul li::marker{

  font-size: 10px;

}

.fx3{

  background-image: url(../imagens/fx2.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  padding-top: 200px;
  padding-bottom: 220px;

}

.fx3 h2{

  text-align: center;
  font-family: var(--fontextrabold);
  color: #2E4C6E;
  font-size: 40px;
  margin-bottom: 70px;

}

.fx3 h2 strong{

  color: #32A68C;

}

.card_number{

  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
  margin-bottom: 75px;

}

.body_number{

  font-size: 24px;
  color: #2E4C6E;
  font-family: var(--fontbold);

}

.body_number:after{

  content: '';
  width: 60%;
  height: 5px;
  position: absolute;
  bottom: 0;
  right: 5%;
  background-color: #32A68C;
  border-radius: 7px;

}

#quatro{

  column-gap: 5px;

}

.fx3 h3{

  text-align: center;
  font-size: 26px;
  color: #2E4C6E;
  font-family: var(--fontextrabold);

}

.fx4{

  background-color: #fff;
  padding-top: 60px;

}

.fx4 h2{

  padding-left: 70px;
  font-family: var(--fontextrabold);
  color: #2E4C6E;
  font-size: 40px;
  margin-bottom: 100px;

}

.fx4 h2 strong{

  color: #32A68C;

}

.owl-parca{

  position: relative;
  margin-bottom: 30px;

}

.owl-parca:after{

  content: '';
  position: absolute;
  left: -40%;
  bottom: 10px;
  width: 120%;
  height: 8px;
  background-color: #32A68C;

}

.owl-parca .owl-dots {
  position: static;
  text-align: right;

}
.owl-parca .owl-dots .owl-dot span{
  height: 15px;
  width: 15px;
  background-color: #2E4C6E;
  margin-top: 30px;
}
.owl-parca .owl-dots .owl-dot.active span, .owl-parca .owl-dots .owl-dot:hover span{
  border: 1px solid #32A68C;
}

.fx5{

  background-color: #fff;

}

.txt_sobre{

  padding-top: 90px;
  font-size: 20px;
  color: #2E4C6E;
  padding-right: 20px;

}

.txt_sobre p{

  line-height: 1.8;
  text-align: justify;

}

.img_sobre{

  padding-top: 10px;
  margin-bottom: 5px;

}

.nome_adv{

  text-align: center;

}

.nome_adv h4{

  font-family: var(--fontextrabold);
  font-size: 32px;
  color: #32A68C;
  margin-bottom: 15px;

}

.nome_adv h5{

  font-size: 15px;
  font-family: var(--fontmedium);

}

.footer{

  background-image: url(../imagens/footer.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  margin-top: -5px;
  padding-top: 220px;

}

.footer form input,
.footer form textarea,
.footer form select{
  font-size: 15px;
  margin-bottom: 15px;
  height: 35px;
  background-color: transparent;
  border-bottom: 5px solid #32A68C;
  border-top: 0px;
  border-right: 0px;
  border-left: 0px;
}
.footer ::-webkit-input-placeholder { /* Edge */ color: #fff!important;font-family: var(--fontmedium);font-size: 15px; } .footer :-ms-input-placeholder { /* Internet Explorer 10-11 */ color: #fff!important;font-family: var(--fontmedium);font-size: 15px; } .footer ::placeholder {color: #fff!important;font-family: var(--fontmedium); font-size: 15px;}

.footer form textarea{
  height: 110px;
  margin-bottom: 25px;
}

.footer form .btn-enviar-form{
  display: block;  
  border: 3px solid #fff;
  width: 116px;
  line-height: 30px;
  font-size: 13px;
  transition: all .2s linear;
  background-color: transparent;
  color: #FFF;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  height: auto;
  margin-right: 20px;
  float: left;
  margin-bottom: 0;
  text-align: center;
  transition: all .2s linear;
}.footer form .btn-enviar-form:hover{
  border: 3px solid #32A68C;
  font-family: var(--fontextrabold);
  background-color: #32A68C;
}

.footer iframe{
  width: 100%;
  height: 320px;
}

.obg{

  color: #fff;

}

.txt_footer{

  margin-bottom: 50px;

}

.txt_footer h2{

  font-family: var(--fontextrabold);
  font-size: 40px;
  color: #32A68C;
  margin-bottom: 20px;

}

.txt_footer p{

  font-size: 20px;
  color: #fff;
  line-height: 1.8;

}

.icrd{

  display: flex;
  flex-direction: row;
  color: #fff;
  align-items: center;
  font-family: var(--fontextrabold);
  column-gap: 20px;
  margin-bottom: 25px;

}

#telicrd{

  font-size: 28px;
  font-family: var(--fontextrabold);
  padding-left: 63px;

}

#telicrd p strong{

  font-size: 40px;

}

.body_icrd{

  font-size: 24px;

}


.footer2{
  ;  
  font-family: 'Verdana';
  font-size: 11px;
  color: #FFF;
  margin-top: 90px;
  padding-top: 5px;
  padding-bottom: 15px;
}

.logokryz{
  background-image: url(../imagens/logo-slah.png);
  width: 56px;
  height: 31px;
  display: inline-block;
  position: relative;
  top: 7px;
  transition: all .2s linear;
}

.footer2 a:hover .logokryz{
  background-image: url(../imagens/logo-slah.png);  
}

.footer2 p{
  margin-top: 13px;
  margin-bottom: 0;
  font-size: 11px;
}

.footer2 a{
  color: #FFF;
  transition: all .2s linear;
  text-decoration: none;
}

.footer2 a:hover{
  color: #D90000;
}

.copyright{
  text-align: right;
}

.dismbb{

  display: none;

}

@media (max-width: 990px) {.copyright,.footer2 *{text-align: center; } .footer2 .row>div{width: 100%; } }


/* responsivo */  
  @media (min-width: 1200px) { }  
  @media (min-width: 992px) and (max-width: 1199px) {

    .header{

      background-size: cover;
      padding-bottom: 150px;

    }

    .txt_header{

      padding-top: 60px;

    }

    .name_job{

      font-size: 24px;

    }

    .body_number{

      font-size: 20px;

    }

    .body_number:after{

      width: 57%;
      right: 0%;

    }

  }
  @media (max-width: 991px) {

    .dismbb{

      display: block;

    }

    .link_externo{

      display: none;

    }

    .header,.fx1,.fx2,.fx3,.fx4,.footer{

      text-align: center;

    }

    .txt_header{

      padding-top: 20px;

    }

    .txt_header h2{

      font-size: 26px;

    }

    .txt_header h3{

      font-size: 20px;

    }

    .header .container {
      padding-right: 15px!important;
    }

    .btn_cta a, .btn_soli a{

      width: 270px;
      margin-left: auto;
      margin-right: auto;
      font-size: 15px;

    }

    .fx1{

      padding-top: 20px;
      padding-top: 20px;

    }

    .card_post{

      margin-bottom: 30px;

    }

    .fx2{

      padding-top: 0px;

    }

    .segu_card{

        flex-direction: column;

    }

    .card_icon{

      justify-content: center;
      margin-bottom: 10px;

    }

    .card_icon:after{

      display: none;

    }

    .card_txt{

      flex-direction: column;

    }

    .post_card:nth-child(even) .card_txt {

      flex-direction: column;

    }

    .name_job{

      font-size: 22px;

    }

    .txt{

      font-size: 15px;

    }

    .fx3{

      background-color: #f8f8f8;
      background-image: none;
      padding-top: 20px;
      padding-bottom: 20px;

    }

    .fx3 h2{

      font-size: 23px;
      margin-bottom: 20px;

    }

    .body_number{

      text-align: left;
      font-size: 19px;

    }

    .fx3 h3{

      font-size: 18px;

    }

    .fx4{

      padding-top: 20px;

    }

    .fx4 h2{

      padding-left: 0px;
      font-size: 25px;
      margin-bottom: 40px;

    }

    .owl-carousel .owl-item img {

      margin-left: auto;
      margin-right: auto;

    }

    .owl-parca:after{

      display: none;

    }

    .txt_sobre{

      padding-top: 20px;
      font-size: 16px;

    }

    .txt_footer{

      padding-top: 20px;

    }

    .txt_footer h2{

      font-size: 25px;

    }

    .txt_footer p{

      font-size: 17px;

    }

    .icrd{

      justify-content: center;

    }

    #telicrd{

      padding-left: 0px;

    }

    #telicrd p strong{

      font-size: 28px;

    } 

    .icrd{

      flex-direction: column;

    }

    .body_icrd{

      font-size: 16px;

    }

    .footer2{

      margin-top: 20px;

    }


  }
  @media (max-width: 767px) {

  }
  @media (max-width: 480px) {

  }
/* /responsivo */

/* menu responsivo  2 #2E4C6E */ 
  @media (max-width: 991px) {
    
    .menuholder, .menuholderfloat{
      position: static;
    }

    .nav{
      position: fixed;
      right: 15px;
      top: 10px;
      z-index: 9998;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      width: 50px;
      height: 50px;
    }    

    .navbtn{
      background-color: #ccc;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      width: 50px;
      height: 50px;
      cursor: pointer;
      display: block;
    }

    .menu{
      display: none;
      background-color:  #2E4C6E;
      width: 265px;      
      margin-top: 0px!important;
      height: auto;
    }

    .nav:hover .menu{
      display: block;
    }
    
    .menu{
      padding: 15px;
    }

    #menu{
      max-height: calc(100vh - 65px);
      width: 280px;
      position: absolute;
      right: 0px;
      top: 40px;
      overflow: auto;
      border-top: 15px solid transparent;
    }

    .menu{   
      width: 100%; 
    }

    #menu::after {
        content: ' ';
        border: 10px solid transparent;
        border-bottom: 10px solid  #2E4C6E;
        position: fixed;
        right: 30px;
        top: 45px;
    }

    .menu>li{
      display: block;
      text-align: left;
      line-height: 30px;
      height: auto!important;
      background-image: none;
    }

    .menu>li>a{
      color: #FFF!important;
      height: auto!important;
    }

    .navbtn span{
      background-color: #666;
      width: 20px;
      height: 3px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
      display: inline-block;
      position: absolute;
      z-index: 1;
      top: 18px;
      left: 15px;
    }

    .nav span + span{
      top: 25px;
    }

    .nav span + span + span{
      top: 32px;
    }    

    .header{
      height: auto;
      min-height: 30px;
      padding: 10px 0;
    }

    .header a.logo img{
      max-height: 50px;
      width: auto;
      margin-top: 0;
    }

    .tel{
      margin-top: 0!important;
      line-height: 50px;
    }

    .header .row{
      margin: 0;
    }

    .header .row > div{
      padding: 0;
    }

    .header{
      height: auto;
    }
    
    #menu{
      display: none;
    }


    .submenu{
      /*display: block!important;*/
      position: static!important;
      background-color: transparent!important;
      padding: 5px 0 0 5px!important;
      margin-top: -15px!important;
      margin-bottom: 15px!important;
      padding-top: 0px!important;
      margin-bottom: 10px!important;
      padding-bottom: 5px!important;
      margin-top: 10px;
      border-left: 4px solid rgba(0,0,0,0.2);
      border-bottom: 0!important;
      margin-top: 0!important;
      padding-left: 9px!important;
    }
    .submenu::after{
      display: none!important;
    }
    .submenu>li>a{
      padding-top: 5px;      
    }



    .susubmenu{

      /*display: block!important;*/
      position: static!important;
      background-color: transparent!important;
      padding: 0 0 0 10px!important;
      margin-top: -5px!important;
      margin-bottom: 15px!important;

      

    }
    .susubmenu::after{
      display: none!important;
    }
    .susubmenu>li>a{
      color: #FFF!important; 
    }

    .menu>li>a{
      padding-bottom: 0;
    }

    .submenu{
      box-shadow: none;
    }

  } 
  @media (max-width: 860px) {
    .header .container{
      padding-right: 70px;
    }
  }
  @media (max-width: 480px) {
    .tel img{
      display: none;
    }
  }
  
/* /menu responsivo 2*/
