/*

Theme Name: Colab HD+
Author: Leandro Chaves - IBICT
Description: Tema para a plataforma do Colab HD+
Requires at least: 5.6
Tested up to: 7.4.1
Requires PHP: 7.4.1
Version: 1.0
Tags: one-column, custom-menu, custom-logo, featured-images

*/

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800&family=Raleway:wght@100;200;300;400;500;600;700;800;900&display=swap');

:root {
  --orange900: #A13F1B;
  --orange500: #F25F29;
  --orange100: #FEEFEA;
  --gray800: #1D2939;
  --gray900: #101828;
  --gray700: #344054;
  --gray600: #475467;
  --gray300: #D0D5DD;
  --gray100: #F2F4F7;
}

* {
  box-sizing: border-box;
  transition: 0.3s;
}

*,
*:focus,
*:hover {
  outline: none;
}

html,
body {
  font-family: 'Inter', sans-serif !important;
  margin: 0 !important;
}

a {
  text-decoration: none !important;
}

p {
  margin-bottom: 2.2rem !important;
  font-style: normal;
  font-weight: 400;
  color: var(--gray600);
  font-size: 1.1rem;
  line-height: 28px;
}

.text-orange900 {
  color: var(--orange900);
}

.text-gray600 {
  color: var(--gray600)
}

.text-orange500 {
  color: var(--orange500)
}

img {
  max-width: 100%;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.btn-white {
  align-items: center;
  background: var(--bs-white, #FFF);
  border-radius: 3.125rem;
  border: 1px solid var(--orange500);
  color: var(--orange500);
  padding: 8px 30px;
}

.btn-white:hover,
.btn-white.active {
  color: var(--bs-white);
  background-color: var(--orange500);
}

.btn-orange {
  background-color: var(--orange500);
  border: 1px solid var(--orange500);
  color: var(--bs-white);
  padding: 7px 35px;
  border-radius: 20px;
}

.btn-orange:hover {
  background-color: var(--orange900);
  border: 1px solid var(--orange900);
  color: var(--bs-white);
}

.btn-lg {
  padding: 10px 40px !important;
  border-radius: 3rem !important;
}

.btn-sm {
  padding: 0.25rem 0.8rem !important;
  border-radius: 3rem !important;
}

blockquote {
  border-left: 2px solid var(--orange900);
  padding: 15px 0px 15px 20px;
  color: var(--gray900);
  font-size: 1.5rem;
  font-weight: 500;
  margin: 3rem 0rem !important;
}

.bg-orange100 {
  background-color: var(--orange100);
}

.participe {
  background-repeat: no-repeat;
  background-position: bottom right;
}

/* ===== HEADER ====== */

#banner h1 {
  font-size: 3.75rem;
  font-weight: 600;
}

#banner p {
  color: var(--gray600);
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.875rem;
}

.top-bar ul {
  margin-top: 0;
  margin-bottom: 0;
  display: inline-flex;
  list-style-type: none;
}

.top-bar ul li {
  margin: 0 20px;
}

.top-bar ul li:last-child a {
  background-color: var(--orange500);
  color: var(--bs-white);
  padding: 10px 20px;
  border-radius: 20px;
}

.top-bar ul a {
  text-decoration: none;
  color: #000000;
  padding: 5px 0;
  transition: 0.2s;
  padding: 5px 8px;
  border-bottom: 1px solid var(--bs-white);
}

.top-bar ul li:not(:last-child) a:hover {
  border-bottom: 1px solid var(--orange500);
  color: var(--orange500);
}



.top-bar ul li.current_page_item:not(:last-child) a {
  color: var(--orange500);
  border-bottom: 1px solid var(--orange500);
}

.top-bar ul.sub-menu a {
  color: #000;
}

.top-bar .menu-icon,
.top-bar .check-button {
  cursor: pointer;
  display: none;
}

.top-bar .menu-icon .bar1,
.top-bar .menu-icon .bar2,
.top-bar .menu-icon .bar3 {
  width: 28px;
  height: 3px;
  background-color: var(--orange500);
  margin: 5px 0;
  transition: 0.4s;
}

