/** font **/
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');

body {
  overflow-x: hidden;
  font-family: 'Poppins', sans-serif !important;
}

.hidden{
    display:none !important;
}

/************iframe***************/
#frame-change{
    width:100%;
    border:0;
    position:absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding-top: 70px;
}
/************fim*********************/

/** new flag block **/
#flag-block {
  background: #f5f5f5;
  text-align: center;
  padding: 20px 0;
}
#list-flag h4 {
  font-weight: 700;
  padding-bottom: 15px;
}
#flag-l {
  list-style: none;
  padding: 0 !important;
}
#flag-l li {
  display: inline-block;
  margin: 0 5px;
}
#flag {
  width: 40px;
  height: 25px;
}
#flag:hover {
  transform: scale(1.1);
}
@media only screen and (max-width: 768px) {
  #list-flag h4 {
    padding-bottom: 20px;
  }
  #flag-l li {    
    margin: 5px;
  }
  #flag {
    width: 50px;
    height: 30px;
  }
}


/** make it bold **/
#big {
  font-weight: 700;
}

/** header **/ 
.navbar {
  background: #fff;
  max-height: 70px;
}
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.dropdown-item {
  padding: 5px 0px !important;
}
.dropdown-menu {
  min-width: 135px !important;
  clear: both;
}
#flags {
  width: 50%; 
  float: left;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
#flag-p {
  text-align: center;
}
#logo {
  max-width: 60%;
}
#flag {
  /*max-width: 40px;*/
  border: 1px solid #000000;
}
.nav-link {
  color: #000 !important;
}
.nav-link:hover {
  color: #ff8a00 !important;
  text-decoration: underline;
}
#header {
  padding-top: 70px;
  background-image: url("/versaoNOVA/img/bg.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 300px;
}
#header-box {
  padding: 10px 0;
}
#header-txt h4{
  font-size: 30px;
  color: #000000;
  max-width: 90%;
}
#header-txt h1{
  font-size: 55px;
  color: #ff8a00;
  font-weight: 700;
}
#pc-pic {
  text-align: center;
}
#pc-pic img {
  max-width: 80%;
}

