/*-----------------------------------------------------------------------------------

    Template Name: Core - Business Website Template
    Template URI: uideck.com
    Author: UIdeck
    Author URI: https://uideck.com/
    Support: https://uideck.com/support/
    Version: 1.0


-----------------------------------------------------------------------------------

    CSS INDEX
    ===================

    01. Theme default CSS
	02. Header
    03. Hero
	04. Footer

-----------------------------------------------------------------------------------*/
/*===========================
      01.COMMON css 
===========================*/
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700|Open+Sans:400,600,700&display=swap");
body {
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #0e5d88;
  overflow-x: hidden; }

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

img {
  max-width: 100%; }

a:focus,
input:focus,
textarea:focus,
button:focus {
  text-decoration: none;
  outline: none; }

a:focus,
a:hover {
  text-decoration: none; }

i,
span,
a {
  display: inline-block; }

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #0e5d88;
  margin: 0px; }

h1 {
  font-size: 48px; }

h2 {
  font-size: 36px; }

h3 {
  font-size: 28px; }

h4 {
  font-size: 22px; }

h5 {
  font-size: 18px; }

h6 {
  font-size: 16px; }

ul,
ol {
  margin: 0px;
  padding: 0px;
  list-style-type: none; }

p {
  font-size: 19px;
  font-weight: 600;
  line-height: 24px;
  color: #0e5d88;
  margin: 0px; }

.bg_cover {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%; }


.cor-azul{
  color: #0e5d88 !important;
}

.cor-vermelho{
  color: #be1522 !important;
}

