@font-face {
  font-family: sourcesanspro-regular;
  src: url(../fonts/sourcesanspro/SourceSansPro-Regular.ttf) format("truetype");
}
@font-face {
  font-family: sourcesanspro-bold;
  src: url(../fonts/sourcesanspro/SourceSansPro-Bold.ttf) format("truetype");
}
@font-face {
  font-family: sourcesanspro-semibold;
  src: url(../fonts/sourcesanspro/SourceSansPro-SemiBold.ttf) format("truetype");
}
@font-face {
  font-family: sourcesanspro-black;
  src: url(../fonts/sourcesanspro/SourceSansPro-Black.ttf) format("truetype");
}
@font-face {
  font-family: sourcesanspro-extralight;
  src: url(../fonts/sourcesanspro/SourceSansPro-ExtraLight.ttf) format("truetype");
}
@font-face {
  font-family: sourcesanspro-light;
  src: url(../fonts/sourcesanspro/SourceSansPro-Light.ttf) format("truetype");
}
@font-face {
  font-family: montserrat-regular;
  src: url(../fonts/montserrat/Montserrat-Regular.ttf) format("truetype");
}
section.local {
  width: 100%;
  height: 100%;
  position: fixed;
  background: white;
  overflow: hidden;
  display: flex;
  align-items: center;
}
section.local::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 56%;
  position: fixed;
  background: #E5E5E5;
  z-index: 0;
  top: 0;
  left: 0;
}
section.local::after {
  content: "";
  position: absolute;
  top: 0;
  right: -320px;
  background: white;
  width: 60%;
  height: 56%;
  transform: skew(-50deg);
}
section.local div.bolinhas {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}
section.local div.bolinhas::before {
  content: "";
  position: absolute;
  width: 410px;
  height: 410px;
  top: -170px;
  right: -120px;
  background: url(../img/local/bolinha.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: 1;
  transform: rotate(170deg);
}
section.local div.bolinhas::after {
  content: "";
  position: absolute;
  width: 600px;
  height: 600px;
  bottom: -230px;
  right: -140px;
  background: url(../img/local/bolinha.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: 1;
  transform: rotate(-115deg);
}
section.local div.local_content {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  z-index: 1;
}
section.local div.local_content::before {
  content: "";
  position: absolute;
  width: 600px;
  height: 600px;
  background: url(../img/local/bolinha.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: 1;
  transform: translateY(-50%);
  left: -360px;
  top: calc(50% + 180px);
}
section.local div.local_content div.left_content {
  width: 500px;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 1;
}
section.local div.local_content div.left_content a.logo {
  width: 370px;
  height: 70px;
  display: block;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
section.local div.local_content div.left_content h1 {
  font-family: sourcesanspro-regular;
  font-size: 24px;
  text-align: center;
  color: #414141;
  width: 340px;
  margin: 45px auto 30px;
}
section.local div.local_content div.left_content h1 b {
  font-family: sourcesanspro-regular;
}
section.local div.local_content div.left_content img {
  width: 100%;
}
section.local div.local_content div.right_content {
  padding-left: 80px;
  display: flex;
  filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.1));
}
section.local div.local_content div.right_content .item {
  width: 380px;
  margin-right: 25px;
  padding-top: 25px;
  background: white;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  padding-bottom: calc(25px + 325px + 55px);
}
section.local div.local_content div.right_content .item:hover button::before {
  width: 100% !important;
}
section.local div.local_content div.right_content .item:last-child {
  margin: 0;
}
section.local div.local_content div.right_content .item a {
  text-decoration: none;
}
section.local div.local_content div.right_content .item a h2 {
  padding: 45px 40px 0;
  font-family: sourcesanspro-bold;
  font-size: 38px;
  color: #006CD1;
  letter-spacing: 3px;
  line-height: 30px;
  margin: 0 0 20px;
  background: url(../img/local/local.svg);
  background-repeat: no-repeat;
  background-position: 40px top;
  cursor: pointer;
}
section.local div.local_content div.right_content .item a p {
  position: relative;
  padding: 0 40px 0 calc(40px + 15px);
  font-family: sourcesanspro-bold;
  font-size: 14px;
  color: #464646;
  margin: 0 0 -3px;
  cursor: pointer;
}
section.local div.local_content div.right_content .item a p::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  background: #0053A0;
  left: 40px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 100%;
}
section.local div.local_content div.right_content .item a div.imagem {
  width: 100%;
  height: 325px;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
  position: absolute;
  bottom: 55px;
  left: 0;
}
section.local div.local_content div.right_content .item a button {
  border: none;
  width: 100%;
  background: #0053A0;
  color: white;
  height: 55px;
  text-transform: uppercase;
  font-family: sourcesanspro-bold;
  font-size: 17px;
  letter-spacing: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
}
section.local div.local_content div.right_content .item a button::after {
  content: "";
  width: 25px;
  height: 100%;
  background: url(../img/local/arrow.svg);
  background-repeat: no-repeat;
  background-position: right;
  position: absolute;
  top: 0;
}
section.local div.local_content div.right_content .item a button::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 100%;
  left: 0;
  top: 0;
  background: #F1AC1A;
  transition: all 0.3s;
}
section.local div.local_content div.right_content .item a button span {
  position: relative;
}
@media (max-width: 1780px) {
  section.local div.local_content div.left_content {
    width: 370px;
  }
  section.local div.local_content div.right_content {
    padding-left: 60px;
  }
  section.local div.local_content div.right_content .item {
    width: 300px;
    margin-right: 15px;
    padding-bottom: calc(25px + 255px + 50px);
  }
  section.local div.local_content div.right_content .item a h2 {
    padding: 36px 20px 0;
    font-size: 28px;
    background-position: 20px top;
    margin: 0 0 10px;
  }
  section.local div.local_content div.right_content .item a p {
    padding: 0 20px 0 calc(20px + 15px);
  }
  section.local div.local_content div.right_content .item a p::before {
    left: 20px;
  }
  section.local div.local_content div.right_content .item a div.imagem {
    height: 255px;
    bottom: 50px;
  }
  section.local div.local_content div.right_content .item a button {
    font-size: 15px;
    height: 50px;
  }
}
@media (max-width: 1380px) {
  section.local div.local_content div.left_content {
    width: 270px;
  }
  section.local div.local_content div.left_content a.logo {
    width: 270px;
    height: 50px;
  }
  section.local div.local_content div.left_content h1 {
    width: 100%;
    font-size: 22px;
    margin: 30px auto 30px;
  }
  section.local div.local_content div.right_content {
    padding-left: 40px;
  }
}
@media (max-width: 1260px) {
  section.local::before {
    display: none;
  }
  section.local::after {
    display: none;
  }
  section.local div.bolinhas {
    display: none;
  }
  section.local div.local_content {
    flex-direction: column;
    align-items: center;
    height: 100%;
    overflow: auto;
    justify-content: initial;
    padding: 60px 0;
  }
  section.local div.local_content::before {
    display: none;
  }
  section.local div.local_content div.left_content {
    width: 100%;
  }
  section.local div.local_content div.left_content a.logo {
    width: 370px;
    height: 70px;
  }
  section.local div.local_content div.left_content h1 {
    font-size: 24px;
  }
  section.local div.local_content div.left_content img {
    max-width: 500px;
  }
  section.local div.local_content div.right_content {
    padding: 0;
    margin-top: 20px;
    width: 500px;
    flex-direction: column;
    filter: none;
  }
  section.local div.local_content div.right_content .item {
    margin: 0;
    width: 100%;
    padding: 0;
    border-bottom: 1px solid #CFCFCF;
    border-radius: 0;
    padding: 30px 0;
  }
  section.local div.local_content div.right_content .item:hover button {
    transition: all 0.3s;
    background: #F1AC1A;
  }
  section.local div.local_content div.right_content .item:last-child {
    border: none;
  }
  section.local div.local_content div.right_content .item a h2 {
    background-position: left top;
    padding: 36px 0 0;
  }
  section.local div.local_content div.right_content .item a p {
    padding: 0 0 0 15px;
  }
  section.local div.local_content div.right_content .item a p::before {
    left: 0;
  }
  section.local div.local_content div.right_content .item a div.imagem {
    display: none;
  }
  section.local div.local_content div.right_content .item a button {
    position: absolute;
    width: 50px;
    height: 45px;
    left: calc(100% - 50px);
    top: 50%;
    transform: translateY(-50%);
    border-radius: 5px;
    overflow: hidden;
  }
  section.local div.local_content div.right_content .item a button::after {
    width: 100%;
    background-position: center;
    left: 0;
  }
  section.local div.local_content div.right_content .item a button::before {
    display: none;
  }
  section.local div.local_content div.right_content .item a button span {
    display: none;
  }
}
@media (max-width: 550px) {
  section.local div.local_content {
    padding: 25px 35px;
  }
  section.local div.local_content div.left_content a.logo {
    width: 250px;
    height: 45px;
  }
  section.local div.local_content div.left_content h1 {
    font-size: 20px;
    line-height: 20px;
    width: 250px;
    margin: 30px auto 7px;
  }
  section.local div.local_content div.right_content {
    width: 100%;
    margin-top: -5px;
  }
  section.local div.local_content div.right_content .item {
    padding: 18px 0;
  }
  section.local div.local_content div.right_content .item a h2 {
    background-size: 20px;
    font-size: 18px;
    letter-spacing: 2px;
    padding: 30px 0 0;
    margin: 0 0 -5px;
  }
  section.local div.local_content div.right_content .item a p {
    padding: 0;
  }
  section.local div.local_content div.right_content .item a p::before {
    display: none;
  }
  section.local div.local_content div.right_content .item a button {
    width: 38px;
    height: 34px;
    left: calc(100% - 38px);
    border-radius: 4px;
  }
}
