@font-face {
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 400;
  src: local('Barlow Condensed Regular'), local('BarlowCondensed-Regular'), url(https://fonts.gstatic.com/s/barlowcondensed/v4/HTx3L3I-JCGChYJ8VI-L6OO_au7B6xHT2g.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/*
    Theme Name: Bethany
    Theme URL: https://bootstrapmade.com/bethany-free-onepage-bootstrap-theme/
    Author: BootstrapMade.com
    Author URL: https://bootstrapmade.com
*/

body {
  line-height: 1.5;
  font-family: 'Open Sans', sans-serif;
  overflow-x: hidden;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.section-padding {
  padding: 85px 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Barlow Condensed', sans-serif;
}

/**media Queries**/

.navbar-default {
  background-color: transparent;
}

.main-header {
  background: url('../img/img-3-2023.jpg') no-repeat center center fixed;
  background-size: cover;
  background-position: center center;
}

.bg-color {
  background-color: rgba(0, 5, 41, 0.50);
  /* position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1; */
}

.nav>li>a {
  padding: 0px;
}

.navbar-brand {
  padding: 0px;
  height: inherit;
  font-family: 'Barlow Condensed', sans-serif;
}

.navbar-default .navbar-brand {
  color: #fff;
  font-size: 34px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
  color: #FFD34E;
  text-transform: uppercase;
  background-color: transparent;
}

.navbar-default .navbar-nav>li>a {
  color: #fff;
  padding: 10px 20px;
  text-transform: uppercase;
  background-color: transparent;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
  color: #FFD34E;
}

.navbar-fixed-top {
  padding: 40px 0;
  transition: all 0.5s;
}

@media (max-width: 768px) {
  .navbar-collapse {
    background: RGBA(0, 5, 41, 1);
    border-top: 0;
  }

  /* .navbar-header {
    max-width: 100%;
  }

  body {
    border-top: 0;
    max-width: 100%;
  } */

  #logo {
    width: 110px;
  }
}

.logo-collapse {
  width: 78px;
}

.top-nav-collapse {
  background: RGBA(0, 5, 41, 1);
  padding: 25px 0;
}

.wrapper {
  padding: 90px 0px 130px;
}

.top-title {
  z-index: 5;
  font-size: 27px;
  font-weight: 700;
  color: #fff;
  line-height: 38px;
  letter-spacing: 4px;
  opacity: 1;
  text-transform: uppercase;
}

.titulo {
  text-align: center;
  font-family: "Raleway", sans-serif;
  visibility: inherit;
  transition: none 0s ease 0s;
  line-height: 6vw;
  border-width: 0px;
  margin: 0px;
  margin-top: 37%;
  padding: 0px;
  letter-spacing: 2px;
  font-weight: 800;
  font-size: 5vw;
  white-space: normal;
  min-height: 0px;
  /* min-width: 970px; */
  max-height: none;
  opacity: 1;
  color: #fff;
  transform: matrix(1, 0, 0, 1, 0, 0);
  /* transform-origin: 50% 50% 0px; */
}

.subtitulo {
  text-align: center;
  font-family: "Poppins", sans-serif;
  visibility: inherit;
  transition: none 0s ease 0s;
  line-height: 2vw;
  border-width: 0px;
  margin: 0px;
  padding: 0px;
  letter-spacing: 1px;
  font-weight: 400;
  font-size: 2vw;
  white-space: normal;
  min-height: 0px;
  /* min-width: 970px; */
  max-height: none;
  opacity: 1;
  color: #fff;
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  transform-origin: 50% 50% 0px;
}


.title {
  font-size: 123px;
  font-weight: 700;
  color: #fff;
  line-height: 88px;
  letter-spacing: 4px;
  opacity: 1;
  text-transform: uppercase;
  padding: 25px 0px;
}

.btn-submit {
  background: #FFD34E;
  border: 0px;
  display: inline-block;
  font-size: 16px;
  text-transform: uppercase;
  padding: 10px 40px;
  font-weight: normal;
  border-radius: 0px;
  letter-spacing: 1px;
  color: #333;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  margin-top: 25px;
  border: 2px solid #FFD34E;
}

.btn-submit:hover {
  background: #fff;
}

/****/

#cta-1 {
  padding: 40px 0px;
}

.cta-info {
  border: 5px solid #FFD34E;
  padding: 40px 0px;
}

.cta-info h3 {
  font-size: 24px;
}

.dec-tec {
  font-size: 34px;
}

/****/

#feature {
  background-color: #f8f8f8;
}