.cor-cinza{
  color: #7b7b7b !important;
}
/*===== All Button Style =====*/
.main-btn {
  display: inline-block;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 0;
  padding: 0 15px;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  border-radius: 50px;
  color: #fff;
  cursor: pointer;
  z-index: 5;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  background: -webkit-linear-gradient(left, #b90103 0%, #c7003c 50%, #b90103 100%);
  background: -o-linear-gradient(left, #b90103 0%, #c7003c 50%, #b90103 100%);
  background: linear-gradient(to right, #b90103 0%, #c7003c 50%, #b90103 100%);
  background-size: 200%;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(112, 112, 112, 0.44);
  -moz-box-shadow: 0px 3px 6px 0px rgba(112, 112, 112, 0.44);
  box-shadow: 0px 3px 6px 0px rgba(112, 112, 112, 0.44); }
  .main-btn:hover {
    color: #fff;
    background-position: right center;
    -webkit-box-shadow: 0px 3px 26px 0px rgba(112, 112, 112, 0.34);
    -moz-box-shadow: 0px 3px 26px 0px rgba(112, 112, 112, 0.34);
    box-shadow: 0px 3px 26px 0px rgba(112, 112, 112, 0.34); }
  .main-btn.main-btn-2 {
    background: none;
    color: #0e5d88;
    line-height: 50px;
    border: 2px solid #0e5d88;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
    .main-btn.main-btn-2:hover {
      background-color: rgba(100, 111, 135, 0.4); }


  .scroll::-webkit-scrollbar-track{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
  }
  .scroll::-webkit-scrollbar{
    width: 10px;
    background-color: #F5F5F5;
  }
  .scroll::-webkit-scrollbar-thumb{
    background-color: #be1522;  
    background-image: -webkit-linear-gradient(45deg,
                                              rgba(255, 255, 255, .2) 25%,
                          transparent 25%,
                          transparent 50%,
                          rgba(255, 255, 255, .2) 50%,
                          rgba(255, 255, 255, .2) 75%,
                          transparent 75%,
                          transparent)
  }

/*===== All Slick Slide Outline Style =====*/
.slick-slide {
  outline: 0; }

/*===== All Amimation Style =====*/
.animation1 {
  -webkit-animation: rotate3d 7s linear infinite;
  -moz-animation: rotate3d 7s linear infinite;
  -o-animation: rotate3d 7s linear infinite;
  animation: rotate3d 7s linear infinite; }

.animation2 {
  -webkit-animation: rotate 8s linear infinite;
  -moz-animation: rotate 8s linear infinite;
  -o-animation: rotate 8s linear infinite;
  animation: rotate 8s linear infinite; }

.animation3 {
  -webkit-animation: scale 2s linear infinite;
  -moz-animation: scale 2s linear infinite;
  -o-animation: scale 2s linear infinite;
  animation: scale 2s linear infinite; }

@keyframes rotate3d {
  0% {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg); }
  100% {
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    transform: rotateY(360deg); } }
@-webkit-keyframes rotate3d {
  0% {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg); }
  100% {
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    transform: rotateY(360deg); } }
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes scale {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
/*===== All Section Title Style =====*/
.section-title .sub-title {
  font-size: 24px;
  font-weight: 600;
  color: #b90103; }
  @media (max-width: 767px) {
    .section-title .sub-title {
      font-size: 20px; } }
.section-title .title {
  font-size: 35px;
  font-weight: 500;
  /*margin-top: 20px;*/ }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .section-title .title {
      font-size: 32px; } }
  @media (max-width: 767px) {
    .section-title .title {
      font-size: 22px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .section-title .title {
      font-size: 28px; } }
  .section-title .title span {
    font-weight: 700;
    display: contents; }
  @media (max-width: 767px) {
    .section-title .title br {
      display: none; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .section-title .title br {
      display: inline-block; } }

/*===== All Preloader Style =====*/
  .preloader {
    /* Body Overlay */
    position: fixed;
    top: 0;
    left: 0;
    display: table;
    height: 100%;
    width: 100%;
    /* Change Background Color */
    background: #fff;
    z-index: 99999;
  }
    .preloader .loader {
      display: table-cell;
      vertical-align: middle;
      text-align: center;
    }
      .preloader .loader .ytp-spinner {
        position: absolute;
        left: 50%;
        top: 50%;
        width: 64px;
        margin-left: -32px;
        z-index: 18;
        pointer-events: none;
      }
        .preloader .loader .ytp-spinner .ytp-spinner-container {
          pointer-events: none;
          position: absolute;
          width: 100%;
          padding-bottom: 100%;
          top: 50%;
          left: 50%;
          margin-top: -50%;
          margin-left: -50%;
          -webkit-animation: ytp-spinner-linspin 1568.23529647ms linear infinite;
          -moz-animation: ytp-spinner-linspin 1568.23529647ms linear infinite;
          -o-animation: ytp-spinner-linspin 1568.23529647ms linear infinite;
          animation: ytp-spinner-linspin 1568.23529647ms linear infinite;
        }
          .preloader .loader .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator {
            position: absolute;
            width: 100%;
            height: 100%;
            -webkit-animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
            -moz-animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
            -o-animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
            animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
          }
            .preloader .loader .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator .ytp-spinner-left {
              position: absolute;
              top: 0;
              left: 0;
              bottom: 0;
              overflow: hidden;
              right: 50%;
            }
            .preloader .loader .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator .ytp-spinner-right {
              position: absolute;
              top: 0;
              right: 0;
              bottom: 0;
              overflow: hidden;
              left: 50%;
            }
      .preloader .loader .ytp-spinner-circle {
        box-sizing: border-box;
        position: absolute;
        width: 200%;
        height: 100%;
        border-style: solid;
        /* Spinner Color */
        border-color: #b90103 #b90103 #0e5d88;
        border-radius: 50%;
        border-width: 6px;
      }
      .preloader .loader .ytp-spinner-left .ytp-spinner-circle {
        left: 0;
        right: -100%;
        border-right-color: #0e5d88;
        -webkit-animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
        -moz-animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
        -o-animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
        animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
      }
      .preloader .loader .ytp-spinner-right .ytp-spinner-circle {
        left: -100%;
        right: 0;
        border-left-color: #0e5d88;
        -webkit-animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
        -moz-animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
        -o-animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
        animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
      }

/* Preloader Animations */
@-webkit-keyframes ytp-spinner-linspin {
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes ytp-spinner-linspin {
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-webkit-keyframes ytp-spinner-easespin {
  12.5% {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg); }
  25% {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg); }
  37.5% {
    -webkit-transform: rotate(405deg);
    -moz-transform: rotate(405deg);
    -ms-transform: rotate(405deg);
    -o-transform: rotate(405deg);
    transform: rotate(405deg); }
  50% {
    -webkit-transform: rotate(540deg);
    -moz-transform: rotate(540deg);
    -ms-transform: rotate(540deg);
    -o-transform: rotate(540deg);
    transform: rotate(540deg); }
  62.5% {
    -webkit-transform: rotate(675deg);
    -moz-transform: rotate(675deg);
    -ms-transform: rotate(675deg);
    -o-transform: rotate(675deg);
    transform: rotate(675deg); }
  75% {
    -webkit-transform: rotate(810deg);
    -moz-transform: rotate(810deg);
    -ms-transform: rotate(810deg);
    -o-transform: rotate(810deg);
    transform: rotate(810deg); }
  87.5% {
    -webkit-transform: rotate(945deg);
    -moz-transform: rotate(945deg);
    -ms-transform: rotate(945deg);
    -o-transform: rotate(945deg);
    transform: rotate(945deg); }
  to {
    -webkit-transform: rotate(1080deg);
    -moz-transform: rotate(1080deg);
    -ms-transform: rotate(1080deg);
    -o-transform: rotate(1080deg);
    transform: rotate(1080deg); } }
@keyframes ytp-spinner-easespin {
  12.5% {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg); }
  25% {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg); }
  37.5% {
    -webkit-transform: rotate(405deg);
    -moz-transform: rotate(405deg);
    -ms-transform: rotate(405deg);
    -o-transform: rotate(405deg);
    transform: rotate(405deg); }
  50% {
    -webkit-transform: rotate(540deg);
    -moz-transform: rotate(540deg);
    -ms-transform: rotate(540deg);
    -o-transform: rotate(540deg);
    transform: rotate(540deg); }
  62.5% {
    -webkit-transform: rotate(675deg);
    -moz-transform: rotate(675deg);
    -ms-transform: rotate(675deg);
    -o-transform: rotate(675deg);
    transform: rotate(675deg); }
  75% {
    -webkit-transform: rotate(810deg);
    -moz-transform: rotate(810deg);
    -ms-transform: rotate(810deg);
    -o-transform: rotate(810deg);
    transform: rotate(810deg); }
  87.5% {
    -webkit-transform: rotate(945deg);
    -moz-transform: rotate(945deg);
    -ms-transform: rotate(945deg);
    -o-transform: rotate(945deg);
    transform: rotate(945deg); }
  to {
    -webkit-transform: rotate(1080deg);
    -moz-transform: rotate(1080deg);
    -ms-transform: rotate(1080deg);
    -o-transform: rotate(1080deg);
    transform: rotate(1080deg); } }
@-webkit-keyframes ytp-spinner-left-spin {
  0% {
    -webkit-transform: rotate(130deg);
    -moz-transform: rotate(130deg);
    -ms-transform: rotate(130deg);
    -o-transform: rotate(130deg);
    transform: rotate(130deg); }
  50% {
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  to {
    -webkit-transform: rotate(130deg);
    -moz-transform: rotate(130deg);
    -ms-transform: rotate(130deg);
    -o-transform: rotate(130deg);
    transform: rotate(130deg); } }
@keyframes ytp-spinner-left-spin {
  0% {
    -webkit-transform: rotate(130deg);
    -moz-transform: rotate(130deg);
    -ms-transform: rotate(130deg);
    -o-transform: rotate(130deg);
    transform: rotate(130deg); }
  50% {
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  to {
    -webkit-transform: rotate(130deg);
    -moz-transform: rotate(130deg);
    -ms-transform: rotate(130deg);
    -o-transform: rotate(130deg);
    transform: rotate(130deg); } }
@-webkit-keyframes ytp-right-spin {
  0% {
    -webkit-transform: rotate(-130deg);
    -moz-transform: rotate(-130deg);
    -ms-transform: rotate(-130deg);
    -o-transform: rotate(-130deg);
    transform: rotate(-130deg); }
  50% {
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    transform: rotate(5deg); }
  to {
    -webkit-transform: rotate(-130deg);
    -moz-transform: rotate(-130deg);
    -ms-transform: rotate(-130deg);
    -o-transform: rotate(-130deg);
    transform: rotate(-130deg); } }
@keyframes ytp-right-spin {
  0% {
    -webkit-transform: rotate(-130deg);
    -moz-transform: rotate(-130deg);
    -ms-transform: rotate(-130deg);
    -o-transform: rotate(-130deg);
    transform: rotate(-130deg); }
  50% {
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    transform: rotate(5deg); }
  to {
    -webkit-transform: rotate(-130deg);
    -moz-transform: rotate(-130deg);
    -ms-transform: rotate(-130deg);
    -o-transform: rotate(-130deg);
    transform: rotate(-130deg); } }
/*===========================
      02.HEADER css 
===========================*/
/*===== NAVBAR =====*/
.navbar-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 90px;
  z-index: 99;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  background-color: #ffffffed;
  -webkit-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s; }

.sticky {
  position: fixed;
  z-index: 99;
  background-color: #ffffffed;
  -webkit-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .sticky .navbar {
      padding: 0px ; } }
  @media (max-width: 767px) {
    .sticky .navbar {
      padding: 15px 0; } }

.navbar {
  padding: 0;
  border-radius: 5px;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar {
      padding: 15px 0; } }
  @media (max-width: 767px) {
    .navbar {
      padding: 15px 0; } }

.navbar .logo_top{
  width: 260px;
  margin-top: -22px;
}
.navbar.navbar-expand-lg{
  min-height: 110px;
}
.logo-footer{
  max-width: 300px;
}
@media only screen and (max-width: 600px) {
  .navbar .logo_top{
    width: 240px;
  }
}
@media only screen and (max-width: 991px) {
  .navbar-area{
    background: #ffffffed !important;
  }
  #navbarSupportedContent{
    background: #ffffffed;
    text-align: center;
    margin-top: -20px !important;
  }
}
.navbar-brand {
  padding: 0; }

.navbar-toggler {
  padding: 0; }
  .navbar-toggler .toggler-icon {
    width: 30px;
    height: 2px;
    background-color: #2e5887;
    display: block;
    margin: 5px 0;
    position: relative;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; }
  .navbar-toggler.active .toggler-icon:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 7px;
    background-color: #b7062b;}
  .navbar-toggler.active .toggler-icon:nth-of-type(2) {
    opacity: 0; }
  .navbar-toggler.active .toggler-icon:nth-of-type(3) {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    top: -7px;
    background-color: #b7062b;}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 9;
    -webkit-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
    padding: 5px 12px; } }
@media (max-width: 767px) {
  .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 9;
    -webkit-box-shadow: 0px 15px 20px 0px rgba(41, 54, 81, 0.1);
    -moz-box-shadow: 0px 15px 20px 0px rgba(41, 54, 81, 0.1);
    box-shadow: 0px 15px 20px 0px rgba(41, 54, 81, 0.1);
    padding: 5px 12px; } }

.navbar-nav .nav-item {
  position: relative; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .navbar-nav .nav-item {
      margin-right: 10px;
    }
    .navbar-nav .nav-item a{
      padding: 10px 0 !important;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-nav .nav-item {
      margin: 0; } }
  @media (max-width: 767px) {
    .navbar-nav .nav-item {
      margin: 0; } }
  .navbar-nav .nav-item a {
    font-size: 18px;
    font-weight: 900;
    color: #0e5d88;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    padding: 10px 15px ;
    position: relative;
  }
    @media only screen and (min-width: 991px) and (max-width: 1199px) {
      .navbar-nav .nav-item a {
        font-size: 13px;
      }
    }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .navbar-nav .nav-item a {
        display: block;
        padding: 4px 0; } }
    @media (max-width: 767px) {
      .navbar-nav .nav-item a {
        display: block;
        padding: 4px 0; } }
    .navbar-nav .nav-item a::before {
      position: absolute;
      content: '';
      background-color: #b90103;
      width: 0;
      height: 4px;
      top: -1px;
      left: 0;
      -webkit-transition: all 0.3s ease-out 0s;
      -moz-transition: all 0.3s ease-out 0s;
      -ms-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .navbar-nav .nav-item a::before {
          display: none; } }
      @media (max-width: 767px) {
        .navbar-nav .nav-item a::before {
          display: none; } }
  .navbar-nav .nav-item.active > a::before, .navbar-nav .nav-item:hover > a::before {
    width: 100%; }
  .navbar-nav .nav-item:hover .sub-menu {
    top: 100%;
    opacity: 1;
    visibility: visible; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .navbar-nav .nav-item:hover .sub-menu {
        top: 0; } }
    @media (max-width: 767px) {
      .navbar-nav .nav-item:hover .sub-menu {
        top: 0; } }
  .navbar-nav .nav-item .sub-menu {
    width: 200px;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 110%;
    left: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .navbar-nav .nav-item .sub-menu {
        position: relative;
        width: 100%;
        top: 0;
        display: none;
        opacity: 1;
        visibility: visible; } }
    @media (max-width: 767px) {
      .navbar-nav .nav-item .sub-menu {
        position: relative;
        width: 100%;
        top: 0;
        display: none;
        opacity: 1;
        visibility: visible; } }
    .navbar-nav .nav-item .sub-menu li {
      display: block; }
      .navbar-nav .nav-item .sub-menu li a {
        display: block;
        padding: 8px 20px;
        color: #222; }
        .navbar-nav .nav-item .sub-menu li a.active, .navbar-nav .nav-item .sub-menu li a:hover {
          padding-left: 25px;
          color: #b90103; }
.navbar-nav .sub-nav-toggler {
  display: none; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-nav .sub-nav-toggler {
      display: block;
      position: absolute;
      right: 0;
      top: 0;
      background: none;
      color: #222;
      font-size: 18px;
      border: 0;
      width: 30px;
      height: 30px; } }
  @media (max-width: 767px) {
    .navbar-nav .sub-nav-toggler {
      display: block;
      position: absolute;
      right: 0;
      top: 0;
      background: none;
      color: #222;
      font-size: 18px;
      border: 0;
      width: 30px;
      height: 30px; } }
  .navbar-nav .sub-nav-toggler span {
    width: 8px;
    height: 8px;
    border-left: 1px solid #222;
    border-bottom: 1px solid #222;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: relative;
    top: -5px; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-btn {
    position: absolute;
    top: 50%;
    right: 50px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); } }
@media (max-width: 767px) {
  .navbar-btn {
    position: absolute;
    top: 50%;
    right: 50px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); } }
.navbar-btn .main-btn {
  height: 45px;
  line-height: 45px;
  padding: 0 30px;
  border: 0; }

  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .sticky .navbar-nav .nav-item a {
      padding: 4px 0; } }
  @media (max-width: 767px) {
    .sticky .navbar-nav .nav-item a {
      padding: 4px 0; } }

