body {
  font-family: "Roboto", sans-serif;
  color: #000000;
  background-color: #ffffff;
}

.concurso_div{

  position: relative;
  border-right-style: solid;
  border-left-style: solid;

  border-left: 10rem solid gray;
  border-right: 10rem solid gray;
}


.concurso_div1{
width: 100%;
background-color: #ffffff;
/*
background-color: #363636;
/*
background-color: #30146c;
/*background-color: #08943c;/*

 background: -webkit-gradient(linear, left top, right top, from(#30146c), to(#08943c));*/
}

.concurso_table{
  border-radius:25px;
  color:black;
}


.layout_padding {
  padding: 60px 0;
}

.layout_padding2 {
  padding: 45px 0;
}

.layout_padding2-top {
  padding-top: 45px;
}

.layout_padding2-bottom {
  padding-bottom: 45px;
}

.layout_padding-top {
  padding-top: 90px;
}

.layout_padding-bottom {
  padding-bottom: 90px;
}

.layout_padding-left {
  padding-bottom: 20px;
}

.heading_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.heading_container h2 {
  font-weight: bold;
  position: relative;
}

.heading_container h2::before {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 50%;
  width: 75px;
  height: 5px;
  background-color: #30ae69;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

/*header section*/
.hero_area {
  background-image: url(../images/hero-bg.jpg);
  background-size: cover;
}

.sub_page .hero_area {
  height: auto;
}

.sub_page .who_section.layout_padding {
  padding-top: 0;
}

.hero_area.sub_pages {
  height: auto;
}

.header_section {
  background-color: #000000;
}

.header_section .container-fluid {
  padding-right: 25px;
  padding-left: 25px;
}

.header_section .nav_container {
  margin: 0 auto;
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-item .nav-link {
  margin: 16px 30px;
  padding: 0;
  color: #ffffff;
  text-align: center;
  position: relative;
  font-size: 19px;
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-item .nav-link::after {
  display: none;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-item.active a::after, .custom_nav-container.navbar-expand-lg .navbar-nav .nav-item:hover a::after {
  display: block;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.user_option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.user_option a {
  color: #ffffff;
  margin: 10px 30px;
}

.custom_nav-container .nav_search-btn {
  background-image: url(../images/search-icon.png);
  background-size: 22px;
  background-repeat: no-repeat;
  background-position-y: 7px;
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
}

.navbar-brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.navbar-brand span {
  font-size: 20px;
  color: #ffffff;
  position: relative;
  z-index: 3;
}

.navbar-brand::before {
  content: "";
  position: absolute;
  left: -10px;
  bottom: 0;
  width: 45px;
  height: 45px;
  background-color: #30ae69;
  z-index: 2;
}

.custom_nav-container {
  z-index: 99999;
  padding: 15px 0;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler .navbar-toggler-icon {
  background-image: url(../images/menu.png);
  background-size: 55px;
}

/*end header section*/
.slider_section {
  height: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  color: #ffffff;
  background: -webkit-gradient(linear, left top, right top, from(#30146c), to(#08943c));
  background: linear-gradient(to right,#30146c, #08943c );
}

.slider_section #carouselExampleIndicators {
  width: 100%;
}

.slider_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider_section .box {
  margin: 125px 0;
}

.slider_section .detail-box h1 {
  font-size: 4rem;
  font-weight: bold;
}

.slider_section .detail-box h2 {
  font-weight: bold;
  font-size: 2.5rem;
}

.slider_section .detail-box p {
  margin-top: 25px;
}

.slider_section .detail-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #171717;
  border: 1px solid #171717;
  color: #ffffff;
  border-radius: 5px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  margin-top: 35px;
}

.slider_section .detail-box a:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-box-shadow: 0px 3px 4px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0px 3px 4px 0 rgba(0, 0, 0, 0.2);
}

.slider_section .img-box img {
  width: 100%;
}

.slider_section #carouselExampleIndicators .carousel-indicators {
  bottom: 45px;
  margin: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider_section #carouselExampleIndicators .carousel-indicators li {
  width: 14px;
  height: 14px;
  background-color: transparent;
  border: 2px solid #ffffff;
  border-radius: 100%;
  opacity: 1;
}

.slider_section #carouselExampleIndicators .carousel-indicators li.active {
  border: 4px solid #ffffff;
}

.how_section .how_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 45px 60px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.how_section .how_container .box {
  text-align: center;
  margin: 10px;
  min-width: 200px;
  width: 325px;
  border-radius: 25px;
}

.how_section .how_container .box .img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 200px;
  background-color: #f6f5f7;
  border-radius: 25px;
}

.img-box-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  object-fit: contain;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 200px;
  background-color: #f6f5f7;
  border-radius: 25px;
}

.center {
  position:relative;
  top:30%;
}



.how_section .how_container .box .img-box svg {
  width: 75px;
  height: auto;
}

.how_section .how_container .box .detail-box {
  margin-top: 15px;
}

.how_section .how_container .box .detail-box h5 {
  font-weight: bold;
  position: relative;
}

.how_section .how_container .box .detail-box h5::before {
  display: none;
  content: "";
  position: absolute;
  bottom: -4px;
  left: 50%;
  width: 75px;
  height: 2px;
  background-color: #30ae69;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.how_section .how_container .box .detail-box p {
  color: #b8b8b8;
}

.how_section .how_container .box:hover .img-box {
  background-color: #30ae69;
}

.how_section .how_container .box:hover .img-box svg {
  fill: #ffffff;
}

.how_section .how_container .box:hover .detail-box {
  margin-top: 15px;
}

.how_section .how_container .box:hover .detail-box h5::before {
  display: block;
}

.how_section .how_container .box:hover .detail-box p {
  color: #393a3c;
}

.how_section .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.how_section .btn-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #171717;
  border: 1px solid #171717;
  color: #ffffff;
  border-radius: 5px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.how_section .btn-box a:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-box-shadow: 0px 3px 4px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0px 3px 4px 0 rgba(0, 0, 0, 0.2);
}

.about_section {
  text-align: left;
  background: -webkit-gradient(linear, left top, right top, from(#08943c), to(#30146c));
  background: linear-gradient(to right,#08943c,#30146c  );
}

.about_section .box {

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: left;
      -ms-flex-align: left;
          align-items: left;
}

.about_section .box .img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  margin-top: 25px;
}

.about_section .box .img-box img {
  max-width: 100%;
  -webkit-filter: drop-shadow(0px 36px 13px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(0px 36px 13px rgba(0, 0, 0, 0.3));
}

.about_section .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}

.about_section .btn-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #171717;
  border: 1px solid #171717;
  color: #ffffff;
  border-radius: 5px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  margin-top: 35px;
}

.about_section .btn-box a:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-box-shadow: 0px 3px 4px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0px 3px 4px 0 rgba(0, 0, 0, 0.2);
}

section.app_section {
  color: #ffffff;
  background: -webkit-gradient(linear, left top, right top, from(#30ae69), to(#072e85));
  background: linear-gradient(to right, #30ae69, #072e85);
}

section.app_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

section.app_section .detail-box h2 {
  font-weight: bold;
  margin-bottom: 20px;
}

section.app_section .detail-box .download_box {
  margin-top: 55px;
  max-width: 45px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

section.app_section .detail-box .download_box h5 {
  margin-right: 25px;
}

section.app_section .detail-box .download_box .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

section.app_section .detail-box .download_box .btn-box a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 5px;
}

section.app_section .detail-box .download_box .btn-box a img {
  max-width: 100%;
}

section.app_section .img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: scale(1.07) translateY(-14px);
          transform: scale(1.07) translateY(-14px);
}

section.app_section .img-box img {
  width: 85%;
}

.auto_section {
  text-align: center;
}

.auto_section .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.auto_section .box .img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 5px;
}

.auto_section .box .img-box img {
  max-width: 100%;
}

.auto_section .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.auto_section .btn-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #171717;
  border: 1px solid #171717;
  color: #ffffff;
  border-radius: 5px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  margin-top: 35px;
}

.auto_section .btn-box a:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-box-shadow: 0px 3px 4px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0px 3px 4px 0 rgba(0, 0, 0, 0.2);
}

