/*@import url('https://fonts.googleapis.com/css2?family=Jura:wght@600&family=Lato:wght@300&display=swap');*/
body{
    background-color:#001726;
}
.content { float:left; width:92%; margin:0 4%; padding: 20px 0; }

.bgimg1,
.bgimg2,
.bgimg3 {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}


.btn-chamada1       { background:  #007dfe;; color: #fff; text-decoration: none; border: 2px #007dfe solid; border-radius:6px; padding: 13px 20px; display: inline-block; font-size: 20px; font-family: 'Lato', sans-serif; transition:.3s; }
.btn-chamada1:hover { background-color: transparent; border: 2px #313131 solid; color: #007dfe ; }



.btn-chamada       { background: transparent; color: #007dfe; text-decoration: none; border: 2px #007dfe solid; border-radius:6px; padding: 13px 20px; display: inline-block; font-size: 20px; font-family: 'Lato', sans-serif; transition:.3s; }
.btn-chamada:hover { background-color: #007dfe; border: 2px #313131 solid; color: #ffffff; }



.mask{
    box-shadow: 30px 100px 120px 0px rgba(0,7,36,.7);
    background-image: linear-gradient(-40deg,#000724 50%,#000724 50%) !important; /*rgba(255,255,255,.1);*/
    font-size:20px!important;
    }
    .ico {
        font-size: 60px!important;
        color: #ffffff;
        font-family: FontAwesome !important;
        font-weight: 900 !important;
    
    }
.card{
     width:30%; background-image: linear-gradient(-40deg,#000724 50%,#000724 50%) !important;
     color:  #ffffff; padding:30px; border-radius: 20px; justify-content: center;
    } /*#313131;

*/
@-webkit-keyframes pulseBtw {
    10% {
        box-shadow: 0 0 0 0 #007dfe;
    }
    80% {
        box-shadow: 0 0 0 15px rgba(204, 169, 44, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
    }
  }
  @keyframes pulseBtw {
    10% {
        -moz-box-shadow: 0 0 0 0 #007dfe;
        box-shadow: 0 0 0 0 #007dfe;
    }
    80% {
        -moz-box-shadow: 0 0 0 15px rgba(204, 169, 44, 0);
        box-shadow: 0 0 0 20px rgba(204, 169, 44, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.3);
        box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
    }
  }
  /* BOTAO WHATSAPP */
  
  .btn-whats-anime{
    -webkit-animation: pulseBtw 1s infinite;
    animation: pulseBtw 1s infinite;
  }


/* Full height image header */
.bgimg-1 {
    background-position: center;
    background-size: cover;
    background-image: url("../img/sections/banner_h.webp"),linear-gradient(-40deg,#000724 50%,#000724 50%) !important;
    height: 100%;
  }
  #num {
    background-position: center;
    background-size: cover;
    background-image: url("../img/sections/banner_h.webp"),linear-gradient(-40deg,#000724 50%,#000724 50%) !important;
  }
  .w3-bar .w3-button {
    padding: 16px;
  }
  i:hover
  {
    animation:fading 5s infinite}@keyframes fading{0%{opacity:0}50%{opacity:1}100%{opacity:0}
  }




/*HEADER*/
.header          { background-color:#001726; border-bottom:1px #001726 solid; z-index:1; padding: 0.5em 0em; }
.header .content { float:left; padding:0px 0; }

.fixed            { display:block; position:fixed; z-index:9;  }
.header_logo { text-align:center; margin:auto; float:none; width:200px; }
.header_logo img { height:69px; }


/*Banner*/
.section-banner          { padding:10px 0px; background-color:#070F13; }
.section-banner .content { float:left; padding:1em 0; }
.section-banner .row     { width:100%; float:left; }

.section-banner-desk         { background-color:#070F13;height: 100%;}
.section-banner-desk .content { padding:0px 0; }
.section-banner-desk .row     { width:100%;height: 100%; }

.fundo{ 
    background-image: url("../img/sections/banner_h.webp") !important;
    background-repeat: no-repeat;
    background-size: cover; 
}

.fundo_meio{
    background-image: url("../img/sections/banner_home.png"),linear-gradient(-40deg,#000724 50%,#000724 50%) !important;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.section-banner .row .col-left-b  { background:transparent; width:100%; margin-bottom:0px; }
.section-banner .row .col-right-b { width: 100%; text-align: left;  background-color: #ebebeb; padding: 15px; border-radius: 20px 20px 0px 0px; }
.title,.section-banner .row .col-right-b .title   { width:100%; float:left; font-family: 'Lato', sans-serif; margin-bottom:20px; font-size:27px; font-weight:700; color:#007dfe; margin-top:20px; }
.section-banner .row .col-right-b .txt     { color:#313131; font-size:18px; font-family: 'Lato', sans-serif; margin-bottom:10px; width:100%; float:left; line-height:20px; }

.section-banner-desk .row .col-left-b  { background:transparent; width:100%; margin-bottom:0px; }
.section-banner-desk .row .col-right-b { width: 100%; text-align: center;  background-color: #ebebeb; padding: 15px; border-radius: 0px; }
.title,.section-banner-desk .row .col-right-b .title   { width:100%; float:center; font-family: 'Lato', sans-serif; margin-bottom:20px; font-size:27px; font-weight:700; color:#007dfe; margin-top:20px; }
.txt,.section-banner-desk .row .col-right-b .txt     { color:#ebebeb; font-size:18px; font-family: 'Lato', sans-serif; margin-bottom:10px; width:100%; float:center; line-height:20px; }



/*Serviços*/
.section-servicos          { padding:10px 0px;  background-color:#001726; }
.section-servicos .content { float:left; padding:1em 0; }
.section-servicos .title   { width: 100%; float:left; margin-bottom:20px; font-size:1.8em; font-family: 'Lato', sans-serif; font-weight:700; color:#ffffff; text-align: center; padding-bottom: 1em; }
.section-servicos .row            { width:100%; float:left; }
.section-servicos .servicos       { background-color:#001726; width: 100%; float: left; padding: 20px 0; margin-bottom: 25px; font-size: 30px; border-radius: 15px; }
.section-servicos .servicos i     { margin:auto; width:100px; height:100px; border-radius:50px; align-items: center; align-content:center; }
.section-servicos .servicos i img { border:none; width:50px; height:50px; margin:auto; }
.section-servicos .servicos h2    { font-size: 22px; line-height: 36px; margin-bottom: 10px; margin-top: 5px; font-weight:600; color:#e2e2e2;font-family: 'Lato', sans-serif; text-align: center;}
.section-servicos .servicos p     { font-size: 18px; font-weight: 400; padding: 0 15px; line-height: 22px; color: #747681; font-family: 'Lato', sans-serif; text-align: center;}

/*Depoimentos*/
.section-depoimentos           { padding:10px 0px; background-color:#001726; }
.section-depoimentos .content  { float:left; padding:1em 0; }
.section-depoimentos .title    { width: 100%; float:left; margin-bottom:20px; font-size:1.8em; font-family: 'Lato', sans-serif; font-weight:700; color:#007dfe; text-align: center; padding-bottom:1em; margin-right:20px; }
.section-depoimentos .row      { width:100%; float:left; }
.depoimento     { font-family: 'Lato', sans-serif; position: relative; float: left; overflow: hidden; width:100%; color: #e2e2e2; text-align: left; box-shadow: none !important; }
.depoimento *   { -webkit-box-sizing: border-box; box-sizing: border-box; }
.depoimento blockquote { font-family: 'Lato', sans-serif; margin: 0; display: block; border-radius: 8px; position: relative; color: #747681; background-color: #fafafa; padding: 30px 50px 65px 50px; font-size: 1.1em; font-style:italic; text-align:center; font-weight: 500; margin: 0 0 -50px; line-height: 1.6em; box-shadow: 0 0 5px rgba(0, 0, 0, 0.15); }
.depoimento blockquote:before,
.depoimento blockquote:after  { font-family: 'FontAwesome';  content: "\201C"; position: absolute; font-size: 50px; opacity: 0.3; font-style: normal; }
.depoimento blockquote:before { top: 35px; left: 20px; }
.depoimento blockquote:after  { content: "\201D";  right: 20px; bottom: 35px; }
.depoimento .author img {  max-width:100%; height:100px; width:100px; border-radius:50%; margin-bottom:15px; display:inline-block; z-index:1; position:relative; }
.depoimento .author         { margin: 0; text-transform: uppercase; text-align: center; color: #ffffff; }
.depoimento .author h5      {  color:#ffffff; opacity: 0.8; margin: 0; font-family: 'Lato', sans-serif; font-weight: 800;}
.depoimento .author h5 span { font-family: 'Lato', sans-serif; font-weight: 400; text-transform: none; display: block; }

/*Controle da Paginação carrossel*/
.boxSlide       { width:100%; overflow:hidden; margin:auto; }

.bx-wrapper     { float:left; position:relative; margin-bottom:0; padding:0; zoom:1; -ms-touch-action:pan-y; touch-action:pan-y; }
.bx-wrapper img { max-width:100%; display:block; }
.bxslider       { margin:0; padding:0; -webkit-perspective:1000; }
ul.bxslider     { list-style: none; }
.bx-viewport    { margin-bottom:30px; -webkit-transform: translateZ(0); float:left; height:100%!important; /* fix other elements on the page moving (in Chrome) */ }

.bx-wrapper { width:100%!important; float:none; margin:auto; margin-bottom:40px; }
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto  { width:100%; float:left;display: flex; padding:0.3em 0em; }

.bx-wrapper .bx-loading { min-height:50px; height:100%; width:100%; position:absolute; top:0; left:0; z-index:2000; }

.bx-wrapper .bx-pager { text-align:center; font-size:.85em; font-family:Arial; font-weight:bold; color: #666; }
.bx-wrapper .bx-pager.bx-default-pager a { background: #b9b9b9; text-indent: -9999px; display: block; width: 10px; height: 10px; margin: 0 5px; outline: 0; -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%; }
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus { background:#007dfe; }
.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item { display:inline-block; vertical-align:bottom; zoom:1; display:inline; }
.bx-wrapper .bx-pager-item { font-size:0; line-height:0; }

.bx-wrapper .bx-prev { left:10px; background: url('../img/controls.png') no-repeat 0 -32px; }
.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus { background-position: 0 0; }
.bx-wrapper .bx-next { right:10px; background: url('../img/controls.png') no-repeat -43px -32px; }
.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus { background-position: -43px 0; }
.bx-wrapper .bx-controls-direction a { position:absolute; top:50%; margin-top:-16px; outline:0;  width:32px; height:32px; text-indent:-9999px; z-index:1; }
.bx-wrapper .bx-controls-direction a.disabled { display:none;}

.bx-wrapper .bx-controls-auto { text-align:center; }
.bx-wrapper .bx-controls-auto .bx-start { display:block; text-indent:-9999px; width:10px; height:11px; outline:0;  margin:0 3px; }
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus { background-position:-86px 0; }
.bx-wrapper .bx-controls-auto .bx-stop { display:block; text-indent:-9999px; width:9px; height:11px; outline:0;  margin:0 3px; }
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus { background-position:-86px -33px; }

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager { text-align:left; width:80%; }
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto { right:0; width:35px; }

.bx-wrapper .bx-caption       { margin-top:1px;  background-color:#fff; width:100%; float:left; display: block; padding:10px; }
/*Controle da Paginação carrossel*/

/*Faq*/
.section-faq          { padding:10px 0px; background-color:#070F13; }
.section-faq .content { float:center; padding:1em 0; }
.section-faq .title   { width: 100%; float:center; margin-bottom:5px; font-family: 'Lato', sans-serif; font-size:1.8em; font-weight:700; color:#007dfe; padding-bottom:5px; }
.section-faq .row     { width:100%; float:center; }
.section-faq .row .col-left-faq  { width:100%; margin-bottom:25px; }
.section-faq .row .col-right-faq { width:100%; }

.accordion       { width:100%; float:left; position:relative; }
.accordion input { position:absolute; left:0; top:0; height:100%; width:100%; opacity:0; visibility:0; }
.accordion h3    { background:transparent; color:#e2e2e2; font-family: 'Lato', sans-serif; font-size:1.2em; padding:0.8em 0em; border-bottom: 2px #e6e6e6 solid; margin-bottom:10px; position:relative; transition:0.3s; }

.accordion h3:hover      { color:#ffffff;}
.accordion label::before { transform: rotate(0deg); transition: .5s; content: ""; display: inline-block; border: 7px solid transparent; border-left-width: 7px; border-left-style: solid; border-left-color: transparent; border-left: 8px solid #2d2d2d; margin-right: 7px; }
.accordion label         { cursor:pointer; position:relative; display:flex; align-items:center; }
.accordion div.texto     { max-height:0px; overflow: hidden;border-radius: 20px; transition:max-height 0.5s; background-color:#061722; }
.accordion div.texto p   { padding:1em; position: relative; z-index: 1;line-height: 25px; font-family: 'Lato', sans-serif; color:#ffffff;}
.accordion input:checked ~ h3 label::before { transform: rotate(90deg); transition: .5s; border: 7px solid transparent; border-left-width: 7px; border-left-style: solid; border-left-color: transparent; border-left: 8px solid #007dfe; margin-right: 7px; }
.accordion input:checked ~ h3 ~ div.texto   { max-height:200px; }
.accordion a {  color:#ffffff; }

/*Agendamento*/
.section-agendamento          { background-color:#070F13; }
.section-agendamento .content { float:left; padding: 2.5em 0em; }
.section-agendamento .title   { width:100%; float:left; margin-bottom:5px; font-family: 'Lato', sans-serif; font-size:1.8em; text-align:center; font-weight:700; color: #007dfe; padding-bottom:30px; margin-bottom:40px; border-bottom:1px #69cdd5 solid; }
.section-agendamento .texto   { width:100%; float:left; margin-bottom:5px; font-family: 'Lato', sans-serif; font-size:1.2em; line-height:30px; text-align:center; font-weight:400; color:#fff; padding-bottom:10px; margin-bottom:40px; }

.agendamento      { width:100%; float:left; margin-bottom:20px; }
.agendamento i    { width:100%; float:left; color:#ffffff; font-size:5em; margin-bottom: 20px; text-align:center; }
.agendamento p    { width:100%; float:left; color:#ffffff; font-family: 'Lato', sans-serif; font-size:1.3em; margin-bottom: 20px; text-align:center; }
.agendamento span { width:100%; float:left; color:#ffffff; font-family: 'Lato', sans-serif; font-size:1.2em; text-align:center; }


/*FOOTER*/
.footer          { background-color:#001726; color:#ffffff;  font-size:0.875em; font-family: 'Lato', sans-serif; }
.footer .content { padding:3em 0em; }

.colfooter           { width:100%; height:auto; float:left; margin-bottom:0.5em;  }

.titleFooter { width:100%; float:left; font-family: 'Lato', sans-serif; font-weight:700; font-size:1.5em; color:#007dfe; margin-bottom:20px; border-bottom:1px #e3e3e3 solid; padding-bottom:10px; }

/*info*/
.footer-info            { width:100%; float:left; } 
.footer-info .info      { width:100%; float:left; margin-bottom: 20px; }
.footer-info .info span { width:100%; float:left; margin-bottom:10px; color:#007dfe; font-family: 'Lato', sans-serif; font-size:1.2em; font-weight:bold; }
.footer-info .info p    { width:100%; float:left; margin-bottom: 5px; color: #f4f4f4; font-family: 'Lato', sans-serif; font-size:1em; }

/*NEWSLETTER*/
.footer-newsletter .form   { width:100%; float:left;  }
.footer-newsletter p       { width: 100%; float: left; font-family: 'Lato', sans-serif; font-size: 1.3em; margin-bottom: 10px; color:#e2e2e2; }
.footer-newsletter .campo  { width: 100%; height: 45px; float: left; font-family: 'Lato', sans-serif; font-size: 1.2em; border: 3px solid #e2e2e2; border-radius:6px; background: #ffffff; margin-bottom: 15px; outline: none; padding: 5px 10px; color:#2d2d2d; transition:.3s; }
.footer-newsletter .campo:focus { color:#007dfe!important; border:3px solid #007dfe;}

.footer-newsletter .textarea  { width: 100%; height: auto; float: left; font-family: 'Lato', sans-serif; font-size: 1.2em; border: 3px solid #e2e2e2; border-radius:6px; background:#ffffff; margin-bottom: 15px; outline: none; padding: 5px 10px; color:#2d2d2d; resize:none; }
.footer-newsletter .textarea:focus { color:#007dfe!important; border: 3px solid #007dfe;}


.footer-newsletter .btn         { display: block; width: 160px; height:45px; line-height: 30px; padding: 8px 20px; font-family: 'Lato', sans-serif; font-size: 1em; font-weight: bold; text-transform: uppercase; cursor: pointer; color: #ffffff; background: #007dfe; border-radius:6px; border:none; transition: .3s; }
.footer-newsletter .btn:hover   { background: #313131; color: #ffffff}
.footer-newsletter .btn:focus   { box-shadow: none; }


/*COPYRIGHT*/
.copyright { width:100%; float:left;  padding: 1em 0; background-color:#070F13; }

.copyright .content       { padding:1em 0em; }
.copyright .copy-text p   { margin:0; font-size: 1em; font-family: 'Lato', sans-serif; font-weight: 400; color:#ffffff; text-align: center;}
.copyright .copy-text p a       { text-decoration: none; color:#ffffff; }
.copyright .copy-text p a:hover { text-decoration: underline; }

.copyright .col { width: 100%; float:left; margin-bottom: 10px; }

/*FOOTER*/


/*Começa o Responsivo*/

/*480PX BREAKPOINT*/
/*480 dividido por 16 = 30em*/
@media (min-width:30em){
    .fundo,.desk{
    display: none!important;
}
.boxBannerTopo { padding:1em 0; }
.title,h2{font-size:22px!important;}

}

/*600PX BREAKPOINT*/
/*600 dividido por 16 = 37,5em*/
@media (min-width:37em){
    .fundo, .desk{
        display: none!important;
    }

} 

/*768PX BREAKPOINT*/
/*768 dividido por 16 = 48em*/
@media (min-width:48em){
    .fundo,.desk{
        display: none!important;
    }
.section-banner .row .col-left-b  { width:100%; float:left ; }
.section-banner .row .col-right-b { width:56%; float:right; background-color:transparent; padding:0px; border-radius: 0px 0px 0px 0px;}

.section-servicos             { padding:40px 0px; }
.section-servicos .servicos   { width:32%; margin-bottom:0px; margin-right:2%; }
.section-servicos .servicos:nth-of-type(3n+0) { margin-right:0; }

.section-faq .row .col-left-faq  { width:42%; float:left ; margin-bottom:0; }
.section-faq .row .col-right-faq { width:56%; float:right; }

.agendamento { width:48%; margin-right:4% }
.agendamento:nth-of-type(2n+0) { margin-right:0; }

.colfooter                  { width:47%; margin-right:5%; margin-bottom:0; }
.colfooter:nth-of-type(2n+0){ margin-right:0; border-right:0;}

.footer-contact .col                   { width: 50%; padding-bottom:0px; margin-bottom:0px; border-bottom:0; border-right:#353535 1px solid; }
.footer-contact .col:nth-of-type(2n+0) { border-right:0; }

} 

/*960PX BREAKPOINT*/
/*960 dividido por 16 = 60em*/
@media (min-width:60em){
    
    .section-banner          { padding:0px 0px; }
    .section-banner .content { width:80%; padding:0em 0; margin:0 10%; }
    .section-banner .row .col-right-b .title   { margin-bottom:20px; font-size:48px; margin-top:50px; }
    .section-banner .row .col-right-b .txt     { font-size:18px; font-family: 'Lato', sans-serif; margin-bottom:10px; width:100%; float:left; line-height:30px; }
    .section-banner .row .col-left-b  { width:100%; }

    .section-servicos              { padding:30px 0px; }
    .section-servicos .content     { width:80%; padding:1em 0; margin:0 10%; }
    .section-servicos .servicos p  { font-size: 18px; line-height: 30px; }

    .section-depoimentos          { padding:30px 0px; }
    .section-depoimentos .content { width:80%; padding:1em 0; margin:0 10%; }

    .section-faq          { padding:30px 0px; }
    .section-faq .content { width:80%; padding:1em 0; margin:0 10%; }

    .section-agendamento          { padding:30px 0px; }
    .section-agendamento .content { width:80%; padding:1em 0; margin:0 10%; }

}

/*1280PX BREAKPOINT*/
/*1280 dividido por 16 = 80em*/
@media (min-width:80em){
 
   .mobile{display: none;}
    .desk{display: block;}
.section-banner .row .col-left-b  { width:100%; }
.section-banner .row .col-right-b { width:100%; }

.section-faq .row .col-left-faq  { width:36%; }
.section-faq .row .col-right-faq { width:61%; }

.agendamento:nth-of-type(2n+0),
.agendamento { width:23.5%; margin-right:2% }
.agendamento:nth-of-type(4n+0) { margin-right:0; }

h2{ margin-top: 50px!important;}

}

/*1366PX BREAKPOINT*/
/*1366 dividido por 16 = 85,375em*/
@media (min-width:85em){
 .mobile{display: none;}
 .desk{display: block;}
 .content  { width:80%; margin:0 10%; }
 h2{ margin-top: 50px!important;}

} 

/*1600PX BREAKPOINT*/
/*1600 dividido por 16 = 100em*/
@media (min-width:100em){
    .mobile{display: none;}
    .desk{display: block;}
    h2{ margin-top: 50px!important;}

}
/*Fecha o Responsivo*/
