@import url('fontes.css');

body, html {
  font-family: 'Montserrat-Regular';
  overflow-x: hidden;
  font-size: 17px;
  color: #6f7a75;
}

@media (min-width:1200px) {
  .container {
   /*max-width: 1300px !important;*/
  }
}

a:hover {text-decoration: none !important;}
.center {text-align: center;}
.right {text-align: right;}
.mobile  {display: none;}
.vertical {margin: auto 0;}
.imgtotal img {width: 100%}
.float_right {float: right;}
.nopadding-left {padding-left: 0;}
.nopadding-right {padding-right: 0;}
#iraotopo {position: fixed;bottom: 40px;right: 30px;z-index: 9999;width: 32px;height: 32px;text-align: center;background: #0f2b41;cursor: pointer;border: 0;border-radius: 50%;text-decoration: none;transition: opacity 0.2s ease-out;opacity: 0;}
#iraotopo:hover {background: #4ab9b5;}
#iraotopo.show {opacity: 1;}
textarea:focus, input:focus, select:focus {box-shadow: 0 0 0 0;border: 0 none;outline: 0;}

/* HEADER */
header .barra {
  background: #47b9be;
  padding: 1px 0 5px;
}
header .barra a {
  color: #fff;
  padding: 0 20px;
  font-size: 14px;
}
header .barra a:hover {
  color: #eaeaea;
  border-radius: 5px;
}
header #menuHeader {
  padding: 30px 0;
  background: #fff;
}
header .menu a {
  color: #626262;
  display: inline-block;
  padding: 10px 20px;
  font-size: 15px;
  font-family: 'Montserrat-Light';
}
header .menu a:hover {
  color: #fff;
  background: #47b9be;
  border-radius: 5px;
}

/* HEADER FIXO */
header #menuHeader.menu-fixo {
  position: fixed;
  z-index: 10;
  width: 100%;
  transition: all 0.3s ease 0s;
  margin-top: -34px;
  padding: 10px;
}
header #menuHeader.menu-fixo img {
  width: 130px;
}
header #menuHeader.menu-fixo {
  font-size: 14px;
}

/* BANNER HOME */
.banner {
  position: relative;
  width: 100%;
  height: 600px;
  overflow: hidden;
}
.banner.interno {
  position: relative;
  width: 100%;
  height: 350px;
  overflow: hidden;
}
.banner video,.banner.interno video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner::after,.banner.interno::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(1, 10, 11, 0.70) 0%, rgba(14, 120, 125, 0.7) 100%);
}
.banner .manifesto {
  position: absolute;
  z-index: 1;
  top: 40%;
  background: transparent;
  font-size: 25px;
  color: #fff;
  padding: 20px 40px;
  outline: #47B2BE solid 0;
  text-transform: uppercase;
  width: 100%;
  right: 0;
}
.banner .manifesto strong {
  font-size: 15px;
}
.banner .manifesto:hover > strong {
  background: #002a40;
  padding: 10px;
  border-radius: 10px;
  outline: #47B2BE dashed 1px;
}
#manifesto .modal-content .close {
  position: absolute;
  right: -40px;
  color: #fff;
  opacity: 1;
  background: #47B2BE;
  width: 30px;
  border-radius: 30px;
  height: 30px;
  top: -20px;
}

/* VIDEO HOME */
.videoHome {
  background: #47b9be;
  padding: 100px 0;
}
.videoHome video {
  width: 100%;
}

/* NUMEROS HOME */
.numeros {
  margin: 70px 0;
}
.numeros .margin {
  margin-bottom: 40px;
}
.numeros .box {
  padding: 10px 20px;
  border: 1px solid #40bfc5;
  border-radius: 30px;
  font-size: 17px;
}
.numeros .box img {
  margin: 10px 0 15px;
}
.numeros .box p {
  margin: 0;
  color: #40bfc5;
  line-height: 22px;
  font-size: 15px;
}
.numeros .box strong {
  margin: 20px 0 15px;
  color: #002a40;
  font-family: 'Montserrat-Bold';
  font-size: 35px;
  display: block;
}
.numeros .box strong span {
  color: #002a40;
  font-family: 'Montserrat-Light';
  font-size: 20px;
}
.numeros .estado {
  margin-top: 90px;

}
.numeros .estado .box strong {
  margin: 15px 0;
}
.numeros .estado img {
  margin-top: -60px;
  background: #fff;
  padding: 0 30px;
}