.nav-item.opcao{
  min-width: 100px;
  text-align: center;
}
.nav-item.opcao a{
  width: 100%;
  border: none;
}


.nav-item.opcao ul{
  display: none;
  position: absolute;
  width: 100%;
  background: #fff;
  border: solid 1px #9a9a9a;
  padding: 15px 0px;
}
.nav-item.opcao:hover ul.primeiro{
  display: block;
}

.nav-item.opcao ul.primeiro::before {
  content: " ";
  position: absolute;
  background: #fff;
  width: 20px;
  height: 20px;
  border: solid 1px #9a9a9a;
  top: -11px;
  left: 35px;
  border-right: none;
  border-bottom: none;
  transform: rotate(45deg);
}

.nav-item.opcao ul a{
  font-weight: 100;
  padding: 0 10px;
  font-size: 15px;
}

.nav-item.opcao ul li{
  cursor: pointer;
}
.nav-item.opcao ul ul{
  position: absolute;
  top: -1px;
  right: -220px;
  width: 220px;
  height: calc( 100% + 2px );
  padding: 15px;
  background: #e2e2e2;
  border-left: none;
  display: none;
}

.nav-item.opcao ul li:hover a,
.nav-item.opcao ul li a:hover {
  font-weight: 600;
}
.nav-item.opcao ul ul a {
  font-weight: 100;
  font-size: 14px;
  padding: 5px 0;
}
.nav-item.opcao ul li a span{
  position: absolute;
  right: 5px;
  font-weight: 600;
  font-family: monospace;
  display: none;
}
.nav-item.opcao ul li:hover a span{
  display: inline-block;
}

.nav-item.opcao ul li:hover ul,
.nav-item.opcao ul li ul:hover{
  display: block;
}

@media only screen and  (max-width: 991px) {

  .nav-item.opcao{
    box-shadow: 0 0px 5px 0px #000000bf;
  }
  .nav-item.opcao ul.primeiro{
    display: block;
    position: inherit;
    box-shadow: none;
  }
  .nav-item a{
    border-right: none !important;
  }

  .desktop{
    display: none !important;
  }
  .nav-item.opcao{
    box-shadow: none;
  }
  .nav-item span{
    border-right: none !important;
  }

  .nav-item.opcao .primeiro{
    display: flex;
    place-content: center;
  }
  .nav-item.opcao ul.primeiro::before{
    width: 10px;
    height: 10px;
    top: -6px;
    left: calc( 50% + -5px);
  }
  .nav-item.opcao ul{
    padding: 0px;
  }
  .nav-item.opcao ul.primeiro li{
    padding: 5px;
  }

}

