@import url("https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700,800,900");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Qwigley&display=swap");
@font-face {
  font-family: "Poor Richard";
  src: url("../fonts/PoorRichard-Regular.woff2") format("woff2"),
    url("../fonts/PoorRichard-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

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;
}
form:after {
  content: "";
  display: block;
  clear: both;
}
.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: "Raleway", sans-serif;
  font-weight: 400;
  background-color: #fff;
  font-size: 16px;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0px;
  margin-bottom: 0px;
}

ul {
  margin-bottom: 0px;
}

p {
  font-size: 1.02rem;
  line-height: 1.85rem;
  color: #777;
  margin-bottom: 20px;
  letter-spacing: 0.1px;
}

/* 
---------------------------------------------
global styles
--------------------------------------------- 
*/
html,
body {
  background: #fff;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  overflow-x: hidden;
}

::selection {
  background: #0c5b9e;
  color: #fff;
}

::-moz-selection {
  background: #0c5b9e;
  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;
  }
}

a.main-stroked-button {
  font-size: 0.8rem;
  border-radius: 25px;
  padding: 11px 25px;
  background-color: transparent;
  border: 2px solid #fff;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
  -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;
}

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

a.main-filled-button {
  font-size: 1rem;
  border-radius: 0;
  float: none;
  padding: 13px 25px;
  background-color: #f1be03;
  text-transform: uppercase;
  color: #434a78;
  font-weight: bold;
  letter-spacing: 1px;
  -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;
}

