@charset "utf-8";
/* CSS Document */

/* ---------------- RESET ---------------- */
    html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h4, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0;  font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline; } :focus { outline: 0;} a, a:link, a:visited, a:hover, a:active{text-decoration:none} table { border-collapse: separate;border-spacing: 0;} th, td {text-align: left; font-weight: normal;} img, iframe {border: none; text-decoration:none;} ol, ul {list-style: none;} input, textarea, select, button {font-size: 100%;font-family: inherit; margin:0; padding:0;} select {margin: inherit;} hr {margin: 0;padding: 0;border: 0;color: #000;background-color: #000;height: 1px} b { font-weight:700 } img { max-width: 100%; height: auto; } @media \0screen { img { width: auto; /* for ie 8 */ }  }
    html { background:var(--bg-leve); }
    body{ font-family: 'Montserrat', sans-serif; font-size:60%; color:#454547; font-weight:400; letter-spacing: 1.2px; background:var(--bg-leve); height: auto; }
    section {width:100%; position: relative; float:left; }
    .row { position: relative; margin-left: auto; margin-right: auto; margin-top: 0; margin-bottom: 0; max-width: 1260px; display: block;
    overflow: hidden; }
    .scroll-off {overflow: hidden !important;}
    .hide { display: none !important }
/* ---------------- RESET END ---------------- */


/*============== RAIZ 2019 ===============*/
:root {
    --swift: #EEF5F6;     /*   var(--swift)   */
    --cinza: #666666;        /*   var(--cinza)   */
    --azul: #0088BE;        /*   var(--azul)   */
    --azul-leve: #D9F7FF;   /*   var(--azul-leve)   */
    --azul-escuro: #091d3c;   /*   var(--azul-escuro)   */
    --bg-leve: #F8F8F8;     /*   var(--bg-leve)   */
    --preto: #333333;     /*   var(--preto)   */
}
a.new { background: var(--swift); text-transform: uppercase; font-size: 0.95em; font-weight: 500; text-transform: uppercase; border-radius: 4px; color: #FFF !important; padding: 0.9em 1.35em; transition: .3s }
a.new:hover { opacity: .8; }
label.new {background: var(--swift); color: #FFF; font-weight: 700; font-size: 0.95em; color: #FFF; padding: 3px 7px; border-radius: 4px; margin: 1px 0 -1px; }
 .new.simples { color: var(--azul-medio) !important; }
 .new.cancelar { color: var(--cinza) !important; background: transparent; border:1px solid var(--cinza-leve) }
 .new.azul { --swift: var(--azul); }
 .new.amarelo { --swift: var(--amarelo); }
 .new.verde { --swift: var(--verde); }
 .new.vermelho { --swift: var(--vermelho); }
 .new.preto { --swift: var(--preto); }
 .new.big {font-weight: 600; font-size: 1.1em; padding: 1em 2em;}

 
/*============== FLEXBOX 2019 ===============*/
.flex-content { 
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
 }
 .flex-box { position: relative; margin: 26px 15px 15px 15px; flex-basis: auto;  list-style: none }
 .box-1 { flex: 1; }
 .box-2 { flex: 2; }
 .box-3 { flex: 3;  }
.space-between {justify-content: space-between;}
.flex-box .field { border-radius: 7px; height: 50px; padding: 0 15px; border: 1px solid #F2F2F2; color: var(--cinza); font-size: 0.9em; font-weight: 600; width: -webkit-fill-available; }
label.flex-box::before { content: attr(data-content); color: var(--cinza); padding: 0; position: absolute; left: 0; bottom: calc(100% + 12px); line-height: 1; font-size: 0.9em; font-weight: 600; }


form input[type=text] { background: #FFF }
form input[type=text]::placeholder { color: var(--cinza-leve) }
form input:disabled { background: var(--azul-leve) !important; border:0 !important; width: auto !important; color: var(--azul-medio) !important; text-align: center; }
form input:disabled::placeholder { color: var(--azul-medio) !important; }

.flex-box textarea.field { height: 120px; background: #fbfbfb; padding: 15px; }
.flex-box textarea.field.small { height: 70px; padding: 10px 130px 10px 15px;  }
.flex-box textarea.field::placeholder { color: var(--cinza-leve) }
/*============== FLEXBOX 2019 ===============*/


/* ---------------- HEADER DESKTOP ---------------- */ 
header {float: left; width: 100%; height: auto; padding: 2em 0; position: absolute; z-index: 9999; }    
header#desktop { padding: 2em 3%; box-sizing: border-box; } 
header#desktop .left { float: left; margin: 7px 0 0px 0; } 
header#desktop .left h1 { float: left; }
header#desktop .left h1 p { float: left; display: none }

header#desktop .right { float: right; margin: 9px 0 0; }
header#desktop .right a { float: left; margin: 11px 2em 0 0; font-size: 1.3em; color: #FFF; font-weight: 500; cursor: pointer; font-style: italic  }
header#desktop .right a.new { margin: 0 15px 0 0; font-style: normal; font-size: 1.2em;  }


/* ---------------- HEADER FIXO ---------------- */ 
#ancora { width: 100%; height: 1px; background: transparent; position: absolute; top: 580px; left: 0; z-index: 999999  }
header#fixo { height: 0; position: fixed; top: 0; left: 0; padding: 0; z-index: 99999; background:#FFF;  display: block; overflow: hidden; transition: .3s;  padding: 0.5em 0; border-bottom: 1px solid #f5f5f5; top: -84px }
header#fixo.fixo { top: 0; padding:0; height: 62px;  }
header#fixo.active { top: 0; padding:0; height: 62px;  }
header#fixo .left { float: left; margin: 11px 0 0px 2%; } 
header#fixo .left h1 { float: left; }
header#fixo .left h1 p { float: left; display: none }
header#fixo .left h1 img { float: left; width: 122px; }
header#fixo .right { float: right; margin: 13px 0 0; }
header#fixo .right a { float: left; margin: 9px 2em 0 0; font-size: 1.3em; color: var(--azul); font-weight: 500; cursor: pointer; font-style: italic  }
header#fixo .right a.new { margin: 0 15px 0 0; font-style: normal; font-size: 1.2em;  }



/* ---------------- HEADER MOBILE ---------------- */ 
header#mobile { display:none !important; background:#FFF; border-bottom: 1px solid #f5f5f5; position: fixed; z-index: 999999; height: 65px; padding: 0;  }
header#mobile .left { float: left; margin: 11px 0 0px 2%; } 
header#mobile .left h1 { float: left; }
header#mobile .left h1 p { float: left; display: none }
header#mobile .left h1 img { float: left; width: 122px; }
header#mobile .right { margin: 21px 0 0; position: fixed; right: 80px; z-index: 999999; }
header#mobile .right a { float: left; margin: 0 1em 0 0; font-size: 0.87em; color: #4f0385; text-transform: uppercase; cursor: pointer;   }
/* ==== MENU MOBILE ==== */ 
header#mobile .header-fixo {position: absolute; z-index: 99999; top: 0; right: 0; width: 100%; height: auto; }
header#mobile #menu { display:none; }
header#mobile .black { width: 100%; height: 100%; margin: 0; position: fixed; z-index: 1;  background: var(--azul-escuro); }
header#mobile .menu_phone { display:block; position: absolute; top: 0; right: 0; z-index: 999; width: 35px; height: auto; cursor:pointer;  padding:3.3em 2.5em;   }
header#mobile .on-swift { background: none }
header#mobile .off-swift { background: none }
header#mobile .header-fixo #menu { margin: 0; font-size: 2.6em; float: left; width: 350px; height: 100%; background:; position: relative; z-index: 3; }
header#mobile .header-fixo #menu .big { margin: 80px 0; float: left; position: relative;z-index: 3; }
header#mobile .header-fixo #menu .big a { width: 100%; text-align: left; position: relative; z-index: 998; float: left; color: #FFF; margin: 0 0 0 0;padding: 5% 15%; cursor: pointer; border-left: 10px solid transparent; font-weight: 300; }
header#mobile .header-fixo #menu .big a:hover { border-left: 10px solid var(--azul); font-weight: 700   }

/* === ICON MENU HAMBURGUER ANIMATED  === */
header#mobile #nav-toggle span, #nav-toggle span:before, #nav-toggle span:after { cursor: pointer; border-radius: 1px; height: 2px; width: 35px; background: var(--azul); position: absolute; display: block;content: '';  }
header#mobile #nav-toggle span:before { top: -12px; }
header#mobile #nav-toggle span:after { bottom: -12px; }
header#mobile #nav-toggle span, #nav-toggle span:before, #nav-toggle span:after { transition: all 500ms ease-in-out; }
header#mobile #nav-toggle.active span { background-color: transparent;  }
header#mobile #nav-toggle.active span:before, #nav-toggle.active span:after { top: 0; }
header#mobile #nav-toggle.active span:before { transform: rotate(45deg); }
header#mobile #nav-toggle.active span:after { transform: rotate(-45deg); }





/* ---------------- SETOR  ---------------- */
#setor1 { width: 100%; height: 100vh; position: relative; background:#000 ; float: left; z-index: 999}
#setor1 .swiper-slide { background-size: cover !important; background-position: center center !important; }
#setor1 .swiper-slide.bg2 { background: url(../img/bg2.jpg); background-position: top !important; }
#setor1 .swiper-slide.bg3 { background: url(../img/bg3.jpg) fixed; }

#setor1 .swiper-slide::after {content: ''; background: #000; width: 100%; height: 100%; position: absolute; z-index: 1; opacity: .5; }
#setor1 .left { width: 100%; position: absolute; top: 45%; left: 10%; z-index: 2; transform: translate(0,-50%) }
#setor1 .left h2 { text-align: left; float: left; color: #FFF; font-size:6.5em; font-weight: 700; line-height: 1;  margin: 0 0 16px; }
#setor1 .left p { clear: both; text-align: left; float: left; color: var(--azul-leve); font-size: 2em; font-weight: 500;  width: 59%; }

#setor1 .slider-bg { width: 100%; position: relative; float: left; z-index: 1}

#FormFull { position: absolute; z-index: 1000; bottom: 0; right: 0; width: 100%; height: auto; background: var(--azul); }
#FormFull .center { position: relative; float: left;width: 100%; margin: 3% 0 }
#FormFull .center h3 {flex:2;color: #FFF; font-size: 1.8em; font-style: italic; font-weight: 700; text-align: right; margin: 7px 1em 0 0; line-height: 1; }
#FormFull .center h3 span { color: var(--azul-leve); font-size: 0.6em; }

#FormFull .center input.field {flex: 2;font-weight: 500; height: 50px; background: #007DAF; color: #FFF; font-size: 1.2em;  border: 0; border-radius: 4px; margin: 0 1px 1px 0; padding: 0 0 0 2em }
#FormFull .center input.field::placeholder { color: #FFF;  }
#FormFull .center button {flex: 1;  height: 50px; background: #FFF; color: var(--azul);  font-size: 1.4em; text-transform: uppercase; border: 0; font-weight: 500;  border-radius: 4px; margin: 0; padding: 0 2.5em; cursor: pointer; transition: .3s}
#FormFull .center button:hover { opacity: .9}
#FormFull p { float: left; width: 100%; color: #000; opacity: .3; font-size: 1.1em; font-style: italic; font-weight: 600; text-align: center; margin: 1% 0 }




/* ---------------- SETOR  ---------------- */
#setor2 { width: 100%; height: auto; position: relative;  float: left; z-index: 999; display: block; overflow: hidden;}
#setor2 .row { overflow: initial !important }

#setor2 h2 { width: 100%; text-align: center; float: left; color: var(--preto); font-size: 3em; padding: 2em 0; font-weight: 700; line-height: 1.2;   font-style: italic; }

#setor2 ul { width: 100%; float: left; margin-top: -50px; }
#setor2 ul li {width: 60%; float: left; position: relative; display: block  }
#setor2 ul li:last-child { width: 30%; margin: 170px 5% 0 }
#setor2 ul.invert li:first-child { float: right; }

#setor2 ul li h3 { width: 100%; float: left; color: var(--azul); font-size: 2em; font-weight: 700; margin: 0 0 15px; }
#setor2 ul li p { width: 100%; float: left; color: var(--cinza); font-size: 1.4em; font-weight: 400; line-height: 1.5; }

#setor2 ul li img { max-width: 1000px !important; float: right; }
#setor2 ul.invert li img { float: left; }






/* ---------------- SETOR  ---------------- */
#setor3 { width: 100%; position: relative; color: #FFF; float: left; z-index: 999;  }
#setor3 ul { width: 80%; height: 500px; float: right; background-image: linear-gradient(to right,#22B1E9 ,#0088BE); position: relative; }
#setor3 ul li img.hand { left: -243px; position: absolute; top: -84px;}
#setor3 div {width: 50%;box-sizing: content-box; padding: 0 0 0 22.5%;    position: absolute; top: 50%; transform: translate(0,-50%); }
#setor3 div h2 {  text-align: left; float: left; color: #FFF; font-size: 3em; padding: 0; font-weight: 700; line-height: 1.2;   font-style: italic; }
#setor3 div p { width: 100%; text-align: left; float: left; color: #FFF; font-size: 1.4em; padding: 2em 0; font-weight: 400; line-height: 1.6;   font-style: italic; }
#setor3 div p.excep { text-align: left; float: left; color: #AEE6F6; font-size: 1.0em; padding: 0 0 1em; font-weight: 700; font-style: normal; }
#setor3 div a {  float: left; margin: 0 15px 0 0; transition: .3s  }
#setor3 div a:hover { opacity: .75; }



/* ---------------- SETOR  ---------------- */
#setor4 { width: 100%; height: auto; position: relative; background:; color: #FFF; float: left; z-index: 999; font-size: 110%; padding: 0 0 5% }
#setor4 h2 { width: 100%; text-align: center; float: left; color: var(--preto); font-size: 3em; padding: 2em 0; font-weight: 700; line-height: 1.2;   font-style: italic; }
#setor4 .slider2 {  width: 100%; float: left; position: relative; }
#setor4 .swiper-slide { padding: 0 3%; box-sizing: border-box }
#setor4 .swiper-slide figure { width: 100%; float: left; text-align: center }
#setor4 .swiper-slide h3 { width: 100%; float: left; text-align: center; font-size: 1.5em; color:var(--azul); font-weight: 700; padding: 1em 0; }
#setor4 .swiper-slide p { width: 100%; float: left; text-align: center; font-size: 1.1em; color:var(--cinza); font-weight: 400; line-height:1.6 }


/* ---------------- SETOR  ---------------- */
#setor5 { width: 100%; height: auto; position: relative; background:var(--azul); color: #FFF; float: left; z-index: 999; font-size: 110%; padding: 0 0 3em }
#setor5 h2 { width: 100%; text-align: center; float: left; color: var(--azul-leve); font-size: 2em; padding: 3em 0 2em; font-weight: 700; line-height: 1.2;   font-style: italic; }

#setor5 ul {  width: 100%; float: left; background: ; color: #FFF; }
#setor5 ul li {  width: 33.333%; float: left; text-align: center; }
#setor5 ul li h3 {  width: 100%; float: left; font-size: 4.2em; font-weight: 700; }
#setor5 ul li p {  width: 100%; float: left; font-size: 1em; font-weight: 400; color: var(--azul-leve); opacity: .8; }






/* ---------------- CONTATO  ---------------- */
#setor4.contato {padding: 45px 0 0;}
#setor4.contato h2 p { font-size: 0.5em; font-weight: 400; }
#setor4.contato .swiper-slide.carousel { width: 33.333%; }

#setor4.contato form { width: 100%; float: left; margin: 5% 0;}
#setor4.contato form h2 {     font-size: 1.85em;}
#setor4.contato form button {flex: 1;  height: 50px; background:var(--azul); color: #FFF;   font-size: 1.4em; text-transform: uppercase; border: 0; font-weight: 500;  border-radius: 4px; margin: 2em 0 1em; padding: 0 2.5em; cursor: pointer; transition: .3s; position: relative;    left: 50%;    transform: translate(-50%,0);}
#setor4.contato form button:hover { opacity: .9}
#setor4.contato form p { float: left; width: 100%; color: #000; opacity: .3; font-size: 0.8em; font-style: italic; font-weight: 600; text-align: center; margin: 1% 0 }

#setor4.contato .contato-icons { display: flex; justify-content: center;  width: 100%; text-align: center; }
#setor4.contato .contato-icons .item { padding: 0 3%; box-sizing: border-box }
#setor4.contato .contato-icons .item h3 { width: 100%; float: left; text-align: center; font-size: 1.5em; color:var(--azul); font-weight: 700; padding: 1em 0; }
#setor4.contato .contato-icons .item p { width: 100%; float: left; text-align: center; font-size: 1.1em; color:var(--cinza); font-weight: 400; line-height:1.6 }


/* ---------------- FOOTER  ---------------- */
footer { width: 100%; height: auto; padding: 0; position: relative; background: var(--azul); color: #FFF; float: left; z-index: 999}
footer .row { overflow: initial !important }

footer #FormFull { position: relative; }

footer ul.funcionalidades { padding: 2% 0 6%  }
footer ul.funcionalidades li { width: 16.666%; float: left; padding: 0 2%;
    box-sizing: border-box;  }
footer ul.funcionalidades h3 { width: 100%; float: left; text-align: center; font-size: 2em; padding: 0 0 3em 0; font-weight: 700; line-height: 1.2;    color: var(--azul-leve); }
footer ul.funcionalidades h4 { width: 100%; float: left; font-size: 1.2em; padding: 0 0 12px 0; font-weight: 700; line-height: 1.2;  color: var(--azul-leve);   }
footer ul.funcionalidades p { width: 100%; float: left; font-size: 1em; font-weight: 400; line-height: 1.5; padding: 0 0 7px;   position: relative;   }
footer ul.funcionalidades p::before { content: '•'; float: left; position: absolute; left: -10px   }



footer ul { width: 100%; float: left; }
footer ul li { width: 40%; float: left; }
footer ul li div { float: left; padding: 0 5% 0 0  }
footer ul li div.sociais a img { margin: 7px 7px 0 0 }
footer ul li.start { margin: 15px 0 0  }

footer ul li.end { width: 60% }
footer ul li.end div { float: right; padding: 0 0 0 5% }
footer ul li.end p { clear:both; float: left; font-size: 1.3em; color:var(--azul-leve); font-weight: 400; line-height:1.6  }
footer ul li.end h4 { clear:both; float: left; font-size: 4em; color:#FFF; font-weight: 700; line-height:1.6  }

footer ul.text { opacity: .5; padding: 2% 0 }
footer ul.text .center { padding: 2% 0 0; text-align: center }










/* ---------------- MODALS  ---------------- */
#modals { width: 100%; height: 100%; position: fixed; top: 0; right: 0; padding: 0; overflow: auto; display: block; float: left; z-index: 9999999; transition:.3s; transition-timing-function: cubic-bezier(0.09, 1.15, 0.54, 1.03)}
#modals.off { width: 0 !important }
#modals .row { width: 80%; margin: 0 10%; }

#modals .box { width: 520px; margin: 0; z-index: 8; background: #FFF; float: left; transition: .3s; position: relative; left: 50%; top: 50%; transform: translate(-50%,-50%); border-radius: 7px; z-index: 2; padding: 80px 0; border: 2px solid #EDF4F6; box-sizing: border-box; }
#modals .box .close { font-size: 1.6em; font-weight: 500; position: absolute; top:-2px; right: -2px; cursor: pointer; color: #FFF; background:var(--azul); padding: 8px 0 0 2px; text-align: center; box-sizing: border-box; width: 40px; height: 40px; border: 2px solid #EDF4F6; border-radius: 0 7px 0 7px;  transition:.3s; }
#modals .box .close:hover { background:#3DBEC7 }

#modals .box .top { width: 100%; float: left; }
#modals .box .top h3 { width: 100%; text-align: center; color: var(--azul); font-size: 2.6em; font-weight: 700; float: left; margin: 0 0 30px }
#modals .box .top p { width: 100%; text-align: center; color: var(--cinza); font-size: 1.2em; text-align: center; font-weight: 400; float: left; margin: 0 0 0 }

#modals .box form { width: 80%; float: left; margin: 0 10%;  }
#modals .box form label { width: 100%; float: left; position: relative}
#modals .box form label input { width: 100%; box-sizing: border-box; padding: 0 60px 0 20px; height: 53px; float: left; background:#FFF; border: 3px solid #EDF4F6; margin: 0 0 20px 0; color: var(--azul) !important; font-size: 1.4em; font-weight: 700; border-radius: 4px }
#modals .box form label.success input { border: 3px solid #b6eab8; }
#modals .box form label.erro input { border: 3px solid #fcc0c0; }
#modals .box form label input::placeholder { color: var(--azul);  }

#modals .box form label img { width: 24px; position: absolute; top: 3px; right: 20px;  }
#modals .box form label img.user { top: 10px; }
#modals .box form label img.email { top: 18px; }
#modals .box form label img.senha { top: 14px; }

#modals .box form .new { float: left; font-size: 1.3em; position: relative; left: 50%; transform: translate(-50%)}
#modals .box form .forgot { color:#2DA1D2; font-weight: 400; margin: 30px 0 0; font-size: 1.3em; text-align: center; width: 100%; float: left; text-decoration: underline; cursor: pointer }
#modals .box form .forgot:hover { text-decoration: none; }

#modals .box form p { color:#666; font-weight: 400; margin: 0 0 20px; font-size: 1.3em; text-align: center; width: 100%; float: left; cursor: pointer }
#modals .box form p .forgot { font-size: 1.0em; float: none; margin: 0 }

#modals .box .content { width: 100%; height: 350px; display: block; overflow: auto;  float: left; font-size: 1.1em; line-height: 1.5; padding: 0 20px 0 0; box-sizing: border-box; }
#modals .box .content h4 { float:left; clear:both; margin:0 0 20px; font-size: 1.4em; font-weight: 700 }
#modals .box .content p { float:left; clear:both; margin:0 0 20px; font-weight: 400 }
#modals .box .content p b { font-size: 1.2em; font-weight: 700 }


#modals .on { display: block }
#modals .off { display: none }
#modals .black { width: 100%; height: 100%; background: black; position: fixed; opacity: 0.6; top: 0; left: 0; z-index: 1 }