.foto-mentor{
  text-align: center;
}
.foto-mentor img{
  width: 100px;
}
.botao-mentor{
  text-align: center;
  align-self: center;
  margin: 15px 0;
}
.mini-teste-mentor{
  padding: 0;
}

.mini-teste-mentor p,
.mini-teste-mentor span{
  font-weight: bold;
}
.mini-teste-mentor p{
  font-size: 18px;
}
.mini-teste-mentor span{
  font-size: 14px;
}
.mini-teste-mentor i{
  width: 100%;
  font-size: 14px;
  font-style: inherit;  
}










/***************************************************************************
        Login
***************************************************************************/

  #bloco_inicio{
    background: #ffffff59;
      display: flex;
      justify-content: center;
      align-items: center;
      height: 100vh;
  }
  #bloco_inicio .conteudo{
    width: 320px;
  }
  #bloco_inicio h1{
    margin: 0;
    width: 100%;
    overflow: hidden;
    padding-top: 70px;
    height: 0!important;
    background: url(../images/logo.png) no-repeat center;
  }
  #bloco_inicio input{
    width: 100%;
    padding: 10px 25px;
    border: solid #efefef 2px;
    border-radius: 30px;
    margin: 15px 0;
  }

  #bloco_inicio p{
      text-align: center;
      margin: 0;
  }

  #bloco_inicio p a{
      color: #6d6d6d;
  }
























/*===== HEADER HERO =====*/
.header-hero {
  position: relative;
  z-index: 5;
  background-position: bottom center;
  height: 800px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-hero {
      height: auto; } }
  @media (max-width: 767px) {
    .mini-teste-mentor{
      padding: 0 15px;
    }
    .header-hero {
      height: auto; } }
  .header-hero .shape {
    position: absolute; }
    .header-hero .shape.shape-1 {
      top: 50%;
      left: 170px;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); }
    .header-hero .shape.shape-2 {
      bottom: 200px;
      left: 80px; }
    .header-hero .shape.shape-3 {
      top: 180px;
      left: 20%; }
    .header-hero .shape.shape-4 {
      top: 40%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
    .header-hero .shape.shape-5 {
      top: 150px;
      left: 45%;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%); }
    .header-hero .shape.shape-6 {
      left: 50%;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%);
      bottom: 200px; }
    .header-hero .shape.shape-7 {
      left: 35%;
      bottom: 140px; }
    .header-hero .shape.shape-8 {
      bottom: 100px;
      right: 25%; }
    .header-hero .shape.shape-9 {
      top: 140px;
      right: 32%; }

.header-shape {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  right: 0;
  z-index: -1;
  background-image: url(../images/header-shape.svg);
  background-position: bottom right;
  background-repeat: no-repeat; }

.header-hero-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 45%;
  height: 100%;
  z-index: 5; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-hero-image {
      position: relative;
      width: 720px;
      right: 0;
      margin: 0 auto;
      padding-left: 15px;
      padding-right: 15px;
      padding-top: 50px; } }
  @media (max-width: 767px) {
    .header-hero-image {
      position: relative;
      width: 100%;
      right: 0;
      margin: 0 auto;
      padding-left: 15px;
      padding-right: 15px;
      padding-top: 50px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .header-hero-image {
      width: 540px; } }
  .header-hero-image .image {
    max-width: 1300px; }
    @media only screen and (min-width: 1200px) and (max-width: 1399px) {
      .header-hero-image .image {
        max-width: 900px; } }

.header-hero-content {
  position: relative;
  z-index: 9; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-hero-content {
      padding-top: 150px; } }
  @media (max-width: 767px) {
    .header-hero-content {
      padding-top: 120px; } }
  .header-hero-content .header-title {
    font-size: 44px;
    font-weight: 400;
    color: #0e5d88; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .header-hero-content .header-title {
        font-size: 36px; } }
    @media (max-width: 767px) {
      .header-hero-content .header-title {
        font-size: 22px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .header-hero-content .header-title {
        font-size: 40px; } }
    .header-hero-content .header-title span {
      font-weight: 700;
      display: contents; }
  .header-hero-content .text {
    margin-top: 30px; }
  .header-hero-content .main-btn {
    margin-top: 40px; }

.nav-social{
  position: absolute;
  right: 15px;
  top: 30px;
}
@media only screen and (max-width: 991px) {
  .nav-social{
    display: none;
  }
}
.nav-social i{
  color: #bf0022;
  font-size: 20px;
  font-weight: 900;
  margin-right: 6px;
}
.nav-social .main-btn{
  height: 40px;
  padding: 0 25px;
  line-height: 36px;
  font-size: 15px;
  margin-top: -5px;
  margin-left: 15px;
}



/*===========================
        03.BRAND css 
===========================*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .brand-area {
    padding-top: 115px; } }
@media (max-width: 767px) {
  .brand-area {
    padding-top: 115px; } }

.brand-title .title {
  font-size: 20px;
  font-weight: 600; }
.brand-title .line {
  width: 80px;
  height: 2px;
  background-color: #0e5d88;
  margin-top: 15px; }

.brand-wrapper {
  margin-left: -15px;
  margin-right: -15px; }
  .brand-wrapper .single-brand {
    width: 20%;
    padding: 0 15px;
    margin-top: 30px; }
    @media (max-width: 767px) {
      .brand-wrapper .single-brand {
        width: 50%; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .brand-wrapper .single-brand {
        width: 33.33%; } }
    .brand-wrapper .single-brand img {
      width: 70%; }

/*===========================
        04.BRAND css 
===========================*/
#about{
  margin-top: 230px;
}
.about-area {
  position: relative; }

@media only screen and (max-width: 1199px) {
  #about.about-area{
    margin-top: 130px;
  }
}

