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

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/


body {
  font-family: "Inter", sans-serif;
  color: #777;
}

a {
  text-decoration: none;
  color: #43aea0;
}

a:hover {
  color: #00d3b8;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6, .font-primary {
  font-family: "Lato", sans-serif;
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
}

.section-bg {
  background-color: #f2f9f8;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}
.section-title h2 {
  font-size: 32px;
  font-weight: 300;
  margin-bottom: 20px;
  padding-bottom: 0;
  color: #555;
}
.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Cookie
---------------------------------------------------------------*/

.cookieConsentContainer{
    z-index:999;
    width:80%;
    min-height:20px;
    box-sizing:border-box;
    padding:15px 15px 15px 15px;
    background:#6D0070;
    overflow:hidden;
    position:fixed;
    bottom:0;
    right:10%;
    border: 2px solid #fff;
    border-radius: 10px 10px 0 0;
    box-shadow: 1px 2px 4px #000;
    display:none
  }
  .cookieConsentContainer .cookieTitle a{
    float: left;
    line-height:20px;
    display:block;
    width: 5%;
    text-align: center;
    /*background-color: red;*/
  }
  .cookieConsentContainer .cookieDesc p{
    margin:0;
    padding:0;
    font-family:OpenSans,arial,sans-serif;
    color:#fff;
    float: left;
    width: 80%;
    text-align: center;
    font-size:12px;
    /*background-color: blue;*/
    line-height:20px;
    display:block;
    margin-top:10px
  }
  .cookieConsentContainer .cookieDesc a{
    font-family:OpenSans,arial,sans-serif;
    color:#fff;
    /*background-color: yellow;*/
    text-decoration:underline
  }
  .cookieConsentContainer .cookieButton a{
    display:inline-block;
    font-family:OpenSans,arial,sans-serif;
    color:#fff;
    font-size:14px;
    font-weight:700;
    margin-top:4px;
    background:transparent;
    border: 1px dashed #fff;
    float: left;
    box-sizing:border-box;
    padding:10px 24px;
    text-align:center;
    transition:background .3s
  }
  .cookieConsentContainer .cookieButton a:hover{
    cursor:pointer;
    background:#fff;
    color: #6d0070;
  }

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 20px 0;
  background-color: #f6fafa;
  min-height: 40px;
  margin-top: 80px;
}
.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 300;
  margin: 0;
}
.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}
.breadcrumbs ol li + li {
  padding-left: 10px;
}
.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6c757d;
  content: "/";
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background: #2cd5c4;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}
.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}
.back-to-top:hover {
  background: #6d0070;
  color: #fff;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 80px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  background: #fff;
  border-bottom: 2px solid #6d0070;
}
#header.header-scrolled {
  /*background: #1d443f;*/
  background: #e5e6e7;
  height: 60px;
}
/*#header .logo{
  background-color: red;
  height: auto;
}*/
#header .logo h1 {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 0;
  font-weight: 700;
  letter-spacing: 1px;
}
#header .logo h1 a, #header .logo h1 a:hover {
  color: #fff;
  text-decoration: none;
  line-height: 0;
}
  
#header .logo img {
  padding: 0;
  margin: 0;
  float: left;
  max-height: 60px;
}

#main {
  margin-top: 20px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}
.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}
.navbar li {
  position: relative;
}
.navbar a, .navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #6D0070;
  white-space: nowrap;
  transition: 0.3s;
}
.navbar a i, .navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}
.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
  color: #2CD5C4;
}
.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}
.navbar .dropdown ul li {
  min-width: 200px;
}
.navbar .dropdown ul a {
  padding: 10px 20px;
  text-transform: none;
  font-size: 14px;
  font-weight: 500;
  color: #25564f;
}
.navbar .dropdown ul a i {
  font-size: 12px;
}
.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
  color: #70b9b0;
}
.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}
.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