a.main-filled-button:hover {
  color: #fff;
  background: linear-gradient(145deg, #003059 0%, #0f76ce 100%);
}
.imagem {
  background: #464c7a;
}
a.main-button-icon {
  font-size: 13px;
  border-radius: 25px;
  padding: 13px 25px;
  background-color: #5fb759;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
  -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;
}

a.main-button-icon i {
  margin-left: 5px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

a.main-button-icon:hover i {
  padding-left: 5px;
}

button.main-button {
  outline: none;
  border: none;
  cursor: pointer;
  font-size: 13px;
  border-radius: 25px;
  padding: 10px 25px;
  background-color: #fff;
  text-transform: uppercase;
  color: #5fb759;
  font-weight: 600;
  letter-spacing: 1px;
  -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;
}

button.main-button:hover {
  color: #fff;
  background-color: #5fb759;
}

button.main-button-icon {
  border: none;
  outline: none;
  font-size: 13px;
  border-radius: 25px;
  padding: 13px 25px;
  background-color: #367ebb;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
  -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;
}

button.main-button-icon i {
  margin-left: 5px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

button.main-button-icon:hover i {
  padding-left: 5px;
}

a.text-button-icon {
  text-transform: uppercase;
  color: #1e1e1e;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  padding: 7px 18px;
  transition: all 0.3s ease 0s;
  background: linear-gradient(145deg, #003059 0%, #0b4271 100%);
  border-radius: 35px;
  display: inline-block;
  color: white;
}

a.text-button-icon i {
  margin-left: 5px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

a.text-button-icon:hover {
  color: #ffffff;
}

a.text-button-icon:hover i {
  padding-left: 5px;
}

.section-heading h6 {
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.25px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.section-heading h2 {
  font-size: 32px;
  font-weight: 800;
  letter-spacing: 1px;
  margin-top: 20px;
  margin-bottom: 0px;
}

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

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

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

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

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

.header-area {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 999999999;
  /* height: 100px; */
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  background: #434a78;
}

.header-area .main-nav {
  min-height: 40px;
  /* background: white; */
  /* border-bottom: 1px solid rgba(255, 255, 255, .3); */
  padding: 0 5px 0 25px;
}

.header-area .main-nav .logo {
  line-height: 40px;
  color: #ffffff;
  font-size: 1rem;
  font-weight: bolder;
  letter-spacing: 0;
  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;
}

.header-area .main-nav .nav {
  float: right;
  margin-top: 27px;
  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: 20px;
  padding-right: 20px;
}

.header-area .main-nav .nav .search-icon {
  float: right;
  margin-left: 15px;
}

.header-area .main-nav .nav .search-icon a {
  background-color: #fff;
  color: #5fb759;
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
  line-height: 40px;
}

@media (max-width: 767px) {
  .header-area .main-nav .nav .search-icon {
    float: none;
    text-align: center;
    width: 100%;
    background-color: #fff;
    margin-left: 0px;
  }
}

.header-area .main-nav .nav .search-icon a:hover {
  opacity: 1;
  color: #5fb759 !important;
}

.header-area .main-nav .nav li a {
  display: block;
  font-weight: 500;
  font-size: 1.02rem;
  color: #7a7a7a;
  text-transform: uppercase;
  -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: 40px;
  line-height: 40px;
  border: transparent;
  letter-spacing: 1px;
}

.header-area .main-nav .nav li a {
  color: #ffffff;
}

.header-area .main-nav .nav li:hover a,
.header-area .main-nav .nav li a.active {
  /* color: #fff; */
  /* opacity: .8; */
}

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

.header-area .main-nav .nav li.submenu {
  position: relative;
  padding-right: 35px;
}

.header-area .main-nav .nav li.submenu > div:after {
  font-family: FontAwesome;
  content: "\f107";
  font-size: 12px;
  color: #000;
  position: absolute;
  right: 11px;
  top: 6px;
}

.background-header .main-nav .nav li.submenu:after {
  color: #7a7a7a;
}

.header-area .main-nav .nav li.submenu > ul {
  position: absolute;
  width: 200px;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  overflow: inherit;
  top: 40px;
  opacity: 0;
  transform: translateY(+2em);
  visibility: hidden;
  z-index: -1;
  transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s,
    z-index 0s linear 0.01s;
}

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

.header-area .main-nav .nav li.submenu ul li a {
  opacity: 1;
  display: block;
  background: #fff;
  color: #7a7a7a !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: 0.84rem;
  border-bottom: 1px solid #f5f5f5;
}

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

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

.header-area .main-nav .nav li.submenu:hover > ul {
  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: 23px;
  width: 32px;
  height: 40px;
  text-indent: -9999em;
  z-index: 99;
  right: 40px;
  display: none;
}

.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; */
  border-bottom: 1px solid #ababab;
  background: #003059;
  position: fixed;
}

.header-area.header-sticky .nav {
  margin-top: 4px !important;
}

.header-area.header-sticky .nav li a.active {
  color: #ffffff;
  /* border-bottom: 3px solid rgba(255, 255, 255, .8); */
}

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

@media (max-width: 767px) {
  .header-area .main-nav .logo {
    color: #1e1e1e;
    text-align: center;
    width: 100%;
    display: block;
    margin: 0;
    font-size: 12px;
    line-height: 26px;
  }
  .header-area.header-sticky .nav li a:hover,
  .header-area.header-sticky .nav li a.active {
    color: #5fb759 !important;
    opacity: 1;
  }
  .header-area.header-sticky .nav li.search-icon a {
    width: 100%;
  }
  .header-area {
    background-color: #f7f7f7;
    padding: 0px 15px;
    height: 80px;
    box-shadow: none;
    text-align: center;
  }
  .header-area .container {
    padding: 0px;
    position: relative;
  }
  .header-area .logo {
    margin-left: 30px;
  }
  .header-area .menu-trigger {
    display: block !important;
  }
  .header-area .main-nav {
    overflow: hidden;
    padding: 0;
    margin-right: -15px;
    margin-left: -15px;
    height: 80px;
  }
  .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: 80px !important;
    position: fixed;
    left: 0;
  }
  .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: #5fb759 !important;
  }
  .header-area .main-nav .nav li.submenu ul {
    position: relative;
    visibility: inherit;
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    transition-delay: 0s, 0s, 0.3s;
    top: 0px;
    width: 100%;
    box-shadow: none;
  }
  .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;
  }
  a.only-desktop {
    display: none !important;
  }
  .header-area .main-nav .nav li.submenu ul.active {
    height: auto !important;
  }
  .header-area .main-nav .nav li.submenu:after {
    color: #3b566e;
    right: 25px;
    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: 767px) {
  .header-area .main-nav .nav {
    display: flex !important;
  }
}

/* 
---------------------------------------------
banner
--------------------------------------------- 
*/
/* ==== Main CSS === */
.img-fill {
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  text-align: right;
  float: inherit;
}

.img-fill img {
  min-height: 100%;
  min-width: 100%;
  position: relative;
  display: inline-block;
  max-width: none;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.Grid1k {
  padding: 0 15px;
  max-width: 1200px;
  margin: auto;
}

.blocks-box,
.slick-slider {
  margin: 0;
  padding: 0 !important;
}

.slick-slide {
  float: left /* If RTL Make This Right */;
  padding: 0;
}

/* ==== Slider Style === */
.Modern-Slider .item .img-fill {
  height: calc(100vh);
  /* background:#000; */
  margin-top: 0;
}

.Modern-Slider .item .info > div {
  display: inline-block !important;
  vertical-align: middle;
}

.Modern-Slider .NextArrow {
  position: absolute;
  bottom: 50%;
  transform: translate(0, 50%);
  right: 30px;
  border: 0 none;
  width: 45px;
  border-radius: 500px;
  background-color: #f1be03;
  text-align: center;
  font-size: 28px;
  font-family: "FontAwesome";
  color: #fff;
  z-index: 99999;
  outline: none;
}

.Modern-Slider .NextArrow:before {
  content: "\f105";
}

.Modern-Slider .PrevArrow {
  position: absolute;
  bottom: 50%;
  transform: translate(0, 50%);
  left: 30px;
  width: 45px;
  border: 0 none;
  text-align: center;
  font-size: 28px;
  font-family: "FontAwesome";
  color: #fff;
  z-index: 5;
  outline: none;
  border-radius: 500px;
  background-color: #f1be03;
}

.Modern-Slider .PrevArrow:before {
  content: "\f104";
}

.scroll-down {
  position: absolute;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
  z-index: 9;
  display: none;
}

.scroll-down a {
  display: inline-block;
  background: linear-gradient(145deg, #003463 0%, #0d4c86 100%);
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  border-radius: 50%;
  color: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

ul.slick-dots {
  display: none !important;
}

.Modern-Slider .text-content {
  width: 80%;
  position: absolute;
  bottom: 40%;
  right: 50%;
  transform: translate(50%, 50%);
}

.Modern-Slider .item h3 {
  margin-bottom: 25px;
  font-size: 1.3rem;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  color: #fff;
  animation: fadeOutRight 1s both;
  background: rgb(0 48 89 / 0.85);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 15px 20px 15px;
  display: inline-block;
  width: auto;
  margin: 0 auto;
}

.Modern-Slider .item h5 {
  margin-bottom: 20px;
  font-size: 1.8rem;
  font-weight: 300;
  letter-spacing: 1px;
  font-size: 32px;
  color: #fff;
  text-transform: uppercase;
  overflow: hidden;
  animation: fadeOutLeft 1s both;
  /* background: rgba(7, 49, 74, .8); */
  padding: 10px 15px;
  display: inline-block;
  width: 100%;
  font-weight: bold;
  text-shadow: 1px 1px 10px black;
}

.Modern-Slider .item a {
  margin: 0;
}

.Modern-Slider .item.slick-active h3 {
  animation: fadeInDown 1s both 1s;
}

.Modern-Slider .item.slick-active h5 {
  animation: fadeInLeft 1s both 1.5s;
}

.Modern-Slider .item.slick-active {
  animation: Slick-FastSwipeIn 1s both;
}

.Modern-Slider .buttons {
  position: relative;
}

.Modern-Slider {
  background: #434a78; /* background-image: url('../images/background-slider.jpg?'); */ /* background: #fff; */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background: rgb(67, 74, 120);
  background: linear-gradient(
    180deg,
    rgba(67, 74, 120, 1) 0%,
    rgb(196 201 236) 100%
  );
  background: none;
}

/* ==== Slick Slider Css Ruls === */
.slick-slider {
  position: relative;
  display: block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  background: rgba(255, 255, 255, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left /* If RTL Make This Right */;
  height: 100%;
  min-height: 1px;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/*
---------------------------------------------
about
---------------------------------------------
*/

#about,
.inner-content {
  padding: 120px 0px 100px 0px;
  position: relative;
  z-index: 9;
}

#about .container {
  border-bottom: 1px solid #f7f7f7;
  padding-bottom: 50px;
  margin-bottom: 0;
}

#about .section-heading {
  margin-bottom: 10px;
}

#about .section-heading h6 {
  color: #5fb759;
}

#about .service-item {
  margin-top: 30px;
}

#about .service-item img {
  float: left;
  margin-right: 15px;
  width: 46px;
  height: 46px;
}

#about .service-item h4 {
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.25px;
  line-height: 46px;
}

#about a.main-button-icon {
  display: inline-block;
  margin-top: 60px;
}

#about .right-text-content {
  margin-top: 40px;
}