/** section1 **/
#section1 {
  padding: 30px 0 50px 0;
  text-align: center;
}
#sec1-t h2{
  color: #000;
  font-size: 30px;
}
#sec1-t h5{
  color: #000;
  font-size: 20px;
}
#cat {
  padding-top: 30px;
}
#cat-box {
  background: #f5f5f5;
  border: 2px solid #ff8a00;
  border-radius: 10px;
  min-height: 260px;
  max-width: 215px;
  margin: 0 20px 30px 20px;
}
#cat-box img {
  padding: 20px 0 15px 0;
}
#cat-box p {
  font-size: 18px;
  line-height: 1;
  color: #000;
}
.btn {
  background: #e2362f !important;
  border: #e2362f !important;
  font-weight: 700 !important;
  text-transform: uppercase;
  font-size: 17px !important;
  padding: 7px 35px !important;
}
.btn:hover {
  background: #5e73df !important;
}
#b2b {
  position: relative;
  overflow: hidden;
  background: transparent;
  border: 2px solid #003591;
  border-radius: 10px;
  min-height: 255px;
  max-width: 215px;
  margin: 0 20px 30px 20px;
  box-shadow: 3px 3px 0 #003591;
}
.wave {
  position: absolute;
  width: 540px;
  height: 700px;
  opacity: 0.6;
  left: 0;
  top: 0;
  margin-left: -50%;
  margin-top: -70%;
  /*background: linear-gradient(744deg,#7cc5e7,#003591 60%,#00ddeb);*/
  /*background: linear-gradient(744deg,#0048d8,#056ab2 60%,#004cf2);*/
  background: linear-gradient(744deg,#004cf2,#0048d8 60%,#056ab2);
}
.wave:nth-child(2),
.wave:nth-child(3) {
  top: 210px;
}
.playing .wave {
  border-radius: 40%;
  animation: wave 3000ms infinite linear;
}
.wave {
  border-radius: 40%;
  animation: wave 55s infinite linear;
}
.playing .wave:nth-child(2) {
  animation-duration: 4000ms;
}
.wave:nth-child(2) {
  animation-duration: 50s;
}
.playing .wave:nth-child(3) {
  animation-duration: 5000ms;
}
.wave:nth-child(3) {
  animation-duration: 45s;
}
@keyframes wave {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}
.info {
  text-align: center;
  position: absolute;
  top: 25%;
  left: 0;
  right: 0;
  color: rgb(255, 255, 255);
}
.info h3 {
  font-weight: 700;
  font-size: 25px;
  width: 80%;
  margin: 0 auto;
  min-height: 140px;
  text-transform: uppercase;
  line-height: 1.2;
}
.cta2 {
  width: 200px;
  height: 45px;
  background: #333333;
  margin: 0 auto;
  border-radius: 5px;
}
.btn2 {
  background: #ff8a00 !important;
  border: #e2362f !important;
  font-weight: 700 !important;
  text-transform: uppercase;
  font-size: 17px !important;
  padding: 7px 35px !important;
  text-decoration: none;
  border-radius: 5px;
  margin-top: 30px;
}
.btn2:hover {
  background: #333333 !important;
}
/** section2 **/
#section2 {
  padding: 50px 0;
  background: #f5f5f5;
}
#sec2-img img {
  max-width: 100%;
}
#sec2-t h3 {
  font-size: 25px;
  color: #000;
  margin: 0;
}
#sec2-t p {
  font-size: 16px;
  color: #000;
}
#sec2-list {
  list-style-image: url('/versaoNOVA/img/bullet.png');
}
#sec2-list li {
  font-size: 20px;
  color: #000;
  line-height: 2.5;
}
/** section3 **/
#section3 {
  padding: 50px 0;
  text-align: center;
}
#icon-box p {
  padding-top: 20px;
  color: #000;
  line-height: 1.4;
}
/** section4 **/
#section4 {
  padding: 50px 0;
  background: #ffffff;
}
#sec4-img img {
  max-width: 100%;
}
#sec4-t h3 {
  font-size: 25px;
  color: #000;
  margin: 0;
  padding-bottom: 10px;
}
#sec4-t p {
  font-size: 16px;
  color: #000;
}
/** section5 **/
#section5 {
  padding: 50px 0;
  background: #f5f5f5;
  text-align: center;
}
#sec5 h4 {
  font-size: 22px;
}
#sec5 h1 {
  font-size: 30px;
  font-weight: 700;
  color: #ff8a00;
  padding-bottom: 20px;
}
/** footer **/
#footer {
  padding: 40px 0 20px 0;
  background: rgb(55,79,199);
  background: linear-gradient(180deg, rgba(55,79,199,1) 0%, rgba(84,106,217,1) 100%); 
}
.list-group-item {
  background: none !important;
  border: none !important;
  padding: 0 !important;
  font-size: 13.5px;
  text-align: left;
  
}
#footer-con h3{
  color: #fff;
  font-size: 25px;
  font-weight: 700;
  padding-bottom: 10px;
}
#footer-con p {
  color: #fff;
  margin: 0;
  font-size: 15px;
  padding-bottom: 5px;
}
#list-footer h3{
  color: #fff;
  font-size: 25px;
  font-weight: 700;
}
#footer-l {
  color: #ffffff !important;
  padding: 0 !important;
  font-size: 13px;
  margin-left: 2px;
  margin-right: 13px;
}
#final-f {
  padding-top: 30px;
  text-align: center;
  color: #fff;
}
#final-f p {
  font-size: 14px;
}
#pp {
  color: #fff;
  text-decoration: none;
}
#pp:hover {
  text-decoration: underline;
}

/** Media Queries **/
@media only screen and (min-width: 1400px) {
  #header {
    min-height: 350px;
  }
  #header-txt {
    margin-bottom: 45px;
  }
  #pc-pic img {
    max-width: 70%;
    margin-bottom: 35px;
  }
}
@media only screen and (max-width: 1200px) {
  .nav-link {
    font-size: 14px !important;
  }
}
@media only screen and (max-width: 920px) {
  #header-txt h4 {
    font-size: 25px;
  }
  #header-txt h1 {
    font-size: 50px;
  }
}
@media only screen and (max-width: 768px) {
  #home {
    max-width: 75%;
  }
  .navbar-nav {
    background: #fff;
    padding: 15px !important;
  }
  .dropdown-item {
    text-align: left !important;
  }
  .dropdown-menu {
    border: none !important;
  }
  #header-txt {
    text-align: center;
  }
  #pc-pic {
    text-align: center;
  }
  #header-txt h4 {
    max-width: 100%;
  }
  #cat-box, #b2b {
    margin: 20px 40px;
  }
  #sec2-t h3 {
    text-align: center;
    padding-top: 20px;
  }
  #sec2-t p {
    text-align: center;
  }
  #sec2-img {
    text-align: center;
  }
  #sec4-t {
    text-align: center;
  }
  #sec4-img {
    padding-top: 20px;
    text-align: center;
  }
  #footer-con {
    text-align: center;
  }
  #list-footer {
    text-align: center;
  }
  .list-group-item {
    text-align: center;
  }
}
@media only screen and (max-width: 340px) {
  #home {
    max-width: 73%;
  }
  .navbar-brand {
    max-width: 50%;
  }
  #header-txt h4 {
    font-size: 20px;
  }
  .btn {
    padding: 7px 20px;
  }
  #sec2-list li {
    font-size: 15px;
  }
}