.top-bar.paginas .menu-icon .bar1,
.top-bar.paginas .menu-icon .bar2,
.top-bar.paginas .menu-icon .bar3 {
  background-color: #000000;
}

.top-bar .container {
  height: 55px;
  border-bottom: 1px solid #FFFFFF;
}

.top-bar ul#menu-header {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  list-style-type: none;
  padding-left: 0px;
  margin-bottom: 0px;
}

.top-bar li.current-menu-item.menu-item-has-children ul a {
  color: #000000;
  font-weight: 700;
}

.top-bar li.current-menu-parent>a,
.top-bar li.current-menu-parent::after {
  color: #000000 !important;
}

.top-bar ul.sub-menu {
  display: none;
}

.top-bar ul.sub-menu {
  list-style-type: none;
  padding-left: 0px;
  background-color: #FFF;
  left: 0;
  margin-top: 3px;
  font-weight: 500;
  font-size: 0.8rem;
  letter-spacing: 0.2px;
  transition: 0.3s;
  background: linear-gradient(134.02deg, rgba(255, 255, 255, 0.9) 0%, rgba(235, 235, 235, 0.9) 100%);
  border: 0.75px solid rgba(255, 255, 255, 0.55);
  backdrop-filter: blur(2px);
  border-radius: 4px;
}

.top-bar ul.sub-menu li.current-menu-item a {
  color: #000000;
  border-bottom: none;
  padding: 0;
}


.top-bar ul.sub-menu li {
  border-right: none;
  padding: 12px 15px;
}

.top-bar.paginas li.menu-item-has-children::after {
  content: '\f0d7';
  font-family: "FontAwesome";
  color: #000000;
  font-size: 0.7rem;
  margin-left: 5px;
}

.top-bar li.menu-item-has-children::after {
  content: '\f0d7';
  font-family: "FontAwesome";
  color: #000000;
  font-size: 0.7rem;
  margin-left: 5px;
}

.top-bar li.menu-item-has-children {
  position: relative;
}

.top-bar li.menu-item-has-children ul.sub-menu {
  position: absolute;
}

.top-bar li.menu-item-has-children:hover ul.sub-menu {
  display: block;
}

/* ======= HOME ======= */
#section-1,
#section-4 {
  background-color: var(--gray100);
}

#section-2 {
  margin: 6rem 0rem;
}

#section-2 img,
#instituicoes img {
  max-height: 100px;
  width: auto;
}

#section-4 {
  padding: 6rem 0rem;
}

.participantes {
  margin-left: 10px;
}

.circle-participante {
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  border: 2px solid var(--bs-white);
  margin-left: -15px;
}

/* ======= SOBRE ======= */
#quem-somos .info.active {
  opacity: 1;
  float: left;
  width: 100%;
  left: 0;
  position: initial;
}

#quem-somos {
  position: relative;
}

#quem-somos .info {
  position: fixed;
  float: none;
  opacity: 0;
  width: 100%;
}

#div-participantes .card-participante .card-info p {
  font-size: 0.9rem;
  line-height: inherit;
}

#div-participantes .text {
  padding: 0% 25%;
}

#div-participantes #instituicoes {
  background-color: var(--gray100);
  padding: 50px 0px;
  margin-bottom: 70px;
}

#div-participantes .card-participante .card-image {
  height: 296px;
  /* width: 280px; */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#form-participe {
  padding: 0rem 25rem;
}

#form-participe input:not(.wpcf7-submit),
#form-participe textarea {
  border-radius: 0.5rem;
  border: 1px solid var(--gray300);
  background: var(--bs-white, #FFF);
  width: 100%;
}

#form-participe label {
  color: var(--gray700);
  font-size: 0.875rem;
  font-weight: 500;
  width: 100%;
}

#form-participe .cols50>div {
  width: 50%;
}

#form-participe input:not(.wpcf7-submit) {
  padding: 0rem 0.6rem;
}

#form-participe input:focus,
#form-participe textarea:focus {
  border: 1px solid var(--orange500);
}

