/*

TemplateMo 569 Edu Meeting

https://templatemo.com/tm-569-edu-meeting

*/

/* ---------------------------------------------
Table of contents
------------------------------------------------
01. font & reset css
02. reset
03. global styles
04. header
05. banner
06. features
07. testimonials
08. contact
09. footer
10. preloader
11. search
12. portfolio

--------------------------------------------- */
/* 
---------------------------------------------
font & reset css
--------------------------------------------- 
*/
@import url("https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700,800,900");
/* 
---------------------------------------------
reset
--------------------------------------------- 
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, div
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q,
s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
figure, header, nav, section, article, aside, footer, figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

.wow{
  visibility: hidden;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

ul, li {
  padding: 0;
  margin: 0;
  list-style: none;
}

header, nav, section, article, aside, footer, hgroup {
  display: block;
}

* {
  box-sizing: border-box;
}

html, body {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  background-color: #fff;
  font-size: 16px;
  overflow-x: hidden;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none !important;
  color: #280333;
}

a:hover {
	color: #280333;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: "Montserrat", sans-serif;
}

ul {
  margin-bottom: 0px;
}

p {
  font-size: 16px;
  line-height: 25px;
  color: #656565;;
  margin-bottom: 1rem;
}

img {
  /*width: 100%;*/
  overflow: hidden;
}

/* 
---------------------------------------------
global styles
--------------------------------------------- 
*/
html,
body {
  background: #fff;
  font-family: 'Nunito', sans-serif;
}

::selection {
  background: #4291cb;
  color: #fff;
}

::-moz-selection {
  background: #4291cb;
  color: #fff;
}

@media (max-width: 991px) {
  html, body {
    overflow-x: hidden;
  }
  .mobile-top-fix {
    margin-top: 30px;
    margin-bottom: 0px;
  }
  .mobile-bottom-fix {
    margin-bottom: 30px;
  }
  .mobile-bottom-fix-big {
    margin-bottom: 60px;
  }
}

.main-button-red a {
  font-size: 13px;
  color: #fff;
  background-color: #a12c2f;
  padding: 12px 30px;
  display: inline-block;
  border-radius: 22px;
  font-weight: 500;
  text-transform: uppercase;
  transition: all .3s;
}

.main-button a {
  font-size: 19px;
  color: #fff;
  background-color: #093a57;
  padding: 5px 30px;
  display: inline-block;
  border-radius: 22px;
  font-weight: 500;
  transition: all .3s;
}

.main-button a:hover {
  color: #fff;
  background-color: #f15411;
}

.main-button-orange a {
  font-size: 19px;
  color: #fff;
  background-color: #f15411;
  padding: 5px 30px;
  display: inline-block;
  border-radius: 22px;
  font-weight: 500;
  transition: all .3s;
}

.main-button-orange a:hover {
  color: #fff;
  background-color: #093a57;
}

.main-button-red a:hover {
  opacity: 0.9;
}

.main-button a:hover {
  opacity: 0.9;
}

.main-button-orange a:hover {
  opacity: 0.9;
}

.main-button-yellow a {
  font-size: 13px;
  color: #fff;
  background-color: #f5a425;
  padding: 12px 30px;
  display: inline-block;
  border-radius: 22px;
  font-weight: 500;
  text-transform: uppercase;
  transition: all .3s;
}

.main-button-yellow a:hover {
  opacity: 0.9;
}

.section-heading h2 {
  line-height: 40px;
  margin-top: 0px;
  margin-bottom: 35px;
  padding-bottom: 10px;
  font-size: 28px;
  font-weight: 800;
  text-transform: uppercase;
  color: #0A446C;
}


/* 
---------------------------------------------
header
--------------------------------------------- 
*/

.logo{
  max-width:90px;
  padding: 4px 0px;
}


.logo-white{
  display: block;
}

.logo-black{
  display: none;
}

.background-header .logo-white{
  display: none !important;
  max-width: 80px;
}

.background-header .logo-black{
  display: block;
  max-width: 90px;
}


.background-interna .logo-white{
  display: none !important;
}

.background-interna .logo-black{
  display: block;
}

.sub-header {
  background-color: #0E446C;
  position: relative;
  z-index: 1111;
}

.btn-menu{
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
  border: 1px solid #fff;
  padding: 2px 10px;
  width: fit-content;
}

.btn-menu2{
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  border: 2px solid #96DE50;
  letter-spacing: 1.5px;
  color: #96DE50;
  padding: 5px 10px;
  transition: all .3s;
  width: fit-content;
}

.btn-menu2:hover{
  background: #96DE50;
  color: #fff !important;
}

.btn-blue{
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  font-size: 13px;
  padding: 8px 25px;
  font-weight: 600;
  border: 2px solid #0A446C;
  letter-spacing: 1px;
  color: #0A446C;
  transition: all .3s;
  cursor: pointer;
}

.btn-blue:hover{
  background: #0A446C;
  color: #fff !important;
}


.sub-header .left-content p {
  color: #fff;
  padding: 8px 0px;
  font-size: 13px;
}

.sub-header .right-icons {
  text-align: right;
  padding: 8px 0px;
}

.sub-header .right-icons ul li {
  display: inline-block;
  margin-left: 15px;
}

.sub-header .right-icons ul li a {
  color: #96DE50;
  font-size: 14px;
  transition: all .3s;
}

.sub-header .right-icons ul li a:hover {
  color: #96DE50;
}

.sub-header .left-content p em {
   font-style: normal;
   color: #f5a425;
}

.background-header {
  background-color: #fff!important;
  height: 80px!important;
  position: fixed!important;
  top: 0!important;
  left: 0;
  right: 0;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.15)!important;
}

.background-interna{
  background-color: #fff!important;
  position: fixed!important;
  top: 40px;
  left: 0;
  right: 0;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.15)!important;
}

#interna{
  min-height: 65vh;
}

.background-interna .main-nav .nav li.has-sub:after {
  color: #1e1e1e !important;
}

.background-header .main-nav .nav li a {
  color: #1e1e1e!important;
}

.background-header .logo,
.background-header .main-nav .nav li a {
  color: #1e1e1e!important;
}

.background-interna .logo,
.background-interna .main-nav .nav li a {
  color: #1e1e1e!important;
}

.background-header .main-nav .nav li:hover a {
  color: #fb5849!important;
}

.background-header .nav li a.active {
  color: #fb5849!important;
}

.header-area {
  /*background-color: rgba(250,250,250,0.15);*/
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  z-index: 100;
  /*-webkit-transition: all .5s ease 0s;*/
  /*-moz-transition: all .5s ease 0s;*/
  /*-o-transition: all .5s ease 0s;*/
  /*transition: all .5s ease 0s;*/
}

.header-area .main-nav {
  min-height: 80px;
  background: transparent;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.background-interna .main-nav .logo {
  max-width: 90px;
}
.header-area .main-nav .logo {
  line-height: 100px;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  float: left;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.background-header .main-nav .logo {
  line-height: 75px;
}

.background-header .nav {
  /*margin-top: 20px !important;*/
}

.header-area .main-nav .nav {
  float: right;
  margin-right: 0px;
  background-color: transparent;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 999;
}

.header-area .main-nav .nav li {
  padding-left: 15px;
  padding-right: 15px;
}

.header-area .main-nav .nav li:last-child {
  padding-right: 0px;
}

.header-area .main-nav .nav li a {
  display: block;
  font-weight: 500;
  font-size: 14px;
  color: #fff;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  height: 64px;
  line-height: 64px;
  border: transparent;
  letter-spacing: 1px;
}

.header-area .main-nav .nav li:hover a,
.header-area .main-nav .nav li a.active {
  color: #0E446C!important;
}

.background-header .main-nav .nav li:hover a,
.background-header .main-nav .nav li a.active {
  color: #0E446C!important;
  opacity: 1;
}

.header-area .main-nav .nav li.has-sub {
  position: relative;
  padding-right: 15px;
}

.header-area .main-nav .nav li.has-sub:after {
  font-family: FontAwesome;
  content: "\f107";
  font-size: 12px;
  color: #fff;
  position: absolute;
  right: 5px;
  top: 22px;
}

.background-header .main-nav .nav li.has-sub:after {
  color: #1e1e1e;
}

.header-area .main-nav .nav li.has-sub ul.sub-menu {
  position: absolute;
  width: 200px;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  /*overflow: hidden;*/
  top: 60px;
  opacity: 0;
  left: 0;
  transition: all .3s;
  transform: translateY(+2em);
  visibility: hidden;
  z-index: -1;
}

.header-area .main-nav .nav li.has-sub ul.sub-menu li {
  margin-left: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

.header-area .main-nav .nav li.has-sub ul.sub-menu li a {
  opacity: 1;
  display: block;
  background: #f7f7f7;
  color: #2a2a2a!important;
  padding-left: 20px;
  height: 40px;
  line-height: 40px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  font-size: 13px;
  font-weight: 400;
  border-bottom: 1px solid #eee;
}

.header-area .main-nav .nav li.has-sub ul li a:hover {
  background: #fff;
  color: #0E446C!important;
  padding-left: 25px;
}

.header-area .main-nav .nav li.has-sub ul li a:hover:before {
  width: 3px;
}

.header-area .main-nav .nav li.has-sub:hover ul.sub-menu {
  visibility: visible;
  opacity: 1;
  z-index: 1;
  transform: translateY(0%);
  transition-delay: 0s, 0s, 0.3s;
}

.header-area .main-nav .menu-trigger {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 25px;
  width: 32px;
  height: 40px;
  text-indent: -9999em;
  z-index: 99;
  right: 15px;
  display: none;
}



/* Estilo base para o menu */
.main-nav ul.nav .sub-menu {
  position: absolute;
  top: 0;
  left: 100%;
  display: none;
  z-index: 99;
}

.main-nav ul.nav .has-sub:hover > .sub-menu {
  display: block;
}
.main-nav ul.nav .sub-menu .has-sub:hover > .sub-menu {
  margin-top: 0;
  top: 0px !important;
  left: 100% !important;
  display: block !important;
  position: absolute !important;
  overflow: auto;
}

@media screen and (max-width:767px){
  .main-nav ul.nav .sub-menu .has-sub:hover > .sub-menu {
    margin-top: 0;
    display: block !important;
    left: 0% !important;
    position: unset !important;
  }
  .main-nav ul.nav .sub-menu .has-sub > a::after {
    content: "" !important;
  }
}

/*.main-nav ul.nav .sub-menu .sub-menu {*/

/*}*/
.main-nav ul.nav .sub-menu .sub-menu {

}

.main-nav ul.nav .sub-menu .has-sub > a::after {
  content: "\f105";
  font-family: "FontAwesome";
  float: right;
  padding-right: 10px;
}







.divider-left{
  display: block;
  text-align: center;
  /*overflow: hidden;*/
}

.divider-right{
  display: block;
  text-align: center;
  /*overflow: hidden;*/
}
.divider-left .divider-text {
  position: relative;
  display: inline-block;
  padding-left: 30px;
  padding-right: 30px;
}
.divider-left .divider-text:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 100%;
  width: 9999px;
  border-top: 2px solid #f15411;
}

.divider-right .divider-text {
  position: relative;
  display: inline-block;
  padding-left: 30px;
  padding-right: 30px;

}

.divider-right .divider-text:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  width: 1800px;
  border-top: 2px solid #f15411;
}


@media screen and (max-width:767px) {
  .divider-left .divider-text:before {
    border-top: none;
  }
  .divider-left .divider-text {
    position: relative;
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
  }
  .section-heading h2 {
    margin-bottom: 00px;
  }
}

.background-header .main-nav .menu-trigger {
  top: 23px;
}

.header-area .main-nav .menu-trigger span,
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #1e1e1e;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
}