.contact form textarea#flag{
  display: none;
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.9);
  transition: 0.3s;
}
.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 30px;
  right: 30px;
}
.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a, .navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #000;
}
.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: #70b9b0;
}
.navbar-mobile .getstarted, .navbar-mobile .getstarted:focus {
  margin: 15px;
}
.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}
.navbar-mobile .dropdown ul li {
  min-width: 200px;
}
.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}
.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}
.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
  color: #70b9b0;
}
.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 75vh;
  background: url("../img/hero-background.jpg") top center;
  background-size: cover;
  position: relative;
  margin-bottom: -80px;
}
#hero:before {
  content: "";
  background: rgba(109, 0, 112, 0.85);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
#hero .hero-container {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  padding-top: 80px;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
#hero h1 {
  margin: 0 0 10px 0;
  font-size: 48px;
  font-weight: 300;
  line-height: 56px;
  color: #fff;
}
#hero h2 {
  color: #eee;
  margin-bottom: 50px;
  font-size: 20px;
  font-weight: 300;
}
#hero .btn-get-started {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px 10px 28px;
  border-radius: 50px;
  transition: 0.5s;
  border: 1px solid #fff;
  color: #fff;
}
#hero .btn-get-started:hover {
  background: #fff;
  color: #2CD5C4;
  border: 1px solid #2CD5C4;
}

/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
.about{
  padding-top: 0%;
}
.about h3 {
  font-weight: 400;
  font-size: 26px;
  color: #6D0070;
}
.about ul {
  list-style: none;
  padding: 0;
}
.about ul li {
  padding-bottom: 10px;
}
.about ul i {
  font-size: 22px;
  padding-right: 4px;
  color: #2CD5C4;
  line-height: 0;
}
.about p:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services{
  padding-top: 7.5%;
}
.services .icon-box {
  margin-bottom: 20px;
  text-align: center;
}
.services .icon-box:hover .description i{
  color: #2CD5C4;
  transition: 0.5s;
}
.services .icon {
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}
.services .icon i {
  color: #70b9b0;
  font-size: 42px;
}
.services .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
  text-transform: uppercase;
}
.services .title a {
  color: #343a40;
  transition: 0.3s;
}
.services .icon-box:hover .title a {
  color: #2CD5C4;
}
.services .description {
  line-height: 24px;
  font-size: 14px;
  text-align: left;
  padding-left: 15%;
}
figure.foto-legenda{
  position: relative;
  border: 8px solid #fff;
  box-shadow: 0px 4px 8px -3px rgba(0,0,0,.4);
  transition: 500ms;
}
figure.foto-legenda:hover {
  box-shadow: 0px 4px 16px -2px rgba(0,0,0,.35);
}
figure.foto-legenda img{
  width: 100%;
  height: 100%;
}
figure.foto-legenda figcaption{
  position: absolute;
  top: 0;
  color: #fff;
  width: 100%;
  /*height: 100%;*/
  padding: 5px 10px;
  box-sizing: border-box;
}
figcaption.as{
  background-color: #49C1C0;
}
figcaption.am{
  background-color: #F58634;
}
figcaption.al{
  background-color: #EE2F5A;
}
/*--------------------------------------------------------------
# Call To Action
--------------------------------------------------------------*/
.call-to-action {
  background: linear-gradient(rgba(109, 0, 112, 0.5), rgba(109, 0, 112, 0.5)), url("../img/call-to-action-bg.jpg") fixed center center;
  background-size: cover;
  padding: 60px 0;
}
.call-to-action h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}
.call-to-action p {
  color: #fff;
}
.call-to-action .cta-btn {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 6px 28px 10px 28px;
  border-radius: 25px;
  transition: 0.5s;
  margin-top: 10px;
  border: 2px solid #fff;
  background-color: #27D367;
  color: #fff;
}
.call-to-action .cta-btn:hover {
  background: #6D0070;
  border: 2px solid #913F93;
}

