@import url("https://p.typekit.net/p.css?s=1&k=ibg8jbp&ht=tk&f=10879.10880.10881.10882.10884.10885.10887.10888.15586.15587&a=14679131&app=typekit&e=css");

*{
  font-family: "futura-pt", sans-serif;
  
}

body {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-self: center;
  font-family: "montserrat";
  background-color: #ffffff;
}


/* ----------------  SVG */
#main-svg{
  width: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
  height: 5000px;
}

#mySVG {
  position: absolute;
  top: 0%;
  width: 900px;
  height: 1200px;
  right: -290px;
  z-index: 999;
  opacity: 0.2;
  transform: rotate(-5deg);
}

.svg-path{
  stroke: #dabd5e;
  stroke-width: 2;
}

/* ----------------  Pré Carregamento */
div.pre-carregamento{
  width: 100%;
  min-height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #1b1b1b;
  gap: 10px;
  z-index: 9999999;
  display: flex;
  justify-content: center;
  opacity: 1;
  align-items: center;
  transition: 0.5s;
}

div.efeito-carregamento{
  width: 500px;
  height: 600px;
  background-color: transparent;
  justify-content: center;
  align-content: center;
  align-items: center;
  text-align: center;
}

#mySVG-load{
  display: flex;
  position: relative;
  z-index: 9999;
  width: 500px;
  height: 500px;
  justify-content: center;
  align-content: center;
  align-items: center;
  top: -35px;
}

.svg-path-load{
  stroke: #dabd5e;
  stroke-dasharray: 0;
  stroke-dashoffset: 0;
  animation: draw 4s linear forwards;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.relative{
  position: relative;
  z-index: 9999999;
  top: 42%;
  background-color: #1b1b1b;
  width: 100%;
}

.efeito-carregamento h1{
  font-size: 80px;
  transition: 0.4s;
  color: #dabd5e;;
  text-shadow: 0 0 5px #dabd5e;
}

@keyframes draw {
  0% {
    stroke-dasharray: 0;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 2500;
    stroke-dashoffset: 2500;
  }
  100% {
    stroke-dasharray: 2000;
    stroke-dashoffset: 2000;
  }
}

/* ----------------  Footer */

#footer{
  display: none;
  justify-content: center;
  align-content: center;
  box-sizing: border-box;
  padding: 50px;
  width: 100%;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
}

.icons-footer{
  font-size: 15px;
  color: #151260;
}

.btn-footer{
  justify-content: center;
  align-items: center;
  align-content: center;
  display: flex;
  border-radius: 1px solid blue;
  width: 92px;
  height: 80px;
  border-radius: 3px 20px 3px 20px;
  background-color: transparent;
  border: 2px solid #151260;
  font-size: 20px;
  color: #4f4d86;
  font-weight: 300;
  box-sizing: border-box;
  padding: 5px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.2s;
}

.btn-footer:hover{
  color: white;
  background-color: #151260;
}

/* ----------------  Header */
#header {
  display: block;
  width: 350px;
  height: 100vh;
  position: relative;
  z-index: 9999;
}

#header .box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 350px;
  height: 100vh;
  flex-direction: column;
  border-right: 5px solid;
  border-image: linear-gradient(45deg, #bf953f,#cec458,#b38728,#bf953f,#aa771c) 30;
}

.header-container{
  display: flex;
  justify-content: flex-start;
  align-self: center;
  flex-direction: column;
  align-items: center;
  height: 95vh;
}

.main-logo > img {
  display: block;
  width: 100%;
}

.main-logo {
  display: block;
  width: 122px;
  height: auto;
  margin-top: 50px;
}

#main-menu{ margin-top: 137px; display: block; }
#main-menu > ul{ 
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 20px;
    padding: 0;
    margin: 0;
}
.item-menu { display: block;} 
.menu-link { 
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    font-style: normal;
    color: #ffffff;
    font-weight: 500;
    font-style: normal;
    cursor: pointer;
} 
.menu-link:hover { 
  color: #fff;  
  text-decoration: none;
}

#header-informations{
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  margin: 0;
  text-align: center;
  padding-top: 100px;
  gap: 30px;
}

.social-media{
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: center;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 10px;
}

#header-informations .social-media h2{
  font-size: 16px;
  color: #ffffff;
  font-weight: 500;
  font-style: normal;
}

.social-media-container{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 10px;
}

.icons-socialmedia{
  font-size: 35px;
  color: #CFAF59;
  font-style: normal;
}

.icons-socialmedia:hover{
  color: #F9F4AB;;
  text-shadow: 0 0 5px #F9F4AB;;
}

.icons-socialmedia:before{
  transform: scale(1.1);
}


#header-informations .reserved{
  font-size: 12px;
  font-style: normal;
  color: #ffffff;
  font-weight: 500;
  text-align: center;
  font-style: normal;
}

#header-informations .reserved p{
  text-transform: uppercase;
}

#header-informations .vk2{
  font-size: 12px;
  font-style: normal;
  color: #ffffff;
  font-weight: 500;
  text-align: center;
}

.activeheader{
  font-weight: bold;
  border-bottom: 2px solid #CFAF59;
  transition: 0.05s;
  animation: pulse-header 1s infinite alternate; 
}

@keyframes pulse-header {
  0% {
    border-color: #CFAF59;
  }
  100% {
    border-color: #ebba34; 
  }
}