.client_section .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 65%;
  margin: 45px auto;
}

.client_section .box .client_id {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 40px 5px 15px;
  text-align: center;
  position: relative;
  margin-right: 25px;
}

.client_section .box .client_id .img-box {
  width: 175px;
}

.client_section .box .client_id .img-box img {
  width: 100%;
}

.client_section .box .client_id .name {
  margin-top: 15px;
}

.client_section .box .client_id .name h5 {
  text-transform: uppercase;
  font-size: 18px;
}

.client_section .box .client_id .name h6 {
  color: #6d6c6c;
}

.client_section .box .client_id:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  z-index: -1;
  -webkit-clip-path: polygon(0 14%, 89% 14%, 89% 48%, 100% 53%, 89% 58%, 89% 100%, 0 100%);
          clip-path: polygon(0 14%, 89% 14%, 89% 48%, 100% 53%, 89% 58%, 89% 100%, 0 100%);
}

.client_section .box .client_id:after {
  content: "";
  position: absolute;
  top: 17%;
  left: 3%;
  width: 85%;
  height: 85%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: -2;
  -webkit-filter: blur(25px);
          filter: blur(25px);
}

.client_section .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.client_section .btn-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #171717;
  border: 1px solid #171717;
  color: #ffffff;
  border-radius: 5px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  margin-top: 25px;
}