.head-title {
  color: #2b2b2b;
  font-size: 32px;
  font-weight: 700;
}

.botm-line {
  background-color: #2b2b2b;
  width: 34px;
  height: 3px;
  display: inline-block;
}

.section-title:hover .botm-line {
  width: 70px;
  /* For Safari 3.1 to 6.0 */
  -webkit-transition-property: width;
  -webkit-transition-duration: 2s;
  -webkit-transition-timing-function: linear;
  -webkit-transition-delay: 1s;
  /* Standard syntax */
  transition-property: width;
  transition-duration: 2s;
  transition-timing-function: linear;
  transition-delay: 1s;
}

p {
  color: #888;
}

.icon {
  position: relative;
  height: 48px;
  width: 48px;
  float: left;
  margin-top: 14px;
  margin-bottom: 20px;
}

.icon i {
  font-size: 35px;
}

.icon-text {
  margin-left: 73px;
  padding: 0px 25px 25px 0px;
}

h3.txt-tl {
  font-size: 24px;
  line-height: 1.35;
}

/****/

.parallax {
  background-attachment: fixed;
  background-repeat: repeat-y;
  background-position: center center;
}

.bg-image-2 {
  background: url('../img/loja02.JPG') no-repeat center fixed;
  -webkit-background-size: 100% auto;
  -moz-background-size: 100% auto;
  -o-background-size: 100% auto;
  background-size: 100% auto;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.section {
  position: relative;
  padding: 88px 0 67px 0;
  display: block;
}

.cta-txt h3 {
  font-size: 32px;
  margin-bottom: 10px;
  font-weight: 700;
  color: #fff;
}

.cta-txt p {
  color: #fff;
}

/****/

.portfolio-box {
  margin-bottom: 15px;
}

.padding-right-zero {
  padding-right: 0px;
}

#contact {
  background-color: #f8f8f8;
}

.validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}

#sendmessage {
  color: green;
  border: 1px solid green;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#sendmessage.show,
#errormessage.show,
.show {
  display: block;
}

.black {
  color: #000 !important;
  font-weight: 600;
}

.btn-send {
  border-radius: 0px;
  color: #000;
  background-color: #FFD34E;
}

a,
a:hover {
  color: #FFD34E;
}

.cont-title {
  font-size: 24px;
  padding: 15px 0px;
}

.location-info p span {
  display: inline-block;
}

.location-info p span {
  width: 40px;
  font-size: 24px;
  color: #666;
  vertical-align: middle;
}

.location-info p {
  margin-bottom: 5px;
}

.location-info p {
  font-size: 18px;
  line-height: 32px;
  color: #000;
}

.contact-icon-container {
  /* position: absolute; */
  top: -38px;
  right: 0;
  padding-right: 20px;
  font-size: 320px;
  color: #555;
  line-height: 300px;
  -ms-transform: rotate(20deg);
  -moz-transform: rotate(20deg);
  -webkit-transform: rotate(20deg);
  transform: rotate(20deg);
}

/****/

#footer {
  background-color: #191919;
  padding: 20px 0px;
}

.footer-copyright {
  color: #fff;
  line-height: 32px;
  text-align: left;
}

.footer-social {
  float: right;
}

.footer-social a {
  font-size: 18px;
  color: #666;
}

.link-dec,
.link-dec:hover {
  color: #000;
}

/****/

@media (min-width: 451px) and (max-width: 900px) {
  .section-title {
    margin-bottom: 15px;
  }
}