/** Menu Mobile */
#main-menu-mobile{
  display: none;
  width: 100%;
  height: auto;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
  align-content: center;
  background-size: cover;
  border-bottom: 5px solid;
  border-image: linear-gradient(45deg, #bf953f,#cec458,#b38728,#bf953f,#aa771c) 30;
}

.logo-container-header-mobile{
  display: flex;
  width: 50%;
}

#button-menu{
  display: flex;
  width: 60px;
  height: 60px;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  align-content: center;
  cursor: pointer;
  transition-duration: .35s;
}

.container-header-mobile{
  display: flex;
  border: 1px solid red;
  width: 100%;
}

.main-logo-mobile{
  justify-content: center;
  display: flex;
}
.icon-header{
  font-size: 50px;
  color: white;
  line-height: 0;
  margin-right: 50px;
}
#button-menu:hover .icon-header{ width: 100%; transition: 0.5s; color: b38728; transform: scale(1.1);}

#main-menu-mobile-items{
 display: none;
 flex-wrap: wrap;
 flex-direction: row;
 justify-content: center;
 align-items: flex-start;
 align-content: flex-start;
 padding: 30px 0;
 position: absolute;
 width:100%;
 padding: 60px;
 background: #1b1b19;
 z-index: 99999;
 top: 120px;
 padding: none;
 gap: 20px 0;
 transition-duration: .35s;
 overflow: scroll;
}
.main-menu-mobile-items-open{ display: flex!important; }
#main-menu-mobile-items li{
  display: flex;
  width: 90%;
  text-align: center;
  height: 65px;
  line-height: 65px;
}
.menu-mobile-link{
  display: flex;
  width: 100%;
  text-align: center;
  height: 65px;
  line-height: 65px;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  align-content: center;
  font-size: 32px;
  color: #ffffff;
  font-weight: 700;
  font-style: normal;
}
.menu-mobile-link:hover{ color: #bf953f; text-decoration: none; }



/* ----------------  Main Home */
#main-website {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  background-color: rgb(31, 30, 30);
  width: calc(100% - 350px);
  height: 100vh;
}

#main-banner{
  display: flex;
  width: 100%;
  height: 10vh;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
#main-banner{
  display: block;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
}
#main-banner .item{
  display: block;
  height: 100vh;
  width: 100%;
}
.item-banner-image{ 
  display: block;
  height: 100vh;
  width: 100%;
  overflow: hidden;
}

.item-banner-image-mobile{ display: none;}

.image-container {
  position: relative;
}

#text-overlay {
  position: absolute;
  left: 39%;
  font-size: 25px;
  top: 18%;
  padding: 30px;
  z-index: 9999;
}
#text-overlay h1{font-size: 100px; letter-spacing: -2px; color: #ffffff; font-weight: 500;line-height: 100px;}

.text-overlay-container{
  display: flex;
  gap: 80px;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  margin-top: 50px;
  flex-wrap: wrap;
  width: 80%;
}

.text-overlay-container p{font-size: 32px; letter-spacing: -1px; color: #ffffff; font-weight: 300; font-style: normal; line-height: 35px;}

/* ---------------- Estilo Botão Home */
.text-overlay-container button {
  width: 395px;
  height: 95px;
  border: none;
  border-radius: 10px 40px 10px 40px;
  background-color: rgba(125, 102, 59, 0.4);
  border: 2px solid rgba(150, 113, 44, 0.6);
  font-style: normal;
  color: #ffffff;
  font-weight: 300;
  text-align: center;
  cursor: pointer;
  transition: background-color 0.3s ease, border-color 0.3s ease;
  display: flex;
  align-items: center;
  gap: 40px;
  box-sizing: border-box;
  justify-content: center;
  line-height: 0;
  font-size: 32px;
  transition: all 0.1s ease 0s;
}

.btn-4-tag-a{
  display: flex;
}

.btn-4-tag-a:hover{
  text-decoration: none;
}

.btn-4:hover {
  border-color: #fff; 
  animation: pulse-border 1s infinite alternate; 
  transition: all 0.1s ease 0s;
  background-color: rgba(125, 102, 59, 0.8);
}

@keyframes pulse-border {
  0% {
    border-color: rgb(168, 136, 73);
  }
  100% {
    border-color: #ddc79a; 
  }
}

.icons-main-home{
  color: white;
  font-size: 35px;
}

.inner {
  width: 395px;
  height: 95px;
  border: none;
  border-radius: 10px 40px 10px 40px;
  border: 1px solid red;
  line-height: 0;
  font-size: 32px;
  transition: all 0.1s ease 0s;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(80px);
  transition: all 300ms ease-in-out;
}

.card:hover > .inner {
  background: rgb(26,26,26, 0.6);
  backdrop-filter: blur(80px);
}

.blob {
  filter: blur(40px);
  position: absolute;
  z-index: -1; /* to keep it at below everything else */
  top: 0; /* to align it at top */
  left: 0; /* to align it at left */
  width: 250px;
  height: 250px;
  border-radius: 50%; /* to make it circular */
  background: rgb(255, 255, 255, 0.5);
}


/* ----------------  Main Sobre Nós */
#main-about{
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: center;
  flex-direction: column;
  flex-wrap: wrap;
  width: 100%;
  min-height: 100vh;
  flex-shrink: 0;
}