.client_section .btn-box a:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-box-shadow: 0px 3px 4px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0px 3px 4px 0 rgba(0, 0, 0, 0.2);
}

.info_section {
  background-color: #171717;
  color: #ffffff;
  padding: 90px 0 45px 0;
}

.info_section h5 {
  margin-bottom: 35px;
  font-size: 22px;
}

.info_section .info_contact .info_logo a {
  position: relative;
}

.info_section .info_contact .info_logo a span {
  color: #ffffff;
  font-size: 26px;
  font-weight: bold;
  position: relative;
  z-index: 3;
}

.info_section .info_contact .info_logo a::before {
  content: "";
  position: absolute;
  left: -15px;
  bottom: 0;
  width: 60px;
  height: 55px;
  background-color: #30ae69;
  z-index: 2;
}

.info_section .info_contact .img-box {
  width: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.info_section .info_contact p {
  margin: 0;
}

.info_section .info_contact > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 20px 0;
}

.info_section .info_contact > div img {
  height: auto;
  margin-right: 12px;
}

.info_section .info_links ul {
  padding: 0;
}

.info_section .info_links ul li {
  list-style-type: none;
}

.info_section .info_links ul li a {
  display: inline-block;
  color: #ffffff;
  margin: 2px 0;
}

.info_section .info_form form input {
  outline: none;
  width: 100%;
  padding: 7px 10px;
  border: 1px solid #ffffff;
  background-color: transparent;
  color: #ffffff;
}

.info_section .info_form form input::-webkit-input-placeholder {
  color: #ffffff;
}

.info_section .info_form form input:-ms-input-placeholder {
  color: #ffffff;
}

.info_section .info_form form input::-ms-input-placeholder {
  color: #ffffff;
}

.info_section .info_form form input::placeholder {
  color: #ffffff;
}

.info_section .info_form form button {
  display: inline-block;
  padding: 8px 35px;
  background-color: #30ae69;
  border: 1px solid #30ae69;
  color: #ffffff;
  border-radius: 0;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  margin-top: 15px;
  text-transform: uppercase;
  font-size: 15px;
}

.info_section .info_form form button:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-box-shadow: 0px 3px 4px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0px 3px 4px 0 rgba(0, 0, 0, 0.2);
}

/* footer section*/
.footer_section {
  background-color: #171717;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer_section p {
  padding: 20px;
  color: #636363;
  margin: 0 auto;
  text-align: center;
}

.footer_section a {
  color: #636363;
}

/* end footer section*/
/*# sourceMappingURL=style.css.map */


