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

/**  cor: #FF0000;  **/
/**  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_SemiBold';
  src: url('../fonts/Montserrat-SemiBold.woff2') format('woff2'),
      url('../fonts/Montserrat-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@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_Black';
    src: url('../fonts/Montserrat-Black.woff2') format('woff2'),
        url('../fonts/Montserrat-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Sora_Regular';
    src: url('../fonts/Sora-Regular.woff2') format('woff2'),
        url('../fonts/Sora-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Sora_Bold';
    src: url('../fonts/Sora-Bold.woff2') format('woff2'),
        url('../fonts/Sora-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
strong, b{
  font-weight: lighter;
  font-family: 'Montserrat_Bold';
}
body{
  font-family: 'Montserrat_Regular';
}
p{
  line-height: 1.2;
  margin-top: 0px;
  margin-bottom: 0px;
}
h1,h2,h3,h4,h5,h6{
  margin-top: 0px;
  margin-bottom: 0px;
  color: #0E1995;
}
:root{
  --regular:'Montserrat_Regular';
  --semibold:'Montserrat_SemiBold';
  --bold:'Montserrat_Bold';
  --black:'Montserrat_Black';
  --sbold:'Sora_Bold';
  --sregular:'Sora_Regular';
}
.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!important;
}
.aceitar_termos a:hover{
    color: #38A7EB!important;
}
a.ctacookies{
    display: inline-block;
    padding: 3px 15px 3px 15px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    background-color: #FF0000;
    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: #FF0000!important;
}
.editor a:hover{
  text-decoration: underline!important;
}
a:link, a:visited{
  color: inherit;
}
a:hover, a:active{
  color: #FF0000;
}
::-moz-selection{
  background: #FF0000;
}
::selection{
  background: #FF0000;
}
.pagination .active a,
.pagination .active a:hover{
  background-color: #FF0000;
  border-color: #FF0000;
}
.lds-ellipsis div{  
  background-color: #FF0000;
}

.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-color: #fff;
  padding-top: 25px;
  padding-bottom: 25px;
}
.logo{
  padding-top: 10px;
}
.area_cliente{
  text-align: right;
  font-size: 13px;
  font-family: var(--semibold);
  color: #0E1995;
  margin-bottom: 25px;
}
.menu{
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: right;
}

.menu>li{
  display: inline-block;
  position: relative;
}
.menu>li{
  margin-right: 35px;
}

.menu>li>a{
  display: block;  
  color: #0E1995;  
  padding-right: 0px;
  font-size: 16px;
  font-family: var(--semibold);
}

.menu li:last-child{
  border-right: none;
  padding-right: 0;
  margin-right: 0;
  background-image: none;
}

.menu>li:hover>a,
.menu>li>a.active{
  text-decoration: none;
  
}

.menu>li:hover .submenu{
  display: block;
}
.owli a{
  height: 674px;
  width: 100%!important;
  display: block;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
.fx_banner{
  padding-bottom:10px;
  background-color: #fff;
}
.owl-banner .owl-dots .owl-dot{
  outline: none;
}
.owl-banner .owl-dots{
  position: absolute;
  bottom: 10px;
  width: 100%;
}
.owl-banner .owl-dots .owl-dot span{
  transition: all .2s linear;
  width: 15px;
  height: 15px;
}
.owl-banner .owl-dots .owl-dot span{
  transition: all .2s linear;
  background-color: #FFF;
}
.owl-banner .owl-dots .owl-dot.active span, .owl-banner .owl-dots .owl-dot:hover span{
  background-color: red;
}
.fx1{
  background-color: #f5f5f5;
  padding-top: 75px;
  padding-bottom: 70px;
}
.title_fx1{
  text-align: center;
  margin-bottom: 50px;
}
.title_fx1 h2{
  font-size: 30px;
  font-family: var(--bold);
  color: #0E1995;
  margin-bottom: 15px;
}
.title_fx1 p{
  font-size: 15px;
  color: #000;
}
.list_post_of{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  row-gap: 30px;
  column-gap: 10px;
  justify-content: center;
  margin-bottom: 50px;
}
.card_post_of{
  min-height: 467px;
  width: 285px;
  border-radius: 100px;
  text-align: center;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.body_of{
  transition: all .4s linear;
  overflow: hidden;
  padding-left: 1rem;
  padding-right: 1rem;
  max-height: var(--max-height, 0px);
  font-size: 15px;
}
.card_post_of:hover .title_of h3{
  overflow: hidden;
  height: 0px;
  transition: all .2s linear;
}
.title_of h3{
  font-size: 30px;
  font-family: var(--bold);
  color: #0E1995;
  transition: all .2s linear;
  padding: 0px 20px;
}
.icon_of{
  transition: all .2s linear;
  margin-bottom: 20px;
}
.card_post_of:hover .icon_of{
  transform: scale(0.5);
  transition: all .2s linear;
}
a.btn_cta{
  display: block;
  width: 270px;
  line-height: 56px;
  border-radius: 7px;
  font-size: 16px;
  border: 3px solid #0E1995;
  text-align: center;
  color: #0E1995;
  margin: auto;
  transition: all .2s linear;
}
a.btn_cta:hover{
  transition: all .2s linear;
  color: #fff;
  background-color: #0E1995;
}
.balon_card{
  width: 714px;
  min-height: 262px;
  background-color: #fff;
  border-radius: 100px;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0px 105px 0px 40px;
  margin-left: auto;
  margin-bottom: 70px;
}
.txt_balon h3{
  font-size: 30px;
  font-family: var(--bold);
}
.txt_balon p{
  font-size: 15px;
}
.fx2{
  background-color: #fff;
  background-image: url(../imagens/fx2.png);
  background-repeat: no-repeat;
  background-position: center left 370px;
  padding-top: 250px;
  padding-bottom: 68px;
}
.fx2 a.btn_cta{
  margin-left: auto;
  margin-right: 100px;
  background-color: #fff;
}
.fx2 a.btn_cta:hover{
  background-color: #0E1995;
}
.fx3{
  background-image: url(../imagens/fx3.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  min-height: 371px;
  padding-top: 60px;
}
.txt_fx3{
  margin-bottom: 30px;
}
.txt_fx3 img{
  margin-bottom: 20px;
}
.txt_fx3 h3{
  font-family: var(--bold);
  font-size: 30px;
  color: #0E1995;
  margin-bottom: 10px;
}
.txt_fx3 p{
  font-size: 15px;
  color: #000;
}
.fx3 a.btn_cta{
  margin-right: auto;
  margin-left: 0px;
}
/* responsivo */  
  @media (min-width: 1400px)/* telas grandes */ { 
  

  }  
  @media (min-width: 1200px) and (max-width: 1399px)/* notebook */ { 
  

  }
  @media (min-width: 992px) and (max-width: 1199px)/* 1024 */ { 
    .fx2{
      background-position: center left -150px;
    }
  }
  @media (max-width: 991px)/* mobiles */ { 
    .fx1,.fx2,.fx3{
      padding-top: 20px;
      padding-bottom: 20px;
      background-image: none;
    }
    .fx3{
      background-color: #70d2df; 
    }
    .fx1{
      padding-top: 0px;
    }
    .title_fx1{
      margin-bottom: 10px;
    }
    .title_fx1 h2{
      font-size: 25px;
      margin-bottom: 5px;
    }
    .title_fx1 p{
      font-size: 14px;
    }
    .icon_of{
      margin-bottom: 10px;
    }
    .card_post_of{
      min-height: 360px;
    }
    .balon_card{
      width: 100%;
      min-height: auto;
      text-align: center;
      padding: 0px 10px;
      box-shadow: none;
      margin-bottom: 20px;
    }
    .txt_balon h3{
      font-size: 20px;
    }
    .txt_balon p{
      font-size: 14px;
    }
    .fx1 a.btn_cta,.fx2 a.btn_cta,.fx3 a.btn_cta{
      margin-right: auto;
      margin-left: auto;
    }
    .fx3{
      text-align: center;
      min-height: auto;
    }
    .txt_fx3 h3{
      font-size: 22px;
    }
  }
  @media (max-width: 767px) {

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

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

  }