#about .right-text-content p {
  font-size: 16px;
  line-height: 27px;
  color: #777;
}

/*
---------------------------------------------
features
---------------------------------------------
*/

#features {
  padding-top: 80px;
  padding-bottom: 70px;
}

#features .features-item {
  margin-bottom: 50px;
}

.features-item .features-icon {
  float: none;
}

#features .features-content {
  margin-left: 75px;
}

.features-item .features-content h4 {
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.25px;
  margin-bottom: 15px;
}

.features-item .features-content p {
  margin-bottom: 15px;
}

/*
---------------------------------------------
subscribe
---------------------------------------------
*/

#subscribe {
  padding: 80px 0px;
  background-image: url(../images/slide-02.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

#subscribe .section-heading {
  text-align: center;
  color: #fff;
  margin-bottom: 25px;
}

#subscribe p {
  text-align: center;
  font-size: 16px;
  line-height: 27px;
  color: #fff;
  margin-bottom: 40px;
}

#subscribe input {
  width: 100%;
  height: 38px;
  border-radius: 19px;
  border: 1px solid #fff;
  background-color: transparent;
  padding: 0px 20px;
  font-size: 13px;
  color: #fff;
  outline: none;
}

.subscribe-form ::-webkit-input-placeholder {
  /* Edge */
  color: #fff;
}

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

.subscribe-form ::placeholder {
  color: #fff;
}

@media (max-width: 767px) {
  #subscribe fieldset {
    text-align: center;
    margin-bottom: 20px;
  }
}

/*
--------------------------------------------
testimonials
--------------------------------------------
*/
#testimonials {
  margin-top: 120px;

  padding: 80px 0px;
  padding: 120px 0px;
  background-image: url(../images/slide-03.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
#testimonials .section-heading {
  text-align: center;
  color: #fff;
  margin-bottom: 60px;
}

#testimonials .item {
  position: relative;
  text-align: center;
}

#testimonials .item h4 {
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;

  color: #fff;

  letter-spacing: 1px;
  margin-top: 22px;
  margin-bottom: 7px;
}