/* MODELOS HOME */
.modelos {
  margin: 90px 0 70px;
}
.modelos h2 {
  color: #40bfc5;
  font-size: 35px;
  font-family: 'Montserrat-Bold';
}
.modelos h2::after {
  content: "";
  position: absolute;
  top: calc(50% - 3px);
  left: 15px;
  width: 33%;
  height: 3px;
  background: #B9B9B9;
}
.modelos h2::before {
  content: "";
  position: absolute;
  top: calc(50% - 3px);
  right: 15px;
  width: 33%;
  height: 3px;
  background: #B9B9B9;
}
.modelos .box {
  margin-top: 50px;
  font-family: 'Montserrat-ExtraLight';
}
.modelos .box.paddingright {
  padding-right: 10px;
}
.modelos .box img {
  float: left;
  padding: 0 20px 50px 0;
}
.modelos .box h3 {
  color: #0f2b41;
  font-family: 'Montserrat-Bold';
  font-size: 19px;
  text-transform: uppercase;
  margin-bottom: 5px;
}

/* BOXES - SOBRE - PERFIL - FP SERVIÇOS */
.boxsobre {
  background: #40bfc5;
  color: #0f2b41;
}
.boxsobre .left-column {
  padding-left: 0;
}
.boxsobre .right-column {
  padding-right: 220px;
}
.boxsobre h2 {
  font-family: 'Montserrat-Bold';
  color: #0f2b41;
  font-size: 35px;
  margin: 0;
}
.boxsobre h3 {
  color: #fff;
  font-size: 23px;
  margin-bottom: 50px;
}
.boxperfil {
  background: #40bfc5;
  color: #fff;
}
.boxperfil .left-column {
  padding-left: 0;
}
.boxperfil .right-column {
  padding-right: 220px;
}
.boxperfil h2 {
  color: #fff;
  font-size: 35px;
  font-family: 'Montserrat-Bold';
  margin-bottom: 20px;
}
.boxperfil h3 {
  color: #0f2b41;
  font-size: 20px;
  font-family: 'Montserrat-Bold';
  margin-top: 40px;
}
.boxfpservice {
  background: #173e5e;
  color: #fff;
}
.boxfpservice .left-column {
  padding-left: 0;
}
.boxfpservice .right-column {
  padding-right: 220px;
}
.boxfpservice h2 {
  font-family: 'Montserrat-Bold';
  color: #40bfc5;
  font-size: 35px;
  margin-bottom: 50px;
}

/* SOBRE */
.sobre {
  margin: 50px 0;
}
.sobre h2 {
  color: #0f2b41;
  font-size: 40px;
  font-family: 'Montserrat-Bold';
}
.sobre h3 {
  color: #40bfc5;
  font-size: 28px;
  margin-bottom: 60px;
}
.sobre video {
  width: 100%;
}
.sobre_final h2 {
  color: #0f2b41;
  font-size: 25px;
  margin-bottom: 40px;
}
.sobre_final h3 a {
  color: #40bfc5;
  font-size: 20px;
  margin-bottom: 50px;
}
.sobre_final h3 a:hover {
  color: #0f2b41;
  border: 1px solid #0f2b41;
}

