/****** IMPORT FONTES ******/
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;500;700&display=swap');

body {
  background: #f7f8f9;
}

* {
  font-family: 'Roboto', sans-serif;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

ul,
li {
  list-style: none;
  padding-left: 0 !important;
}

a {
  text-decoration: none;
}

.container {
  max-width: 1210px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.d-flex {
  display: flex;
}

.flex-1 {
  flex: 1;
}

.social {
  display: flex;
  align-items: center;
}

.sub-menu .social {
  border-bottom: 1px solid #dce0e0 !important;
}

.d-none {
  display: none;
}

.social li a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: .6rem !important;
  margin: 0 !important;
}

.social li i {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
  margin: 0 !important;
  font-size: 1.1rem;
}

.card-img a::before {
  position: absolute;
  content: '';
  display: flex;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0,
    rgba(0, 0, 0, 0) 0,
    rgba(0, 0, 0, 0) 50%,
    rgba(0, 0, 0, 0.75) 100%
  );
  width: 100%;
  height: 100%;
  transition: 0.3s all;
  opacity: 1;
  border-bottom-left-radius: 4px;
}

.card-img a {
  position: relative;
  width: 100%;
  display: flex;
  transition: 0.3s all;
}
/* menu */

.areaSub {
  position: relative;
}

.nav-bar-flex li a {
  cursor: pointer;
  height: 60px;
  gap: 4px;
  display: flex;
  align-items: center;
  color: #fff;
  text-transform: uppercase;
  font-size: 0.75rem;
  padding: 8px 14px !important;
  transition: 0.3s all;
}

.nav-bar-flex li {
  transition: all 0.3s;
}