/*--------------------------------------------------------------
# Our Portfolio
--------------------------------------------------------------*/
.portfolio {
  padding: 60px 0;
}
.portfolio a:hover figure.foto-legenda{
  box-shadow: none;
}
.portfolio figure.foto-legenda{
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  float: left;
  /*position: relative;*/
  /*border: none;*/
  /*box-shadow: none;*/
}
.portfolio figure.foto-legenda figcaption{
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  float: left;
  color: #000;
  /*position: absolute;*/
  /*top: 0;*/
  /*background-color: rgba(0, 0, 0, 0.5);*/
}
.portfolio figure.foto-legenda figcaption h5{
  width: 100%;
  text-align: center;
  float: left;
}
.portfolio figure.foto-legenda figcaption p{
  width: 100%;
  text-align: center;
  float: left;
}
.portfolio figure.foto-legenda img{
  width: 100%;
  height: 100%;
  border: none;
}
.portfolio a.ver_eventos{
  background-color: #6d0070;
   color: #fff;
   padding: 1% 2%;
}
.portfolio a.ver_eventos:hover{
  background: #2cd5c4;
}
.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 0 35px 0;
  list-style: none;
  text-align: center;
}
.portfolio #portfolio-flters li {
  cursor: pointer;
  margin: 0 15px 15px 0;
  display: inline-block;
  padding: 10px 20px;
  font-size: 12px;
  line-height: 20px;
  color: #777;
  border-radius: 4px;
  text-transform: uppercase;
  background: white;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}
.portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
  background: #70b9b0;
  color: #fff;
}
.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}
.portfolio .portfolio-wrap {
  background: #6D0070;
  overflow: hidden;
  min-height: 200px;
  position: relative;
  border-radius: 4px;
  margin: 0 0 30px 0;
}
.portfolio .portfolio-wrap img {
  transition: all 0.3s ease-in-out;
}
.portfolio .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  transition: all 0.3s linear;
  text-align: center;
  top: 10%;
  left: 0;
  right: 0;
}
.portfolio .portfolio-wrap .portfolio-info h3 {
  font-size: 22px;
}
.portfolio .portfolio-wrap .portfolio-info h3 a {
  color: #fff;
  font-weight: bold;
}
.portfolio .portfolio-wrap .portfolio-info a i {
  color: #fff;
  font-size: 24px;
  transition: 0.3s;
  margin: 4px;
}
.portfolio .portfolio-wrap .portfolio-info a i:hover {
  color: #2CD5C4;
}
.portfolio .portfolio-wrap:hover img {
  opacity: 0.4;
  transform: scale(1.1);
}
.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
  top: calc(50% - 30px);
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}
.portfolio-details .portfolio-details-slider img {
  width: 100%;
}
.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #70b9b0;
}
.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #70b9b0;
}
.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(7, 56, 57, 0.08);
}
.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}
.portfolio-details .portfolio-info ul li + li {
  margin-top: 10px;
}
.portfolio-details .portfolio-description {
  padding-top: 30px;
}
.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}
.portfolio-details .portfolio-description p {
  padding: 0;
  text-align: justify;
}

/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq {
  padding: 60px 0;
}
.faq .faq-list {
  padding: 0;
  list-style: none;
}
.faq .faq-list li {
  border-bottom: 1px solid #deefed;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.faq .faq-list .question {
  display: block;
  position: relative;
  font-family: #70b9b0;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  padding-left: 25px;
  cursor: pointer;
  color: #51a59b;
  transition: 0.3s;
}
.faq .faq-list i {
  font-size: 16px;
  position: absolute;
  left: 0;
  top: -2px;
}
.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 25px;
}
.faq .faq-list .icon-show {
  display: none;
}
.faq .faq-list .collapsed {
  color: #343a40;
}
.faq .faq-list .collapsed:hover {
  color: #70b9b0;
}
.faq .faq-list .collapsed .icon-show {
  display: inline-block;
  transition: 0.6s;
}
.faq .faq-list .collapsed .icon-close {
  display: none;
  transition: 0.6s;
}

