/* Bootstrap Override */
.btn-primary{
    background-color: #35bde1;
    border-color: #35bde1;
}

.btn-primary:hover{
    background-color: #2ba1c2;
    border-color: #2ba1c2;
}

.btn-secondary{
    background-color: #6d7b7b;
    border-color: #6d7b7b;
}

.navbar{
    font-family: 'Exo', sans-serif;
    font-weight: 400;
}

.navbar .btn{
    font-size: 0.8rem;
}

.navbar .nav-item{
    margin-left: 50px;
    font-weight: 700;
    text-transform: uppercase;
}

.navbar .nav-item > .nav-link{
    color: #3a4651;
}

.navbar .nav-item.active > .nav-link, .navbar .nav-item > .nav-link:hover{
    color: #2ba1c2;
}
/* END - Bootstrap Override */

/* Custom CSS */
body{
    font-family: 'Ubuntu', sans-serif;
    font-weight: 400;
    color: #3a4651;
    height: 100%;
    background-color: #3a4651;
}

h1, h2, h3, [class^="display-"]{
    font-family: 'Exo', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #6e7b7b;
    position: relative;
}

[class^="display-"]::after{
    content: '';
}

h1.with-bullet::after,
h2.with-bullet::after{
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0);
    content: "\25CF";
    color: #b7b7b7;
}

.text-white::after{
    color: white;
}

.text-blue,
.text-blue p{
    color: #006aa6;
}

h4, h5, h6{
    color: #b7b7b7;
}

p{
    color: #858585;
}

#main-wrapper{
    position: relative;
    padding-top: -150px;
    background-color: white;
}

#mainNav{
    transition: all 0.3s;
}

#mainNav .navbar-brand img{
    height: 114px;
    transition: all 0.3s;
}

#mainNav.navbar-shrink{
    background: white;
}

#mainNav.navbar-shrink .navbar-brand img{
    height: 70px;
}

#mainNav.navbar-shrink .btn{
    display: none;
}

.banner{
    position: relative;
    height: 100vh;
}

.banner-sm{
    position: relative;
    height: 50vh;
}

.banner-sm h1::after{
    content: none;
}

.banner-sm .bg-cover{
    background-position: center bottom;
}

.banner .bg-cover{
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
}

.bg-cover{
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover; 
}

.main-image-overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(255,255,255,1) 30%, rgba(255,255,255, 0.3) 100%);
}

.main-image{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 160px;
}

.main-image > .container > .row > div[class^="col"]{
    height: calc(100vh - 160px);
    position: relative;
}

.banner-sm .main-image > .container > .row > div[class^="col"]{
    height: calc(50vh - 160px);
}

.main-image > .container > .row > div[class^="col"] > .caption{
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}

.main-image > .container > .row > div[class^="col"] > img{
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: 0;
    max-height: calc(100vh - 300px);
}

.bg-grey{
    background-color: #6e7b7b;
    color: white;
}

.bg-light-grey{
    background-color: #f2f2f2;
}

.bg-dark-grey{
    background-color: #3a4651;
}

.bg-light-blue{
    background-color: #35bde1;
    color: white;
}

.bg-blue{
    background-color: #006aa6;
    color: white;
}

.scroll-icon{
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translate(-50%, 0);
}

.scroll-icon a{
    font-size: 0.8rem;
    color: #3a4651;
}

.scroll-icon a:hover{
    color: #2ba1c2;
    text-decoration: none;
}

#industria{
    margin: auto;
    height: 75px;
    width: 75px;
    background: url('/imgs/icones.png') -150px 0;
}

#saude{
    margin: auto;
    height: 75px;
    width: 75px;
    background: url('/imgs/icones.png') -75px 0;
}

#biblioteca{
    margin: auto;
    height: 75px;
    width: 75px;
    background: url('/imgs/icones.png') 0 0;
}

#centro-comercial{
    margin: auto;
    height: 75px;
    width: 75px;
    background: url('/imgs/icones.png') -150px -75px;
}

#hotelaria{
    margin: auto;
    height: 75px;
    width: 75px;
    background: url('/imgs/icones.png') -75px -75px;
}

#data-centers{
    margin: auto;
    height: 75px;
    width: 75px;
    background: url('/imgs/icones.png') 0 -75px;
}


.produto-bullet, .produto-bullet-right{
    color: white;
    display: inline-block;
    text-align: center;
    position: relative;
    width: 25px;
    height: 25px;
    background-color: #35bde1;
    border-radius: 50%;
    vertical-align: middle;
}

