@import url('https://fonts.googleapis.com/css?family=Cardo&display=swap');
@import url('https://fonts.googleapis.com/css?family=Montserrat&display=swap');
@import url('https://fonts.googleapis.com/css?family=Quicksand:400,500,600,700&display=swap');


body {
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}

html,body
{
    width: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden; 
}

.loading {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: linear-gradient(rgba(0, 55, 100, 1),rgba(0, 0, 0,1));
  z-index: 99;
  box-sizing: border-box;
}

.loading:after {
  content: "";
  width: 50px;
  height: 50px;
  position: absolute;
  top: -30px;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  border: 6px solid #f2f2f2;
  border-top: 6px dotted #f2f2f2;
  border-bottom: 6px dotted #f2f2f2;
  border-radius: 50%;
  animation: loading 2s infinite;
}

.loading:before {
  font-family: 'Montserrat', sans-serif;
  font-size: 26px;
  letter-spacing: 1px;
  color: white;
  content: "A Carregar...";
  position: absolute;
  top: 57%;
  text-align: center;
  right: 0;
  left: 0;
  margin: auto;
}

@keyframes loading {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(360deg);
  }
}

.welcome {
  font-family: 'Cardo', serif;
  font-size: 8vh;
  font-weight: normal;
  font-style: italic;
  font-display:block;
  color: #fff;
}

#scroll {
    position:fixed;
    right:10px;
    bottom:15px;
    cursor:pointer;
    width:5vh;
    height:5vh;
    background-color:#3a5675;
    text-indent:-9999px;
    display:none;
    z-index: 99;
    -webkit-border-radius:60px;
    -moz-border-radius:60px;
    border-radius:60px
}

#scroll span {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top:-12px;
    height:0;
    width:0;
    border:8px solid transparent;
    border-bottom-color:#ffffff;
}

#scroll:hover {
    background-color:#003764;
    opacity:1;filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}

.title {
  font-family: 'Cardo', serif;
  font-weight: normal;
  font-variant:small-caps;
  color: #003764 ;
  margin-top: 12px;
  margin-bottom: 40px;
  word-break: keep-all;
}

.subtitle {
  font-family: 'Montserrat',sans-serif;
}

.is-main-ceb {
  font-family: 'Quicksand',sans-serif;
  font-weight: 500;
}
.is-sub-ceb {
  font-family: 'Cardo', serif;
  font-size: 20px;
  margin:12px 12px !important;
}

.is-cebcolor1 {
  background-color: #003764;
  color: #fff;
}

.iscebcolor2{
  background-color: #A79C94;
  color: #003764;
}

.is-cebicon1 {
  color: #003764;
}

.is-cebcolor1:hover{
  background-color: #fff;
  color: #003764;
}

.is-cebicon2 {
  color: #02294A;
}

.is-cebcolor2:hover{
  background-color: #fff;
  color: #02294A;
}

.is-horizontal-center {
  justify-content: center;
}

.has-background-light {
  background-color: rgba(167, 156, 148, 0.2) !important;
}


/* hover */
.hvr-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}

.hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

/* NavBar */
.navbar .navbar-brand {
  text-align: center;
  display: block;
}

.navbar .navbar-brand > .navbar-item,
.navbar .navbar-brand .navbar-link {
  display: inline-block;
}

.navbar, .navbar-brand {
  background-color: none !important;
  box-shadow: none !important;
}

.navbar>.container {
  background-color: none !important;
}

.navbar-link.is-active, .navbar-link:hover, a.navbar-item.is-active, a.navbar-item:hover {
  color: #003764;
}

.navbar-item, .navbar-link {
  line-height: 1.5;
  padding: .5rem .75rem;
  position: relative;
  color:#d8d8d8;
}

.navbar-item img {
  max-height: 4rem !important;
}

.navbar-menu {
  background-color: transparent;
  color: #fff;
}


