@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

  

.main {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  font-family: "Fira Sans", sans-serif;
  font-weight: 100;
  font-style: normal;
  font-size: 16px;
}
.header {
  float: left;
  width: 100%;
  height: auto;
}
.center {
  float: left;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: baseline;
  align-content: baseline;
}
.container {
  width: 80%;
}
.header .container {
  display: flex;
  justify-content: space-between;
  height: 80px;
  align-items: center;
}
.logo {
  float: left;
  /*margin-left: 10px;*/
}
.logo > img {
  float: left;
  height: 40px;
}
.menu {
	float: left;
	display: flex;
	align-items: center;
}
.menu ul {
  float: left;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}

.menu ul > li {
	float: left;
	margin-left: 25px;
	display: flex;
	align-items: center;
}

  /*
  .menu ul i {
	margin-right: 10px;
	color: #faa51e;
	/* color: #a0db53; 
}*/

.menu ul li a {
	color: #003149;
	font-weight: 400;
	text-decoration: none;
	display: flex;
	align-items: center;
}
.menu ul li a span {
	margin-left: 10px;
}

.menu ul:nth-child(2), .menu ul:nth-child(3) {
	border-left: 1px solid #CCC;
	margin-left: 30px;
}
.menu ul:nth-child(3) {
	padding-left: 30px;
}
.menu ul:nth-child(3) li {
	margin: 0px;
}
.menu ul:nth-child(3) li:nth-child(1) {
	margin-right: 10px;
}
.menu ul:nth-child(1) li > i {
  color: #7dbf2b;
}
.menu ul:nth-child(2) li a > i {
  color: #9c0a13;
}
.menu ul:nth-child(3) li a i {
	width: 25px;
	height: 25px;
	float: left;
	background-color: #63050b;
  color: #FFF;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 5px;
	margin-right: 0;
}

  .section {
    float: left;
    width: 100%;
  }
  
  .section.cover {
    float: left;
    width: 100%;
    height: 500px;
    background-color: #555555;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
    border-radius: 20px;
    overflow: hidden;
    height: auto;
  }


  
  .cover-container {
    float: left;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #00000090;
    height: 500px;
    overflow: hidden;
    position: relative;
  }
  .cover-container img {
    width: 100%;
    float: left;
    position: absolute;
  }
  .cover-container.cover-about {
    background-color: #FFF;
    border: 1px solid #CCC;
  }
  .cover-container.cover-about img {
    height: 100%;
    width: auto;
    float: left;
    position: absolute;
  }
  .cover-container.cover-about .cover-overlay {
    background-color: unset;
  }
  .cover-overlay {
    float: left;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    /* height: 200px; */
    /* margin-top: -200px; */
    position: relative;
    z-index: 1;
    background-color: #00000095;
    height: 100% !important;
  }
  
.text-container {
  float: left;
  margin-right: auto;
  margin-left: 10%;
}
.text-container h2 {
	font-size: 40px;
}
.text-container > p {
  color: #FFFFFF;
  font-weight: 300;
  font-size: 20px;
}
.text-container > a {
  float: left;
  padding: 10px 20px;
  background-image: linear-gradient(to top, #000000, #555555);
  border-radius: 20px 40px;
  color: #FFF;
  font-weight: 600;
  text-decoration: none;
  background-image: linear-gradient(to right, #ff8a04, #ff4341);
}
  
.section.services {
    margin-top: 50px;
  }

  
.mandv {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.mandv > .section.services {
  width: 45%;
}
  
.box-stream {
    float: left;
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .box {
    float: left;
    width: 30%;
    height: 300px;
    background-color: #878;
    border-radius: 20px;
    overflow: hidden;
  }

  
.service-cover {
  display: flex;
  justify-content: center;
  height: 100%;
}
.service-cover > img {
  float: left;
  height: 100%;
}
.service-title {
  float: left;
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: -70px;
  position: relative;
}
  .service-title > span {
    padding: 10px 20px;
    border-radius: 20px 40px;
    background-color: cornflowerblue;
    color: #FFF;
    font-weight: 400;
    background-color: #003149;
  }



  
.section.partner-band {
    margin-top: 50px;
  }
  .section.partner-band ul {
    float: left;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    justify-content: center;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .section.partner-band ul li {
    float: left;
  }
  .section.partner-band ul li img {
    height: 40px;
  }

  
.section-title {
    float: left;
    width: 100%;
    display: flex;
    justify-content: center;
    border-top: 1px solid #CCC;
    margin-bottom: 50px;
    height: 0px;
  }
  .section-title span {
    height: 20px;
    margin-top: -10.5px;
    background-color: #FFF;
    padding: 0 20px;
    font-weight: 500;
    color: #003149;
  }

  
.section.photo-cta {
    margin-top: 50px;
  }
  .cta-container {
    float: left;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .cta-photo {
    float: left;
    width: 50%;
    height: 300px;
    background-color: #777;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    overflow: hidden;
  }
  .cta-content {
    float: left;
    width: 50%;
    display: flex;
    flex-wrap: wrap;
  }
  .cta-photo img {
    float: left;
    width: 100%;
  }
  .cta-content > p {
	float: left;
	width: calc(100% - 50px);
	margin-left: 50px;
	text-align: left;
	line-height: 25px;
}

.cta-content > a {
	margin-left: 50px;
	padding: 20px;
	background-color: cornflowerblue;
	border-radius: 20px;
	font-weight: 500;
	color: #FFF;
	text-decoration: none;
	cursor: pointer;
}

  
.footer {
    float: left;
    width: 100%;
    margin-top: 50px;
  }
  .footer .container {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #CCC;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .text-about {
    float: left;
    width: 100%;
    text-align: justify;
    line-height: 25px;
    font-weight: 300;
  }

  .text-about iframe {
    float: left;
    width: 100%;
    height: 920px;
  }