.background-header .main-nav .menu-trigger span,
.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #1e1e1e;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
  width: 75%;
}

.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  content: "";
}

.header-area .main-nav .menu-trigger span {
  top: 16px;
}

.header-area .main-nav .menu-trigger span:before {
  -moz-transform-origin: 33% 100%;
  -ms-transform-origin: 33% 100%;
  -webkit-transform-origin: 33% 100%;
  transform-origin: 33% 100%;
  top: -10px;
  z-index: 10;
}

.header-area .main-nav .menu-trigger span:after {
  -moz-transform-origin: 33% 0;
  -ms-transform-origin: 33% 0;
  -webkit-transform-origin: 33% 0;
  transform-origin: 33% 0;
  top: 10px;
}

.header-area .main-nav .menu-trigger.active span,
.header-area .main-nav .menu-trigger.active span:before,
.header-area .main-nav .menu-trigger.active span:after {
  background-color: transparent;
  width: 100%;
}

.header-area .main-nav .menu-trigger.active span:before {
  -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
  -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
  -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
  transform: translateY(6px) translateX(1px) rotate(45deg);
  background-color: #1e1e1e;
}

.background-header .main-nav .menu-trigger.active span:before {
  background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger.active span:after {
  -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  transform: translateY(-6px) translateX(1px) rotate(-45deg);
  background-color: #1e1e1e;
}

.background-header .main-nav .menu-trigger.active span:after {
  background-color: #1e1e1e;
}

.header-area.header-sticky {
  /*min-height: 80px;*/
  height: auto !important;
}

.header-area{
  /*border-bottom: 1.5px solid rgba(255, 255, 255, 0.2);*/
}

.header-area .nav {

}

.header-area.header-sticky .nav li a.active {
  color: #f5a425;
}

@media (max-width: 1200px) {
  .header-area .main-nav .nav li {
    padding-left: 7px;
    padding-right: 7px;
  }
  .header-area .main-nav:before {
    display: none;
  }
}

@media (max-width: 991px) {
  .header-area .main-nav .logo {
    color: #1e1e1e;
  }
  .header-area.header-sticky .nav li a:hover,
  .header-area.header-sticky .nav li a.active {
    color: #AC55C5 !important;
    opacity: 1;
  }
  .header-area.header-sticky .nav li.search-icon a {
    width: 100%;
  }
  .header-area {
    background-color: #f7f7f7;
    padding: 0px 15px;
    height: 100px;
    box-shadow: none;
    text-align: center;
  }
  .header-area .container {
    padding: 0px;
  }
  .header-area .logo {
    margin-left: 30px;
  }
  .header-area .menu-trigger {
    display: block !important;
  }
  .header-area .main-nav {
    overflow: hidden;
    display: block;
  }

  .header-area .logo-white{
    display: none;
  }
  .header-area .logo{
    margin-left: 0px;
    max-width: 90px;
  }
  .background-interna .main-nav .logo {
    max-width: 90px;
  }

  .header-area .logo-black{
    display: block;
  }
  .header-area .main-nav .nav {
    float: none;
    width: 100%;
    display: none;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    margin-left: 0px;
  }
  .header-area .main-nav .nav li:first-child {
    border-top: 1px solid #eee;
  }
  .header-area.header-sticky .nav {
    margin-top: 100px !important;
  }
  .header-area .main-nav .nav li {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #eee;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .header-area .main-nav .nav li a {
    height: 50px !important;
    line-height: 50px !important;
    padding: 0px !important;
    border: none !important;
    /*background: #f7f7f7 !important;*/
    color: #191a20 !important;
  }
  .header-area .main-nav .nav li a:hover {
    background: #eee !important;
    color: #AC55C5!important;
  }
  .header-area .main-nav .nav li.has-sub ul.sub-menu {
    position: relative;
    visibility: inherit;
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    top: 0px;
    width: 100%;
    box-shadow: none;
    height: 0px;
    transition: all 0s;
  }
  .header-area .main-nav .nav li.submenu ul li a {
    font-size: 12px;
    font-weight: 400;
  }
  .header-area .main-nav .nav li.submenu ul li a:hover:before {
    width: 0px;
  }
  .header-area .main-nav .nav li.has-sub ul.sub-menu {
    height: auto;
  }
  .header-area .main-nav .nav li.has-sub:after {
    color: #3B566E;
    right: 30px;
    font-size: 14px;
    top: 15px;
  }
  .header-area .main-nav .nav li.submenu:hover ul, .header-area .main-nav .nav li.submenu:focus ul {
    height: 0px;
  }
}

@media (min-width: 991px) {
  .header-area .main-nav .nav {
    display: flex !important;
  }
}


/* 
---------------------------------------------
banner
--------------------------------------------- 
*/

.main-banner {
  position: relative;
  max-height: 100%;
  overflow: hidden;
  margin-bottom: -7px;

}

@media screen and (max-width: 767px) {
  .main-banner {
    margin-top: 80px;
  }
}

#bg-video {
    min-width: 100%;
    min-height: 100vh;
    max-width: 100%;
    max-height: 100vh;
    object-fit: cover;
    z-index: -1;
}

#bg-video::-webkit-media-controls {
    display: none !important;
}

.video-overlay {
    position: absolute;
    background-color: rgba(31,39,43,0.75);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
}

.main-banner .caption {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.main-banner .caption h6 {
  margin-top: 0px;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  letter-spacing: 1px;
}

.main-banner .caption h2 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 36px;
  text-transform: uppercase;
  font-weight: 800;
  color: #fff;
  letter-spacing: 1px;
}

.main-banner .caption h2 em {
  font-style: normal;
  color: #f5a425;
  font-weight: 900;
}

.main-banner .caption p {
  color: #fff;
  font-size: 14px;
  max-width: 570px;
}

.main-banner .caption .main-button-red {
  margin-top: 30px;
}

.main-banner .caption .main-button {
  margin-top: 30px;
}

.main-banner .caption .main-button-orange {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {

  .main-banner .caption h6 {
    font-weight: 500;
  }

  .main-banner .caption h2 {
    font-size: 36px;
  }

}


/*
---------------------------------------------
services
---------------------------------------------
*/

.services {
  margin-top: -135px;
  position: absolute;
  width: 100%;
}

.services .item {

  background: rgba(13,69,102,0.95);
  border-radius: 15px;
  text-align: center;
  color: #fff;
  padding: 40px;
}

.services .item .icon {
  max-width: 90px;
  margin: 0 auto;
}

.services .item h4 {
  margin-top: 25px;
  margin-bottom: 15px;
  font-size: 25px;
  font-weight: 600;
}

.services .item p {
  color: #fff;
  font-size: 16px;
}

.services .owl-nav {
  display: inline-block !important;
  text-align: center;
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-25px);
}
    
.services .owl-nav .owl-prev{
  margin-right: 10px;
  outline: none;
  position: absolute;
  left: -80px;
}

.services .owl-nav .owl-prev span,
.services .owl-nav .owl-next span {
  opacity: 0;
}

.services .owl-nav .owl-prev:before {
  display: inline-block;
  font-family: 'FontAwesome';
  color: #1e1e1e;
  font-size: 25px;
  font-weight: 700;
  content: '\f104';
  background-color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 50px;
}

.services .owl-nav .owl-prev {
  opacity: 1;
  transition: all .5s;
}

.services .owl-nav .owl-prev:hover {
  opacity: 0.9;
}

.services .owl-nav .owl-next {
  opacity: 1;
  transition: all .5s;
}

.services .owl-nav .owl-next:hover {
  opacity: 0.9;
}

.services .owl-nav .owl-next{
  margin-left: 10px;
  outline: none;
  position: absolute;
  right: -85px;
}

.services .owl-nav .owl-next:before {
  display: inline-block;
  font-family: 'FontAwesome';
  color: #1e1e1e;
  font-size: 25px;
  font-weight: 700;
  content: '\f105';
  background-color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 50px;
}


/*
---------------------------------------------
upcoming meetings
---------------------------------------------
*/

section.upcoming-meetings {
  /*background-image: url(../images/bg-about.png);*/
  background-position: bottom center;
  /*background-attachment: fixed;*/
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 50px;
  padding-bottom: 110px;
}

section.upcoming-meetings .section-heading {
  text-align: center;
}

section.upcoming-meetings .categories {
  background-color: #fff;
  border-radius: 20px;
  padding: 40px;
  margin-right: 45px;
}

