
/*CAROUSEL-------------------------------------------------- */

.carousel {
  position: fixed;
  top:0px;
  left:0px;
  width:100%;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    top: 0px;
    bottom:auto;
    left: 15%;
    z-index:1000;
    color:#000;
    font-family: 'Open Sans', sans-serif;
}

.carousel-item {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.carousel-item .slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height:100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.carousel-indicators {
  top: 0px;
  bottom:auto;
}

.carousel-caption h1{
    text-align:center;
    margin:auto;
     max-width:820px;
    font-size:60px;
    letter-spacing:-3px;
    line-height:68px;
    font-weight:700;
    color:#000;
    margin-top:20px;
    padding-bottom:20px;
}

.carousel-caption p{
    text-align:center;
    margin:auto;
     max-width:650px;
     font-size:18px;
    letter-spacing:0px;
    line-height:28px;
    color:#58595B;
    font-weight:400;
    margin-bottom:0px;
}

.carousel-caption .btn{
    font-family: 'Open Sans', sans-serif;
    font-size:10px;
    letter-spacing:2px;
    line-height:10px;
    color:#000;
    font-weight:600;
    background-color:#fff;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    padding-left:45px;
    padding-right:45px;
    border:none;
    text-transform:uppercase;
    padding-top:20px;
    padding-bottom:20px;
    -webkit-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.1);
-moz-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.1);
box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.1);
}

.carousel-caption .btn:hover{
    color:#3E87AD;
}

.carousel-indicators li {
  position: relative;
  width: 39px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  background-color: #d9d7d6;
}

.carousel-indicators .active {
  background-color: #3E87AD;
}

/*MENU------------------------------------------------------*/

.navbar{
    position:fixed;
    top:0px;
    left:0px;
    z-index:2;
    width:100%;
    padding:0px;
    padding-top:50px;
}

.navbar-brand {
    width:222px;
    height:53px;
    background-image:url(../../images/logo.svg);
    background-position:center center;
    background-repeat:no-repeat;
    background-size:100%;
}

.navbar-nav a{
    font-family: 'Source Sans Pro', sans-serif;
    color:#000;
    font-weight:700;
    /*padding-top:12px;*/
}

.navbar-nav a:hover{
    color:#3E87AD !important;
}

.navbar-nav{
    padding-top:15px;
}

.navbar-nav .active a{
    color:#3E87AD;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0px;
    padding-left: 32px;
}

.dropdown .nav-link{
    margin-left:60px;
    background-color:#3E87AD;
    padding-left:50px !important;
    padding-right:50px !important;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    font-family: 'Open Sans', sans-serif;
    font-size:10px;
    letter-spacing:2px;
    line-height:10px;
    color:#fff;
    font-weight:400;
    border:none;
    text-transform:uppercase;
    padding-top:18px;
    padding-bottom:18px;
}
.dropdown .nav-link:hover{
    background-color:#fff;
}

.dropdown-menu{
    margin-left:60px;
}

/*colunas*/

.ct7 .col-sm{
    padding-left:2px !important;
    padding-right:2px !important;
}