#testimonials .item span {
  color: #fff;
  font-weight: 500;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

#testimonials .item .member-thumb {
  position: relative;
}

#testimonials .item .hover-effect {
  cursor: pointer;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.95);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

#testimonials .item .hover-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

#testimonials .item:hover .hover-effect {
  opacity: 1;
  visibility: visible;
}

#testimonials .item .hover-effect ul li {
  display: inline-block;
  margin: 0px 5px;
}

#testimonials .item .hover-effect ul li a {
  width: 32px;
  height: 32px;
  display: inline-block;
  text-align: center;
  line-height: 32px;
  font-size: 14px;
  background-color: #fff;
  border-radius: 50%;
  color: #5fb759;
  -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;
}

#testimonials .item .hover-effect ul li a:hover {
  color: #fff;
  background-color: #5fb759;
}

#testimonials .owl-carousel {
  padding-bottom: 60px;
}

.owl-dots {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}

.owl-dots .owl-dot {
  outline: none;
  height: 10px;
}

.owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  background-color: #fff;
  border-radius: 50%;
  display: inline-block;
  margin: 0px 5px;
  outline: none;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

.owl-dots .active span {
  width: 10px;
  height: 10px;
  margin-bottom: -1px;
}

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

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

#contact-us .section-heading h6 {
  color: #5fb759;
}

#contact-us .left-text-content ul li {
  margin-bottom: 10px;
}

#contact-us .left-text-content ul li {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.5px;
}

#contact-us .left-text-content ul li img {
  margin-right: 15px;
}

#contact-us,
#localizacao {
  padding: 120px 0px;

  background-image: url(../images/dotted-map-bg.png);
  background-position: left;
  background-repeat: no-repeat;
}

#contact {
  margin-top: 40px;
}

.contact-form input,
.contact-form textarea {
  color: #7a7a7a;
  font-size: 15px;
  border: 1px solid #ddd;
  background-color: #fff;
  width: 100%;

  height: 46px;
  outline: none;
  padding-top: 3px;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-bottom: 30px;
}

.contact-form textarea {
  height: 150px;
  resize: none;
  padding: 20px;
}

.contact-form ::-webkit-input-placeholder {
  /* Edge */
  color: #7a7a7a;
}

.contact-form :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #7a7a7a;
}

.contact-form ::placeholder {
  color: #7a7a7a;
}

/* 
---------------------------------------------
footer

--------------------------------------------- 
*/

footer {
  padding: 10px 0px 10px;
  background: rgb(51, 155, 158);
  background: linear-gradient(
    145deg,
    rgba(51, 155, 158, 1) 0%,
    rgba(104, 204, 152, 1) 100%
  );
  background: linear-gradient(145deg, #141830 0%, #141830 100%);
}

footer .left-text-content p {
  color: #fff;
  font-size: 0.84rem;
  margin: 0;
}

footer .left-text-content a {
  color: #fff;
}

footer .right-text-content {
  float: right;
}

footer .right-text-content p {
  color: #fff;
  font-size: 14px;
  margin-right: 15px;
  text-transform: uppercase;
}

footer .right-text-content ul li {
  display: inline-block;
}

footer .right-text-content ul li a {
  width: 32px;
  height: 32px;
  display: inline-block;

  text-align: center;
  line-height: 32px;
  font-size: 14px;
  background-color: #fff;
  border-radius: 50%;
  color: #5fb759;
  -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;
}

footer .right-text-content ul li a:hover {
  background-color: #5fb759;
  color: #fff;
}

@media (max-width: 992px) {
  footer .left-text-content p {
    text-align: center;
    margin-bottom: 30px;
  }
  footer .right-text-content {
    float: none;
    text-align: center;
  }
}

/* 
---------------------------------------------
preloader
--------------------------------------------- 
*/
#preloader {
  overflow: hidden;
  left: 0;
  background: linear-gradient(145deg, #003f75 0%, #1765a9 100%);
  right: 0;
  top: 0;
  bottom: 0;
  position: fixed;
  z-index: 999999999999999999;
  color: #fff;
}

#preloader .jumper {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  position: absolute;
  margin: auto;
  width: 50px;
  height: 50px;
}

#preloader .jumper > div {
  background-color: #fff;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  opacity: 0;
  width: 50px;
  height: 50px;
  -webkit-animation: jumper 1s 0s linear infinite;
  animation: jumper 1s 0s linear infinite;
}

#preloader .jumper > div:nth-child(2) {
  -webkit-animation-delay: 0.33333s;
  animation-delay: 0.33333s;
}

#preloader .jumper > div:nth-child(3) {
  -webkit-animation-delay: 0.66666s;
  animation-delay: 0.66666s;
}