/* /responsivo */

/* quem somos */
.fx_bread{
  text-align: center;
  background-color: #fff;
  padding-top: 65px;
  padding-bottom: 55px;
}
.fx_bread h2{
  font-size: 45px;
  font-family: var(--bold);
  margin-bottom: 10px;
}
.bread{
  color: #0E1995;
  font-size: 15px;
}
.bread:after{
  content:'';
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 24px;
  height: 5px;
  background-color:#70D2DE;
  margin-top: 10px;
}
.fx1_qs{
  background-color: #F5F5F5;
  padding-top: 40px;
  padding-bottom: 40px;
}
.txt_qs{
  padding-top: 40px;
}
.txt_qs h3{
  color: #0E1995;
  font-family: var(--bold);
  font-size: 30px;
  margin-bottom: 20px;
}
.txt_qs p{
  font-size: 15px;
  line-height: 2;
  color: #000;
}
.txt_qs2{
  padding-top: 40px;
}
.txt_qs2 p{
  font-size: 15px;
  line-height: 2;
  margin-bottom: 30px;
}
.txt_qs2 p b{
  font-family: var(--bold);
}
.footer{
  background-color: #0B1262;
  padding-top: 90px;
}
.icrd{
  display: flex;
  flex-direction: column;
  row-gap: 35px;
  color: #fff;
}
.content_icrd{
  display: flex;
  flex-direction: row;
  align-items: center;
  column-gap: 10px;
  font-size: 17px;
}
.body_icrd p b{
  text-transform: uppercase;
  font-family: var(--black);
}

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

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