/*--------------------------------------------------------------
# Our Team
--------------------------------------------------------------*/
.team .member {
  text-align: center;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
  padding: 30px 20px;
  background: #fff;
}
.team .member img {
  max-width: 60%;
  border-radius: 50%;
  margin: 0 0 30px 0;
}
.team .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
}
.team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
}
.team .member p {
  padding-top: 10px;
  font-size: 14px;
  font-style: italic;
  color: #aaaaaa;
}
.team .member .social {
  margin-top: 15px;
}
.team .member .social a {
  color: #92cac3;
  transition: 0.3s;
}
.team .member .social a:hover {
  color: #3c8b81;
}
.team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

/*--------------------------------------------------------------
# Contact Us
--------------------------------------------------------------*/
.contact{
  padding-top: 7.5%;
  text-align: center;
}
.contact figure{
  width: 75%;
}
.contact .log_empresa figure{
  width: 100%;
}
.contact .log_empresa figure img{
  width: 40%;
}
.contact figure img{
  width: 100%;
}
.contact .contact-about h3 {
  font-size: 36px;
  margin: 0 0 10px 0;
  padding: 0;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 1px;
  color: #70b9b0;
}
.contact .contact-about p {
  font-size: 14px;
  line-height: 24px;
  font-family: "Lato", sans-serif;
  color: #888;
}
.contact .social-links {
  padding-bottom: 20px;
}
.contact .social-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  background: #6d0070;
  color: #FFF;
  line-height: 0;
  margin-right: 4px;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  border: 1px solid #6d0070;
}
.contact .social-links a:hover {
  background: #2CD5C4;
  color: #fff;
  border-color: #2cD5c4;
}
.contact .info {
  color: #777;
}
.contact .info i {
  font-size: 32px;
  color: #6D0070;
  float: left;
  line-height: 1;
}
.contact .info p {
  padding: 0 0 10px 42px;
  line-height: 28px;
  font-size: 14px;
}
.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}
.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}
.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}
.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}
.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}
.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}
.contact .php-email-form button[type=submit] {
  background: #6d0070;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
}
.contact .php-email-form button[type=submit]:hover {
  background: #2cd5c4;
}
@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Map
--------------------------------------------------------------*/
.map {
  padding: 0;
  margin-bottom: -10px;
}
.map iframe {
  width: 100%;
  height: 380px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #6d0070;
  padding: 30px 0;
  color: #fff;
  float: left;
  width: 100%;
  font-size: 14px;
}
#footer .copyright {
  text-align: center;
}
#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}
.credits a{
  color: #2cd5c4;
}

.counts .count-box{
  color: #6D0070;
}
.counts .count-box span{
  font-weight: bold;
  font-size: 22pt; 
}

/*--------------------------------------------------------------
# whatsapp button
--------------------------------------------------------------*/
.whatsapp-button{
  position: fixed;
  right: 2.5%;
  text-align: center;
  bottom: 60px;
  border: 5px solid white;
  border-radius: 100%;
  background-color: #6d0070;
  box-shadow: 1px 2px 4px #000;
  color:#fff;
  font-size: 24pt;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.row .info {
  display: flex;
  gap: 8px;
  flex-direction: column;
  align-items: center;
}

.contact .info > div {
  display: flex;
  flex-direction: column;
  padding: 0 16px 0 16px;
}

.contact .info p {
  padding: 13px;
  line-height: 1.4;
}

/*--------------------------------------------------------------
# RESPONSIVIDADE
--------------------------------------------------------------*/
@media (max-width: 1441px) {
  .gallery{
    margin-top: 5%;
  }
}
@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}
@media (max-width: 1441px) {
  .gallery{
    margin-top: 6%;
  }
}
@media (max-width: 1024px) {
  .gallery{
    margin-top: 7%;
  }
}
@media (max-width: 992px) {
  .breadcrumbs h2 {
    margin: 0 0 10px 0;
  }
}
@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
    color: #000;
  }
  .navbar ul {
    display: none;
  }
  .navbar-mobile ul {
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    top: 80px;
    font-size: 1.5rem;
  }
}
@media (min-width: 992px) {
  .navbar-mobile  {
    display: none;
  }
}
@media (max-width:980px){
  .cookieConsentContainer{
    bottom:0!important;
    left:0!important;
    width:100%!important
  }
}
@media (max-width: 967px) {
  .gallery{
    margin-top: 8%;
  }
}
@media (max-width: 800px) {
  .gallery{
    margin-top: 10%;
  }
}
@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}
@media (max-width: 668px) {
  .gallery{
    margin-top: 12%;
  }
}
@media (max-width: 569px) {
  .gallery{
    margin-top: 14%;
  }
}
@media (max-width: 534px) {
  .gallery{
    margin-top: 15%;
  }
}
@media (max-width: 481px) {
  .gallery{
    margin-top: 16%;
  }
}
@media (max-width: 425px) {
  .gallery{
    margin-top: 19%;
  }
}
@media (max-width: 385px) {
  .gallery{
    margin-top: 21%;
  }
}
@media (max-width: 321px) {
  .gallery{
    margin-top: 25%;
  }
}
@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}