@-webkit-keyframes jumper {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

@keyframes jumper {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/* 
---------------------------------------------
search
--------------------------------------------- 
*/

#search {
  z-index: 9999;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.95);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translate(0px, -100%) scale(0, 0);
  -moz-transform: translate(0px, -100%) scale(0, 0);
  -o-transform: translate(0px, -100%) scale(0, 0);
  -ms-transform: translate(0px, -100%) scale(0, 0);
  transform: translate(0px, -100%) scale(0, 0);
  opacity: 0;
}
#search input {
  position: absolute;
  top: 50%;
  width: 100%;
  color: white;
  background: rgba(0, 0, 0, 0);
  font-size: 60px;
  font-weight: 300;
  text-align: center;
  border: 0px;
  margin: 0px auto;
  margin-top: -51px;
  padding-left: 30px;
  padding-right: 30px;
  outline: none;
}
#search .main-button {
  color: #fff;
  position: absolute;
  text-transform: uppercase;
  border-radius: 20px;
  font-size: 13px;

  font-weight: 600;

  padding: 11px 25px;
  letter-spacing: 1px;
  transform: translateX(-15%);
  top: 50%;
  left: 50%;
  margin-top: 61px;
  margin-left: -45px;
  background-color: #5fb759;
  border: black;
}
#search .close {
  border-radius: 50%;
  position: fixed;
  top: 15px;
  right: 15px;
  color: #fff;
  background-color: #5fb759;
  outline: none;
  opacity: 1;
  display: inline-block;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  font-size: 28px;
}
#search.open {
  -webkit-transform: translate(0px, 0px) scale(1, 1);
  -moz-transform: translate(0px, 0px) scale(1, 1);
  -o-transform: translate(0px, 0px) scale(1, 1);
  -ms-transform: translate(0px, 0px) scale(1, 1);
  transform: translate(0px, 0px) scale(1, 1);
  opacity: 1;
}

/* 
---------------------------------------------
portfolio
--------------------------------------------- 
*/

#projects .filters {
  margin-top: 50px;
}
#projects .filters ul {
  padding: 0;
}
#projects .filters ul li {
  list-style: none;
  display: block;
  padding: 15px 0px;
  cursor: pointer;
  position: relative;
  font-size: 13px;
  font-weight: 700;
  color: #9a9a9a;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#projects .filters ul li.active,
#projects .filters ul li:hover {
  color: #5fb759;
}
#projects .filters-content {
  margin-top: 50px;
}
#projects .filters-content .show {
  opacity: 1;
  visibility: visible;
  transition: all 350ms;
}
#projects .filters-content .hide {
  opacity: 0;
  visibility: hidden;
  transition: all 350ms;
}

#projects .filters-content .all {
  margin-bottom: 30px;
}

#projects .filters-content .item {
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#projects .filters-content .item:hover {
  opacity: 0.75;
}
#projects .filters-content .item .p-inner {
  padding: 20px 30px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
#projects .filters-content .item .p-inner h5 {
  font-size: 15px;
}
#projects .filters-content .item .p-inner .cat {
  font-size: 13px;
}
#projects .filters-content .item img {
  width: 100%;
}

#projects {
  padding-top: 120px;
}

#projects .section-heading {
  margin-bottom: 60px;
}

#projects .section-heading h6 {
  color: #5fb759;
}
section#patrocinadores .logos {
  width: 650px;
  flex-wrap: wrap;
  margin: 0 auto;
  padding-bottom: 45px;
}

section#patrocinadores .logos img {
  width: 25%;
  margin: 0 4% 25px;
  height: 100px;
  object-fit: contain;
  filter: grayscale(100%);
  transition: 0.3s ease;
}
section#patrocinadores .logos img:hover,
section#parceiros img:hover {
  filter: none;
}
@media (max-width: 992px) {
  section#apresentacao {
    margin-top: 75px;
  }
  #projects .filters ul li {
    display: inline-block;
    margin-right: 10px;
    padding: 0px;
  }
  #projects .section-heading {
    margin-bottom: 0px;
  }
}

img#logo_loader {
  position: absolute;
  right: 50%;
  transform: translate(50%, 0);
  top: 110px;
  height: 75px;
  z-index: 9999;
  display: none;
}