/* PERFIL */
.perfil {
  margin: 50px 0;
}
.perfil .margin {
  margin-top: 80px;
}
.perfil img {
  width: 100%;
}
.perfil h2 {
  color: #40bfc5;
  font-size: 30px;
  font-family: 'Montserrat-SemiBold';
}
.perfi_valores {
  margin: 50px 0;
}
.perfi_valores h2 {
  color: #40bfc5;
  font-size: 40px;
  font-family: 'Montserrat-SemiBold';
  margin-bottom: 35px;
}
.perfi_valores .col-lg-3 {
  max-width: 20%;
}
.perfi_valores img {
  margin-bottom: 20px;
}
.perfi_estrategias {
  margin: 80px 0 50px;
}
.perfi_estrategias .box {
  border: 1px solid #B9B9B9;
  border-radius: 20px;
}
.perfi_estrategias h2 {
  font-family: 'Montserrat-SemiBold';
  top: -24px;
  background: #fff;
  color: #40bfc5;
  display: inline-block;
  position: relative;
  padding: 0 30px;
  margin: 0;
}
.perfi_estrategias h3 {
  font-family: 'Unimed_Sans_Light';
  color: #40bfc5;
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.perfi_estrategias h4 {
  color: #0f2b41;
  font-size: 20px;
  font-family: 'Montserrat-SemiBold';
}
.perfi_estrategias .line {
  display: block;
  background: #40bfc5;
  height: 1px;
  margin: 40px 50px;
}
.perfi_estrategias .line_final {
  display: block;
  margin: 40px 0;
}

/* ESTRUTURA */
.estrutura {
  margin: 50px 0;
}

/* PORTOFLIO */
.portfolio {
  margin: 50px 0;
}
.portfolio_investidas {
  background: #0f2b41;
  padding: 60px 0 80px;
}
.portfolio_investidas h2 {
  color: #40bfc5;
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 50px;
}
.portfolio_investidas img {
  margin-bottom: 15px;
}
.portfolio_investidas p {
  background: #00466c;
  color: #fff;
  font-size: 12px;
  font-family: 'Montserrat-ExtraLight';
  margin: 0;
  padding: 10px;
  border-radius: 10px;
}
.portfolio_investidas .swiper-button-prev {
  background-image: url("../images/arrows-left-portfolio.png") !important;
  left: -60px !important;
  background-repeat: no-repeat !important;
  width: 45px !important;
  height: 125px !important;
  margin-top: -20px;
  color: transparent;
}
.portfolio_investidas .swiper-button-next {
  background-image: url("../images/arrows-right-portfolio.png") !important;
  right: -60px !important;
  background-repeat: no-repeat !important;
  width: 45px !important;
  height: 125px !important;
  margin-top: -20px;
  color: transparent;
}
.portfolio_aceleradas .swiper-button-prev {
  background-image: url("../images/arrows-left-portfolio2.png") !important;
  left: -60px !important;
  background-repeat: no-repeat !important;
  width: 45px !important;
  height: 125px !important;
  margin-top: -20px;
  color: transparent;
}
.portfolio_aceleradas .swiper-button-next {
  background-image: url("../images/arrows-right-portfolio2.png") !important;
  right: -60px !important;
  background-repeat: no-repeat !important;
  width: 45px !important;
  height: 125px !important;
  margin-top: -20px;
  color: transparent;
}
.portfolio_aceleradas {
  background: #40bfc5;
  padding: 60px 0 80px;
}
.portfolio_aceleradas h2 {
  color: #00466c;
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 50px;
}

/* FP SERVIÇOS */
.fpservice {
  margin: 50px 0;
}
.fpservice .col-lg-3 {
  max-width: 20%;
  color: #00466c;
  margin-bottom: 50px;
}
.fpservice h2 {
  color: #0f2b41;
  font-size: 20px;
  margin-bottom: 70px;
}
.fpservice img {
  margin-bottom: 15px;
}
.fpservicebotao {
  margin: 100px 0;
  text-align: center;
}
.fpservicebotao .btn {
  background: #40bfc5;
  color: #fff;
  text-transform: uppercase;
}

/* LOGIN */
.login {
  margin: 50px 0;
}
.login h3 {
  color: #40bfc5;
  font-size: 25px;
  margin-bottom: 20px;
}
.login a {
  border: 1px solid #00466c;
  color: #00466c;
}
.login a:hover {
  background: #40bfc5;
  color: #fff;
}

/* CONTATO */
.faleconosco {
  margin: 70px 0;
}
.faleconosco h2 {
  color: #40bfc5;
  font-size: 30px;
  font-family: 'Montserrat-Medium';
}
.faleconosco form {
  border: 1px solid #d2d2d2;
  border-radius: 10px;
  padding: 20px 30px;
  margin-top: 30px;
  font-size: 16px;
  box-shadow: 10px 10px 0px -1px rgba(0,0,0,0.15);
}

/* FOOTER */
footer {
  background: #0f2b41;
  padding-top: 50px;
}
footer a strong {
  color: #4ab9b5;
  display: block;
  padding: 5px 0;
}
footer a {
  color: #fff;
  display: block;
  padding: 5px 0;
}
footer a strong:hover {
  color: #fff;
}
footer a:hover {
  color: #4ab9b5;
}
footer img {
  border: 1px solid #fff;
  border-radius: 10px;
}
footer .creditos {
  margin-top: 50px;
  background: #fff;
  padding: 25px 0;
  font-size: 15px;
  color: #4ab9b5;
}

/* FORMULÁRIOS */
.faleconosco select.form-control:not([size]):not([multiple]) {
  height: calc(3rem + 2px);
}
.btn_enviar_mail {
  background: #4ab9b5;
  border: 1px solid #4ab9b5;
  color: #fff;
  border-radius: 10px;
  padding: 8px;
  width: 100%;
}
.btn_enviar_mail:hover {
  background: transparent;
  border: 1px solid #002a40;
  color: #002a40;
}
:root {
  --input-padding-x: .75rem;
  --input-padding-y: .75rem;
}
.form-label-group {
  position: relative;
  margin-bottom: 1rem;
}
.form-label-group > input,.form-label-group > textarea,.form-label-group > label {
  padding: var(--input-padding-y) var(--input-padding-x);
}
.form-control {
  border-radius: 0.3rem;
  height: calc(3.25rem + 2px);
  padding-top: 30px !important;
}
.form-label-group > select {
  font-size: 14px;
}
.form-label-group > label {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  font-size: 15px;
  width: 100%;
  margin-bottom: 0;
  line-height: 2;
  color: #373a36;
  border: 1px solid transparent;
  border-radius: 0.6rem;
  transition: all .1s ease-in-out;
}
.form-label-group input::-webkit-input-placeholder,.form-label-group textarea::-webkit-input-placeholder {
  color: transparent;
}
.form-label-group input:-ms-input-placeholder,.form-label-group textarea:-ms-input-placeholder {
  color: transparent;
}
.form-label-group input::-ms-input-placeholder,.form-label-group textarea::-ms-input-placeholder {
  color: transparent;
}
.form-label-group input::-moz-placeholder,.form-label-group textarea::-moz-placeholder {
  color: transparent;
}
.form-label-group input::placeholder,.form-label-group textarea::placeholder {
  color: transparent;
}
.form-label-group input:not(:placeholder-shown) {
  padding-top: calc(var(--input-padding-y) + var(--input-padding-y) * (2 / 3));
  padding-bottom: calc(var(--input-padding-y) / 3);
}
.form-label-group input:not(:placeholder-shown) ~ label {
  padding-top: calc(var(--input-padding-y) / 3);
  padding-bottom: calc(var(--input-padding-y) / 3);
  font-size: 12px;
  color: #373a36;
}
.form-label-group textarea:not(:placeholder-shown) {
  padding-top: calc(var(--input-padding-y) + var(--input-padding-y) * (2 / 3));
  padding-bottom: calc(var(--input-padding-y) / 3);
}
.form-label-group textarea:not(:placeholder-shown) ~ label {
  padding-top: calc(var(--input-padding-y) / 3);
  padding-bottom: calc(var(--input-padding-y) / 3);
  font-size: 12px;
  color: #373a36;
}

/* Fallback for Edge
-------------------------------------------------- */
@supports (-ms-ime-align: auto) {
  .form-label-group > label {
  display: none;
  }
  .form-label-group input::-ms-input-placeholder,.form-label-group textarea::-ms-input-placeholder {
  color: #373a36;
  }
}

/* Fallback for IE
-------------------------------------------------- */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .form-label-group > label {
  display: none;
  }
  .form-label-group input:-ms-input-placeholder,.form-label-group textarea:-ms-input-placeholder {
  color: #373a36;
  }
}