input.wpcf7-submit {
  width: 100%;
  background-color: var(--orange500);
  border: none;
  color: var(--bs-white);
  border-radius: 0.5rem;
  border: 1px solid var(--orange600);
  padding: 5px 0px;
}

/* ======= FOOTER ======= */
footer {
  padding: 2rem 0rem;
  z-index: 10;
  position: absolute;
  width: 100%;
}




/* ======= 404 ======= */

/* RESPONSIVO */
@media (max-width: 768px) {
  #form-participe {
    padding: 0rem 0rem !important;
  }

  #div-participantes .card-participante .card-image {
    background-position: left;
    background-size: contain;
  }

  #div-participantes .text {
    padding: 0%;
  }
}


@media (max-width: 992px) {
  .top-bar.paginas li.menu-item-has-children::after {
    display: none;
  }

  .top-bar.paginas ul li a,
  .top-bar ul li a {
    padding: 0px;
  }

  .top-bar .container {
    height: 65px;
    padding-top: 0px;
  }

  .top-bar .container {
    display: flex;
  }

  .top-bar .main-menu {
    margin-left: auto;
  }

  .top-bar .menu-icon,
  .top-bar .check-button {
    display: block;
  }

  .top-bar .check-button {
    border: none;
    background: transparent;
    height: 55px;
  }

  .main-menu ul {
    position: absolute;
    width: 100%;
    background: #FFFFFF;
    left: -999px;
    text-align: left;
    transition: all cubic-bezier(.79, .14, .15, .86) .5s;
    padding: 0;
    margin: 0;
    z-index: 1;
  }

  .top-bar li.menu-item-has-children ul.sub-menu {
    position: initial;
  }

  .top-bar ul#menu-header {
    display: block;
    margin-top: 5px;
    z-index: 10;
    -webkit-box-shadow: 0px 2px 8px -4px rgb(0 0 0 / 75%);
    -moz-box-shadow: 0px 2px 8px -4px rgb(0 0 0 / 75%);
    box-shadow: 0px 2px 8px -4px rgb(0 0 0 / 75%);
  }

  .top-bar ul li a,
  .top-bar.active ul li a {
    text-decoration: none;
    color: #000000;
    text-transform: uppercase;
    font-size: 0.8rem;
  }

  .top-bar li.current-menu-parent>a,
  .top-bar li.current-menu-parent::after {
    color: black !important;
    font-weight: bold;
  }

  .top-bar li.menu-item-has-children::after {
    display: none;
  }

  .main-menu ul:not(.sub-menu) {
    margin-top: 55px;
  }

  .main-menu ul li {
    display: block;
    margin: 0px 0px;
    line-height: 30px;
  }

  .main-menu ul.sub-menu {
    position: relative;
    display: block;
    width: auto;
    margin-top: 0px;
  }

  .top-bar ul.sub-menu {
    right: 0;
    width: 100%;
    border: none;
    border-radius: 0px;
  }

  .top-bar ul.sub-menu li {
    border-right: none;
    padding: 0px;
    padding-left: 30px;
  }

  .top-bar li.menu-item-has-children::after {
    content: '';
  }

  .top-bar li.current-menu-item a,
  .top-bar li.current-menu-parent>a {
    border-bottom: none;
  }

  .top-bar li {
    padding: 7px 15px;
    border-right: none;
  }

  .show-dropdown {
    left: 0 !important;
  }

  .animate-button .bar1 {
    -webkit-transform: rotate(-45deg) translate(-4px, 4px);
    transform: rotate(-45deg) translate(-4px, 4px);
  }

  .animate-button .bar2 {
    opacity: 0;
  }

  .animate-button .bar3 {
    -webkit-transform: rotate(45deg) translate(-7px, -7px);
    transform: rotate(45deg) translate(-7px, -7px);
  }

  .menu-header-container {
    margin-top: 0px;
  }

  .main-menu ul:not(.sub-menu) {
    margin-top: 0px;
  }
}

@media (max-width: 1200px) {
  #form-participe {
    padding: 0rem 9rem;
  }
}

@media (max-width: 575px) {
  footer .content>div {
    margin-bottom: 30px;
  }
}


@media (max-width: 400px) {}