.header-text.inner {
  padding-top: 31px;
  text-align: center;
  padding-bottom: 45px;
  background: -webkit-linear-gradient(145deg, #141830 0%, #141830 100%);
  background: -o-linear-gradient(55deg, #f1be03 0%, #ded940 100%);
  background: linear-gradient(145deg, #141830 0%, #141830 100%);
}

.features-item .features-icon svg {
  width: 50px;
  height: auto;
}
a.text-button-icon.y {
  background: -webkit-linear-gradient(325deg, #f1be03 0%, #f5ef3e 100%);
  background: -o-linear-gradient(325deg, #f1be03 0%, #f5ef3e 100%);
  background: linear-gradient(55deg, #f1be03 0%, #f5ef3e 100%);
  color: #023867;
}

tr:nth-child(odd) table.not tr:nth-child(odd) {
  background: linear-gradient(145deg, #0d497d 0%, #1e64a0 100%);
}

tr:nth-child(even) table.not tr:nth-child(even) {
  background: linear-gradient(145deg, #0d497d 0%, #1e64a0 100%);
}

.tabela_precos > tbody > tr > td {
  border-bottom: 1px solid #000000;
  content: " ";
}
table.tabela_precos > tbody > tr [opcao],
table.tabela_precos > tbody > tr > th {
  padding: 0 10px;
  font-size: 1rem;
}

table.not td {
  padding: 0 10px;
}

tr[title] {
  color: #003059;
  font-weight: normal;
  background: -webkit-linear-gradient(55deg, #f1be03 0%, #ded940 100%);
  background: -o-linear-gradient(55deg, #f1be03 0%, #ded940 100%);
  background: linear-gradient(145deg, #f1be03 0%, #ded940 100%);
}
table.tabela_precos > tbody > tr:not([title]):nth-child(odd) {
  background: linear-gradient(145deg, #003059 0%, #165b96 100%);
  color: white;
}
table.tabela_precos > tbody > tr:not([title]):nth-child(even) {
  color: white;
  background: linear-gradient(145deg, #003059 0%, #165b96 100%);
}
table.tabela_precos th {
  padding: 3px 0 3px;
}

table.tabela_precos {
  font-size: 0.96rem;
  line-height: 2.5rem;
}
[opcao] {
  line-height: 1.55rem;
}
[cent] {
  text-align: right;
}
table {
  width: 100%;
}

.innerpage-menu.header-area .main-nav span.logo,
.innerpage-menu.header-area .main-nav ul.nav li *,
.innerpage-menu.header-area .main-nav ul.nav li.submenu:after {
  /* color: #ffffff; */
}
.header-area .main-nav .nav li.social_media {
  padding: 0;
  background: #ffffff;
  border-radius: 100%;
  width: 30px;
  text-align: center;
  height: 30px;
  margin: 0 5px;
}

.header-area .main-nav .nav li.social_media a {
  display: block;
  text-align: center;
  color: #434a78;
  line-height: 30px;
  font-size: 18px;
}
.tab-content {
  border-width: 0px 1px 1px 1px;
  border-style: solid;
  border-color: #dee2e6;
  border-radius: 0 0px 5px 5px;
}
div.tab .item {
  margin: 20px 10px;
  padding: 25px;
  background: #dfecf2;
  width: auto;
}
ul.sub-item li {
  list-style: disc;
  margin-left: 25px;
  padding-right: 15px;
  margin-bottom: 25px;
}
#about {
  background-position: center;
  background-image: url(../images/dotted-map-bg.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.wrapper-img {
  min-height: 80px;
}
/*.wrapper-img img {
    margin: 0 8px;
    max-width: 100px;
    max-height: 60px;
}*/
section#parceiros img {
  /* filter: grayscale(100%); */
  transition: 0.3s ease;
}
.list-styled li {
  list-style: initial !important;
  margin-left: 20px;
}
.item p {
  color: black;
}
img.logo-homepage {
  position: absolute;
  right: 50%;
  transform: translate(50%, 0);
  z-index: 99;
  top: 110px;
}

.innerpage-menu.header-area .main-nav {
  background: none;
}
#contact-us .left-text-content ul li svg {
  width: 40px;

  height: 40px;
  padding: 10px;
  fill: white !important;
}
#contact-us .left-text-content ul li span {
  height: 45px;
  width: 45px;
  display: inline-block;
  border-radius: 35px;
  text-align: center;
  line-height: 44px;
  margin-right: 15px;
  background: linear-gradient(145deg, #0d497d 0%, #2d7dc1 100%);
}
.Modern-Slider {
  margin-top: 0;
}
.imagem-carta {
  margin-right: 15px;
  margin-top: 8px;
  border-radius: 8px;
}
.header-area .main-nav .nav li a:hover {
  /* font-weight: bold; */
  color: #e6b953;
}
.main-banner.header-text {
  position: relative;
}
img.logo_slider {
  position: absolute;
  z-index: 999;
  right: 50%;
  width: 350px;
  top: 30px;
  transform: translate(50%, 0%);
}
.data {
  width: 650px;
  text-align: left;
  height: 650px;
  position: relative;
  background: #434a78;
  border-radius: 500px;
  color: white;
  font-size: 46px;
  line-height: 46px;
  z-index: 2;
  float: left;
  border: 4px solid white;
  margin-left: -292px;
  position: absolute;
}
.data > span {
  position: absolute;
  bottom: 71%;
  right: 27%;
  transform: translate(50%, 50%);
}
.data span span {
  font-family: "Roboto Condensed";
  font-size: 42px;
}
.data span {
  font-family: "Roboto Condensed";
}
.data span span:last-child {
  font-size: 74px;
  margin-top: 16px;
  display: -webkit-box;
  font-weight: bold;
}

.data strong {
  color: #f1be03;
}
.wrapper-titulo {
  background: #434a78;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100vw;
  position: absolute;
  left: 285px;
  text-align: left;
  padding: 10px 0;
  bottom: 61%;
  z-index: 1;
  padding-left: 82px;
  transform: translate(0, 50%);
}
.wrap-titulo-carta {
  position: relative;
  width: 100%;
  height: 500px;
}

.wrapper-titulo > * {
  text-align: left;
  width: 100%;
  font-size: 26px;
  line-height: 36px;
  color: white;
  font-weight: 300;
}

.wrapper-titulo > h3 {
  font-size: 22px;
  font-weight: 200;
}
.carta {
  margin-top: 30px;
  z-index: 99;
  position: relative;
}
.imagem-ciad {
  position: absolute;
  right: 0px;
  height: 200px;
  z-index: 999;
  top: 0;
  width: 700px;
  height: auto;
}

img.pre-slide {
  max-width: 100%;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
  display: block;
}
.header-area .main-nav .nav li.social_media:last-child {
  margin-left: 10px;
}
.menu-open {
  color: #434a78;
  margin-top: 1px;
  font-size: 19px;
  padding: 0px 21px;
  width: 110px;
  background: #f1be03 !important;
  border-radius: 8px;
  position: relative;
  text-align: left;
  text-transform: uppercase;
}
section#apresentacao {
  margin-top: 65px;
}
section#apresentacao h2,
section#apresentacao h3 {
  font-family: "Poor Richard";
  text-transform: uppercase;
  text-align: center;
}
.mensagem-login {
  text-align: center;
  font-size: 18px;
  margin-bottom: 15px;
}
.header-area .main-nav .nav .submenu > ul li.submenu > ul {
  position: absolute;
  left: -200px;
  top: 0;
  box-shadow: 2px 2px 8px rgb(0 0 0 / 0.3);
}
.galeria {
  display: flex;
  flex-wrap: wrap;
}

.galeria a {
  max-width: calc(14% - 10px);
  margin: 5px;
  overflow: hidden;
  border-radius: 7px;
  width: auto;
  height: 70px;
}

.galeria a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: 0.3s;
}

.galeria a:hover img {
  height: 130%;
}

.videos-lives {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.videos-lives div {
  width: 500px;
  margin: 10px;
  position: relative;
  height: 280px;
  min-width: 500px;
  cursor: pointer;
}

.videos-lives div h3 {
  font-size: 14px;
  margin-bottom: 15px;
}

.videos-lives div iframe {
  height: 100%;
}
.videos-lives div img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.links {
  width: 100%;
  text-align: center;
  margin-top: 25px;
}

.links a {
  margin: 0 15px;
}

div#zoom-viewport {
  width: 100%;
}
.modalEmailInput,
.modalEmailEvento {
  position: fixed;
  max-width: 1000px;
  width: 90%;
  height: auto;
  right: 50%;
  bottom: 50%;
  padding: 15px;
  border-radius: 6px;
  transform: translate(50%, 50%);
  background: #434a78;
  z-index: 1111111110;
  border: 2px solid #011d3c;
  display: none;
  box-shadow: 4px 6px 21px 2px rgba(0, 0, 0, 0.32);
}
.modalEmailInput span.close,
.modalEmailEvento span.close {
  position: absolute;
  right: 15px;
  top: 10px;
  cursor: pointer;
}
.modalEmailInput input,
.modalEmailEvento input,
.modalEmailEvento select {
  margin: 15px 0 0;
}
.modalEmailInput p,
.modalEmailEvento p {
  margin: 5px 0 0 0;
  clear: both;
  display: block;
  float: none;
  color: white;
  font-weight: 100;
  position: relative;
}
.modalEmailInput [type="submit"],
.modalEmailEvento [type="submit"] {
  border: none;
  padding: 0;
  display: block;
  background: #f1be03;
  width: 80px;
  color: #003059;
  float: left;
  font-weight: bold;
  box-shadow: 1px 1px 6px rgb(0 0 0 / 35%);
  margin-left: 0;
  line-height: 45px;
  text-align: center;
  border-radius: 8px;
}
.iframe-revista {
  max-width: 100%;
  margin: 0 auto;
}
@media (max-width: 980px) {
  .videos-lives div {
    width: 100%;
    margin: 10px;
  }
  .galeria {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .galeria a {
    max-width: calc(30% - 10px);
    margin: 5px;
    overflow: hidden;
    border-radius: 7px;
    width: 30%;
    height: 50px;
  }

  .menu-open {
    display: none;
  }
  #about .row > div {
    margin-bottom: 20px;
  }
  section#apresentacao {
    padding: 0 15px;
  }
  .header-area .main-nav .nav li.social_media {
    border-radius: 0;
    width: 100%;
    height: auto;
  }
  .header-area .main-nav .nav li.social_media:last-child {
    margin: 0;
  }
  .header-area .main-nav .nav .submenu > ul li.submenu > ul {
    width: 100%;
    position: relative;
    left: 0;
    box-shadow: none;
  }
  .align-center {
    margin-top: 55px;
  }
  section#conteudo {
    padding: 0 20px;
  }
  a.main-filled-button {
    border-radius: 0;
    line-height: 2rem;
    text-align: center;
    display: block;
    width: 70%;
    margin: 0 auto !important;
  }
  .header-area {
    background: white !important;
    z-index: 9999999999;
  }
}
.header-area .main-nav .logo img {
  width: 120px;
  margin-top: 0;
}
.header-area .main-nav .nav .submenu > ul li.submenu > ul {
  position: absolute;
  left: -200px;
  top: 0;
  box-shadow: 2px 2px 8px rgb(0 0 0 / 0.3);
}
.chamada-data {
  text-align: center;
  position: absolute;
  right: 50%;
  transform: translate(50%, 0);
  top: 65px;
  /* background: rgb(0 48 89 / .85); */
  padding: 7px 18px;
}

.chamada-data p,
.chamada-data h3 {
  margin: 0;
  color: #003059;
  font-size: 34px;
  text-align: right;
  font-family: "Qwigley", cursive;
}
.chamada-data img {
  height: 80px;
}
.background-header .logo img {
  opacity: 1;
}

.logo img {
  opacity: 0;
}
img.logo-flutuante {
  position: absolute;
  left: 20px;
  top: 35px;
  z-index: 99;
  width: 218px;
}
.carta p {
  font-family: "Qwigley", cursive;
  font-size: 30px;
  color: black;
}
.background-header div.logo-flutuantediv {
  background: white;
  width: 100%;
  height: 38px;
  position: fixed;
  top: 40px;
  left: 0;
}
img.evento_banner {
  max-height: 320px;
  width: auto;
  min-width: auto;
  margin: 0 auto 35px;
  max-width: 100%;
}
.background-header img.logo-flutuante {
  position: absolute;
  width: 110px;
  top: 1px;
  display: none;
  transition: 0.3s;
}
.logo-flutuantediv,
.logo-flutuantediv * {
  transition: 0.3s;
}
img.logo-flutuante.stripped {
  display: none;
  transition: 0.3s;
}

.background-header img.logo-flutuante.stripped {
  display: block;
  margin-top: 10px;
}
img.revista_capa {
  min-width: auto;
  margin: 0 auto;
  width: 150px;
}
ul.lista-programacao,
ul.lista-programacao li {
  list-style: initial;
}

ul.lista-programacao {
  padding-left: 25px;
}
ul.lista-programacao li {
  margin-bottom: 15px;
}
.button.inscrevase a {
  color: white;
  text-decoration: none;
  width: 250px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 55px;
  background: #003059;
  line-height: 55px;
  display: block;
}
@media (min-width: 980px) {
  .position-formulario {
    position: absolute;
    width: auto;
    left: 15px;
    right: 15px;
    bottom: 0;
    padding: 10px;
    background: #f3f3f3;
    border-radius: 5px;
    color: #a51212;
    font-weight: bold;
    font-size: 15px;
  }
}

@media (max-width: 980px) {
  .modalEmailInput,
  .modalEmailEvento {
    max-width: 97%;
    top: 0;
    bottom: auto;
    position: absolute;
    z-index: 999999999999;
  }
  img.logo-flutuante {
    right: auto;
    z-index: 999999;
    position: relative;
    top: auto;
    left: auto;
    float: left;
    width: 130px;
  }

  .background-header img.logo-flutuante.stripped {
    margin-top: -10px;
    position: relative;
    top: auto;
    left: auto;
  }
  .chamada-data {
    width: 100%;
    text-align: center !important;
    top: 95px;
  }
  .header-area .container .row {
    position: relative;
  }

  .background-header div.logo-flutuantediv {
    position: relative;
    left: auto;
    top: auto;
    height: auto;
    top: 10px;
  }
  .header-area .main-nav .nav .submenu > ul li.submenu > ul {
    position: relative;
    width: 100%;
    display: block;
    left: auto;
    box-shadow: none;
  }
  .header-area .main-nav .nav li.social_media a {
    display: block;
    float: left;
    width: 50%;
    margin: 0;
    height: 40px;
    z-index: 99999;
    position: relative;
  }
}
@media (max-width: 980px) {
  img.logo-flutuante {
    right: auto;
    z-index: 999999;
    position: relative;
    top: auto;
    left: auto;
    float: left;
    width: 200px;
    margin-top: 10px;
    margin-left: 5px;
  }

  .background-header img.logo-flutuante.stripped {
    margin-top: 0;
    margin-left: 5px;
    position: relative;
    top: auto;
    left: auto;
    width: 180px;
  }

  .header-area .menu-trigger {
    display: block !important;
  }
  section#conteudo {
    padding: 0 20px;
    margin-top: 120px;
  }
}

@media (max-width: 768px) {
  section#apresentacao h2,
  section#apresentacao h3 {
    width: 100%;
    margin: auto;
  }

  .position-formulario {
    display: block;
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .carta {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .Modern-Slider .slick-arrow {
    width: 20px;
    opacity: 0.3;
  }
}
.modalEmailEvento [type="submit"] {
  width: 200px;
}

.nospace {
  margin: 0px;
  width: 100%;
  height: 100%;
}
@media (max-width: 980px) {
  .row2 {
    max-width: 100%;
  }
}
.carta img {
  max-width: 100%;
  margin-bottom: 25px;
}