.main-about-container{
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  align-self: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: calc(100% - 210px);
  padding: 60px 0 250px 0;
  gap: 130px;
  z-index: 999;
}

.main-about-text{
  display: flex;
  width: 580px;
  justify-content: flex-start;
  align-items: flex-start;
  align-self: flex-start;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 40px; 
  box-sizing: border-box;
  padding: 10px 0px 0px 0px;
}

.main-about-text h1{
  font-size: 36px;
  color: #3c3c3c;
  font-weight: 700;
  font-style: normal;
}

.description-about{
  font-size: 18px;
  color: #3c3c3c;
  font-style: normal;
}

.main-about-images{
  display: flex;
  justify-content: center;
  align-items: flex-start;
  align-self: flex-start;
  flex-wrap: wrap;
  flex-direction: row;
  width: 55%;
  gap: 17px 12px;
}

.about-images{
  display: block;
  overflow: hidden;
  width: 310px;
  height: 205px;
}

/* ----------------  Menu Servicos */
.content-services{
  display: none;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  width: 990px;
  flex-shrink: 0;
  background-color: rgba(32, 32, 32, 0.9);
  box-sizing: border-box;
  padding: 50px;
  gap: 20px;
  position: absolute;
  left: calc(100% - 1100px);
  top: 50%;
  transform: translate(0, -50%);
  overflow: auto;
  max-height: 800px;
  flex-shrink: 0;
}

.title-content-services{
  font-size: 44px;
  color: #ffffff;
  font-weight: 400;
  width: 100%;
}

.content-serviceShow{
  display: flex;
}

.content-serviceShow-first{
  left: calc(100% - 1100px);
  top: 50%;
  transform: translate(0, -50%);
}

.content-serviceShow-mobile{
  display: flex;
}

.containerServices-mobile{
  display: none;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  gap: 30px;
  z-index: 99999;
}

.containerServices{
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  gap: 30px;
  z-index: 99999;
}

.left{
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 30px;
  width: 50%;
  color: white;
}

.left p{
  font-size: 18px;
  line-height: 24px;
  color: #ffffff;
}

.right{
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: column;
  flex-wrap: wrap;
}

.services-img{
  display: block;
  overflow: hidden;
  width: 400px;
  height: 300px;
  transition: 0.2s;
}

.services-video{
  display: block;
  overflow: hidden;
  width: 400px;
  height: 300px;
}

.btn-content-services{
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  border: none;
  width: 250px;
  gap: 20px;
  height: 63px;
  border-radius: 15px;
  background-color: rgba(255,244,213,0.2);
  border: 1px solid #d0b05a;
  border-radius: 0px 30px 0 30px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 300;
  cursor: pointer;
  position: relative;
  z-index: 99999;
  box-shadow: 0 0 0 0 rgba(88, 120, 243, 0.4);
  transition: 0.2s;
}

.btn-content-services:hover{
  background-color: rgba(125, 102, 59, 0.4);
  border: 1px solid #C6A857;
  font-size: 21px;
}

.tag-a:hover{
  text-decoration: none;
}

/* ----------------  Main Serviços */
#main-services{
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: center;
  flex-direction: column;
  flex-wrap: wrap;
  width: 100%;
  min-height: 100vh;
  flex-shrink: 0;
  position: relative;

  /* Parallax Scrolling */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
 
}

.menu-services{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-self: center;
  flex-direction: row;
  flex-wrap: wrap;
  width: calc(100% - 210px);
  padding: 60px 0px 120px 0px;
  gap: 20px 40px;
  box-sizing: border-box;
  z-index: 999;
}

.title-services{
  font-size: 48px;
  line-height: 39px;
  color: #ffffff;
  font-style: normal;
  width: 280px;
  font-weight: 500;
  margin-bottom: 50px;
}

.main-services-container {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 30px;
}

.main-servicesLI{
  display: flex;
  flex-direction: row;
  align-items: center;
}

.main-servicesLI-border {
  border-bottom: 0px solid !important;
}

.btn-services{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  width: 200px;
  height: 40px;
  background-color: transparent;
  color: #ffffff;
  font-size: 20px;
  border: none;
  font-weight: 500;
  cursor: pointer;
  position: relative;
  padding: 0;
  z-index: 99999;
  box-shadow: 0 0 0 0 rgba(88, 120, 243, 0.4);
  transition: 0.2s;
}

.btn-services::after{
  content: "";
  width: 160px;
  height: 2px;
  background-color: #d0b05a;
  position: absolute;
  top: 50%;
  right: -160px;
  opacity: 0;
  transition: 0.35s;
}

.btn-services::before{
  width: 10px;
  height: 10px;
  border-radius: 50px;
  background-color: #d0b05a;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: -160px;
  content: "";
  opacity: 0;
  transition: 0.35s;
}

.btn-active-services{
  border: 2px solid #d0b05a;
  border-radius: 10px;
  justify-content: center;
  font-weight: 300;
}

.btn-active-services::after{
  transform: scaleX(1);
  transition: opacity 0.1s linear 0.2s;
  opacity: 1;
}

.btn-active-services::before{
  width: 10px;
  height: 10px;
  transition: opacity 0.1s linear 0.2s;
  opacity: 1;
}

.duvida-container{
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 15px;
}