@media (min-width: 20px) and (max-width: 450px) {

  .navbar-toggle:hover,
  .navbar-toggle {
    background-color: #fff;
    color: #000;
  }

  .navbar-toggle {
    margin-top: 0px;
  }

  .navbar-default .navbar-nav>li>a {
    text-align: center;
  }

  .navbar-default .navbar-nav>.active>a,
  .navbar-default .navbar-nav>.active>a:focus,
  .navbar-default .navbar-nav>.active>a:hover,
  .navbar-default .navbar-nav>li>a:hover,
  .navbar-default .navbar-nav>li>a:focus {}

  .top-title {
    font-size: 15px;
  }

  .title {
    font-size: 50px;
  }

  .sub-title {
    font-size: 24px;
  }

  .footer-copyright {
    text-align: center;
  }

  .padding-right-zero {
    padding-right: 15px;
  }

  .section-title {
    margin-bottom: 15px;
  }

  .cta-txt h3 {
    font-size: 28px;
  }

  body {
    font-size: 14px;
  }

  h3.txt-tl {
    font-size: 20px;
  }
}

.photo {
  max-width: 100%;
  max-height: 100%;
  background-position: 50% 50%;
  overflow: hidden;
}

.maps {
  background: url('../img/maps.JPG') no-repeat center fixed;
  -webkit-background-size: 100% auto;
  -moz-background-size: 100% auto;
  -o-background-size: 100% auto;
  background-size: 100% auto;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.white {
  color: #fff !important;
}

.bar-contact {
  display: none;
}

.float-zap {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #545454;
  z-index: 100;
}

.my-float {
  margin-top: 16px;
}

/* @media screen and (max-width: 700) { */

@media (orientation: portrait) {

  .bar-contact {
    position: fixed;
    bottom: -1px;
    height: 65px;
    display: flex;
    flex-direction: row;
    color: #fff;
    width: 100vw;
  }

  .bar-contact-detail {
    width: 40%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: blue;
    padding: 5px;
    color: #f8f8f8 !important;
  }

  .bar-contact-detail a {
    color: #f8f8f8;
    text-decoration: none;
  }

  .bar-contact-detail a:hover,
  .bar-contact-detail a:active,
  .bar-contact-detail a:focus {
    text-decoration: none;
  }

  .bar-contact-detail.contact-maps {
    background-color: #EB6B34;
  }

  .bar-contact-detail.contact-mail {
    background-color: #EBB134;
  }

  .bar-contact-detail.contact-phone {
    background-color: #313896;
  }

  .bar-contact-detail.contact-whatsapp {
    background-color: #339E4F;
  }

}

@media (max-width: 768px) {

  body {
    font-size: 14px;
    max-width: 100%;

  }

  .my-float {
    display: none;
  }

  .float-zap {
    display: none;
  }
}


#whatsapp-form {

  position: fixed;
  width: 300px;
  height: 200px;
  text-align: center;
  /* line-height: 200px; */
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;

  display: none;
  font-size: medium;
  padding: 20px;
  width: 300px;
  background-color: #4F4F4F;
  border: 2px solid #25d366;
  border-radius: 10px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  color: white;

  z-index: 9005;
}

.sap-overlay {
  display: none;
  height: 100%;
  background: #0000009e;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9000;
}


#whatsapp-form input,
#whatsapp-form button {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: #f5f5f5;
  color: #333;
  font-size: 16px;
}

#whatsapp-form input::placeholder {
  color: #888;
}

#whatsapp-form button {
  font-weight: bold;
  background-color: #25d366;
  color: white;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

#whatsapp-form button:hover {
  background-color: #1da851;
}


#nome,
#telefone {
  color: #000;
  display: block;
  width: 190px;
  height: 40px;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 16px;
  margin-bottom: 10px;
}

#nome:focus,
#telefone:focus {
  border-color: #007bff;
  outline: none;
}

#acessar-link {
  width: 190px;
  height: 35px;
  background-color: #25d366;
  color: black;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.footer-box {
  margin-left: 80px;
}


.icon-link {
  font-size: 24px;
  color: #555;
  margin: 0 3px;
  transition: color 0.3s ease;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

.how-social {
  color: #fff;
  font-size: 22px;
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 2px;
  padding: 10px;
}

/* } */