.produto-bullet span, .produto-bullet-right span{
    width: 25px;
    height: 25px;
    position: absolute;
    left:0;
    top:0 ;
}

.beacon{
    background-color: #35bde1;
    border-radius: 50%;
    -webkit-animation: beacon 4s ease-in-out 0.5s infinite backwards;
	        animation: beacon 4s ease-in-out 0.5s infinite backwards;
}

.copyright{
    background-color: #121b23;
    font-size: 0.9rem;
}

.newsletter p{
    color: #555555;
}

.newsletter form input{
    border: none;
    border-radius: 200px;
    padding: 30px 0;
    text-align: center;
}

.newsletter form input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #c9c9c9;
    opacity: 1; /* Firefox */
}

.newsletter form input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #c9c9c9;
}

.newsletter form input::-ms-input-placeholder { /* Microsoft Edge */
    color: #c9c9c9;
}

.newsletter form button{
    border-radius: 60px;
}

footer h5{
    color: white;
    text-transform: uppercase;
    border-bottom: 2px solid #7d8e9d;
    padding-bottom: 15px;
    margin-bottom: 25px;
}

footer ul a, footer ul a:hover{
    color: #e1e1e1;
}

footer ul li{
    padding: 5px 0;
}

.contact-form label{
    text-transform: uppercase;
    color: #006aa6;
    font-weight: 700;
    font-size: 1.1rem;
}

.contact-form .form-control{
    background-color: #f1f1f1;
    border: none;
    border-radius: 10px;
}

.contact-form input.form-control{
    padding: 1.5rem .75rem;
}

.contact-form textarea.form-control{
    padding: 1.5rem 1.75rem;
}
  
/* END - Custom CSS */

/* Back to top */
.back-to-top {
    display: none;
    background: #006aa6;
    color: #ffffff;
    -webkit-border-radius: 5px;
    font-size: 10px;
    text-align: center;
    font-weight: 500;
    border-radius: 0px;
    cursor: pointer;
    overflow: hidden;
    position: fixed;
    z-index: 999;
    right: 22px;
    bottom: 22px;
    -webkit-box-shadow: 0 0 2px 0 #006aa6;
    -moz-box-shadow: 0 0 2px 0 #006aa6;
    box-shadow: 0 0 2px 0 #006aa6;
}

.back-to-top > i {
    vertical-align: middle;
    border: solid white;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
}

.back-to-top > i.up {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}
/* END - Back to top */

/** Animations */
/* ----------------------------------------------
 * Generated by Animista on 2018-12-28 16:20:32
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation ping
 * ----------------------------------------
 */
 @-webkit-keyframes beacon {
    0% {
        -webkit-transform: scale(1);
                transform: scale(1);
        opacity: 1;
      }
      40% {
        -webkit-transform: scale(2.2);
                transform: scale(2.2);
        opacity: 0;
      }
      80% {
          -webkit-transform: scale(3.2);
                transform: scale(3.2);
        opacity: 0;
      }
      100% {
        -webkit-transform: scale(1);
                transform: scale(1);
        opacity: 0;
      }
  }
  @keyframes beacon {
    0% {
      -webkit-transform: scale(1);
              transform: scale(1);
      opacity: 1;
    }
    40% {
      -webkit-transform: scale(2.2);
              transform: scale(2.2);
      opacity: 0;
    }
    80% {
        -webkit-transform: scale(3.2);
              transform: scale(3.2);
      opacity: 0;
    }
    100% {
      -webkit-transform: scale(1);
              transform: scale(1);
      opacity: 0;
    }
  }
/** Animations */
  

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
    .navbar .nav-item{
        margin-left: 20px;
    }
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
    .navbar{
        background-color: white;
    }


    /* .navbar #menu{
        padding-top: 50px;
        height: 100vh;
        min-width: 250px;
        max-width: 250px;
        position: fixed;
        top: 0;
        right: 250px;
        margin-right: -250px;
    }

    .navbar{
        overflow-x: hidden;
        top: 0;
        left: 0;
        transition: all 1s;
    }

    .navbar.collapsed{
        margin-left: -250px;
    }

    .navbar.collapsed #menu{
        right: -250px;
    }

    .navbar .nav-item > .nav-link{
        color: white;
    }

    #main-wrapper{
        width: 100%;
        position: absolute;
        left: 0;
        top: 0;
        margin-right: 0;
        transition: all 1s;
    }

    #main-wrapper.collapsed{
        left: -250px;
        margin-right: 250px;
    } */
}