.subtitle-services{
  font-size: 24px;
  color: #ffffff;
  font-weight: 400;
  font-style: normal;
  width: 320px;
}

.main-servicesList{
  padding: 0;
  display: flex;
  gap: 15px;
  flex-direction: column;
}

.service-button-taga:hover{
  text-decoration: none;
}

.btn-esc{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  align-content: center;
  width: 250px;
  height: 60px;
  border-radius: 0px 30px 0 30px;
  background-color: #dabd5e;
  background: #dabd5e;
  color: #ffffff;
  border: none;
  font-size: 20px;
  font-weight: 300;
  cursor: pointer;
  position: relative;
  z-index: 99999;
  box-shadow: 0 0 0 0 rgba(88, 120, 243, 0.4);
  transition: 0.5s;
}

.btn-esc:hover{
  background-color: rgba(125, 102, 59, 0.4);
  border: 2px solid #C6A857;
  font-size: 21px;
}

.icons-main-services{
  font-size: 25px;
  line-height: 0;
}


/* ----------------  Main Time da Sommer */
#main-team {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: center;
  flex-direction: column;
  flex-wrap: wrap;
  width: 100%;
  min-height: 100vh;
  flex-shrink: 0;
}

.main-team-container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-self: center;
  flex-direction: row;
  flex-wrap: wrap;
  width: calc(100% - 210px);
  padding: 20px 0px 120px 0px;
  gap: 20px 80px;
  box-sizing: border-box;
  z-index: 9999;
}

.team-ref{
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.team-ref:hover{
  text-decoration: none;
}

.team-card{
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  align-self: flex-start;
  flex-direction: column;
  flex-wrap: wrap;
  width: 220px;
  gap: 9px;
  cursor: pointer;
  transition: 0.2s;
}


.team-image{
  display: block;
  overflow: hidden;
  width: 220px;
  height: 205px;
  transition: 0.2s;
}

.background-transition{
  display: flex;
}

.container-text{
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

.container-text h1{
  font-size: 26px;
  font-weight: 800;
  font-style: normal;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.container-text h2{
  font-size: 18px;
  color: #242424;
  font-weight: 500;
  font-style: normal;
}

.team-marker{
  color: #1613B1;
}

.team-marker:hover{
  color: #1613B1;
  text-decoration: none;
}

.btn-team{
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: flex-start;
  padding: 0;
  text-decoration: none;
  color: #1613B1;
  font-style: normal;
  border: none;
  background-color: transparent;
  font-size: 16px;
  font-weight: 300;
  cursor: pointer;
  gap: 5px;
  margin-top: 10px;
}

.team-card:hover .team-image{
  transform: scale(1.03);
  translate: -5px 0px;
}

.team-card:hover .btn-team{
  color: #b38728;
}

.team-card:hover .icons-main-team{
  color: #b38728;
}

.icons-main-team{
  font-size: 10px;
  color: #1613B1;
  line-height: 0;
  font-style: normal;
}

/* ----------------  Adovgados da Sommer Individual */
.cardTab{
  display: flex;
  justify-content: flex-start;
  align-content: center;
  align-items: flex-start;
  flex-direction: column;
  flex-wrap: wrap;
  width: 600px;
  min-height: 100vh;
  flex-shrink: 0;
  background-color: #222227;
  color: white;
  position: absolute;
  right: 0;
  padding: 30px 60px 60px 60px;
  box-sizing: border-box;
  gap: 30px;
  z-index: 9999;
  display: none;
  box-shadow:  0 2px 2px rgba(41,47,56,.1),0 4px 4px rgba(41,47,56,.1),0 8px 8px rgba(41,47,56,.1),0 16px 16px rgba(41,47,56,.1),0 32px 32px rgba(41,47,56,.1);;
}

.cardTab-close{
  display: flex;
  justify-content: flex-end;
  align-content: flex-end;
  align-items: flex-end;
  width: 100%;
}

.icons-close-card{
  font-size: 35px;
  color: #D6BB5C;
  line-height: 0;
  cursor: pointer;
  transition: transform .25s, opacity .25s;
  transition: 0.3s;
}


.icons-close-card:hover{
	opacity: 1;
	transform: rotate(90deg);
}

.cardTab-container{
  display: flex;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
  width: 100%;
  flex-direction: column;
  flex-wrap: wrap;
  
}

.cardTab-title{
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 25px;
}

.cardTab-title h1{
  font-size: 30px;
  color: #efefef;
  font-weight: 800;
}

.cardTab-title h2{
  font-size: 18px;
  color: #ffffff;
  font-weight: 400;
}

.cardTab-description{
  display: flex;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  flex-wrap: wrap;
  padding-top: 60px;
  gap: 10px;
  line-height: 21px;
}

.cardTab-description p{
  font-size: 18px;
  color: #ffffff;
  font-weight: 400;
}

.container-imgs{
  padding-top: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  gap: 15px 25px;
}

.team-image-zoom{
  display: block;
  overflow: hidden;
  width: 140px;
  height: 140px;
}

/* Politicas de privacidade */
#main-politics{
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  width: calc(100% - 350px);
  z-index: 99;
}

#mainPolitics{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  flex-direction: column;
  flex-wrap: wrap;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  min-height: 100vh;
  flex-shrink: 0;
  box-sizing: border-box;
}

.politics-content{
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  flex-direction: column;
  padding: 10px 0px 70px 0px;
  flex-wrap: wrap;
  width: calc(100% - 210px);
  gap: 70px;
  z-index: 99999;
}

.title-box-politics{
  font-size: 48px;
  line-height: 39px;
  color: #151260;
  font-style: normal;
  width: 320px;
  font-weight: 500;
}

.politics-content p{
  font-size: 18px;
  line-height: 26px;
  color: #161616;
  font-style: normal;
  font-weight: 500;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
}

/* Termos de Uso */
#main-terms{
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  width: calc(100% - 350px);
  z-index: 99;
}