.about-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  padding-right: 40px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-image {
      position: relative;
      width: 720px;
      right: 0;
      margin: 0 auto;
      padding-left: 15px;
      padding-right: 15px; } }
  @media (max-width: 767px) {
    .about-image {
      position: relative;
      width: 100%;
      right: 0;
      margin: 0 auto;
      padding-left: 15px;
      padding-right: 15px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .about-image {
      width: 540px; } }

.about-content {
  padding-bottom: 95px; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .about-content {
      padding-top: 0;
      padding-bottom: 0; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-content {
      padding-top: 0;
      padding-bottom: 0;
      padding-top: 45px; } }
  @media (max-width: 767px) {
    .about-content {
      padding-top: 0;
      padding-bottom: 0;
      padding-top: 45px; } }
  @media (max-width: 991px) {
    .about-image {
      top: 0 !important; }
      .about-image img{
        width: 100% !important; } }
  .about-content .text {
    /*margin-top: 40px;*/ }
  .about-content .main-btn {
    margin-top: 20px; }

/*===========================
        05.SERVICE css 
===========================*/
#services{
  margin-top: 0px;
  margin-bottom: 100px;
}
.single-services {
  max-height: 132px;
  border-radius: 5px;
  padding: 30px 30px 28px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
#services .single-services{
  padding: 10px;
  min-height: auto;
  height: auto;
  max-height: none !important;
}
#services .single-services p{
  margin-top: 4px;
  font-size: 13px;
  max-width: 360px;
  line-height: 17px;
  text-align: left;
  padding-left: 10px;

}

  @media (max-width: 767px) {
    .single-services {
      padding: 20px 20px 28px; } }
  .single-services .services-icon {
    width: 95px;
    height: 95px;
    border-radius: 50%;
    background-color: #FFEFEB; }
  .single-services .services-content .services-title {
    margin-top: 30px; }
    .single-services .services-content .services-title a {
      font-size: 22px;
      font-weight: 600;
      color: #0e5d88;
      -webkit-transition: all 0.3s ease-out 0s;
      -moz-transition: all 0.3s ease-out 0s;
      -ms-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .single-services .services-content .services-title a {
          font-size: 20px; } }
      @media (max-width: 767px) {
        .single-services .services-content .services-title a {
          font-size: 20px; } }
      .single-services .services-content .services-title a:hover {
        color: #b90103; }
  .single-services .services-content .text {
    margin-top: 25px; }
  .single-services .services-content .more {
    font-size: 16px;
    font-weight: 600;
    color: #b90103;
    margin-top: 35px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; }
    .single-services .services-content .more .line-1 {
      width: 0px;
      height: 2px;
      background-color: #0e5d88;
      -webkit-transition: all 0.3s ease-out 0s;
      -moz-transition: all 0.3s ease-out 0s;
      -ms-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s;
      margin-bottom: 5px; }
    .single-services .services-content .more .line-2 {
      width: 20px;
      height: 2px;
      background-color: #b90103;
      margin-right: 10px;
      -webkit-transition: all 0.3s ease-out 0s;
      -moz-transition: all 0.3s ease-out 0s;
      -ms-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s;
      margin-left: 10px;
      margin-bottom: 5px; }
    .single-services .services-content .more:hover {
      color: #0e5d88; }
      .single-services .services-content .more:hover .line-1 {
        width: 20px;
        margin-right: 10px; }
      .single-services .services-content .more:hover .line-2 {
        width: 0px;
        margin-left: 10px; }
  .single-services:hover {
/*    -webkit-box-shadow: 0px 5px 26px 0px rgba(100, 111, 135, 0.3);
    -moz-box-shadow: 0px 5px 26px 0px rgba(100, 111, 135, 0.3);
    box-shadow: 0px 5px 26px 0px rgba(100, 111, 135, 0.3);
    border-color: transparent;*/
  }

/*===========================
       06.PRICING css 
===========================*/
.pricing-area {
  background-color: #F9FBFE; }

.single-pricing {
  border: 2px solid rgba(100, 111, 135, 0.2);
  border-radius: 5px;
  padding: 50px 30px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s; }
  @media (max-width: 767px) {
    .single-pricing {
      padding: 40px 20px; } }
  .single-pricing .pricing-package {
    position: relative; }
    .single-pricing .pricing-package img {
      opacity: 0.13; }
    .single-pricing .pricing-package .pricing-title {
      position: absolute;
      top: 50%;
      left: 0;
      width: 100%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      font-size: 30px;
      font-weight: 600; }
      @media (max-width: 767px) {
        .single-pricing .pricing-package .pricing-title {
          font-size: 24px; } }
  .single-pricing .pricing-price {
    margin-top: 10px; }
    .single-pricing .pricing-price .price {
      font-size: 40px;
      font-weight: 700;
      color: #b90103; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .single-pricing .pricing-price .price {
          font-size: 36px; } }
      @media (max-width: 767px) {
        .single-pricing .pricing-price .price {
          font-size: 34px; } }
      .single-pricing .pricing-price .price span {
        font-size: 20px;
        font-weight: 500; }
        @media only screen and (min-width: 992px) and (max-width: 1199px) {
          .single-pricing .pricing-price .price span {
            font-size: 18px; } }
        @media (max-width: 767px) {
          .single-pricing .pricing-price .price span {
            font-size: 18px; } }
    .single-pricing .pricing-price .line {
      width: 135px;
      height: 2px;
      background-color: #0e5d88;
      margin: 30px auto 0; }
  .single-pricing .pricing-text {
    margin-top: 35px; }
  .single-pricing .pricing-btn {
    margin-top: 35px; }
  .single-pricing.active, .single-pricing:hover {
    -webkit-box-shadow: 0px 5px 26px 0px rgba(100, 111, 135, 0.3);
    -moz-box-shadow: 0px 5px 26px 0px rgba(100, 111, 135, 0.3);
    box-shadow: 0px 5px 26px 0px rgba(100, 111, 135, 0.3);
    border-color: transparent;
    background-color: #fff; }

/*===========================
      07.TESTIMONIAL css 
===========================*/
.testimonial-area {
  position: relative; }
  .testimonial-area .shape {
    position: absolute; }
    .testimonial-area .shape.shape-1 {
      top: 50%;
      left: 170px;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); }
    .testimonial-area .shape.shape-2 {
      bottom: 35px;
      left: 30%; }
    .testimonial-area .shape.shape-3 {
      top: 46%;
      left: 30%; }
    .testimonial-area .shape.shape-4 {
      top: 15%;
      left: 40%; }
    .testimonial-area .shape.shape-5 {
      top: 8%;
      right: 35%; }
    .testimonial-area .shape.shape-6 {
      top: 11%;
      right: 14%; }
    .testimonial-area .shape.shape-7 {
      bottom: 7%;
      right: 28%; }

.testimonial-shape-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  z-index: -1; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .testimonial-shape-1 {
      width: 100%;
      height: 50%; } }

.testimonial-author {
  max-width: 490px;
  height: 590px;
  position: relative; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .testimonial-author {
      height: 430px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .testimonial-author {
      max-width: 100%; } }
  @media (max-width: 767px) {
    .testimonial-author {
      height: 470px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .testimonial-author {
      height: 430px; } }
  .testimonial-author .author-image {
    position: absolute;
    border-radius: 50%;
    -webkit-box-shadow: 0px 9px 40px 0px rgba(41, 54, 81, 0.34);
    -moz-box-shadow: 0px 9px 40px 0px rgba(41, 54, 81, 0.34);
    box-shadow: 0px 9px 40px 0px rgba(41, 54, 81, 0.34);
    border-radius: 50%;
    overflow: hidden; }
    .testimonial-author .author-image.author-1 {
      width: 100px;
      height: 100px;
      right: 50px;
      top: 0; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .testimonial-author .author-image.author-1 {
          width: 90px;
          height: 90px; } }
      @media (max-width: 767px) {
        .testimonial-author .author-image.author-1 {
          right: 0; } }
    .testimonial-author .author-image.author-2 {
      width: 95px;
      height: 95px;
      left: 20px;
      top: 20px; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .testimonial-author .author-image.author-2 {
          width: 85px;
          height: 85px; } }
    .testimonial-author .author-image.author-3 {
      width: 85px;
      height: 85px;
      left: 35%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .testimonial-author .author-image.author-3 {
          width: 75px;
          height: 75px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .testimonial-author .author-image.author-3 {
          left: 60%; } }
      @media (max-width: 767px) {
        .testimonial-author .author-image.author-3 {
          left: auto;
          right: 0;
          -webkit-transform: translate(0, 0);
          -moz-transform: translate(0, 0);
          -ms-transform: translate(0, 0);
          -o-transform: translate(0, 0);
          transform: translate(0, 0);
          top: 30%; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .testimonial-author .author-image.author-3 {
          left: 60%; } }
    .testimonial-author .author-image.author-4 {
      width: 110px;
      height: 110px;
      left: 0;
      bottom: 0; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .testimonial-author .author-image.author-4 {
          width: 100px;
          height: 100px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .testimonial-author .author-image.author-4 {
          left: 100px;
          bottom: 230px; } }
      @media (max-width: 767px) {
        .testimonial-author .author-image.author-4 {
          left: 0;
          bottom: 210px; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .testimonial-author .author-image.author-4 {
          left: 100px;
          bottom: 185px; } }
    .testimonial-author .author-image.author-5 {
      width: 110px;
      height: 110px;
      right: 110px;
      bottom: 0; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .testimonial-author .author-image.author-5 {
          right: 40px;
          width: 100px;
          height: 100px; } }
      @media (max-width: 767px) {
        .testimonial-author .author-image.author-5 {
          right: 0;
          bottom: 24%; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .testimonial-author .author-image.author-5 {
          right: 70px;
          bottom: 0; } }
  .testimonial-author .testimonial-author-wrapper {
    position: absolute;
    top: 50%;
    right: 0;
    width: 170px;
    height: 170px;
    border-radius: 50%;
    -webkit-box-shadow: 0px 9px 40px 0px rgba(41, 54, 81, 0.34);
    -moz-box-shadow: 0px 9px 40px 0px rgba(41, 54, 81, 0.34);
    box-shadow: 0px 9px 40px 0px rgba(41, 54, 81, 0.34);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .testimonial-author .testimonial-author-wrapper {
        width: 150px;
        height: 150px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .testimonial-author .testimonial-author-wrapper {
        right: auto;
        left: 0;
        top: auto;
        bottom: 0;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0); } }
    @media (max-width: 767px) {
      .testimonial-author .testimonial-author-wrapper {
        right: auto;
        left: 0;
        top: auto;
        bottom: 0;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0); } }
    .testimonial-author .testimonial-author-wrapper .testimonial-quote {
      width: 60px;
      height: 60px;
      background-color: #fff;
      border-radius: 50%;
      position: absolute;
      right: -25px;
      top: 55%;
      z-index: 5;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .testimonial-author .testimonial-author-wrapper .testimonial-quote {
          width: 50px;
          height: 50px; } }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .testimonial-author .testimonial-author-wrapper .testimonial-quote img {
          width: 25px; } }
    .testimonial-author .testimonial-author-wrapper .single-author {
      border-radius: 50%;
      padding: 4px;
      overflow: hidden;
      background-color: #fff; }
      .testimonial-author .testimonial-author-wrapper .single-author img {
        border-radius: 50%; }

.single-testimonial .section-title {
  max-width: 470px; }
.single-testimonial .holder-name {
  font-size: 22px;
  font-weight: 600;
  margin-top: 35px; }
  @media (max-width: 767px) {
    .single-testimonial .holder-name {
      font-size: 18px; } }
  .single-testimonial .holder-name span {
    font-size: 16px;
    font-style: italic;
    font-weight: 400; }
    @media (max-width: 767px) {
      .single-testimonial .holder-name span {
        font-size: 14px; } }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial-content {
    margin-left: 40px; } }
.testimonial-content .slick-arrow {
  position: absolute;
  bottom: -65px;
  left: 0;
  font-size: 24px;
  cursor: pointer; }
  .testimonial-content .slick-arrow.next {
    left: 40px; }

/*===========================
        08.BLOG css 
===========================*/
#blog{
  margin-top: 100px;
}
.single-blog .blog-image img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 100%; }
.single-blog .blog-content {
  padding: 0 25px 25px;
  margin-top: -18px;
  position: relative;
  border: 1px;
  border: 2px solid rgba(100, 111, 135, 0.2);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top: 0; }
  .single-blog .blog-content .blog-meta .author {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    padding: 2px;
    background-color: #fff;
    overflow: hidden; }
    .single-blog .blog-content .blog-meta .author img {
      border-radius: 50%; }
  .single-blog .blog-content .blog-meta .blog-list {
    margin-top: 10px; }
    .single-blog .blog-content .blog-meta .blog-list li {
      display: inline-block;
      margin-left: 50px; }
      .single-blog .blog-content .blog-meta .blog-list li:first-child {
        margin-left: 0; }
      .single-blog .blog-content .blog-meta .blog-list li a {
        font-size: 14px;
        color: #0e5d88;
        -webkit-transition: all 0.3s ease-out 0s;
        -moz-transition: all 0.3s ease-out 0s;
        -ms-transition: all 0.3s ease-out 0s;
        -o-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s; }
        .single-blog .blog-content .blog-meta .blog-list li a:hover {
          color: #b90103; }
  .single-blog .blog-content .blog-text .blog-title a {
    font-size: 22px;
    color: #0e5d88;
    font-weight: 600;
    margin-top: 25px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; }
    @media (max-width: 767px) {
      .single-blog .blog-content .blog-text .blog-title a {
        font-size: 18px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .single-blog .blog-content .blog-text .blog-title a {
        font-size: 22px; } }
    .single-blog .blog-content .blog-text .blog-title a:hover {
      color: #b90103; }
  .single-blog .blog-content .blog-text .text {
    margin-top: 20px; }
  .single-blog .blog-content .blog-text .more {
    font-size: 16px;
    font-weight: 600;
    color: #0e5d88;
    margin-top: 20px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; }
    .single-blog .blog-content .blog-text .more .line-1 {
      width: 0px;
      height: 2px;
      background-color: #b90103;
      -webkit-transition: all 0.3s ease-out 0s;
      -moz-transition: all 0.3s ease-out 0s;
      -ms-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s;
      margin-bottom: 5px; }
    .single-blog .blog-content .blog-text .more .line-2 {
      width: 20px;
      height: 2px;
      background-color: #0e5d88;
      margin-right: 10px;
      -webkit-transition: all 0.3s ease-out 0s;
      -moz-transition: all 0.3s ease-out 0s;
      -ms-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s;
      margin-left: 10px;
      margin-bottom: 5px; }
    .single-blog .blog-content .blog-text .more:hover {
      color: #b90103; }
      .single-blog .blog-content .blog-text .more:hover .line-1 {
        width: 20px;
        margin-right: 10px; }
      .single-blog .blog-content .blog-text .more:hover .line-2 {
        width: 0px;
        margin-left: 10px; }


/*===========================
       08.5.CONTACT css 
===========================*/

  #mentores img{
    display: block;
    width: 100%;
    padding: 15px 15px 0;
  }
  #mentores .bloco{
    margin: -68px 30px 15px 30px !important;
    padding: 30px 0 15px 0 !important;
    background: #fff;
    position: relative;
    text-align: center;
    box-shadow: 0 0 20px #0000008f;
  }
  #mentores h2{
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
  }
  #mentores span{
    font-family: "Open Sans", sans-serif;
    font-weight: 900;
  }
  #mentores i{
    font-family: "Open Sans", sans-serif;
    color: #000;
    font-weight: 600;
    margin-top: 5px;
    padding: 0 15px;
  }
  #mentores .slick-dots{
    text-align: center;
    margin: 20px 0;
  }
  #mentores ul{
    display: inline-flex;
    width: 100%;
    justify-content: center;
  }

  #mentores ul button{
    border: solid 3px #0e5d88;
    width: 15px;
    height: 15px;
    color: transparent;
    border-radius: 100px;
  }
  #mentores ul .slick-active button{
    background: #be1522;
  }
  #mentores ul li{
    margin: 0 5px;
  }