.navCont {
  position: absolute;
  z-index: 4;
  background-color: transparent;
  height: 90px;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.nav-bar-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

.nav-bar-flex .logo {
  margin-right: 20px;
}

.btn-mobile,
.btn-close-mobile {
  display: none;
}

.align-items-center {
  align-items: center;
}

.sub-menu {
  background-color: #f9f9f9;
  width: 200px;
  position: absolute;
  z-index: 200;
  top: 60px;
  right: 14px;
}

.sub-menu > li {
  border-bottom: 1px solid #dce0e0;
}

.sub-menu li a {
  color: #222 !important;
  height: 49px;
  display: flex;
  padding: 15px;
  width: 100%;
}
.sub-menu li a:hover {
  background-color: #f1f1f1;
  /* color: #00aeff !important; */
}

.sub-menu {
  opacity: 0;
  transition: 0.3s all;
}

li:hover .sub-menu {
  opacity: 1;
}

li:not(:hover) .sub-menu {
  display: none;
}

/* footer */

.bg-footer-one {
  background: #004274;
}

.cont-footer-two {
  color: #fff;
  padding: 40px 15px 16px 15px;
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  gap: 16px;
}

.footerContentDesenvolvido {
  display: flex;
  align-items: center;
  height: 85px;
}
.footerContentDesenvolvido p {
  color: #fff;
  font-size: 0.9rem;
}

.bg-footer-two {
  background: #00335a;
}

.title-footer {
  font-size: 1.125rem;
  color: #fff;
  margin-bottom: 25px;
}

.cont-footer-one {
  display: grid;
  grid-template-columns: 1.9fr 1.5fr;
  padding: 70px 15px;
  gap: 40px;
}

.uls-footer {
  justify-content: space-between;
  gap: 10px;
}

.list-footer ul li {
  padding: 5px 0;
}

.list-footer ul li a {
  color: #fff;
  font-weight: normal;
  font-size: 0.875rem;
  transition: 0.3s all;
}

.list-footer ul li a:hover {
  /* color: #2a3e52cc !important; */
  opacity: 0.8;
}

.nav-bar-flex li:hover .dropMenu .fa-chevron-down {
  transform: rotate(180deg);
  transition: transform 0.3s ease;
}

.areaSub {
  display: block;
}

.areaSubMobile {
  display: none;
}

@media (max-width: 1150px) {

  .nav-bar-flex {
    flex-direction: row;
  }

  .areaSub {
    display: none;
  }

  .areaSubMobile {
    display: block;
  }

  .sub-menu {
    background-color: rgba(231, 231, 231, 0.95);
    width: 100%;
    position: relative;
    top: 0px;
    left: 0;
    right: inherit;
  }

  .sub-menu {
    opacity: 1 !important;
    transition: 0 all;
  }

  li:not(:hover) .sub-menu {
    display: inline-block !important;
  }

  .dropMenu .fa-chevron-down {
    transform: rotate(180deg) !important;
    transition: transform 0.3s ease !important;
  }

  a.dropMenu:after {
    width: 0 !important;
  }

  .bordar-menu-li {
    border-bottom: 1px solid #c0bfbfb8;
    width: 100%;
    gap: 10px;
  }

  .social {
    gap: .5rem;
  } 

  .social li {
    width: max-content !important;
    border: none !important;
  } 

  .social-new-logo {
    border-bottom: 1px solid #c0bfbfb8;
    width: 100%;
    display: flex;
  }

  .social-new-logo li a i {
    font-size: 1.2rem !important;
  }

  .nav-bar-flex li .dropMenu {
    justify-content: space-between;
  }

  .mobile-menu {
    display: none;
    position: fixed;
    background: white;
    right: 0;
    top: 0;
    min-height: 100vh;
    width: 0px;
    flex-direction: column;
    align-items: center;
    z-index: 10000;
    transition: 0.3s all;
    overflow-y: scroll !important;
    height: 300px;
    padding-bottom: 2rem;
  }

  .mobile-menu *:not(.btnCadastrar) {
    color: black !important;
  }

  .txtLigamosParaVoce {
    border-top: 1px solid #c0bfbfb8;
  }

  .mobile-menu.ativo {
    display: flex;
    width: 320px;
    animation: anim__Enter .2s ease-out forwards;
  }

  @keyframes anim__Enter {

    0% {
      transform: translateX(100%);
    }

    100% {
      transform: translateX(0);
    }
  }

  .btn-mobile,
  .btn-close-mobile {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: .5rem;
    background: none;
    border: none;
    color: white;
    font-size: 1rem;
    cursor: pointer;
    position: relative;
    transition: 0.3s all;
  }

  .btn-close-mobile {
    color: #222;
    position: absolute;
    right: 15px;
    top: 30px;
    transform: translateY(-50%);
    font-size: 2rem;
    z-index: 999;
  }

  .align-items-center {
    flex-direction: column;
    width: 100%;
  }
  .align-items-center li {
    width: 100%;
  }

  .btn-close-mobile:hover {
    color: #00aeff;
  }

  .btn-mobile:hover,
  .btn-close-mobile:hover {
    color: #00aeff;
  }

  .nav-bar-flex li a {
    color: #222;
  }
}

@media (max-width: 999px) {
  .title-footer {
    margin-bottom: 8px;
  }

  .cont-footer-one {
    grid-template-columns: 1fr;
  }

  .uls-footer {
    gap: 25px;
  }
}

@media (max-width: 500px) {
  .uls-footer {
    flex-direction: column;
  }
}

.social-icons {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
}

.new-logo {
  padding: 8px 7px !important;
}

.new-logo:after {
  left: 10px !important;
}

.new-header-p {
  padding-right: 0px !important;
}

@media (min-width: 1240px) {
  .new-box-flex {
    justify-content: space-between;
  }
}

@media (min-width: 1151px) and (max-width: 1230px) {
  .nav-bar-flex li a {
    padding: 8px 9px;
  }
}

.bordar-menu-li a.no-after:after {
  content: none;
}

.no-after {
  white-space: nowrap;
  width: 90%;
  margin: .95rem 0; 
  cursor: pointer; 
  margin: 14px;
}

@media(max-width: 1150px){
  .no-after {
    width: 75%;
  }
}