#mainTerms{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  flex-direction: column;
  flex-wrap: wrap;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  min-height: 100vh;
  flex-shrink: 0;
  box-sizing: border-box;
}

.terms-content{
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  flex-direction: column;
  padding: 10px 0px 70px 0px;
  flex-wrap: wrap;
  width: calc(100% - 210px);
  gap: 70px;
  z-index: 99999;
}

.title-box-terms{
  font-size: 48px;
  line-height: 39px;
  color: #151260;
  font-style: normal;
  width: 320px;
  font-weight: 500;
}

.terms-content p{
  font-size: 18px;
  line-height: 26px;
  color: #161616;
  font-style: normal;
  font-weight: 500;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
}

/* ----------------  Main Notícias */
#main-news{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  flex-direction: column;
  flex-wrap: wrap;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  min-height: 100vh;
  flex-shrink: 0;
  box-sizing: border-box;
  z-index: 999;
}

.main-news-container{
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  flex-direction: column;
  padding: 10px 0px 120px 0px;
  flex-wrap: wrap;
  width: calc(100% - 210px);
  gap: 70px;
  z-index: 999;
}

.title-news{
  font-size: 48px;
  line-height: 39px;
  color: #151260;
  font-style: normal;
  width: 320px;
  font-weight: 500;
}

.box-news-container{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-self: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 65px;
}

.container-news{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 40px;
  width: 100%;
  justify-content: space-between;
}

.computador{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-self: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 65px;
}

.mobile{
  display: none;
}