/*===========================
       09.CONTACT css 
===========================*/
.contact-area {
  position: relative; }

p.form-message.success, p.form-message.error {
  font-size: 16px;
  color: #0e5d88;
  background: #F9FBFE;
  padding: 10px 15px;
  margin-top: 30px;
  margin-left: 15px; }
  p.form-message.success.form-message.error, p.form-message.error.form-message.error {
    color: #f00; }

.contact-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 45%;
  height: 100%; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .contact-image {
      position: relative;
      width: 720px;
      right: 0;
      margin: 0 auto;
      padding-left: 15px;
      padding-right: 15px;
      padding-top: 50px; } }
  @media (max-width: 767px) {
    .contact-image {
      position: relative;
      width: 100%;
      right: 0;
      margin: 0 auto;
      padding-left: 15px;
      padding-right: 15px;
      padding-top: 50px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .contact-image {
      width: 540px; } }

.contact-content {
  max-width: 540px; }
  .contact-content .text {
    margin-top: 35px; }

.contact-form {
  padding-right: 40px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .contact-form {
      padding-right: 0; } }
  @media (max-width: 767px) {
    .contact-form {
      padding-right: 0; } }
  .contact-form .single-form {
    margin-top: 30px; }
    .contact-form .single-form input, .contact-form .single-form textarea {
      width: 100%;
      height: 50px;
      border-radius: 5px;
      border: 1px solid rgba(100, 111, 135, 0.2);
      color: #0e5d88;
      padding: 0 25px; }
      .contact-form .single-form input:focus, .contact-form .single-form textarea:focus {
        border-color: #b90103; }
    .contact-form .single-form textarea {
      height: 170px;
      padding-top: 15px;
      resize: none; }
    .contact-form .single-form .main-btn {
      border-radius: 5px; }

/*===========================
       10.FOOTER css 
===========================*/
.footer-area {
  background-color: #F9FBFE;
  position: relative;
  z-index: 5; }

.footer-shape-1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1; }

.footer-shape-2 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1; }