@media(max-width: 951px) {
  .contact .info > div {
    display: flex;
    flex-direction: column;
  }
  
  .contact .info p {
    padding: 10px 0 0px 0;
    line-height: 28px;
    font-size: 14px;
  }
  
  .contact-about figure {
    width: 100%;
  }
  
  .contact-about figure img {
    width: 60%;
    max-width: 300px;
    margin: 0 auto;
    padding-bottom: 20px;
  }
  .gallery .item {
    height: 50%;
  }
}


@media(max-width: 900px) {
  .gallery .item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 60%;
    pointer-events: none;
    opacity: 0;
    transition: opacity .5s;
  }
  .gallery {
    position: relative;
    width: 100%;
    padding: 0;
    float: left;
    height: 50%;
  }
  .gallery .item img {
    width: 100%;
    object-fit: cover;
    object-position: 0px;
    height: 100%;
  }
}

* {
  font-family: "Inter", sans-serif!important;
}

h2 {
  font-weight: 600!important;
}

#navbar a{
  font-size: 16px;
  font-weight: 500;
}

#empresas {
  background-color: #6c0474;
  color: white!important;
}

#empresas .section-title h2 {
color: white;
}

.pilares {
  background-color: #36d6c7;
  background-image: url('../img/nurse.png');
  background-repeat: no-repeat;
  background-position: bottom right;
}

.pilares .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

@media(max-width: 750px) {
  .pilares .container {
    grid-template-columns: 1fr;
  }
}

.pilares .container .card {
  margin: 16px 0;
  padding: 16px;
  color: #2d2d2d;
  background-color: white;
  color: #6c0474;
  border-radius: 8px;
  box-shadow: 0 5px 8px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: 300ms;
}

.pilares .container .card:hover {
  position: relative;
  top: -4px;
}

.pilares .container h1 {
  color: #6c0474;
  font-weight: 700;
}

.pilares .container h2 {
  color: white;
  font-size: 20px;
  font-weight: 300!important;
  text-shadow: 3px 8px 12px rgba(0,0,0,.4);
}

#valores {
  grid-column: span 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0px 24px;
}

@media(max-width: 750px) {
  #valores {
    grid-column: span 1;
    display: grid;
    grid-template-columns: 1fr;
    gap: 0px 24px;
  }
}

#valores .card {
  display: grid;
  grid-template-columns: 40px auto;
  gap: 8px 16px;
}

#valores .card p {
  margin-bottom: 0;
}

#valores .card .numero {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
  padding: 4px;
  border: 1px solid #6c0474;
  border-radius: 200px;
}