.news-ref-maior{
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.news-ref-maior:hover{
  text-decoration: none;
}

.news-card-maior{
  display: none;
  justify-content: flex-start;
  align-items: flex-start;
  align-self: flex-start;
  border-radius: 45px;
  flex-direction: column;
  flex-wrap: wrap;
  height: 650px;
  gap: 25px;
  background-color: #E8E8E5;
  overflow: hidden;
}

.news-card-maior:hover{
  transition: transform .3s;
  box-shadow: 0 2px 2px rgba(41,47,56,.1),0 4px 4px rgba(41,47,56,.1),0 8px 8px rgba(41,47,56,.1),0 16px 16px rgba(41,47,56,.1),0 32px 32px rgba(41,47,56,.1);
  transform: translateY(-5px);
}

.news-image-maior{
  display: block;
  overflow: hidden;
  width: 700px;
  height: 380px;
}

.news-ref{
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.news-ref:hover{
  text-decoration: none;
}

.news-card{
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  align-self: flex-start;
  border-radius: 45px;
  flex-direction: column;
  flex-wrap: wrap;
  width: 400px;
  height: 550px;
  gap: 25px;
  background-color: #E8E8E5;
  overflow: hidden;
}

.news-card:hover{
  transition: transform .3s;
  box-shadow: 0 2px 2px rgba(41,47,56,.1),0 4px 4px rgba(41,47,56,.1),0 8px 8px rgba(41,47,56,.1),0 16px 16px rgba(41,47,56,.1),0 32px 32px rgba(41,47,56,.1);
  transform: translateY(-5px);
}

.news-image{
  display: block;
  overflow: hidden;
  width: 400px;
  height: 275px;
}

.container-text-news{
  padding: 30px 25px 30px 25px;
  box-sizing: border-box;
  gap: 60px;
  flex-wrap: wrap;
  flex-direction: column;
  display: flex;
}

.container-text-news h1{
  font-size: 22px;
  line-height: 26px;
  color: #161616;
  font-style: normal;
  font-weight: 500;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.list-news{
  font-size: 18px;
  line-height: 26px;
  color: #141160;
  font-weight: bold;
  font-style: normal;
}

.more-news{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  gap: 25px;
}

.more-news:hover{
  text-decoration: none;
}



/* ----------------  Lista de Notícias */
#main-listNews{
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  background-color: rgb(31, 30, 30);
  width: calc(100% - 350px);
}

.breadcrumbContainerNews{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 100px;
  padding-left: 70px;
  align-items: center;
  width: 100%;
  margin: 0;
}

#newsList{
  display: flex;
  justify-content: center;
  align-items: flex-start;
  align-content: center;
  flex-wrap: wrap;
  padding-bottom: 50px;
}

.newslist-ref:hover{
  text-decoration: none;
}

.newslist-content{
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  flex-direction: column;
  flex-wrap: wrap;
  width: 100%;
  min-height: 100vh;
  flex-shrink: 0;
  box-sizing: border-box;
  width: 1400px;
  padding: 20px 60px 0 20px;
  gap: 100px;
}

.title-box-newslist{
  font-size: 48px;
  line-height: 39px;
  color: #151260;
  font-style: normal;
  width: 320px;
  font-weight: 500;
}

.newslist-container{
  display: flex;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 58px;
  width: 100%;
}

.container-text-newslist{
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  flex-wrap: wrap;
  padding: 30px 25px 30px 25px;
  box-sizing: border-box;
  gap: 60px;
  flex-wrap: wrap;
  flex-direction: column;
  display: flex;
}

.newslist-title{
  font-size: 22px;
  line-height: 26px;
  color: #161616;
  font-style: normal;
  font-weight: 500;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.newslist-card{
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  align-self: flex-start;
  border-radius: 45px;
  flex-direction: column;
  flex-wrap: wrap;
  width: 400px;
  height: 550px;
  gap: 25px;
  background-color: #E8E8E5;
  overflow: hidden;
}

.newslist-card:hover{
  transition: transform .3s;
  box-shadow: 0 2px 2px rgba(41,47,56,.1),0 4px 4px rgba(41,47,56,.1),0 8px 8px rgba(41,47,56,.1),0 16px 16px rgba(41,47,56,.1),0 32px 32px rgba(41,47,56,.1);
  transform: translateY(-5px);
}

.newslist-image{
  display: block;
  overflow: hidden;
  width: 400px;
  height: 315px;
}

.more-news:hover{
  transform: scale(1.1);
} 

.newshome-pagination{
  display: flex;
  align-self: flex-end;
}


/* -----------------------------------------------------------  PAGINAÇÃO */
.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  justify-content: center;
  font-size: 16px;
  gap: 7px;
  cursor: pointer;
}

.page-item {
  width: 46px;
  height: 40px;
  border-radius: 15px;
  background-color: #141160;
  color: white;
  border: none;
  }

  .page-link:hover {
    color: #f1f1f1;
    border-radius: 15px;
    transform: scale(1.1);
    text-decoration: none;
  }

.dots{color: #ffbd06; background-color:transparent;}
.dots:hover{color: #ffbd06;}


.page-item.activepagination {
  color: #fff;
  background-color: #e6e6e6;
}

.page-item.activepagination .page-link {
  z-index: 1;
  color: inherit;
}

.page-item.disabled.three-dots {
  background: #fff;
  font-size: 70px;
  display: flex;
  align-items: center;
  user-select: none;
}

.three-dots .page-link {
  height: unset;
  width: 100%;
  display: block;
  text-align: center;
  margin: auto 0;
}

.page-link {
  position: relative;
  display: flex;
  line-height: 1px;
  color: inherit;
  border: 0;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}

.firstitem{
  width: 100px;
  height: 40px;
  border-radius: 15px;
}

.lastitem{
  width: 100px;
  height: 40px;
  border-radius: 15px;
}

.pages {
  height: 5vw;
  position: relative;
  font-size: 16px;
  background: #fff;
}

.pages nav {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}


/* -----------------------------------------------------------  FIM DA PAGINAÇÃO */

/* ----------------  Notícias Zoom */
#main-zoom{
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  width: calc(100% - 350px);
}

.breadcrumbContainerNews{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 100px;
  padding-left: 70px;
  align-items: center;
  width: 100%;
  margin: 0;
}

#newsZoom{
  display: flex;
  justify-content: center;
  align-items: flex-start;
  align-content: center;
  flex-wrap: wrap;
  padding-bottom: 100px;
}

.title-box-newsZoom{
  font-size: 48px;
  line-height: 39px;
  color: #151260;
  font-weight: 500;
}

.newsZoom-content{
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  flex-direction: column;
  flex-wrap: wrap;
  width: 100%;
  flex-shrink: 0;
  box-sizing: border-box;
  width: 1400px;
  padding: 20px 20px 0 20px;
}

#newsZoom-container{
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  flex-direction: column;
  flex-wrap: wrap;
  width: 100%;
  flex-shrink: 0;
  padding-top: 90px;
  gap: 50px;
  box-sizing: border-box;
  padding-bottom: 10px;
  border-bottom: 2px solid #d8d8d8;
}

.newsZoom-titlenews{
  font-size: 32px;
  line-height: 40px;
  color: #161616;
  font-weight: 500;
}

.newsZoom-image{
  width: 500px;
  height: 390px;
  float: left;
  display: block;
  overflow: hidden;
  border-radius: 30px;
  margin: 0 55px 30px 0;
}

#newsZoom-container p{
  font-size: 18px;
  line-height: 24px;
  color: #161616;
}

.containerArchive{
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  flex-direction: column;
  flex-wrap: wrap;
  width: 100%;
  background-color: #E6E6E6;
  width: 100%;
  border-radius: 45px;
  box-sizing: border-box;
  padding: 20px 0 20px 30px;
  margin-bottom: 40px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.archiveText{
  font-size: 26px;
  line-height: 40px;
  color: #161616;
  font-weight: 500;
}

.nameArchive{
  width: 12em;
    overflow: hidden;
    text-overflow: ellipsis;
}

.button-download{
  display: flex;
  width: 170px;
  height: 190px;
  position: absolute;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.1);
  justify-content: center;
  align-content: center;
  align-items: center;
  transition: 0.2s;
  line-height: 0;
}

.button-download:hover{
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
  font-size: 25px;
  text-decoration: underline 2px #cc9f29;
}

.archive-image{
  cursor: pointer;
}

.boxArchive{
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 30px;
}