.footer2 a:hover .logokryz{
  background-image: url(../imagens/logo-kryzalis-2.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;
}

@media (max-width: 990px) {.copyright,.footer2 *{text-align: center; } .footer2 .row>div{width: 100%; } }
/* menu responsivo  2 #EDC407 */ 
  @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: #EEE;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      width: 50px;
      height: 50px;
      cursor: pointer;
      display: block;
    }

    .menu{
      display: none;
      background-color:  #EDC407;
      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  #EDC407;
        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;
    }
  }
/* responsivo */  
    @media (min-width: 1400px)/* telas grandes */ { 
    
  
    }  
    @media (min-width: 1200px) and (max-width: 1399px)/* notebook */ { 
    
  
    }
    @media (min-width: 992px) and (max-width: 1199px)/* 1024 */ { 
    
  
    }
    @media (max-width: 991px)/* mobiles */ { 
      .txt_qs,.txt_qs2{
        text-align: center;
      }
      .txt_qs h3{
        font-size: 25px;
        margin-bottom: 10px;
      }
      .txt_qs p,.txt_qs2 p{
        font-size: 14px;
        line-height: 1.6;
      }
      .txt_qs2{
        padding-top: 10px;
      }
      .txt_qs2 p{
        margin-bottom: 10px;
      }
      .fx1_qs{
        padding-top: 20px;
        padding-bottom: 20px;
      }
    }
    @media (max-width: 767px) {
  
    }
    @media (max-width: 481px) {
  
    }
    @media (max-width: 361px) {
  
    }
  /* /responsivo */
    

/* /menu responsivo 2*/

/*contato*/
.fx1_contato{
  background-color: #f5f5f5;
  padding-top: 30px;
  padding-bottom: 40px;
}
.img_ctt img{
  float: right;
}
.txt_ctt{
  padding-top:45px;
  margin-bottom: 15px;
}
.txt_ctt h3{
  font-family: var(--bold);
  color: #0E1995;
  font-size: 30px;
  margin-bottom: 30px;
}
.txt_ctt p{
  font-family: var(--bold);
  font-size: 15px;
  color: #000;
}
.fx1_contato form input,
.fx1_contato form textarea,
.fx1_contato form select{
  font-size: 12px;
  margin-bottom: 15px;
  border-radius: 10px;
  height: 34px;
  background-color: transparent;
  border: 1px solid #0E1995;
}
.fx1_contato ::-webkit-input-placeholder 
{ /* Edge */ 
  color: #000!important; 
  font-size: 13px!important;
  font-family: var(--sregular)!important;
} 
.fx1_contato :-ms-input-placeholder { 
/* Internet Explorer 10-11 */ 
  color: #000!important; 
  font-size: 13px!important;
  font-family: var(--sregular)!important;
} 
.fx1_contato ::placeholder {
  color: #000!important; 
  font-size: 13px!important;
  font-family: var(--sregular)!important; 
}

.fx1_contato form textarea{
  height: 87px;
  margin-bottom: 20px;
}

.fx1_contato form .btn-enviar-form{
  display: inline-block;  
  border: none;
  padding: 8px 30px;
  font-size: 13px;
  transition: all .2s linear;
  background-color: #0E1995;
  color: #FFF;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  height: auto;
  margin-right: 20px;
  float: left;
  margin-bottom: 0;
  font-family: var(--sbold);
}.fx1_contato form .btn-enviar-form:hover{
  filter: brightness(1.4);
}