/* Dropdown Button */
.dropbtn {
  background-color: black;
  color: white;
  padding: 16px;
  font-size: 19px;
  border: none;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: #000000  ;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ddd;}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: block;}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {background-color: #30ae69;}


.divider {
  font-size: 30px;
  display: flex;
  align-items: center;
}

.divider::before, .divider::after {
  flex: 1;
  content: '';
  padding: 3px;
  background-color: rgb(255, 255, 255);
  margin: 0px;
}




/*HOTSPOT     HOTSPOT     HOTSPOT     HOTSPOT     HOTSPOT     HOTSPOT     HOTSPOT     HOTSPOT     HOTSPOT     HOTSPOT     HOTSPOT     */

.containerhtsp{

  position: relative;
}

.containerhtsp img{
}

.hotspot{
  width: 20px;
  height: 20px;
  background-color: #9acd32;
  border-radius: 50%;
  position: absolute;
  animation: wave 1s infinite;
  cursor: pointer;
}

.watch{
  left: 12%;
  bottom: 24%;
}

.londrina{
  left: 50%;
  top: 13%;
}

.maringa{
  left: 35%;
  top: 15%;
}

.cerroazul{
  left: 68%;
  top: 34%;
}

@keyframes wave{
  from{
      box-shadow: 0 0 0 0 #9acd32bb;
  }
  to{
      box-shadow: 0 0 0 10px #9acd3210;
  }
}

.hotspot::before{
  content: attr(text);
  width: max-content;
  position: absolute;
  background-color: #222222dd;
  color: #fff;
  left: 50%;
  transform: translateX(-50%);
  top: 30px;
  padding: 8px 20px;
  font-size: 14px;
  border-radius: 3px;
  display: none;
}

.hotspot::after{
  content: "";
  border-color: transparent transparent #222222dd;
  border-width: 0 8px 6px;
  border-style: solid;
  position: absolute;
  top: 24px;
  left: 50%;
  transform: translateX(-50%);
  display: none;
}

.hotspot:hover::before,
.hotspot:hover::after{
  display: block;
}


/* EXPANSIBLE ON HOVER   EXPANSIBLE ON HOVER   EXPANSIBLE ON HOVER   EXPANSIBLE ON HOVER   EXPANSIBLE ON HOVER   EXPANSIBLE ON HOVER  */

.expn-container{
  max-width: 90%;
  margin: 0 auto; 
}

.cards{
  flex-wrap: wrap;
  gap: 7em;
  padding: 2em 0;
}

.card {
  align-items: flex-end;
  justify-content: center;
  position: relative;
  width: 150px; /* Largura inicial */
  max-width: 400px; /* Largura máxima */
  min-height: 500px; /* Altura */
  text-align: center;
  overflow: hidden;
  cursor: default;
  background-color: #08943c;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 25px;
  transition: width 0.5s ease-in-out; /* Transição aplicada à largura */
}

.card:hover {
  width: 400px; /* Aumenta a largura no hover até a largura máxima */
}

.card-body{
padding: 4em;
transition: padding 0.5s ease-in-out;
-webkit-transition: padding 0.5s ease-in-out;
-moz-transition: padding 0.5s ease-in-out;
-ms-transition: padding 0.5s ease-in-out;
-o-transition: padding 0.5s ease-in-out;
}

.titlecard{
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  position:absolute;
  inset:0;
}

.card:hover  .title{
  all:unset;

}

.h2-card{
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  font-size: clamp(38px, 5vw, 35px);
  color: #ffffff;
  text-transform: uppercase;
  white-space: nowrap;
  margin: 0;
  transform: rotate(-90deg) translateX(-350px);
  -webkit-transform: rotate(-90deg) translateX(-350px);
  -moz-transform: rotate(-90deg) translateX(-350px);
  -ms-transform: rotate(-90deg) translateX(-350px);
  -o-transform: rotate(-90deg) translateX(-350px);
  
}

.card:hover  .h2-card{
  padding-bottom: 0.5em;
  padding-top: 0.5em;
  transform:unset;
  -webkit-transform:unset;
  -moz-transform:unset;
  -ms-transform:unset;
  -o-transform:unset;
}

.p-card{
  position:absolute;
  font-size:18px;
  color:#ffffff;
  margin: 0;
  max-height: 0;
  opacity: 0;
  transition: max-height 0.3s ease-in-out;
  -webkit-transition: max-height 0.3s ease-in-out;
  -moz-transition: max-height 0.3s ease-in-out;
  -ms-transition: max-height 0.3s ease-in-out;
  -o-transition: max-height 0.3s ease-in-out;
}

.card:hover .p-card{
  position:relative;
  opacity: 1;
  max-height: 100%;
  transition-delay: 0.3s;
}


/*EXPANSIBLE BOXES  EXPANSIBLE BOXES  EXPANSIBLE BOXES  EXPANSIBLE BOXES  EXPANSIBLE BOXES  EXPANSIBLE BOXES  EXPANSIBLE BOXES  EXPANSIBLE BOXES  EXPANSIBLE BOXES  */

.expn-container{
  max-width: 90%;
  margin: 0 auto; 
}

.cardsbox{
  flex-wrap: wrap;
  gap: 7em;
  padding: 2em 0;
}

.cardbox {
  align-items: flex-end;
  justify-content: center;
  position: relative;
  width: 400px; /* Largura inicial */
  height: 150px; /* Altura inicial */
  max-width: 400px; /* Largura máxima */
  text-align: center;
  overflow: hidden;
  cursor: default;
  background-color: #08943c;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 25px;
  transition: max-height 0.5s ease-in-out, height 0.5s ease-in-out; /* Transição aplicada à altura e max-height */
  max-height: 150px; /* Altura inicial */
}

.cardbox:hover {
  max-height: 1200px; /* Altura máxima para acomodar o conteúdo expandido */
  height: auto;
}

.cardbox-body{
padding: 4em;
transition: padding 0.5s ease-in-out;
-webkit-transition: padding 0.5s ease-in-out;
-moz-transition: padding 0.5s ease-in-out;
-ms-transition: padding 0.5s ease-in-out;
-o-transition: padding 0.5s ease-in-out;
}

.titlecard{
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  position:absolute;
  inset:0;
}

.cardbox:hover  .title{
  all:unset;

}

.h2-cardbox{
  padding-bottom: 0.5em;
  padding-top: 0.5em;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  font-size: clamp(38px, 5vw, 35px);
  color: #ffffff;
  text-transform: uppercase;
  white-space: nowrap;
  margin: 0;
  
}

.cardbox:hover  .h2-cardbox{
  padding-bottom: 0.5em;
  padding-top: 0.5em;
}

.p-cardbox{
  font-size:18px;
  color:#ffffff;
  max-height: 0;
  opacity: 0;
  transition: max-height 0.3s ease-in-out;
  -webkit-transition: max-height 0.3s ease-in-out;
  -moz-transition: max-height 0.3s ease-in-out;
  -ms-transition: max-height 0.3s ease-in-out;
  -o-transition: max-height 0.3s ease-in-out;
  
  transition: opacity 0.3s ease-in-out;
}

.cardbox:hover .p-cardbox{
  position:relative;
  opacity: 1;
  max-height: 100%;
  transition-delay: 0.3s;
}


/*CARDS NOSSA EQUIPE   CARDS NOSSA EQUIPE   CARDS NOSSA EQUIPE   CARDS NOSSA EQUIPE   CARDS NOSSA EQUIPE   CARDS NOSSA EQUIPE   CARDS NOSSA EQUIPE   CARDS NOSSA EQUIPE   CARDS NOSSA EQUIPE   */

.cardnossaequipe{
  display: flex;
  align-items: start;
  background-color: #ffffff;
  border-radius: 25px;
  width: 500px;
  margin:15px;
}

.cardequipenome{
  font-weight: bold;
  font-size: 20px;
  
}

.cardequipetexto{
  padding-top: 20px;
  font-size: 12px;
  font-weight: lighter;
  
}

.cardequipetextos{
  padding-top: 20px;
  padding-left: 20px;
  
}

.cardequipefoto {
  width: 25vw;              /* ocupa até 25% da largura da tela */
  max-width: 120px;         /* mas nunca passa de 120px */
  aspect-ratio: 1 / 1;      /* garante que seja sempre quadrado */
  border-radius: 50%;       /* transforma em círculo */
  overflow: hidden;         /* corta as sobras */
  flex-shrink: 0;           /* impede encolhimento dentro do flex */
}

.cardequipefoto img {
  width: 100%;
  height: 100%;
  object-fit: cover;        /* preenche e corta mantendo proporção */
}


/*  CARDS PROJETO     CARDS PROJETO     CARDS PROJETO     CARDS PROJETO     CARDS PROJETO     CARDS PROJETO     CARDS PROJETO   */

.listaprojetos{
  align-items: flex-end;
  justify-content: center;
  position: relative;
  width: 400px; /* Largura inicial */
  min-height: 400px; /* Altura */
  border-radius: 25px;
  text-align: center;
  overflow: hidden;
  background-color: #ffffff;
  margin:15px;
}

.listaprojetos-header{
  height: 20%;
  width: 400px;
  background-color: #30ae69;
  text-align: center;
  vertical-align: baseline;
  padding-top:30px;
  font-size: 30px;
  font-weight: bold;
}

.listaprojetos-footer{
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 2rem;  
  background-color: #30ae69;

}


.listaprojetos-container{
  padding-left: 7px;
  padding-right: 7px;
  padding-bottom: 10px;
}

.customh2 {
  border-left: 5px solid #30ae69;
  padding-left: 10px;
}