*::selection {
  background-color: #7fff00;
  color: #ff4500;
}
.rounded-4 {
  border-radius: 1.5rem;
}
.container {
  overflow: hidden;
}
/* topo */

#youtube-iframe a .fa-youtube {
  color: #cd201f;
  transition: all 0.5s linear;
}
#youtube-iframe a:hover .fa-youtube {
  color: #000;
  opacity: 0.7;
}
header,
#topo #topo-container{
  background-image: url('/assets/images/base/top-bg-2021.jpg');
  background-size: cover;
}
#topo {
  background-color: #003f82 !important;
}
#topo #top-row {
  position: relative;
}
/* CORES ICONES MIDIAS SOCIAIS */
#social-media li .fa-inverse {
  color: #034488;
}
#midias-sociais-right-side #icones a{
  color: #034488;
}
#topo #social-media a {
  /* color: #84b5dc; */
  color: #f4fefd;
  /* color: #034488; */
  /* color: transparent; */
}
#midias-sociais-right-side #icones .youtube:hover,
#topo #social-media .youtube:hover {
  color: #cd201f;
}
#midias-sociais-right-side #icones .flickr:hover,
#topo #social-media .flickr:hover {
  color: #ff0084;
}
#midias-sociais-right-side #icones .twitter:hover,
#topo #social-media .twitter:hover {
  color: #32cdfd;
}
#midias-sociais-right-side #icones .facebook:hover,
#topo #social-media .facebook:hover {
  color: #3a589e;
}
#midias-sociais-right-side #icones .linkedin:hover,
#topo #social-media .linkedin:hover {
  color: #0077b5;
}
#midias-sociais-right-side #icones .instagram:hover,
#topo #social-media .instagram:hover {
  color: #f56135;
}
#midias-sociais-right-side #icones .whatsapp:hover,
#topo #social-media .whatsapp:hover {
  color: #00e676;
}

/* MENU */
.bg-primary-menu {
  background-color: #034488;
}
#menu a {
  font-family: "Pragati Narrow", sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
}
@media only screen and (max-width: 1190px) {
  #menu a {
    font-size: 0.9rem;
  }
}
@media only screen and (max-width: 990px) {
  #menu a {
    font-size: 1.4rem;
  }
}
#menu .nav-link {
  color: rgba(255, 255, 255, 0.7);
}
@media screen and (min-width: 1400px) {
  #topo #top-row::after {
    right: 36% !important;
  }
}

@media screen and (min-width: 1200px) {
  #topo #top-row::after {
    content: " ";
    position: absolute;
    height: 145%;
    width: 50px;
    right: 33.7%;
    top: -10px;
    border-right: 4px solid white;
    -webkit-transform: skew(-35deg); /* Chrome, Opera */
    -ms-transform: skew(-35deg); /* IE */
    transform: skew(-35deg); /* Padrão */
  }

  #menu-li-4,
  #menu-li-5,
  #menu-li-6 {
    border-top: none !important;
  }
}
@media screen and (min-width: 990px) {
  #navbarTogglerDemo01 > ul > li {
    border-top: 3px solid white;
  }

  #menu #navbarTogglerDemo01::before {
    content: "";
    position: absolute;
    height: 105%;
    border-top: 3px solid white;
    width: 36.4%;
    top: 0px;
    left: 0;
  }
  #menu ul:first-child::before {
    content: "";
    position: absolute;
    height: 100%;
    border-top: 3px solid red;
    width: 30px;
    left: 0px;
  }
  #menu ul:first-child::after {
    content: "";
    position: absolute;
    border-right: 3px solid white;
    border-top: 3px solid white;
    right: -120px;
    width: 146px;
    height: 115%;
    -webkit-transform: skew(-35deg); /* Chrome, Opera */
    -ms-transform: skew(-35deg); /* IE */
    transform: skew(-35deg); /* Padrão */
  }
}
/* INDEX */
/* Carousel */
#destaque-principal {
  background: rgb(64, 82, 97);
  background: linear-gradient(
    90deg,
    rgba(64, 82, 97, 0.6) 0%,
    rgba(255, 255, 255, 1) 40%,
    rgba(255, 255, 255, 1) 60%,
    rgba(64, 82, 97, 0.6) 100%
  );
}
#destaque-principal .carousel-item img {
  max-width: 2050px;
  margin: auto;
  overflow: hidden;
  transition: transform 3s;
}
#destaque-principal .carousel-item:hover img {
  transform: scale(1.3);
}