.fx1_contato iframe{
  width: 100%;
  height: 320px;
}
/* responsivo */  
  @media (min-width: 1400px)/* telas grandes */ { 
  

  }  
  @media (min-width: 1200px) and (max-width: 1399px)/* notebook */ { 
  

  }
  @media (min-width: 992px) and (max-width: 1199px)/* 1024 */ { 
    .menu>li{
      margin-right: 20px;
    }
    .menu>li>a{
      font-size: 14px;
    }
  }
  @media (max-width: 991px)/* mobiles */ { 
    .area_cliente{
      display: none;
    }
    .fx_bread{
      padding-top: 20px;
      padding-bottom: 20px;
    }
    .fx_bread h2{
      font-size: 24px;
      margin-bottom: 0px;
    }
    .img_ctt img{
      max-width: 100%;
      float: none;
      display: block;
      margin: auto;
    }
    .txt_ctt{
      text-align: center;
      padding-top: 10px;
    }
    .txt_ctt h3{
      font-size: 20px;
      margin-bottom: 5px;
    }
    .txt_ctt p{
      font-size: 14px;
    }
    .footer{
      text-align: center;
      padding-top: 20px;
    }
    .icrd{
      row-gap: 10px;
      margin-bottom: 20px;
    }
    .content_icrd{
      flex-direction: column;
      font-size: 13px;
    }
    .logo_ft img{
      max-width: 100%;
      display: block;
      margin: auto;
    }
    .footer2{
      padding-top: 10px;
    }
  }
  @media (max-width: 767px) {

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

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

  }
/* /responsivo */

/*orçamento*/
.fx1_orcamento form input,
.fx1_orcamento form textarea,
.fx1_orcamento form select{
  font-size: 12px;
  margin-bottom: 15px;
  border-radius: 10px;
  height: 34px;
  background-color: #F0F0F0;
  border: 1px solid #0E1995;
}
.fx1_orcamento ::-webkit-input-placeholder 
{ /* Edge */ 
  color: #000!important; 
  font-size: 13px!important;
  font-family: var(--sregular)!important;
} 
.fx1_orcamento :-ms-input-placeholder { 
/* Internet Explorer 10-11 */ 
  color: #000!important; 
  font-size: 13px!important;
  font-family: var(--sregular)!important;
} 
.fx1_orcamento ::placeholder {
  color: #000!important; 
  font-size: 13px!important;
  font-family: var(--sregular)!important; 
}

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

.fx1_orcamento form .btn-enviar-form{
  display: inline-block;  
  border: none;
  padding: 8px 30px;
  font-size: 13px;
  transition: all .2s linear;
  background-color: #0E1995;
  color: #FFF;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  height: auto;
  margin-right: 20px;
  float: left;
  margin-bottom: 0;
  font-family: var(--sbold);
}.fx1_orcamento form .btn-enviar-form:hover{
  filter: brightness(1.4);
}

.fx1_orcamento iframe{
  width: 100%;
  height: 320px;
}
/*analise*/
.txt_analise p{
  margin-bottom: 30px;
}
/* responsivo */  
  @media (max-width: 991px)/* mobiles */ { 
    .txt_analise p{
      margin-bottom: 10px;
    }
  }
/* /responsivo */


.fx4{
  background-image: url(../imagens/fx4.jpg);
    background-position: center top;
    background-repeat: repeat-y;
    padding-top: 80px;
    background-color: #F0F0E1;
    font-size: 18px;
    padding-bottom: 60px;
}

.fx4 h3{
  font-family: 'Montserrat_Bold';
  font-size: 20px;
  color: #000000;
  text-transform: uppercase;
  line-height: 1.2;
  letter-spacing: 5px;
  margin-bottom: 25px;
}

.fx4 h2{
    font-family: 'Montserrat_SemiBold';
    font-size: 30px;
    color: #0E1995;
    margin-top: 0;
    margin-bottom: 40px;
}

.r1{
  margin-bottom: 16px;
  width: 100%;
}

.c3{
  width: 116px;
    float: left;
}

.c4 {
    width: 116px;
    float: left;
}

.c5 {
    float: left;
    width: 400px;
    font-size: 18px;
}

.i1 {
    float: left;
    margin-right: 30px;
    width: 148px;
}
.i2 {
    float: left;
    width: 428px;
}

.s1 {
    float: left;
    width: 100px;
}
.enviar1{
  border: 2px solid #0E1995;
  display: inline-block;
  padding: 10px 100px 7px 20px;
  background-image: url(../imagens/cta-seta.png);
  background-position: 90% 17px;
  background-repeat: no-repeat;
  background-color: transparent;
  font-size: 18px;
  color: #0E1995;
  transition: all .2s linear;
  float: right;
  margin-top: 20px;
  margin-right: 11px;
}

.enviar1:hover {
    background-position: 95% 17px;
}