.archive-image{
  width: 170px;
  height: 190px;
  display: block;
  overflow: hidden;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.archiveContent{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
}
.archiveSeparatorTexts{
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 20px;
}

.archiveTexts{
  display: flex;
  justify-content: space-between;
  align-content: flex-start;
  flex-direction: column;
  flex-wrap: wrap;
  width: 40%;
}

.archiveSeparator{
  display: flex;
  align-items: center;
  gap: 5px;
}

.icons-archive{
  font-size: 25px;
  line-height: 0;
}

.archiveTexts p{
  font-size: 16px;
  line-height: 40px;
  color: #161616;
  font-weight: 500;
}

.archiveTexts h1{
  font-size: 22px;
  line-height: 25px;
  color: #161616;
}

.btn-archiveDownload{
  width: 158px;
  height: 36px;
  border-radius: 6px 25px 6px 25px;
  background-color: #dabd5e;
  border: none;
  color: white;
  cursor: pointer;
  animation: pulsa 2s infinite alternate; 
}

.btn-archiveDownload:hover{
  background-color: rgba(218, 189, 94, 0.3);
  color: #1e1e1e;
  transition: 0.5s;
  font-weight: 300;
}

@keyframes pulsaArchive {
  0%{
      border: 1px solid #bf953f;
  }
  50%{
    border: 1px solid #cec458;
  }
  75%{
    border: 1px solid #bf953f;
  }
  100%{
    border: 1px solid #b38728;
  }
}

.postInfo {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  align-self: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 15px;
  margin: 15px 0 0 0;
  font-size: 16px;
  width: 100%;
}

.postInfo p {
  margin: 0;
  font-size: 16px;
  color: #242424;
  white-space: nowrap;
}

/* ----------------  OUTRAS NOTÍCIAS */
#othernews {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  align-self: flex-start;
  flex-direction: column;
  flex-wrap: wrap;
  width: 1400px;
  padding: 20px 20px 0 20px;
  box-sizing: border-box;
  
}

.othernews-container {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  align-self: flex-start;
  flex-direction: column;
  flex-wrap: wrap;
  margin-top: 110px;
}

.othernews-container .title {
  font-size: 48px;
  line-height: 39px;
  color: #151260;
  font-weight: 500;
  text-align: center;
}

.othernews-container-cards {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 80px;
  gap: 60px 50px;
}

.othernews-ref:hover{
  text-decoration: none;
}

.othernews-card{
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  align-self: flex-start;
  border-radius: 45px;
  flex-direction: column;
  flex-wrap: wrap;
  width: 400px;
  height: 550px;
  gap: 25px;
  background-color: #E8E8E5;
  overflow: hidden;
}

.othernews-card:hover{
  transition: transform .3s;
  box-shadow: 0 2px 2px rgba(41,47,56,.1),0 4px 4px rgba(41,47,56,.1),0 8px 8px rgba(41,47,56,.1),0 16px 16px rgba(41,47,56,.1),0 32px 32px rgba(41,47,56,.1);
}

.othernews-image{
  display: block;
  overflow: hidden;
  width: 400px;
  height: 315px;
}

.container-text-othernews{
  padding: 30px 25px 30px 25px;
  box-sizing: border-box;
  gap: 60px;
  flex-wrap: wrap;
  flex-direction: column;
  display: flex;
}

.container-text-othernews h1{
  font-size: 22px;
  line-height: 26px;
  color: #161616;
  font-style: normal;
  font-weight: 500;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

/* ----------------  Main Time da Sommer */
#main-contact {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  flex-direction: column;
  flex-wrap: wrap;
  width: 100%;
  box-sizing: border-box;
  min-height: 100vh;
  flex-shrink: 0;
  z-index: 999;
}

.content{
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
  flex-wrap: wrap;
  padding: 40px 0px 70px 0px;
  z-index: 9999;
}

.title-contact{
  font-size: 48px;
  line-height: 39px;
  color: #151260;
  font-style: normal;
  width: 320px;
  font-weight: 500;
  margin-bottom: 50px;
}

.main-contact-container {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  width: calc(100% - 210px);
  gap: 60px 130px;
}

#main-formcontact{
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
  height: auto;
  width: 690px;
}

.inputgroup{
  display: flex;
  width: 690px;
  margin-bottom: 13px;
  box-sizing: border-box;
  flex-direction: column;
}

.inputgroup input, textarea {
  width: 100%;
  box-sizing: border-box;
  border: none;
  height: 65px;
  padding: 22px;
  font-size: 19px;
  background-color: rgba(255,227,155,0.3);
  color: #1e1e1e;
  outline: 2px solid #cc9f29;
}

.inputgroup .description{
  width: 100%;
  height: 216px;
  font-size: 19px;
  background-color: rgba(255,227,155,0.3);
  outline: 2px solid #cc9f29;
  color: #1e1e1e;
}

button:focus{outline: none}

.inputgroup input:focus {
  background-color: rgba(181,177,255,0.3);
  outline: 2px solid #151260;
}

.inputgroup textarea:focus{
  background-color: rgba(181,177,255,0.3);
  outline: none;
  outline: 2px solid #151260;
}

.contactButtons{
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  margin: 0;
  padding: 0;
  gap: 10px;
}

.text-terms{
  font-size: 20px;
  color: #323232;
  font-weight: 300;
  font-style: normal;
}