#destaque-principal .carousel-item h5 {
  font-size: 3vw;
  text-shadow: 4px 6px 8px #181904;
  transition: all 0.5s ease-out;
}
#destaque-principal .carousel-caption {
  z-index: 1;
}
#destaque-principal .carousel-caption a {
  color: inherit;
  text-decoration: none;
}
#destaque-principal .carousel-caption a:hover h5 {
  color: #cccccc;
}
/* #destaque-noticias .caption::after, */
#destaque-principal .carousel-item::after {
  content: " ";
  width: 100vw;
  height: 100%;
  display: block;
  position: absolute;
  bottom: 0;
  /*background: rgb(39, 40, 51);
  background: linear-gradient(
    0deg,
    rgba(39, 40, 51, 1) 0%,
    rgba(255, 255, 255, 0) 40%
  );*/
  z-index: 0;
}
.carousel-control-next,
.carousel-control-prev {
  font-size: 3rem;
  text-shadow: 4px 6px 8px #181904;
}

/* CENTRO HOME */
.zoom-in {
  overflow: hidden;
  background-color: black;
  text-shadow: 4px 6px 8px #181904;
}
.zoom-in img {
  transition: all 1.6s ease;
}
.zoom-in:hover img {
  transform: scale(1.1);
  overflow: hidden;
  background-color: gray;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

#sub-destaque-noticias img {
  object-fit: cover;
}
#sub-destaque-noticias .caption h4 {
  bottom: 3vh;
  text-shadow: 4px 6px 8px #181904;
  transition: all 0.5s ease-out;
}
#sub-destaque-noticias #palavra-do-presidente .caption {
  top: 10%;
  width: 76%;
}
/* NOSSOS PROJETOS */
#nossos-projetos #pessoa-projeto {
  /* background-color: #198754; */
  background-image: url(https://static.abras.com.br/img/base/pessoa-projetos-full.jpg);
  background-blend-mode: multiply;
  clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 25% 50%, 0% 0%);
  background-size: cover;
  background-position: center;
  min-width: 300px;
  min-height: 400px;
}

#nossos-projetos #pessoa-projeto {
  object-fit: cover;
}

/* Caixas inferiores */
#assessoria-tendencias-agenda {
  color: #2d80d9;
}
/* RODAPÉ */
.bg-gradient-primary {
  background: linear-gradient(50deg, #0d6efd 0, #077e44 100%) !important;
}
.footer {
  z-index: 1;
}
.footer .nav-link {
  font-size: 0.75rem;
}
.footer .list-unstyled li a {
  padding: 0.125rem 0;
}

.footer,
.footer a {
  color: #c6ced7;
}
.footer a:hover {
  color: #fff;
}

.footer-rotate {
  max-width: 1990px;
  padding-top: 21rem;
}
.footer-rotate:before {
  content: "";
  background: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 2000 1000' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23FFF' d='M2000,0V923.45l-195.85-538.1a76.07875,76.07875,0,0,0-58.25-48.89L536.65,123.24a76.12151,76.12151,0,0,0-71.44,26L0,703.65V0Z'/%3E%3C/svg%3E")
    no-repeat scroll center center/100% 100% border-box;
  right: calc(50% - 1000px);
  display: block;
  min-width: 2000px;
  height: 1000px;
  pointer-events: none;
  position: absolute;
  width: calc(100% + 10px);
  z-index: 10;
  top: 0;
}
/* matérias - artigos */
#article {
  font-family: "Playfair Display", serif;
}
#article .article-content,
#article .article-content span,
#article .article-content p {
  font-size: 1.2rem !important;
}
#article img {
  max-width: 100%;
}