section.upcoming-meetings .categories h4 {
  font-size: 18px;
  font-weight: 600;
  color: #1f272b;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

section.upcoming-meetings .categories ul li {
  display: inline-block;
  margin-bottom: 15px;
}

section.upcoming-meetings .categories ul li a {
  font-size: 15px;
  color: #1f272b;
  font-weight: 500;
  transition: all .3s;
}

section.upcoming-meetings .categories ul li a:hover {
  color: #a12c2f;
}

section.upcoming-meetings .categories .main-button-red {
  border-top: 1px solid #eee;
  padding-top: 30px;
  margin-top: 15px;
}

section.upcoming-meetings .categories .main-button-red a {
  width: 100%;
  text-align: center;
}

section.upcoming-meetings .categories .main-button {
  border-top: 1px solid #eee;
  padding-top: 30px;
  margin-top: 15px;
}

section.upcoming-meetings .categories .main-button-orange {
  border-top: 1px solid #eee;
  padding-top: 30px;
  margin-top: 15px;
}

section.upcoming-meetings .categories .main-button a {
  width: 100%;
  text-align: center;
}

section.upcoming-meetings .categories .main-button-orange a {
  width: 100%;
  text-align: center;
}

.upcoming-meetings .thumb{
  position: relative;
}

.upcoming-meetings .overlay-about{
  background-image: url("../images/overlay-about.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all .3s;
}

.overlay-plus{
  width: 50px;
}

.upcoming-meetings .meeting-item:hover .overlay-about{
  opacity: 1;
}

.img-home{
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  object-fit: cover;
  height:205px;
  width: 100%;
}

.text-about{
  font-size: 16px;
}

.text-justify{
  text-align: justify;
}

.meeting-item {
  margin-bottom: 30px;
}

.meeting-item .thumb {
  position: relative;
}

.meeting-item .thumb img {
  border-radius: 20px;
}

.meeting-item .thumb .price {
  position: absolute;
  left: 20px;
  top: 20px;
}

.meeting-item .thumb .price span {
  font-size: 16px;
  color: #1f272b;
  font-weight: 600;
  background-color: rgba(250,250,250,0.9);
  padding: 7px 12px;
  border-radius: 10px;
}

.meeting-item .down-content {
  padding: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.meeting-item .down-content .date {
  float: left;
  text-align: center;
  display: inline-block;
  margin-right: 20px;
  color: #0A446C;
}

.meeting-item .down-content .date h6 {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  color: #a12c2f;
}

.meeting-item .down-content .date span {
  display: block;
  color: #0A446C;
  font-size: 22px;
  margin-top: 7px;
}

.meeting-item .down-content h4 {
  font-size: 18px;
  color: #0A446C;
  font-weight: 700;
  display: inline-block;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.meeting-item .down-content p {
  color: #1f272b;
  font-size: 14px;
}

.upcoming-meetings .meeting-item .down-content p {
  margin-left: 0px;
}

@media screen and (max-width:767px){
  .meeting-item .down-content {
    padding: 20px;
  }
}

/*
---------------------------------------------
apply now
---------------------------------------------
*/

section.apply-now {
  background-image: url(../images/apply-bg.jpg);
  background-position: center center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 140px 0px;
}

section.apply-now .item {
  background-color: rgba(250,250,250,0.15);
  padding: 30px;
  margin-bottom: 30px;
}

section.apply-now .item h3 {
  color: #fff;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}

section.apply-now .item p {
  color: #fff;
  margin-bottom: 20px;
}

section.our-facts .item {
  background-color: rgba(250, 250, 250, 0.15);
  padding: 30px;
  margin-bottom: 30px;
}

section.our-facts .item h3 {
  color: #f15411;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}

section.our-facts .item p {
  color: #fff;
  margin-bottom: 20px;
}

.accordions {
  border-radius: 20px;
  padding: 40px;
  background-color: #fff;
  margin-left: 45px;
}
.accordions .accordion {
  border-bottom: 1px solid #eee;
}
.accordions .last-accordion {
  border-bottom: none;
}
.accordion-head {
  padding: 20px;  
  font-size: 18px;
  font-weight: 700;
  color: #1f272b;
  cursor: pointer;
  transition: color 200ms ease-in-out;
  border-bottom: 1px solid #fff;
}
@media screen and (min-width: 768px) {
  .accordion-head {
    padding: 1rem;
    font-size: 1.2rem;
  }
}
.accordion-head .icon {
  float: right;
  transition: transform 200ms ease-in-out;
}
.accordion-head.is-open {
  color: #f5a425;
  border-bottom: none;
}
.accordion-head.is-open .icon {
  transform: rotate(45deg);
}
.accordion-body {
  overflow: hidden;
  height: 0;
  transition: height 300ms ease-in-out;
  border-bottom: 1px solid #fff;
}
.accordion-body > .content {
  padding: 20px;
  padding-top: 0;
}


/* 
---------------------------------------------
courses
--------------------------------------------- 
*/

section.our-courses {
  /*background-image: url(../images/bg-blog.png);*/
  background-position: center center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 90px;
  padding-bottom: 100px;
}

.img-about{
  height: 230px;
  object-fit: cover;
}

.our-courses .item .down-content {
  background-color: #fff;
}

.our-courses .item .down-content h4 {
  padding: 25px;
  font-size: 18px;
  color: #1f272b;
  text-align: center; 
  border-bottom: 1px solid #eee;
}

.our-courses .item .down-content .info {
  padding: 25px;
}

.our-courses .item .down-content .info ul li {
  display: inline-block;
  margin-right: 1px;
}

.our-courses .item .down-content .info ul li i {
  color: #f5a425;
  font-size: 14px;
}

.our-courses .item .down-content .info span {
  color: #a12c2f;
  font-size: 15px;
  font-weight: 600;
  text-align: right;
  display: inline-block;
  width: 100%;
}

.our-courses .owl-nav {
  text-align: center;
  position: absolute;
  width: 100%;
  top: -2%;
  transform: translateY(-45px);
}

.our-courses .owl-dots {
  display: inline-block;
  text-align: center;
  width: 100%;
  margin-top: 10px;
}

.our-courses .owl-dots .owl-dot {
  transition: all .5s;
  width: 7px;
  height: 7px;
  background-color: #0A446C;
  margin: 0px 5px;
  border-radius: 50%;
  outline: none;
}

.our-courses .owl-dots .active {
  width: 24px;
  height: 8px;
  border-radius: 4px;
}
    
.our-courses .owl-nav .owl-prev{
  margin-right: 10px;
  outline: none;
  position: absolute;
  left: -80px;
}

.our-courses .owl-nav .owl-prev span,
.our-courses .owl-nav .owl-next span {
  opacity: 0;
}

.our-courses .owl-nav .owl-prev:before {
  display: inline-block;
  font-family: 'FontAwesome';
  color: #0A446C;
  font-size: 25px;
  font-weight: 700;
  content: '\f104';
  /*background-color: #4b4b4b;*/
  width: 20px;
  height: 50px;
  border-radius: 50%;
  line-height: 50px;

}

.our-courses .owl-nav .owl-prev {
  opacity: 1;
  transition: all .5s;
  right: -100%;
}

.our-courses .owl-nav .owl-prev:hover {
  opacity: 0.9;
}

.our-courses .owl-nav .owl-next {
  opacity: 1;
  transition: all .5s;
}

.our-courses .owl-nav .owl-next:hover {
  opacity: 0.9;
}

.our-courses .owl-nav .owl-next{
  margin-left: 10px;
  outline: none;
  position: absolute;
  right: 0px;
}

.our-courses .owl-nav .owl-next:before {
  display: inline-block;
  font-family: 'FontAwesome';
  color: #0A446C;
  font-size: 25px;
  font-weight: 700;
  content: '\f105';
  /*background-color: #4b4b4b;*/
  width: 20px;
  height: 50px;
  border-radius: 50%;
  line-height: 50px;
}


/*
---------------------------------------------
our facts
---------------------------------------------
*/

section.our-facts {
  background-image: url(../images/bg-eventos.png);
  background-position: center center;
  /*background-attachment: fixed;*/
  background-repeat: no-repeat;
  background-size: cover;
  padding: 140px 0px 125px 0px;
  z-index: 1;
  position: relative;
}

section.our-facts h2 {
  font-size: 38px;
  color: #fff;
  line-height: 50px;
  font-weight: 700;
  letter-spacing: 0.5px;
  margin-bottom: 50px;
}

.count-area-content {
  text-align: center;
  background-color: rgba(250,250,250,0.15);
  border-radius: 20px;
  padding: 25px 30px 35px 30px;
  margin: 15px 0px;
}

.percentage .count-digit:after {
  content: '%';
  margin-left: 3px;
}

.count-digit {
    margin: 5px 0px;
    color: #f5a425;
    font-weight: 700;
    font-size: 36px;
}
.count-title {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 0.5px;
}

.new-students {
  margin-top: 45px;
}

section.our-facts .video {
  text-align: center;
  margin-left: 70px;
  height: 330px;
  background-image: url(../images/bg-associados.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.number-assoc h4{
  color: #fff;
  font-size: 100px;
  font-weight: 800;
}

.number-assoc h6{
  color: #fff;
  font-size: 32px;
  font-weight: 700;
}

section.our-facts .video img {
  padding: 170px 0px;
  max-width: 56px;
}

@media screen and (max-width: 767px) {
  section.our-facts .video {
    height: 230px;
  }
  .number-assoc h4{
    font-size: 70px !important;
  }

  .number-assoc h6{
    font-size: 22px;
  }
}

/* 
---------------------------------------------
contact us
--------------------------------------------- 
*/

section.contact-us {
  background-image: url(../images/meetings-bg.jpg);
  background-position: center center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 140px 0px 0px 0px;
}

section.contact-us #contact {
  background-color: #fff;
  border-radius: 20px;
  padding: 40px;
}

section.contact-us #contact h2 {
  text-transform: uppercase;
  color: #1f272b;
  border-bottom: 1px solid #eee;
  margin-bottom: 40px;
  padding-bottom: 20px;
  font-size: 22px;
  font-weight: 700;
}

section.contact-us #contact input {
  width: 100%;
  height: 40px;
  border-radius: 20px;
  background-color: #f7f7f7;
  outline: none;
  border: none;
  box-shadow: none;
  font-size: 13px;
  font-weight: 500;
  color: #7a7a7a;
  padding: 0px 15px;
  margin-bottom: 30px;
}

section.contact-us #contact textarea {
  width: 100%;
  min-height: 140px;
  max-height: 180px;
  border-radius: 20px;
  background-color: #f7f7f7;
  outline: none;
  border: none;
  box-shadow: none;
  font-size: 13px;
  font-weight: 500;
  color: #7a7a7a;
  padding: 15px;
  margin-bottom: 30px;
}

section.contact-us #contact button {
  font-size: 13px;
  color: #fff;
  background-color: #0E446C;
  padding: 12px 30px;
  display: inline-block;
  border-radius: 22px;
  font-weight: 500;
  text-transform: uppercase;
  transition: all .3s;
  border: none;
  outline: none;
}

section.contact-us #contact button:hover {
  opacity: 0.9;
}

section.contact-us .right-info {
  background-color: #a12c2f;
  border-radius: 20px;
  padding: 40px;
}

section.contact-us .right-info ul li {
  display: inline-block;
  border-bottom: 1px solid rgba(250,250,250,0.15);
  margin-bottom: 30px;
  padding-bottom: 30px;
}

section.contact-us .right-info ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

section.contact-us .right-info ul li h6 {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 10px;
}

section.contact-us .right-info ul li span {
  display: block;
  font-size: 18px;
  color: #fff;
  font-weight: 700;
}

.footer {
  background-image: url(../images/footer.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  /*background: #094268;*/
  text-align: left;
  /*margin-top: 140px;*/
  /*border-top: 1px solid rgba(250,250,250,0.15);*/
  padding: 50px 0px;
}

.form-control-border{
  /*outline: none;*/
  /*border: 2px solid #AE56C5;*/
  /*border-radius: 20px;*/
  /*background: transparent;*/
  /*width: 100%;*/
  /*padding: 7px 15px;*/
  outline: none;
  border: 1px solid #AE56C5;
  border-radius: 20px;
  background: transparent;
  width: 100%;
  padding: 7px 15px;
  -webkit-appearance: none; /* Remove o estilo padrão no Safari */
  -moz-appearance: none; /* Remove o estilo padrão no Firefox */
  appearance: none; /* Remove o estilo padrão em navegadores modernos */
  height: 40px; /* Garante altura consistente */
  color: black; /* Ajusta a cor do texto */
}

select.form-control-border{
  background-image: url('data:image/svg+xml;charset=US-ASCII,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 4 5"><path fill="black" d="M2 0L0 2h4zM2 5l2-2H0z"/></svg>');
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 10px;
  padding-right: 30px; /* Mantém espaço para a seta */
}

.btn-main{
  background: #AE56C5;
  padding: 0px 15px;
  border: 2px solid #AE56C5;
  color: #fff;
  outline: none;
  border-radius: 20px;
  width: 100%;
  height: 42px;
  text-transform: lowercase;
  font-weight: 500;
  font-size: 20px;
}

.dark-form .form-control-border{
  color: #fff;
}

.form-control-border::placeholder{
  font-size: 14px !important;
}
.title-border{
  width: 60px;
  height: 5px;
  background:#FF00FF;
  border-radius:2px;
}

.a-main{
  background:transparent;
  padding: 4px 15px;
  border: 1px solid #AE56C5;
  outline: none;
  border-radius: 20px;
  font-weight: 500;
  font-size: 16px;
  color: #000;
  height:42px;
  text-align: center;
  transition: all .3s;
}

.a-main:hover{
  background: #AE56C5;
  color: #fff;
}

.a-main2{
  background:#AE56C5;
  padding: 8px 40px;
  border: 1px solid #AE56C5;
  outline: none;
  width: fit-content !important;
  align-items: center;
  border-radius: 20px;
  font-weight: 500;
  font-size: 16px;
  height:42px;
  text-align: center;
  color: #fff;
  transition: all .3s;
}

.a-main2:hover{
  background: #AE56C5;
  color: #fff;
}

.icon-eventos{
  width: 80px;
  margin-right: 10px;
}

@media screen and (max-width:991px) {
  .icon-eventos {
    width: 40px;
  }
}

.img-destaque{
  max-width: 220px;
  width: 100%;
}
.container-infos{
  color: #fff;
}
.container-infos h6{
  font-weight: 300;
}

.container-infos a  {
  color: #fff;
}
.icon-footer-large{
  width: 52px;
  height: 52px;
}

.icon-footer-medium{
  height: 27px;
}

.icon-footer-small {
  height: 20px;
}


.icon-top-white{
  display: inline;
}

.icon-top-dark{
  display: none;
}

.background-header .icon-top-white{
  display: none;
}
.background-header .icon-top-dark{
  display: inline;
}

.background-interna .icon-top-white{
  display: none;
}
.background-interna .icon-top-dark{
  display: inline;
}

@media screen and (max-width:991px){
  .header-area .icon-top-white{
    display: none;
  }
  .header-area .icon-top-dark{
    display: inline;
  }
}

@media screen and (max-width: 797px){
  .icon-footer-medium{
    height: 22px;
  }
  .icon-footer-large{
    width: 37px;
    height: 37px;
  }
  .container-infos h5{
    font-size: 18px;
  }
  .container-infos h6{
    font-size: 14px;
  }
}
.footer p {
  font-size: 16px;
  color: #fff;
}

.footer p a {
  color: #fff;
}

.footer-border{
  border-top: 2px solid #fff;
}

.footer h5,
.footer h4,
.footer h3{
  color: #fff;
}

.img-arred{
  border-radius: 9px;
}
.whats-logo{
  max-width:50px;
}

.whatsapp-button {
  position: fixed;
  z-index: 99;
  bottom: 10px;
  right: 10px;
  width: 50px;
  height: 50px !important;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 25px;
  box-shadow: 1px 1px 2px #888;
  display: flex !important;
  line-height: normal !important;
  align-items: center;
  justify-content: center;
}
.whatsapp-button i{
  font-size:40px;
}

.footer .k2-logo {
  position: absolute;
  right: 15px;
}

.logo-k2{
  max-width: 30px;
}


@media screen and (max-width:767px){
  .footer {
    text-align: center;
  }
  .header-area .main-nav .nav li a.whatsapp-button {
    width: 25px;
    height: 25px !important;
    margin: 15px;
  }

  .whatsapp-button i{
    font-size:40px;
  }
  .footer .k2-logo {
    position: relative;
    right: 0px;
    margin-top: 15px;
  }
}
/*
---------------------------------------------
heading page
---------------------------------------------
*/

section.heading-page {
  background-image: url(../images/heading-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 230px;
  padding-bottom: 110px;
  text-align: center;
}

section.heading-page h6 {
  margin-top: 0px;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  letter-spacing: 1px;
}

section.heading-page h2 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 36px;
  text-transform: uppercase;
  font-weight: 800;
  color: #fff;
  letter-spacing: 1px;
}


/*
---------------------------------------------
upcoming meetings page
---------------------------------------------
*/

section.meetings-page {
  background-image: url(../images/meetings-page-bg.jpg);
  background-position: center center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 140px;
  padding-bottom: 0px;
}

section.meetings-page .filters {
  text-align: center;
  margin-bottom: 60px;
}

section.meetings-page .filters li {
  font-size: 13px;
  color: #a12c2f;
  background-color: #fff;
  padding: 11px 30px;
  display: inline-block;
  border-radius: 22px;
  font-weight: 600;
  text-transform: uppercase;
  transition: all .3s;
  cursor: pointer;
  margin: 0px 3px;
}

section.meetings-page .filters ul li.active,
section.meetings-page .filters ul li:hover {
  background-color: #a12c2f;
  color: #fff;
}

section.meetings-page .pagination {
  text-align: center;
  width: 100%;
  margin-top: 30px;
  display: inline-block;
}

section.meetings-page .pagination ul li {
  display: inline-block;
}

section.meetings-page .pagination ul li a {
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 10px;
  color: #1f272b;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  font-weight: 600;
  font-size: 15px;
  transition: all .3s;
}

section.meetings-page .main-button-red {
  text-align: center;
}

section.meetings-page .main-button-red a {
  padding: 12px 60px;
  text-align: center;
  margin-top: 30px;
}

section.meetings-page .main-button {
  text-align: center;
}

section.meetings-page .main-button a {
  padding: 12px 60px;
  text-align: center;
  margin-top: 30px;
}

section.meetings-page .main-button-orange {
  text-align: center;
}

section.meetings-page .main-button-orange a {
  padding: 12px 60px;
  text-align: center;
  margin-top: 30px;
}

section.meetings-page .pagination ul li.active a,
section.meetings-page .pagination ul li a:hover {
  background-color: #a12c2f;
  color: #fff;
}

.meeting-single-item .thumb {
  position: relative;
}

.meeting-single-item .thumb img {
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
}

.meeting-single-item .thumb .price {
  position: absolute;
  left: 20px;
  top: 20px;
}

.meeting-single-item .thumb .price span {
  font-size: 16px;
  color: #1f272b;
  font-weight: 600;
  background-color: rgba(250,250,250,0.9);
  padding: 7px 12px;
  border-radius: 10px;
}

.meeting-single-item .down-content {
  background-color: #fff;
  padding: 40px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.meeting-single-item .thumb .date {
  position: absolute;
  background-color: rgba(250,250,250,0.9);
  width: 80px;
  height: 80px;
  text-align: center;
  padding: 15px 0px;
  border-radius: 10px;
  right: 20px;
  top: 20px;
}

.meeting-single-item .thumb .date h6 {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  color: #a12c2f;
}

.meeting-single-item .thumb .date span {
  display: block;
  color: #1f272b;
  font-size: 22px;
  margin-top: 7px;
}

.meeting-single-item .down-content h4 {
  font-size: 22px;
  color: #1f272b;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 15px;
}

.meeting-single-item .down-content h5 {
  font-size: 18px;
  color: #1f272b;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 15px;
}

.meeting-single-item .down-content p {
  color: #1f272b;
  font-size: 14px;
}

.meeting-single-item .down-content p.description {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #eee;
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #eee;
}

.meeting-single-item .down-content .share {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #eee;
}

.meeting-single-item .down-content .share h5 {
  float: left;
  margin-right: 10px;
  margin-bottom: 0px;
}

.meeting-single-item .down-content .share ul li {
  display: inline;
}

.meeting-single-item .down-content .share ul li a {
  font-size: 14px;
  color: #1f272b;
  transition: all .3s;
}

.meeting-single-item .down-content .share ul li a:hover {
  color: #f5a425;
}

/* Meeting item column */
.templatemo-item-col {
	width: 31%;
}

@media (max-width: 992px) {
	.templatemo-item-col {
		width: 45%;
	}
}

@media (max-width: 767px) {
	.templatemo-item-col {
		width: 100%;
	}
}

/* 
---------------------------------------------
responsive
--------------------------------------------- 
*/

@media (max-width: 1300px) {
  .services .owl-nav .owl-next{
    right: -30px;
  }
  .services .owl-nav .owl-prev{
    left: -25px;
  }
  .our-courses .owl-nav .owl-next{
    right: -30px;
  }
  .our-courses .owl-nav .owl-prev{
    left: -25px;
  }
}

@media (max-width: 1200px) {
  .services .owl-nav .owl-next{
    right: -70px;
  }
  .services .owl-nav .owl-prev{
    left: -65px;
  }
  .our-courses .owl-nav .owl-next{
    right: -70px;
  }
  .our-courses .owl-nav .owl-prev{
    left: -65px;
  }
}

@media (max-width: 1085px) {
  .services .owl-nav .owl-next{
    right: -30px;
  }
  .services .owl-nav .owl-prev{
    left: -25px;
  }
  .our-courses .owl-nav .owl-next{
    right: -30px;
  }
  .our-courses .owl-nav .owl-prev{
    left: -25px;
  }
}

@media (max-width: 1005px) {
  .services .owl-nav .owl-next{
    display: none;
  }
  .services .owl-nav .owl-prev{
    display: none;
  }
  .our-courses .owl-nav .owl-next{
    display: none;
  }
  .our-courses .owl-nav .owl-prev{
    display: none;
  }
}

@media (max-width: 992px) {

  .main-banner .caption {
    top: 60%;
  }

  .main-banner .caption h2 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 22px;
  }

  .main-banner .caption .main-button-red {
    margin-top: 15px;
  }

  .services {
    margin-top: 60px;
    position: relative;
  }

  section.upcoming-meetings {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  section.our-facts {
    padding: 50px 0px 50px 0px;
  }

  section.upcoming-meetings .categories {
    margin-right: 0px;
    margin-bottom: 30px;
  }

  section.our-courses {
    padding-top: 40px;
    padding-bottom: 40px;
  }

    .accordions {
    margin-left: 0px;
  }

  .new-students {
    margin-top: 15px;
  }

  section.our-facts .video {
    margin-left: 0px;
    margin-top: 15px;
  }

  section.contact-us #contact {
    margin-bottom: 30px;
    padding: 0px;
  }

}

@media (max-width: 767px) {

  .sub-header .left-content p {
    display: none;
  }

  .sub-header .right-icons {
    text-align: center;
  }

  .main-nav .nav .sub-menu {
    display: none;
  }

  .header-area .main-nav .nav li ul.sub-menu li a {
    color: #1f272b;
  }

}


.news-dot, .about-dot{
  position: absolute;
}

.news-dot.left-dot{
  left: -20px;
  top: 27%;
}

.news-dot.right-dot{
  right: 40px;
  top: -180px;
}

.about-dot.left-dot{
  left: 0px;
  bottom: -100px;
}

.text-blue{
  color: #0A446C !important;
}

.bloco-home{
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding: 80px 25px 40px 25px;
  background: #f0f2f1;
  border-radius: 20px;
  height: 100%;
}

.bloco-head{
  display: flex;
  justify-content: center;
  position: absolute;
  top: -30px;
}

.bloco-head img{
  max-height: 80px;
}

.container-detalhe{
  position: absolute;
  right: -30%;
  bottom: -40%;
}

.container-detalhe img{
  max-width: 250px;
}




.about-area h3{
  color: #0A446C;
  font-weight: 800;
}

.icon-sobre{
  max-height: 40px;
  margin-bottom: 15px;
}

.logo-store{
  max-width: 100%;
  width: 225px;
}

.logo-footer{
  position: absolute;
  right: 0px;
  top: -5%;
}

.logo-footer img{
  max-width: 420px;
}

.bg-gray{
  background: #EFF2F1;
}

.logo-footer2 {
  display: none;
}

.logo-footer2 img{
  max-width: 120px;
}

@media screen and (max-width: 1399px) {
  .logo-footer img {
    max-width: 350px;
  }
}

@media screen and (max-width: 1199px) {
  .container-detalhe img{
    display: none;
  }

  .logo-footer img {
    max-width: 290px;
  }
}

@media screen and (max-width: 991px){
  .left-dot{
    display: none;
  }

  .right-dot{
    display: none;
  }

  .logo-footer img {
    display: none;
  }


  .logo-footer2 {
    display: flex;
  }

  .logo-footer2 img{
    max-width: 80px;
  }

  section.our-facts h2{
    font-size: 24px !important;
  }

  h2{
    font-size: 22px !important;
  }

  h3{
    font-size: 18px !important;
  }

  h4{
    font-size: 16px !important;
  }

}

@media screen and (max-width: 768px) {
  .bloco-head img {
    max-height: 60px;
  }
  .bloco-home{
    padding: 50px 20px 25px 20px;
  }
}



/* Página customizada - Início */


.slider-area{
  /*background:#304461;*/
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom:80px;
  min-height: 350px;
  position:relative;
  margin-top:77px;
}
.slider-height2{
  z-index: 3;
  position: relative;
}
.slider-txt-content{
  width:100%;
  padding-top:120px;

}
.overlay-interno{
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /*background: rgba(0, 0, 0, 0.6);*/
  position: absolute;
  z-index: 1;
}
.midia-content{
  padding-top:150px;
}
.midia-img{
  max-width:100%;
}
.titulo-noticia{
  display:flex;
  flex-wrap: wrap;
  color:#fff;
  text-transform: uppercase;
  font-size:50px;
  font-weight: 400;
}
.titulo-interno{
  display:flex;
  flex-wrap: wrap;
  color:#fff;
  text-transform: uppercase;
  font-family: "Nunito", serif;
  font-size:45px;
  font-weight: 400;
}
.titulo-interno.asap{
  font-family: 'Bebas Neue', sans-serif;
}
.titulo-interno.asap small{
  font-size:25px !important;
  margin-top:12px;
}

.txtimg-small{
  font-size:.535em;
  margin-top:.3em;
}

.titulo-interno small{
  font-size:25px !important;
  margin-top:12px;
}
.subtitulo-interno{
  font-size:20px;
  color:#fff;
  text-transform: uppercase;
  font-weight: 600;
}
.subtitulo-interno2{
  font-size:22px;
  font-weight: 400;
  color:#fff;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
}
.subtitulo-interno.sembanner,
.subtitulo-interno2.sembanner{
  color:#ffffff;
}
.titulo-comp{
  font-size: 22px;
  margin-top: 3px;
}
.slider-txt-content{
  /*padding-left:30px;*/
}
.slider-txt-content.border-text{
  /*border-left: 1px solid rgba(255, 255, 255, .5);*/
}
.limita-img img {
  max-width: 100% !important;
  height: auto !important;
}
.project-area p{
  font-weight:400;
  font-size:16px;
  color:#333333;
}


.project-area img {
  max-width: 100% !important;
  height: auto !important;
}

.l-fundosolido .slick-dots li button:before,
.l-fundosolido2 .slick-dots li button:before
{
  color: #cdcdcd;
}

.l-fundosolido .slick-dots li.slick-active button:before,
.l-fundosolido2 .slick-dots li.slick-active button:before
{
  color: #999999;
  opacity: 1;
}

.l-padrao .heading-section{
}

.l-padrao p{
  color:#333333;
}
.l-padrao .heading-section h2,
.l-padrao .heading-section h3,
.l-padrao .heading-section h4{
  color: #212529;
}

.textoimagem .app-title{
  color: #212529 !important;
}

.text-second{
  color: #212529 !important;
}
.content-gespi h2{
  color: #212529 !important;
}
.l-padrao .titulo-comp, .l-fundosolido .titulo-comp{
  margin-top: 3px;
}
.l-caixa .heading-section{
  background:#0c2a4c;
  border-radius: 10px 10px 0px 0px;
  padding:15px 30px;
}
.l-caixa p{
  color:#0c2a4c;
}
.heading-section h2{
  display: flex;
}
.l-caixa .heading-section h2{

  color: #fff;
  font-size: 34px;
  font-weight:300;
}
.l-caixa .heading-section h3{
  color: #fff;
  font-size:20px;
  font-weight:600;
}
.l-caixa .corpo{
  padding:30px;
  border-radius: 0px 0px 10px 10px;
  border-left: 3px solid #0c2a4c;
  border-right: 3px solid #0c2a4c;
  border-bottom: 3px solid #0c2a4c;
}

.l-fundosolido.capsula{
  background: #00101A;
}
.l-fundosolido p,
.l-fundosolido h2,
.l-fundosolido h3,
.l-fundosolido h4,
.l-fundosolido h5,
.l-fundosolido h6{
  color:#fff !important;
}
.services-2 .text-second{
  margin-bottom: 15px;
}
.l-fundosolido .heading-section h2,
.l-fundosolido .heading-section h3,
.l-fundosolido .heading-section h4{
  color:#0087DA;
  color:#ffffff;
}
.d-borda{
  border-top: 2px solid #ebebeb;
}
.l-fundosolido.d-borda{
  border-bottom: 3px solid #00101A;
  border-top: none;
}

.d-borda .heading-section{
  border-left: 1px solid #003364;
  padding-left: 15px;
}

.l-fundosolido.d-borda .heading-section{
  border-left: 1px solid #ffffff;
  /*border-left: 1px solid #0087DA;*/
  padding-left: 15px;
}
.subheading{
  font-size: 24px;
  font-style: italic;
}
.project-area iframe{
  max-width:100% !important;
}
.botao{
  z-index: 70;
  position: relative;
  background:#034267;
  color:#fff;
  font-size: 18px;
  margin-top:10px;
  font-weight: 600;
  text-align: center;
  padding: 12px 35px;
  border-radius: 8px;
  display: inline-block;
  border:3px solid #034267;
  -webkit-transition: all .3s ease 0s !important;
  -moz-transition: all .3s ease 0s !important;
  -o-transition: all .3s ease 0s !important;
  transition: all .3s ease 0s !important;
}
.botao:hover{
  background:#fff;
  color:#034267;
  border:3px solid #034267;
}

.botao-vermelho{
  z-index: 70;
  position: relative;
  background:#C41D2C;
  color:#fff;
  font-size: 18px;
  margin-top:10px;
  font-weight: 600;
  text-align: center;
  padding: 12px 35px;
  border-radius: 8px;
  display: inline-block;
  border:3px solid #C41D2C;
  -webkit-transition: all .3s ease 0s !important;
  -moz-transition: all .3s ease 0s !important;
  -o-transition: all .3s ease 0s !important;
  transition: all .3s ease 0s !important;
}
.botao-vermelho:hover{
  background:#fff;
  color:#C41D2C;
  border:3px solid #C41D2C;
}

.botao1{
  z-index: 70;
  position: relative;
  background:#B09763;
  color:#00101A;
  font-size: 18px;
  margin-top:10px;
  font-weight: 600;
  text-align: center;
  padding: 12px 35px;
  border-radius: 8px;
  display: inline-block;
  border:3px solid #B09763;
  -webkit-transition: all .3s ease 0s !important;
  -moz-transition: all .3s ease 0s !important;
  -o-transition: all .3s ease 0s !important;
  transition: all .3s ease 0s !important;
}
.botao1:hover{
  background:#034267;
  color:#B09763;
  border:3px solid #034267;
}

.botao-busca{
  z-index: 70;
  position: relative;
  color:#034267;
  font-size: 16px;
  margin-top:10px;
  font-weight: 600;
  text-align: center;
  padding: 3px 25px;
  border-radius: 8px;
  display: inline-block;
  border:2px solid #034267;
  -webkit-transition: all .3s ease 0s !important;
  -moz-transition: all .3s ease 0s !important;
  -o-transition: all .3s ease 0s !important;
  transition: all .3s ease 0s !important;
}
.botao-busca:hover{
  background:#034267;
  color:#fff;
  border:2px solid #034267;
}


.botao-whatsapp{
  z-index: 70;
  position: relative;
  background:transparent;
  color:#069;
  font-size: 18px;
  margin-top:10px;
  font-weight: 600;
  text-align: center;
  padding: 12px 35px;
  border-radius: 8px;
  display: inline-block;
  border:3px solid #069;
  -webkit-transition: all .3s ease 0s !important;
  -moz-transition: all .3s ease 0s !important;
  -o-transition: all .3s ease 0s !important;
  transition: all .3s ease 0s !important;
}
.botao-whatsapp:hover{
  background:#069;
  color:#fff;
  border:3px solid #069;
}

.botao2{
  z-index: 70;
  position: relative;
  background: #029b23;
  color:#fff;
  font-size: 16px;
  margin-top:10px;
  font-weight: 500;
  text-align: center;
  padding: 12px 35px;
  border-radius: 25px;
  display: inline-block;
  border:1px solid #029b23;
  -webkit-transition: all .3s ease 0s !important;
  -moz-transition: all .3s ease 0s !important;
  -o-transition: all .3s ease 0s !important;
  transition: all .3s ease 0s !important;
}
.botao2:hover{
  background:#fff;
  color:#029b23;
  border:1px solid #029b23;
}


.btn-ingresso{
  z-index: 70;
  position: relative;
  background: #029b23;
  color:#fff;
  font-size: 18px;
  margin-top:10px;
  font-weight: 600;
  text-align: center;
  padding: 12px 35px;
  border-radius: 25px;
  display: inline-block;
  border:1px solid #029b23;
  -webkit-transition: all .3s ease 0s !important;
  -moz-transition: all .3s ease 0s !important;
  -o-transition: all .3s ease 0s !important;
  transition: all .3s ease 0s !important;
}
.btn-ingresso:hover{
  /*background:#fff;*/
  /*color:#029b23;*/
  /*border:1px solid #029b23;*/
  color:#fff;
  background: #028a1c; /* Cor ligeiramente mais escura para o efeito hover */
  box-shadow: 0 0 6px 2px rgba(50, 205, 50, 0.5), 0 0 10px 5px rgba(50, 205, 50, 0.4);
  /*transform: scale(1.02); !* Efeito de ampliação *!*/
}

.btn-link1{
  z-index: 70;
  position: relative;
  background: transparent;
  color:#140E3C;
  font-size: 18px;
  margin-top:10px;
  font-weight: 600;
  text-align: center;
  padding: 12px 35px;
  border-radius: 25px;
  display: inline-block;
  border:2px solid #140E3C;
  -webkit-transition: all .3s ease 0s !important;
  -moz-transition: all .3s ease 0s !important;
  -o-transition: all .3s ease 0s !important;
  transition: all .3s ease 0s !important;
}
.btn-link1:hover{
  background: rgb(8,10,32);
  background: linear-gradient(90deg, rgba(8,10,32,1) 23%, rgba(29,19,87,1) 66%);
  color:#fff;

}

.btn-link2{
  z-index: 70;
  position: relative;
  background: transparent;
  color:#140E3C;
  font-size: 18px;
  margin-top:10px;
  font-weight: 600;
  text-align: center;
  padding: 12px 35px;
  border-radius: 25px;
  display: inline-block;
  border:2px solid #140E3C;
  -webkit-transition: all .3s ease 0s !important;
  -moz-transition: all .3s ease 0s !important;
  -o-transition: all .3s ease 0s !important;
  transition: all .3s ease 0s !important;
}
.btn-link2:hover{
  background: rgb(8,10,32);
  background: linear-gradient(90deg, rgba(8,10,32,1) 23%, rgba(29,19,87,1) 66%);
  color:#fff;

}

.link{
  background:#034267;
  color:#fff;
  font-size: 16px;
  margin-top:10px;
  font-weight: 500;
  text-align: center;
  padding: 7px 35px;
  border-radius: 8px;
  display: inline-block;
  border:3px solid #034267;
  -webkit-transition: all .3s ease 0s !important;
  -moz-transition: all .3s ease 0s !important;
  -o-transition: all .3s ease 0s !important;
  transition: all .3s ease 0s !important;
}
.link:hover{
  background:#fff;
  color:#034267;
  border:3px solid #034267;
}
.divisor{
  border-bottom: 3px solid #0086CD;
  padding-bottom: 15px;
}
.borda{
  border-radius: 20px;
  border: 3px solid #ebebeb;
  padding: 15px 20px;
  margin: 10px 0px 20px 0px;
}
.borda p{
  margin-bottom:0px;
}
.fundo-azul{
  margin:15px 0px;
  display:flex;
  flex-wrap: wrap;
  padding: 30px 60px;
  border-radius:15px;
  border: .5px solid #069;
  background: rgba(0,68,101,.2);
}
.fundo-branco{
  margin:0px 0px;
  display:flex;
  flex-wrap: wrap;
  padding: 30px 60px;
  border-radius:15px;
  background: #ffffff;
}
.fundo-azul p{
  padding: 0px 10px;
  margin-bottom:0px;
  color: #0c2a4c;
}

.l-fundosolido .fundo-azul p{
  color: #fff;
}
.fundo-branco p{
  padding: 0px 10px;
  margin-bottom:0px;
  color: #0c2a4c;
}
.largura-10{
  width:10%;
  padding: 10px 3px;
}
.largura-20{
  width:20%;
  padding: 10px 3px;
}
.largura-30{
  width:30%;
  padding: 10px 3px;
}
.largura-40{
  width:40%;
  padding: 10px 3px;
}
.largura-50{
  width:50%;
  padding: 10px 3px;
}
.largura-60{
  width:60%;
  padding: 10px 3px;
}
.largura-70{
  width:70%;
  padding: 10px 3px;
}
.largura-80{
  width:80%;
  padding: 10px 3px;
}
.largura-90{
  width:90%;
  padding: 10px 3px;

}
.largura-100{
  width:100%;
  padding: 10px 3px;
}
.fundo-azul .botao{
  white-space: nowrap;
}
.fundo-branco .botao{
  white-space: nowrap;
}
.asap{
  font-family: 'Nunito', sans-serif;
}

.textoimagem{
  position:relative;
  padding: 90px 0px 120px 0px;
  /*box-shadow: 10px 2px 29px -1px rgb(0 0 0 / 29%);*/
}
.app-title{
  font-size: calc(1.325rem + .9vw);
}
.overlay-textoimagem{
  position:absolute;
  top:0;
  left:0;
  height: 100%;
}
.overlay-left{

}
.text-white p{
  color:#fff;
}

#zoomIn, #zoomOut{
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none; 
  -moz-user-select: none;
  -ms-user-select: none;
}
.bloco-centro{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.bloco-l-fundosolido{
  border-radius: 20px;
  background-image: url("../images/bg-card.png");
  background-repeat: no-repeat;
  background-position: bottom;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  background-size: 100%;
  color: #000;
  padding: 5px 15px;
  height: 100%;
  margin-right: 5px;
  margin-left: 5px;
  width:100%;
}
.bloco-l-fundosolido h2,
.bloco-l-fundosolido h3,
.bloco-l-fundosolido h4,
.bloco-l-fundosolido p{
  color: #000;
}


.ui-corner-top {
  background: 0 0;
  margin-bottom: 0;
  padding: 15px 30px;
  /*border-top: 1px solid #00323c;*/
  /*border-right: 1px solid #00323c;*/
  /*border-left: 1px solid #00323c;*/
  /*border-bottom: 1px solid #00323c;*/
  font-size: 17px;
  font-weight: 500;
  color: #0c2a4c;
  /*border-radius: 0.5em;*/
  -webkit-transition: all .3s ease 0s !important;
  -moz-transition: all .3s ease 0s !important;
  -o-transition: all .3s ease 0s !important;
  transition: all .3s ease 0s !important;
}

.ui-corner-top.ui-state-active{
  -webkit-transition: all .3s ease 0s !important;
  -moz-transition: all .3s ease 0s !important;
  -o-transition: all .3s ease 0s !important;
  transition: all .3s ease 0s !important;
}
.ui-accordion-header {
  color:#1a114a;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #cdcdcd;
  outline: none;
  font-weight: 500;
  min-height: 55px;
  font-size: 17px;
  padding: 5px 30px;
}


.ui-accordion-header:not(:first-child) {
  /*margin-top:10px;*/
}
.ui-accordion-content {
  /*margin: 0px 5px;*/
  padding: 10px 30px;
  /* border-right: 1px solid rgba(0, 135, 218, 0.10);
  border-left: 1px solid rgba(0, 135, 218, 0.10);
  border-bottom: 1px solid rgba(0, 135, 218, 0.10); */
  border-bottom: 1px solid #cdcdcd;
  font-weight: 500;
  background: rgb(240 242 241);
  /* background: rgba(0, 135, 218, 0.10); */

}
.conteudo-accordion{
  color:#0c2a4c;
}
.l-fundosolido .conteudo-accordion{
  /* color:#fff; */
}

.ui-icon{
  margin-left: 10px;
}

.l-fundosolido .ui-corner-top {
  /* border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff; */
}

.l-fundosolido .ui-accordion-header {
  /* background:#fff;
  color:#0c2a4c; */
}

.content-gespi{
  margin-top:70px;
  display: flex;
}
.left-side{
  /*color:#003364;*/
  width:50%;
  padding-left:130px;
  padding-right:80px;
  box-shadow: 10px 2px 29px -1px rgb(0 0 0 / 29%);
  /* box-shadow: 0 0 45px rgb(0 0 0 / 7%); */
  background-color: white;
}
.left-side h2{
  /*color: #003364;*/
}
.left-text{
  line-height: 30px;
  /*color: #003364;*/
}
.right-side{
  width:50%;
  padding-left:80px;
  padding-right:130px;
  box-shadow: 10px 2px 29px -1px rgb(0 0 0 / 29%);
}


.mosaico{
  clip-path: polygon(0 0%, 100% 0%, 100% 88%, 0% 100%);
  margin-bottom: -85px;
}

.mosaico .left-side,
.mosaico .right-side{
  /*box-shadow: none !important;*/
}
.accordion {
  width: 100%;

  margin-top: 30px;
  border-top: 1px solid #cdcdcd;
}

.container-eventos{
  width: 100%;
  position: relative;
}

.img-evento{
  width:100%;
  height: 500px;
  object-fit: cover !important;
  border-radius: 9px;
}

.project-area .img-evento{
  height: 500px !important;
}

.footer-evento{
  background: rgba(26, 17, 74, 0.75);
  bottom: 0px;
  left: 0px;
  width: 100%;
  color: #fff;
  position: absolute;
  transition: all .3s ;
  border-radius: 0px 0px 9px 9px;
}

@media screen and (max-width:991px){
  .img-evento{
    height: 340px;
  }
  .project-area .img-evento{
    height: 340px !important;
  }
  
}

.btn-flutuante{
  z-index: 70;
  bottom: 10px;
  left: 5px;
  position: fixed;
  z-index: 99;
  width: fit-content !important;
}
.container-btn-evento{
  width: 100%;
  justify-content: center;
  display: none;
}

.container-eventos:hover .container-btn-evento{
  display: flex;
}

.btn-evento{
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  border:2px solid #AE56C5;
  color: #fff;
  transition: all .3s ;
  padding: 5px 15px;
}

.btn-evento:hover{
  background: #AE56C5;
  color: #fff;
}

.circle-evento{
  position: absolute;
  left: 10px;
  top:-20px;
}



.data-evento{
  color: #fff;
  font-weight: 500;
  width: 65px;
  height: 65px;
  position: absolute;
  top: 0;
}


.data-line1{
  font-size: 24px;
  line-height: 24px;
}

.data-line2{
  font-size: 18px;
  line-height: 20px;
}
.img-circle{
  width:65px;
}





.container-relacionados .circle-evento{
  position: absolute;
  left: 1px;
  top:1px;
}

.container-relacionados .data-evento{
  color: #fff;
  font-weight: 500;
  width: 45px;
  height: 45px;
  position: absolute;
  top: 0;
}

.container-relacionados .data-line1{
  font-size: 16px;
  line-height: 17px;
}

.container-relacionados .data-line2{
  font-size: 14px;
  line-height: 17px;
}

.container-relacionados .img-circle{
  width:45px;
}




.text-white-50 {
  color: rgba(255,255,255,1) !important;
}

.bg-bloco-aero{
  background: #043A6B;
}
.bg-bloco-ammo{
  background: #000000;
}
.bg-bloco-defesa{
  background: #0B6069;
}

.container-logo-bloco .logo-bloco {
  max-width: 280px !important;
}

@media screen and (max-width:991px){

  .app-title {
    font-size: 1.7rem;
  }

  .titulo-interno{
    font-size:60px;
  }
  .titulo-noticia{
    font-size:40px;
  }
  .titulo-interno.asap small{
    font-size:20px !important;
    margin-top:8px;
  }
  .titulo-interno small{
    font-size:20px !important;
    margin-top:10px;
  }
  .carousel-image{
    height: 70vh;
  }

  .container-logo-bloco .logo-bloco {
    max-width: 200px !important;
  }
}

@media screen and (max-width:1100px){
  .left-side{
    width:100%;
    padding-left:50px;
    padding-right:50px;
    min-height: 250px;
  }
  .right-side{
    width:100%;
    padding-left:50px;
    padding-right:50px;
    min-height: 250px;
  }
  .content-aspas1::before{
    left:-20px;
  }
}

@media screen and (max-width:991px){
  .mergulhador{
    max-width:100%;
  }

  .mosaico{
    clip-path: polygon(0 0%, 100% 0%, 100% 98%, 0% 100%);
    margin-bottom: -25px;
  }

  .ui-accordion-content {
    padding: 10px 20px;
  }
  .ui-corner-top {
    font-size: 14px;
    padding: 10px 15px;
  }
  .ui-accordion-header:not(:first-child) {
    margin-top:10px;
  }
  .ui-accordion-header{
    font-size: 15px !important;
    padding: 10px 15px;
  }
  .ui-accordion-content{
    font-size: 15px;
  }
  .ui-accordion-content p{
    font-size: 15px;
  }
  .item-25{
    width:33%;
  }

  blockquote::before {
    left: -12px;
    width: 15px;
    height: 15px;
  }
  blockquote::after {
    right: -10px;
    width: 15px;
    height: 15px;
  }
  .textoimagem{
    padding: 40px 0px 40px 0px;
  }
  .fundo-azul{
    flex-wrap: wrap;
    padding: 15px 15px;
    border-radius:15px;
  }
  .fundo-branco{
    flex-wrap: wrap;
    padding: 15px 15px;
    border-radius:15px;
  }
  .fundo-azul .botao{
    white-space: normal;
  }
  .fundo-branco .botao{
    white-space: normal;
  }
  .largura-10{
    width:100%;
  }
  .largura-20{
    width:100%;
  }
  .largura-30{
    width:100%;
  }
  .largura-40{
    width:100%;
  }
  .largura-50{
    width:100%;
  }
  .largura-60{
    width:100%;
  }
  .largura-70{
    width:100%;
  }
  .largura-80{
    width:100%;
  }
  .largura-90{
    width:100%;
  }

  .grupo-fixo .largura-10{
    width:10%;
  }
  .grupo-fixo .largura-20{
    width:20%;
  }
  .grupo-fixo .largura-30{
    width:30%;
  }
  .grupo-fixo .largura-40{
    width:40%;
  }
  .grupo-fixo .largura-50{
    width:50%;
  }
  .grupo-fixo .largura-60{
    width:60%;
  }
  .grupo-fixo .largura-70{
    width:70%;
  }
  .grupo-fixo .largura-80{
    width:80%;
  }
  .grupo-fixo .largura-90{
    width:90%;
  }


  .titulo-interno{
    font-size:50px;
  }
  .titulo-noticia{
    font-size:30px;
  }
  .titulo-interno small{
    font-size:28px !important;
    margin-top:7px;
  }
  .slider-txt-content{
    margin-left:0px;
    padding-left:0px;
  }
  .slider-txt-content{
    width:100%;
    padding-top:100px;

  }
  .slider-txt-content.border-text{
    border-left: none;
  }
  .midia-content{
    padding-top:20px;
  }
  .slider-area{
    padding-bottom:30px;
    min-height:350px;
  }

}
@media screen and (max-width:769px){
  .botao, .botao1, .botao2, .botao-vermelho, .botao-whatsapp {
    font-size: 14px;
    padding: 7px 25px;
  }


  #form-pagamento input[type=submit]{
    font-size: 14px;
    padding: 7px 25px;
  }
  .item-25{
    width:50%;
  }
  .item-33{
    width:50%;
  }
  .item-50{
    width:100%;
  }
  .titulo-interno{
    font-size:25px;
  }
  .titulo-noticia{
    font-size:22px;
  }
  .titulo-interno small{
    font-size:18px !important;
    margin-top:5px;
  }
  .titulo-interno.asap small{
    font-size:16px !important;
    margin-top:5px;
  }
  .subtitulo-interno{
    font-size:16px;
  }
  .subtitulo-interno2{
    font-size:14px;
  }
  .project-area p{
    font-size:16px;
  }
  .l-caixa .corpo{
    padding:15px 10px 15px 10px;
  }
  .l-caixa .heading-section h2{
    font-size:25px;
  }
  .titulo-comp{
    font-size: 14px;
    margin-top: 4px;
  }
  .l-caixa .heading-section{
    padding:10px 15px;
    border-radius: 15px 15px 0px 0px;
  }
  .l-caixa .corpo{
    padding:15px;
    border-radius: 0px 0px 15px 15px;
  }
  .project-area .iframe{

  }

  .slider-area{
    min-height:140px;
  }

  .slider-txt-content {
    padding-top: 20px;
  }
}

@media screen and (max-width:570px){
  .left-side{
    padding-left:20px;
    padding-right:20px;
  }
  .right-side{
    padding-left:20px;
    padding-right:20px;
  }
  .left-text{
    font-size:17px;
  }
  .content-aspas1{
    font-size:17px;
  }
  .content-aspas2{
    font-size:17px;
  }
  .deep-text{
    font-size:17px;
  }
}

.selo{
  display:flex;
  flex:wrap;
}
.selo div:nth-child(1){
  width:33%;
}
.selo div:nth-child(1) p{
  text-align: right;
}
.selo div:nth-child(2){
  margin-top:5%;
  margin-left: -3%;
  width:66%;
}

.box-disclaimer{
  display:none;

}

.box-disclaimer .content {
  justify-content: space-between;
  box-shadow: 10px 2px 29px -1px rgb(0 0 0 / 29%);
  background-color: #1B3357;
  /*border: 1px solid #eee;*/
  color: #fff;
  margin-left: 10px;
  box-sizing: border-box;
  padding: 15px 30px 15px;align-items: center;border-radius: 4px;
  max-width: 100%;min-height: 72px;
  display: flex;
  max-width:500px;
  z-index: 90;
}
.disclaimer-ok{
  padding: 10px 30px;
  font-size: 15px;
  font-weight: 500;
  border: 2px solid #0089E8;
  border-radius: 2rem;
  background: #0089E8;
  transition: all 0.4s ease;
  color: #fff;
  width: fit-content;
}
.box-disclaimer .content p {
  /*font-family: system-ui;*/
  line-height: 20px;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
}

.form-shadow{
  box-shadow: 10px 2px 29px -1px rgb(0 0 0 / 29%);
  border-radius: 10px;
}
.paywall-footer{
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height:35px;
  background: rgb(222,222,222);
  background: linear-gradient(180deg, rgba(222,222,222,0) 30%, rgba(255,255,255,1) 77%);
}

.blog-right{
  border-left: 3px solid #e2e2e2;
}

.blog-banners{

}
.img-blog-banner{
  width:100%;
  max-width: 100%;
}
.news-blog{
  background: #001227;
}
.blog-thumb-right{
  width: 150px;
  height: 150px;
}
.titulo-destaque{
  background: #93B315;
}
@media screen and (max-width: 991px){
  .blog-right{
    border-left: none;
  }
}
@media screen and (max-width: 767px){
  .box-disclaimer {
    justify-content: center;
  }
  .box-disclaimer .content {
    flex-direction: column;
    max-width:90%;
    margin-left: 0px;
  }
}

@media screen and (max-width:575px){
  .selo{
    flex-direction: column;
  }
  .selo div:nth-child(1){
    width:100%;
  }
  .selo div:nth-child(1) p{
    text-align: center;
  }
  .selo div:nth-child(2){
    margin-top: -20px;
    margin-left: 0px;
    width:100%;
  }
  .item-25{
    width:100%;
  }
  .item-33{
    width:100%;
  }
  .blog-thumb-right{
    width: 100px;
    height: 100px;
  }
}

.project-area table {
  border: none;
  background-color: #E9E9E9;
  border-collapse: collapse;
  /* border-radius:10px; */
  border-spacing: 0;
  color: #064D53;
  font-size: 17px;
  width:100% !important;
}

.project-area table tr:last-child td:first-child{
  border-radius: 0px 0px 0px 10px !important;
}
.project-area table tr:last-child td:last-child{
  border-radius: 0px 0px 10px 0px !important;
}

.project-area table td, .project-area table th {
  /* border: 2px solid #fff; */
  padding:8px 10px;

}

.project-area table tr:nth-child(even) {
  background: #FFF;
}
body.modal-open {
  padding-right: 0 !important;
}

.project-area table tr:first-child td:first-child {
  border-left: none;
}

.project-area table tr:first-child td{
  border-top: none;
}

.project-area table tr:last-child td{
  border-bottom: none;
}

.project-area table tr td:first-child{
  border-left: none;
}

.project-area table tr td:last-child{
  border-right: none;
}

.maincolor1{
  background-color: #06363B !important;
  background: #06363B !important;
}
.maincolor2{
  background-color: #0c0c0c  !important;
  background: #0c0c0c  !important;
}
.maincolor3{
  background-color: #0D4071 !important;
  background: #0D4071 !important;
}

.modal-item{
  border-radius: 4px;
  border: 1px solid #f2f2f2;
  padding: 15px 10px;
}
.modal-icon{
  font-size: 40px;
  color: #001B29;
  margin-bottom: 10px;
}

.secretaria-button{
  padding: 5px 20px;
  color: #001B29;
  border: 1px solid #dddada;
}

.container-blocos div{
  font-family: "Nunito", sans-serif;
}


/*Blog*/

/*Blog*/

.cat-pill{
  padding: 1px 5px;
  border-radius: 5px;
  color: #fff;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 500;
}

.block-27 ul {
  padding: 0;
  margin: 0;
}
.block-27 ul li {
  display: inline-block;
  margin-bottom: 4px;
  font-weight: 400;
}
.block-27 ul .pri-ult a {
  min-width: 50px!important;
  width: 100%!important;
  border-radius: 10%!important;
  padding-left: 10px!important;
  padding-right: 10px!important;
}
.block-27 ul li a, .block-27 ul li span {
  color: #280333  !important;
  text-align: center;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 3px;
  border: 1px solid #e6e6e6;
}
.block-27 ul li.active a, .block-27 ul li.active span {
  background: #280333 ;
  color: #fff!important;
  border: 1px solid transparent;
}

.widget-wrap {
  background: #ffffff;
  padding: 0px 0px;
  /*border-left: 1px solid #eee;*/
}
@media (max-width: 991px) {
  .widget-wrap {
    margin-top: 20px;
    border-left: none !important;
  }
  .widget-wrap .single-sidebar-widget {
    margin: 0px 0px !important;
  }
}
.widget-wrap .single-sidebar-widget {
  margin: 0px 0px;
  padding-bottom: 15px;
  /*border-bottom: 1px solid #eee;*/
}
.widget-wrap .single-sidebar-widget:last-child {
  border-bottom: none;
  margin-bottom: 0px;
}
.widget-wrap .search-widget form.search-form input[type="text"] {
  color: #fff;
  padding: 10px 22px;
  font-size: 14px;
  text-decoration: none;
  outline: none;
  border: none;
  float: left;
  width: 80%;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  background: #280333;
}
.widget-wrap .search-widget ::-webkit-input-placeholder {
  color: #707070;
}
.widget-wrap .search-widget ::-moz-placeholder {
  color: #707070;
}
.widget-wrap .search-widget :-ms-input-placeholder {
  color: #707070;
}
.widget-wrap .search-widget :-moz-placeholder {
  color: #707070;
}
.widget-wrap .search-widget form.search-form button {
  float: left;
  width: 20%;
  padding: 10px;
  background: #280333;
  color: #fff;
  font-size: 17px;
  border: none;
  cursor: pointer;
  height: 41px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.cat-list{
  list-style: none;
}
.widget-wrap .search-widget form.search-form::after {
  content: "";
  clear: both;
  display: table;
}
.widget-wrap .user-info-widget {
  text-align: center;
}
.widget-wrap .user-info-widget a h4 {
  margin-top: 40px;
  margin-bottom: 5px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.widget-wrap .user-info-widget .social-links li {
  display: inline-block;
  margin-bottom: 10px;
}
.widget-wrap .user-info-widget .social-links li a {
  color: #280333s;
  padding: 10px;
  font-size: 14px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.widget-wrap .user-info-widget .social-links li a:hover {
  color: #280333;
}
.widget-wrap .popular-post-widget .popular-title {
  background: #280333;
  color: #fff;
  text-align: center;
  padding: 12px 0px;
  border-radius: 3px;
}

.social-footer{
  color:#96DE50;
  font-size: 25px;
  transition: all .3s;
}

.social-footer:hover{
  color:#fff;
}
.widget-wrap .popular-post-widget .popular-post-list {
  margin-top: 30px;
}
.widget-wrap .popular-post-widget .popular-post-list .thumb img {
  width: 100%;
}
.widget-wrap .popular-post-widget .single-post-list {
  margin-bottom: 20px;
}
.widget-wrap .popular-post-widget .single-post-list .details {
  margin-left: 12px;
}
.widget-wrap .popular-post-widget .single-post-list .details h6 {
  font-weight: 500;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.widget-wrap .popular-post-widget .single-post-list .details h6:hover {
  color: #280333;
}
.widget-wrap .popular-post-widget .single-post-list .details p {
  margin-bottom: 0px;
}
.widget-wrap .ads-widget img {
  width: 100%;
}
.widget-wrap .post-category-widget .category-title {
  background: #280333;
  color: #fff;
  text-align: center;
  padding: 10px 0px;
  border-radius: 3px;
}
.widget-wrap .post-category-widget .cat-list li {
  padding-top: 15px;
  padding-bottom: 8px;
  border-bottom: 2px dotted #eee;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.widget-wrap .post-category-widget .cat-list li p {
  font-weight: 500;
  font-size: 14px;
  color: #000;
  margin-bottom: 0px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.blog-title{
  font-size: 17px;
}
.details h6{
  font-size:14px;
}
.widget-u{
  font-weight: 600;
  font-size: 16px;
  color: #AE56C5 !important;
}
.widget-wrap .post-category-widget .cat-list li a {
  color: #87898f;
}
.widget-wrap .post-category-widget .cat-list li:hover {
  border-color: #280333;
}
.widget-wrap .post-category-widget .cat-list li:hover p {
  color: #280333;
}
.widget-wrap .newsletter-widget .newsletter-title {
  background: #280333;
  color: #fff;
  text-align: center;
  padding: 12px 0px;
}
.widget-wrap .newsletter-widget .col-autos {
  width: 100%;
}
.widget-wrap .newsletter-widget p {
  text-align: center;
  margin: 20px 0px;
}
.widget-wrap .newsletter-widget .bbtns {
  background: #280333;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  padding: 6px 20px;
  border-radius: 0;
}
.service-text{
  min-height:40px;
}
.widget-wrap .newsletter-widget .input-group-text {
  background: #fff;
  border-radius: 0px;
  vertical-align: top;
}
.widget-wrap .newsletter-widget .input-group-text i {
  color: #ccc;
  margin-top: -1px;
}
.widget-wrap .newsletter-widget .form-control {
  border-left: none !important;
  border-right: none !important;
  border-radius: 0px;
  font-size: 13px;
  color: #ccc;
  padding: 9px;
  padding-left: 0px;
}
.widget-wrap .newsletter-widget .form-control:focus {
  box-shadow: none;
  border-color: #cdcdcd;
}
.widget-wrap .newsletter-widget ::-webkit-input-placeholder {
  font-size: 13px;
  color: #707070;
}
.widget-wrap .newsletter-widget ::-moz-placeholder {
  font-size: 13px;
  color: #707070;
}
.widget-wrap .newsletter-widget :-ms-input-placeholder {
  font-size: 13px;
  color: #707070;
}
.widget-wrap .newsletter-widget :-moz-placeholder {
  font-size: 13px;
  color: #707070;
}
.widget-wrap .newsletter-widget .text-bottom {
  margin-bottom: 0px;
}
.widget-wrap .tag-cloud-widget .tagcloud-title {
  background: #280333;
  color: #fff;
  text-align: center;
  padding: 12px 0px;
  margin-bottom: 30px;
}
.widget-wrap .tag-cloud-widget ul li {
  display: inline-block;
  border: 1px solid #eee;
  background: #fff;
  padding: 4px 14px;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.widget-wrap .tag-cloud-widget ul li:hover {
  background: #280333;
}
.widget-wrap .tag-cloud-widget ul li:hover a {
  color: #fff;
}
.widget-wrap .tag-cloud-widget ul li a {
  font-size: 12px;
  color: #280333;
}

.blog-desc p{
  color: #000;
}


.btn-blog {
  padding: 5px 10px;
  color: #fff;
  border: 2px solid #280333;
  border-radius: 8px;
  background: transparent;
  font-family: "Asap", sans-serif;
  letter-spacing: 1px;
  cursor: pointer;
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}

.cat-pill {
  padding: 1px 5px;
  border-radius: 5px;
  color: #fff;
  background:#5c9908;
  font-weight: 500;
}

.service-item {
  box-shadow: 0 0 45px rgba(0, 0, 0, .06);
}

.container-blog.project-area .img-blog{
  height:220px !important;
}

@media screen and (max-width:991px){
  .blog-title{
    font-size: 16px;
  }
}

.img-blog{
  width: 100%;
  max-width: 100%;
  border-radius: 10px;
  height:220px !important;
  object-fit: cover;
}

.news-container .img-blog{
  height:220px !important;
}

.content-pesquisa{
  border: 1px solid #cdcdcd;
  border-radius: 25px;
  display:flex;
}

.content-pesquisa.desk{
  border: none;
  background: rgba(255,255,255,0.35);
}

.content-pesquisa.desk .campo-pesquisa{
  background: transparent;
}

.background-header .content-pesquisa.desk,
.background-interna .content-pesquisa.desk{
  background: #e1e1e1;
}

.content-pesquisa.desk .campo-pesquisa::placeholder{
  color: #fff;
}

.background-header .content-pesquisa.desk .campo-pesquisa::placeholder,
.background-interna .content-pesquisa.desk .campo-pesquisa::placeholder{
  color: #444444;
  font-style: italic;
}


.content-pesquisa.desk .botao-pesquisa{
  background: transparent !important;
}

.content-pesquisa.desk .botao-pesquisa i {
  color: #fff;
}

.background-header .content-pesquisa.desk .botao-pesquisa i,
.background-interna .content-pesquisa.desk .botao-pesquisa i {
  color: #AC55C5;
}

.content-pesquisa:hover .botao-pesquisa{
  background: #d1d1d1;
}
.campo-pesquisa{
  outline: none;
  border: none;
  border-radius: 25px;
  padding: 0px 8px;
}
.botao-pesquisa{
  outline: none !important;
  border: none;
  background: #f5f5f5 !important;
  border-radius: 50%;
  width:30px;
  height:30px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.botao-pesquisa:focus{
  outline: none !important;
}
.botao-pesquisa i{
  color: #AC55C5;
}

.content-buscamenu-mobile{
  display: none;
}
@media screen and (max-width:991px){
  .content-buscamenu-mobile{
    display: block;
  }
}

.content-buscamenu-desk{
  display: block;
}
@media screen and (max-width:991px){
  .content-buscamenu-desk{
    display: none !important;
  }
}
.content-botao{
  padding:5px;
}

.dropdown .dropdown-menu.dropdown-menu-lupa:after {
  left: 5% !important;
}

.dropdown-toggle.lupa:after {
  border: none !important;
}

.content-buscamenu-desk:after {
  border: none !important;
}
.header-area .main-nav .nav li.has-sub.content-buscamenu-desk:after{
  border: none !important;
  content: '';
}

.lupa{
  display: inline !important;
  font-size: 22px !important;
}

.container-lupa{
  border-radius: 25px;
  background: #fff;
}

.share-buttons {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}
.share-buttons a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: white;
  font-size: 25px;
  text-decoration: none;
}

.share-telegram { background-color: #0088cc; }
.share-whatsapp { background-color: #25d366; }
.share-facebook { background-color: #1877f2; }
.share-x { background-color: #000000; }

.share-x img{
  max-width: 22px !important;
}

.container-categorias{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;

}

.box-categoria {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  font-size: 28px;
  font-weight: 600;
  color: #FFFFFF;
  text-align: center;
  width: 100%;
  height: 200px;
  display: flex;
  border-radius: 9px;
  justify-content: center;
  align-items: center;
  font-family: "Montserrat", sans-serif;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.box-categoria::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #FFFFFF;
  background-image: inherit;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: transform 0.2s ease-in-out;
  z-index: -1; /* Coloca a imagem atrás do texto */
}

.box-categoria:hover::before {
  transform: scale(1.2);
}

.box-categoria:hover {
  color: #FFFFFF;
}

@media screen and (max-width:991px){
  .box-categoria {
    height: 170px;
    font-size: 20px;
  }

  .btn-ingresso{
    padding: 8px 20px;
  }

  .btn-link1{
    padding: 8px 20px;
  }

  .btn-link2{
    padding: 8px 20px;
  }
}

/* Página customizada - Fim */