.navbar-dropdown {
  background-color: rgba(255, 255, 255, 0.8);
  font-size: .875rem;
  margin-top: 4px;
  border-radius: 0px ;
}

.navbar-dropdown .is-boxed{
  border-top: none;
  border-radius: 0px;
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0 8px 8px rgba(10,10,10,.1), 0 0 0 1px rgba(10,10,10,.1);
  display: block;
  opacity: 0;
  pointer-events: none;
  top: calc(100% + (4px));
  transform: translateY(-5px);
  transition-duration: 86ms;
  transition-property: opacity,transform;
}

.dropdown-item {
  color:#003764;
}

@media screen and (min-width: 1024px){
.navbar-dropdown.is-boxed, .navbar.is-spaced, .navbar-dropdown {
    border-radius: 0px;
    border-top: none;
    box-shadow: 0 8px 8px rgba(10,10,10,.1), 0 0 0 1px rgba(10,10,10,.1);
    display: block;
    opacity: 0;
    pointer-events: none;
    top: calc(100% + (-4px));
    transform: translateY(-5px);
    transition-duration: 86ms;
    transition-property: opacity,transform;
  }
}

/* HERO BACKGROUND */
.header-image {
  background-image:linear-gradient(rgba(0, 55, 100, 0.6),rgba(0, 0, 0, 0.8)), url(https://images.pexels.com/photos/1482193/pexels-photo-1482193.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940);
  background-position: center right;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

.present {
  font-family: 'Cardo',serif !important;
  font-style: italic;
  overflow-x: auto;
}

.description {
  font-family: 'Quicksand', sans-serif;
  text-align: center;
  margin-top: 35px;
}

#about {
  padding: 3rem 1.5rem;
}

#services {
  background-image: linear-gradient(rgba(167, 156, 148, 0.9),rgba(255,255,255,1)), url(https://cdn.pixabay.com/photo/2016/11/18/13/12/boat-1834397_1280.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  -webkit-box-shadow: inset 2px 2px 40px 0px rgba(0,0,0,0.25);
  -moz-box-shadow: inset 2px 2px 40px 0px rgba(0,0,0,0.25);
  box-shadow: inset 2px 2px 40px 0px rgba(0,0,0,0.25);
  padding: 3rem 1.5rem;
}

#services, .subtitle {
  margin-top: 12px;
}

.modal-title {
  font-size: 24px;
}

#services i {
  font-size: 25px;
  padding: 2px;
  text-align: center;
  vertical-align: center;
  z-index: 99;
}

#services h2 {
  font-family: 'Montserrat', sans-serif;
}

#about .is-fullwidth {
  padding-bottom: 0px;
}

#services, .columns {
  text-align: center;
  margin: 0;
  margin-top: 0.75rem;
  padding: 0.75rem;
  overflow-x:auto;
}

#services .list-item {
  color:#003764;
}

.media-content {
  overflow: hidden;
}

#solutions {
  background-color:#fff;
  padding: 3rem 1.5rem;
  overflow-x: auto;
  overflow-y: auto;
}

#solutions, .columns{
  padding: 0.75rem;
  overflow: auto;
}

#solicons .image img {
  display: inline-block;
  max-width: 50px !important;
  max-height: auto !important;
  margin: 10px;
}

#solutions p {
  font-family: 'Montserrat',sans-serif;
}

ul.solicons li {
  display:inline-flex;
}

li.solicons a{
  align-content: center;
}

figcaption {
  text-align: center;
  color: #303030;
  font-size: 12px;
  margin: -8px 2px;
  padding: 1px;
}

#solutions button {
  background-color: #003764;
  color:#fff;
}

#solutions hr {
  opacity: 1;
}