.footer-title .title {
  font-size: 22px;
  font-weight: 600; }
  @media (max-width: 767px) {
    .footer-title .title {
      font-size: 18px; } }

.footer-address .logo {
  margin-bottom: 30px; }
.footer-address .text {
  line-height: 35px; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .footer-address .text {
      font-size: 15px; } }

.footer-link {
  padding-left: 80px; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .footer-link {
      padding-left: 50px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-link {
      padding-left: 80px; } }
  @media (max-width: 767px) {
    .footer-link {
      padding-left: 38px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .footer-link {
      padding-left: 80px; } }
  .footer-link:first-child {
    padding-left: 0; }
  .footer-link .link li a {
    font-size: 16px;
    color: #0e5d88;
    line-height: 35px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .footer-link .link li a {
        font-size: 15px; } }
    .footer-link .link li a:hover {
      color: #b90103; }

.subscribe-content {
  max-width: 320px; }
  .subscribe-content .text {
    padding-top: 38px; }

.subscribe-form {
  position: relative;
}
.subscribe-form input {
  width: 100%;
  height: 55px;
  padding: 0 25px;
  border-radius: 50px;
  background-color: #fff;
  border: 1px solid transparent;
  -webkit-box-shadow: 0px 5px 26px 0px rgba(100, 111, 135, 0.3);
  -moz-box-shadow: 0px 5px 26px 0px rgba(100, 111, 135, 0.3);
  box-shadow: 0px 5px 26px 0px rgba(100, 111, 135, 0.3);
}
.subscribe-form textarea {
  width: 100%;
    padding: 10px 25px;
    border-radius: 50px;
    background-color: #fff;
    border: 1px solid transparent;
    -webkit-box-shadow: 0px 5px 26px 0px rgba(100, 111, 135, 0.3);
    -moz-box-shadow: 0px 5px 26px 0px rgba(100, 111, 135, 0.3);
    box-shadow: 0px 5px 26px 0px rgba(100, 111, 135, 0.3);
    resize: none;
    height: 110px;
}

    .subscribe-form input:focus {
      border-color: #b90103; }
  .subscribe-form .main-btn {
    position: absolute;
    right: 5px;
    top: 5px;
    height: 45px;
    padding: 0 25px;
    line-height: 45px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
    @media (max-width: 767px) {
      .subscribe-form .main-btn {
        position: relative;
        margin-top: 10px;
        right: 0;
        top: 0;
        width: 100%; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .subscribe-form .main-btn {
        position: absolute;
        margin-top: 0;
        right: 5px;
        top: 5px;
        width: auto; } }

.footer-copyright {
  padding-bottom: 25px;
  padding-top: 10px;
  border-top: 1px solid rgba(100, 111, 135, 0.2); }
  @media (max-width: 767px) {
    .footer-copyright {
      text-align: center; } }
  .footer-copyright .copyright-social {
    margin-top: 15px; }
    .footer-copyright .copyright-social span {
      font-size: 18px;
      color: #0e5d88;
      padding-right: 10px; }
    .footer-copyright .copyright-social .social li {
      display: inline-block;
      margin-left: 15px; }
      .footer-copyright .copyright-social .social li a {
        font-size: 18px;
        color: #0e5d88;
        -webkit-transition: all 0.3s ease-out 0s;
        -moz-transition: all 0.3s ease-out 0s;
        -ms-transition: all 0.3s ease-out 0s;
        -o-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s; }
        .footer-copyright .copyright-social .social li a:hover {
          color: #b90103; }
  .footer-copyright .copyright-text {
    margin-top: 15px; }
    .footer-copyright .copyright-text .text a {
      color: #b90103; }

/*===== BACK TO TOP =====*/
.back-to-top {
  font-size: 20px;
  color: #fff;
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
  background: linear-gradient(to right, #b90103 0%, #c7003c 50%, #b90103 100%);
  background-size: 200%;
  text-align: center;
  z-index: 99;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  display: none; }
  .back-to-top:hover {
    background-position: right center;
    color: #fff; }

/*# sourceMappingURL=style.css.map */

.social-mentor{
  margin: 20px 0 5px;
}
.social-mentor i{
  font-size: 20px;
  margin: 0;
  padding: 0 5px !important;
}

.span-titulo{
  font-size: 18px;
  font-weight: bold;
  font-family: 'Montserrat', sans-serif;
  border-bottom: solid 2px;
  min-width: 135px;
  margin-bottom: 5px;
}
.h3-titulo{
  font-size: 36px !important;
}
.p-texto{
  font-size: 16px;
  line-height: 22px;
  font-weight: 100;
  margin-top: 10px;
}

.num-instrucoes{
  display: flex;
  margin: 30px 0;
}
.num-instrucoes h3{
  font-size: 36px;
  border: solid 2px #be1522;
  border-top: none;
  border-left: none;
  width: 50px;
  height: 50px;
  margin-right: 10px;
}
.num-instrucoes p{
  margin-top: -1px;
  font-size: 13px;
  max-width: 360px;
  line-height: 17px;
}
.num-instrucoes p span{
  font-size: 18px;
  font-weight: bold;
  font-family: 'Montserrat', sans-serif;
}

form.contato img,
form.add-mentor img,
form.add-startup img{
  width: 225px;
  height: 225px;
  object-fit: cover;
  border-radius: 100%;
}
form.contato label,
form.add-mentor label,
form.add-startup label{
  width: 100%;
  text-align: center;
}
form.contato label *,
form.add-mentor label *,
form.add-startup label *{
  cursor: pointer;
}
form.contato label div,
form.add-mentor label div,
form.add-startup label div{
  width: 90px;
  margin: 20px auto;
  border: solid 1px;
  text-align: center;
  padding: 4px 0;
  border-radius: 4px;
  color: #000;
  background: linear-gradient(0deg, rgba(208,208,208,1) 45%, rgba(244,240,239,1) 55%);
  font-size: 13px;
  font-weight: 600;
  font-family: inherit;
  transition: ease .8s all;
}
form.contato label div:hover,
form.add-mentor label div:hover,
form.add-startup label div:hover{
  background: linear-gradient(0deg, rgba(244,240,239,1) 45%, rgba(208,208,208,1) 55%);
}

form.contato .input-padrao,
form.add-mentor .input-padrao,
form.add-startup .input-padrao{
  width: 100%;
  margin: 0 0 30px 0;
  padding: 10px 15px;
  border-radius: 5px;
  border: solid 1px #9e9e9e;
  background-color: #fff;
}

form.contato label.input-padrao,
form.add-mentor label.input-padrao,
form.add-startup label.input-padrao{
  text-align: inherit;
  color: #868686;
  cursor: pointer;
}

form.contato .termos-lidos,
form.add-mentor .termos-lidos,
form.add-startup .termos-lidos{
  display: inherit;
  place-items: center;
  justify-content: center;
  height: 46px;
}
form.contato .termos-lidos p,
form.add-mentor .termos-lidos p,
form.add-startup .termos-lidos p{
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  margin-left: 5px;
}

form.contato .nova-linha,
form.add-mentor .nova-linha,
form.add-startup .nova-linha{
  position: absolute;
  right: -34px;
  margin-top: 5px;
  background: #36c200;
  color: #fff;
  width: 35px;
  height: 35px;
  line-height: 33px;
  border-radius: 100%;
  text-align: center;
  font-size: 38px;
  font-weight: bold;
}

form.contato textarea.input-padrao{
  resize: none;
  height: 200px;
}




#time .nome{
  padding: 30px 0 ;
}

#time .detalhes{
  margin: 30px 15px;
}

#time .detalhes span {
  margin-left: -15px;
  padding-left: 5px;
  font-family: 'Montserrat', sans-serif;
}
#time .detalhes p {
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
}
#time .detalhes h4 {
  margin-top: 25px;
  font-size: 18px;
  font-weight: bold;
  font-family: 'Montserrat', sans-serif;
}

#time .bloco{
  box-shadow: 0 0 10px #00000059;
  background-color: #fff;
  padding: 10px 00px 00px 50px ;
  height: 102%;
}

#time .bloco h4{
  font-size: 16px;
  font-weight: bold;
}

#time .bloco ul{
  padding-left: 18px;
  list-style-type: disc;
  margin-bottom: 35px;
  margin-top: 10px;
  font-size: 16px;
  font-weight: 600;
}

#time #pacote .bloco{
  text-align: center;
  padding: 24px 0;
  margin: 19px 0;
  height: auto;
}
#time #pacote h4{
  font-size: 18 px;
  font-family: 'Montserrat', sans-serif;
}
#time #pacote h3{
  font-family: 'Montserrat', sans-serif;
  font-size: 24.47px;
  margin: 5px 0;
}