section.contato {
  background: url("../img/bg-form.svg") 100%/cover;
  padding: 40px 0;
  background-color: #36d6c7;
}
section.contato .container {
  max-width: 1000px;
  display: flex;
  gap: 10px;
  flex-direction: column;
}
section.contato .container h1 {
  font-size: 2.5rem;
  line-height: 1.1;
  color: #6c0474;
  font-weight: 700;
}
section.contato .container > p {
  font-size: 1.2rem;
  color: #6c0474;
  font-weight: 500;
}
section.contato .container .redes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  
  gap: 16px;
  padding-top: 8px;
}
@media (max-width: 933px) {
  section.contato .container .redes {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 500px) {
  section.contato .container .redes {
    grid-template-columns: repeat(1, 1fr);
  }
}
section.contato .container .redes .rede {
  width: 100%;
  height: 100%;
  max-width: 100%;
  word-wrap: break-word;
  display: flex;
  min-height: 50px;
  padding: 10px 16px;
  gap: 8px;
  align-items: center;
  border: 3px solid #3c8b81;
  border-radius: 12px;
  font-weight: 500;
  color: #2c746a;
  background-color: white;
  transition: 400ms;
  font-size: 0.95rem;
  flex-direction: column;
}
section.contato .container .redes .rede svg {
  width: 28px;
  height: 28px;
  position: relative;
  top: 3px;
}
section.contato .container .redes .rede:hover {
  background-color: #2c746a;
  color: white;
  border: 3px solid #2c746a;
}
section.contato .container .redes .rede:hover svg {
  fill: white !important;
}
section.contato .container hr {
  height: 2px;
  border: none;
  background: rgba(255, 255, 255, 0.1);
  margin-top: 8px;
}
section.contato .container form {
  display: flex;
  gap: 16px;
  flex-direction: column;
}
section.contato .container form:first-of-type {
  padding: 12px 0;
}
section.contato .container form .form {
  display: grid;
  grid-template-columns: 1fr 1fr 2fr;
  gap: 12px;
  background-color: #36d6c7;
  border-radius: 12px;
}
@media (max-width: 720px) {
  section.contato .container form .form {
    display: flex;
    flex-direction: column;
  }
}
section.contato .container form .form input {
  padding: 16px 12px;
  border-radius: 8px;
  border: 3px solid #2c746a;
  font-size: 1rem;
  width: 100%;
  transition: 400ms;
}
section.contato .container form .form input .span2 {
  grid-column: span 2;
}
section.contato .container form .form input:focus {
  box-shadow: 0 0 24px -6px rgba(0, 0, 0, 0.5);
}
section.contato .container form .form textarea {
  grid-column: span 4;
  padding: 16px 12px;
  border-radius: 8px;
  border: 3px solid #2c746a;
  font-size: 1rem;
  resize: none;
  transition: 400ms;
}
section.contato .container form .form textarea:focus {
  box-shadow: 0 0 24px -6px rgba(0, 0, 0, 0.5);
}
section.contato .container form button {
  width: 100%;
  padding: 16px 12px;
  font-size: 1.1rem;
  border-radius: 12px;
  background-color: #6c0474;
  color: white;
  border: none;
  font-weight: 500;
  transition: 400ms;
}
section.contato .container form button:hover {
  box-shadow: 0 0 24px -6px rgba(0, 0, 0, 0.5);
}

section.contato .container hr {
  margin-bottom: 0;
  margin-top: 0;
  height: 2px;
  background-color: #2c746a;
}

section.contato .container form:first-of-type {
  padding: 2px 0;
}

.bt_area {
  padding: 20px;
  border: 2px solid #cf7dd4;
  position: relative;
  border-radius: 12px 12px 0 12px;
  top: -60px;
  padding-top: 60px;
  background-color: white;
}

.bt_title {
  background-color: #cf7dd4;
  color: #6c0474;
  display: inline-block;
  padding: 8px 12px;
  z-index: 100!important;
  margin-left: 16px;
  position: relative;
  border-radius: 0 0 12px 12px;
}

.bt_area p {
  color: #6c0474;
}

.bt_area input.form-control, .bt_area textarea.form-control, .bt_area select.form-control {
  border: 2px solid #ac7daf!important;
}

.btn-gvitta {
  background-color: #6c0474;
  color: white;
}

.btn-gvitta:hover {
  color: #cf7dd4;
}

.img-box {
  width: 100%;
}

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