#contact {
  background-image: linear-gradient(rgba(167, 156, 148, 0.9),rgba(255,255,255,0.9)), url(https://images.pexels.com/photos/7050/sky-clouds-skyline-blue.jpg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940);
  background-position: center left;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  -webkit-box-shadow: inset 2px 2px 40px 0px rgba(0,0,0,0.25);
  -moz-box-shadow: inset 2px 2px 40px 0px rgba(0,0,0,0.25);
  box-shadow: inset 2px 2px 40px 0px rgba(0,0,0,0.25);
}

#contact, .columns {
  text-align: center;
  margin: 0;
  margin-top: 0.75rem;
  padding: 0.75rem;
}

footer {
	position: static;
  bottom: 0;
}

.footer-distributed{
	background-image: linear-gradient(rgba(0, 55, 100, 0.9),rgba(0,0,0,0.9));
  color:#fff;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
	box-sizing: border-box;
	width: 100%;
	text-align: left;
	font: bold 16px sans-serif;
  padding: 3rem 1.5rem;

}

.footer-distributed .footer-left,
.footer-distributed .footer-center,
.footer-distributed .footer-right{
	display: inline-block;
	vertical-align: top;
  padding: 5px;
  margin:2px;
}

.footer-distributed .footer-left{
	width: 40%;
}

.footer-distributed h3{
	color:  #ffffff;
	font: normal 36px 'Cardo', cursive;
	margin: 0;
}

.footer-distributed h3 span{
	color:  #fff;
}


.footer-distributed .footer-links, ul{
	color:  #ffffff important;
	margin: 20px 0 12px;
	padding: 0;
}

.footer-distributed .footer-links a,ul{
	display:inline-block;
	line-height: 1.8;
	text-decoration: none;
	color:  #fff !important;
}

.footer-distributed .footer-links p,a {
  color: white;
  font-family: 'Montserrat', sans-serif;

}

.footer-distributed .footer-company-name{
	color:  #fff;
	font-size: 14px;
	font-weight: normal;
	margin-top: 5px;
}


.footer-distributed .footer-center{
	width: 35%;
}

.footer-distributed .footer-center i{
	background-color:  #fff;
	color: #fff;
	font-size: 25px;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	text-align: center;
	line-height: 42px;
	margin: 10px 15px;
  padding-right: 5px;
	vertical-align: middle;
}

.footer-distributed .footer-center i.fa-envelope{
	font-size: 17px;
	line-height: 38px;
}

.footer-distributed .footer-center p{
	display: inline-block;
	color: #fff !important;
	vertical-align: middle;
  margin: 0;
	margin-bottom:10px;
  padding-bottom: 5px;
}

.footer-distributed .footer-center p span{
	display:block;
	font-weight: normal;
	font-size:14px;
	line-height:2;
}

.footer-distributed .footer-center p a{
	color:  #fff !important;
	text-decoration: none;;
}

.footer-distributed .footer-right{
	width: 20%;
}

.footer-distributed .footer-company-about{
	line-height: 20px;
	color:  #fff;
	font-size: 13px;
	font-weight: normal;
	margin: 0;
}

.footer-distributed .footer-company-about span{
	display: block;
	color:  #ffffff;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 20px;
}

.footer-distributed .footer-icons{
	margin-top: 25px;
}

.footer-distributed .footer-icons a{
	display: inline-block;
	width: 35px;
	height: 35px;
	cursor: pointer;
	background-color:  #3a5675;
	border-radius: 2px;

	font-size: 20px;
	color: #fff !important;
	text-align: center;
	line-height: 35px;

	margin-right: 3px;
	margin-bottom: 5px;
}


@media (max-width: 880px) {

	.footer-distributed{
		font: bold 14px sans-serif;
	}

	.footer-distributed .footer-left,
	.footer-distributed .footer-center,
	.footer-distributed .footer-right{
		display: block;
		width: 100%;
		margin-bottom: 40px;
		text-align: center;
	}

	.footer-distributed .footer-center i{
		margin-left: 0;
	}

	.main {
		line-height: normal;
		font-size: auto;
	}

}

::-webkit-scrollbar {
    display: none;
}