.btn-env{
  width: 690px;
  height: 63px;
  border-radius: 0px 30px 0 30px;
  background-color: #dabd5e;
  color: #ffffff;
  border: none;
  font-size: 20px;
  font-weight: 300;
  cursor: pointer;
  position: relative;
  z-index: 99999;
  box-shadow: 0 0 0 0 rgba(88, 120, 243, 0.4);
}

.btn-env:active {
  box-shadow: inset 0 0 0 4px #043b3f6b;
}

.btn-env::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #dabd5e;
  position: absolute;
  border-radius: inherit;
  z-index: -1;
  top: 0;
  left: 0;
  transition: all 500ms ease-in;
  opacity: 0;
  animation: flash 150ms ease-in;
  transform: scaleX(1.1) scaleY(1.1);
}

.btn-env:hover::before {
  opacity: 1;
  transform: scaleX(1) scaleY(1);
}

@keyframes flash {
  0%{
      opacity: 1;
      transform: translate(45px);
  }
  100%{
      opacity: 0;
      transform: translate(0);
  }
}

#main-contactInformations{
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
  height: auto;
  width: 670px;
}

.title-email{
  font-size: 32px;
  color: #151260;
  font-weight: 500;
  cursor: pointer;
  transition: 0.5s;
}

.title-email:hover{
  text-decoration: none;
  color: #332ec0;

}

.title-phone{
  font-size: 48px;
  color: #151260;
  font-weight: 500;
}

.address{
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  box-sizing: border-box;
  padding: 50px 50px 56px 50px;
}

.address p{
  font-size: 22px;
  line-height: 29px;
  color: #151260;
  font-weight: 500;
}


#business-mapcontact,
#mapcontact {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 100%;
  height: 300px;
  border-radius: 30px;
}

.business-mapcontact-localization {
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: center;
  width: 440px;
  border-radius: 30px;
  border: 2px solid #C6A857;
}

.btn-map-cor{
  margin-top: 35px;
  width: 220px;
  height: 45px;
  border-radius: 0 30px 0 30px;
  border: 2px solid #dabd5e;
  font-size: 16px;
  color: #dabd5e;
  font-weight: 500;
  background-color: transparent;
  cursor: pointer;
  animation: pulsa 2s infinite alternate; 
}

.btn-map-cor:hover{
  background-color: #dabd5e;
  color: #1e1e1e;
  transition: 0.5s;
  font-weight: 300;
}

@keyframes pulsa {
  0%{
      border: 1px solid #bf953f;
  }
  50%{
    border: 1px solid #cec458;
  }
  75%{
    border: 1px solid #bf953f;
  }
  100%{
    border: 1px solid #b38728;
  }
}

/* ----------------  Formulário */
.error-message {
  color: #014365;
  width: auto;
  margin-top: 5px;
  height: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  border-radius: 7px;
}

.progress-container {
  width: 100%;
  background-color: #f0f0f0;
  border-radius: 5px;
  margin-bottom: 10px;
  overflow: hidden; 
  margin-top: -25px;
  border-radius: 0 0 0 30px;
}

.progress-bar {
  width: 0%;
  height: 30px;
  background-color: #4caf50; 
  transition: width 0.3s ease;
}

.message-form{
  color: #323232;
  font-size: 15px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  align-content: flex-end;
}

/* ----------------  BreadCrumbs */
.breadcrumbContainer {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 50px;
  height: 100px;
  align-items: center;
  width: 100%;
  margin: 0;
}

.breadcrumbContainer p{
  font-size: 16px;
  margin: 0;
}

.breadcrumbContainerServices {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 50px;
  height: 100px;
  align-items: center;
  width: 100%;
  margin: 0;
  color: white;
}


.breadcrumbContainerServices p{
  font-size: 16px;
  margin: 0;
  color: white;
}

#main-services .breadcrumb-item.active{
  color: white;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  font-size: 16px;
  margin: 0;
  padding: 5px;
  font-weight: 500;
}

.breadcrumb li::after{
  content: ">";
  padding: 5px;
}

.breadcrumb li:last-child::after{
  content: "";
}

.breadcrumb a {
  color: inherit;
}

.breadcrumb-item i:before {
  display: inline-block;
  color: #3c3c3c;
  font-weight: 500;
  font-size: 6px;
  line-height: 1px;
  
}

.breadcrumb-item:hover i:before {
  text-decoration: underline;
  text-decoration: none;
  
}
.breadcrumb-item.active {
  color: #3c3c3c;
  font-weight: 500;
  max-width: 15ch;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#replacement{
  color: white;
}

/* ----------------  Cookies CSS */
.lcc-modal{
  border: 3px solid;
  border-image: linear-gradient(25deg, #bf953f, #bf953f,#aa771c) 30;
}

.logo-cookies{
  width: 35px;
  height: 35px;
  opacity: 0.5;
}

.buttons-cookies{
  display: flex;
  margin-top: 10px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: nowrap;
  gap: 20px;
}

.cookies-detail{
  display: flex;
  justify-content: end;
  align-items: end;
  margin-top: -100px;
}

.logo-cookies-detail{
  display: flex;
  justify-content: end;
  width: 110px;
  height: 110px;
  align-content: end;
  align-items: end;
  opacity: 0.2;
}