#time img{
  padding: 0 15px 0 0;
  width: 100%;
}

#time .social-time{
  position: absolute;
  right: 70px;
  top: 55px;
}
#time .social-time i{
  margin: 0 3px;
  font-size: 18px;
}


#services a{
  width: 100%;
}

#services a:hover,
#services a:hover h4{
  color: #b7062b !important;
}
#services .bloco{
  display: flex;
}
#services .bloco.centro{
  margin-top: 15px;
}
#services .bloco div{
  height: 50px;
  width: 50px;
  border-radius: 10px;
}
#services .bloco img{
  width: 100%;
  padding: 10px;
  object-fit: cover;
  display: block;
}
#services .bloco h4{
  margin-left: 10px;
  place-self: center;
  text-align: center;
  width: 80%;
}

#abas{
  display: flex;
  border-bottom: solid #bd1522;
  margin: 40px 0 20px;
}

#abas *{
  transition: ease .4s all;
}
#abas p{
  flex: 1;
  flex: 1;
  margin: 0 15px;
  padding: 8px;
  background: #fff;
  color: #0e5d88;
  cursor: pointer;
  text-align: center;
}
#abas p.on{
  background: #bd1522;
  color: #fff;
}
#abas p span{
  font-size: 15px;
}
#conteudo-aba .estruturada{
  display: none;
}

#conteudo-aba div div{
  background: url("../images/fundo.jpg") no-repeat;
  background-position: center;
  background-size: 290px;
  height: 280px;
}

#conteudo-aba div span.icon{
  background: #bd1522;
  padding: 18px;
  border-radius: 100%;
  position: absolute;
  left: calc( 50% - 130px );
  top: 38px;
}
#conteudo-aba div img{
    width: 36px;
}
#conteudo-aba div h3{
  font-size: 72px;
  margin-top: 30px;
}
#conteudo-aba div h5{
  text-transform: uppercase;
}
#conteudo-aba div p{
  font-size: 14px;
  line-height: 17px;
  width: 175px;
  margin: 0px auto 0;
  color: #3c3c3c;
}

@media only screen and  (min-width: 991px) and (max-width: 1200px) {

  #conteudo-aba div.estruturada h5 {
    font-size: 15px;
  }
  #conteudo-aba div.estruturada h3 {
    margin-top: 36px;
  }
  #conteudo-aba div.estruturada span.icon {
    left: calc( 50% - 117px );
    top: 42px;
  }
  #conteudo-aba div.estruturada p {
    margin-top: 0px !important;
  }

}

@media only screen and  (max-width: 991px) {

  form.add-mentor .nova-linha,
  form.add-startup .nova-linha{
    right: 20px;
  }
  form.add-mentor .nova-linha.doiscampos,
  form.add-startup .nova-linha.doiscampos{
    margin-top: 80px !important;
  }

}

@media only screen and  (max-width: 767px) {

  #time .col-lg-2.col-md-3{
    text-align: end;
    margin: -60px 0 30px;
  }


}

@media only screen and  (max-width: 400px) {
    #abas p {
      margin: 0;
    }
}