/*!
 * Start Bootstrap - Modern Business (https://startbootstrap.com/template-overviews/modern-business)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-logomodern-business-nav/blob/master/LICENSE)
 */

 @font-face {
   font-family: gobold;
   src: url('../fonts/GoboldCUTS.otf');
 }

 .dropdown-item:active {
    background-color: #823d0b!important;
}

 h1 {
  font-family: 'gobold', cursive;
  color: #33281f;
}

h4 {
  font-family: 'gobold', cursive;
  color: #33281f;
}
h5 {
  font-family: 'gobold', cursive;
  color: #33281f;
  font-size: 1rem;
}
p {
  color: #746f6b;
  text-align: justify;
}


body {
  padding-top: 0px;
}

@media (min-width: 992px) {
  body {
    padding-top: 0px;
  }
}

.navbar-dark {
  background-color: rgba(51, 40, 31, 0.75);
  padding: 30px;
  border-bottom: 1px solid #f5deb3;
  transition: .3s;
}
.navbar-dark.navbar-shrink {
  background-color: #33281f;
  padding: 5px;
  border-bottom: 1px solid #f5deb3;
}
.navbar-dark .navbar-nav .nav-link {
  color: #f5deb3;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  font-size: 0.9rem;
}
.logo {
  top: 10px;
  margin-left: -90px;
  position: absolute;
  max-height: 180px;
  transition: .3s;
}
#mainNav.navbar-shrink .logo {
  top: 2px;
  max-height: 80px;
  margin-left: -45px;
}

.carousel-item {
  height: 74vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.call-to-action {
  padding: 100px 0;
  position: relative;
  background: url(../img/banner3.jpg);
  background-position: center center;
  background-size: cover;
}
.call-to-action .overlay {
  position: absolute;
  background-color: rgba(51, 40, 31, 0.75);
  bottom: 0;
  height: 100%;
  left: 0;
  right: 0;
}
.call-to-action .container {
  position: relative;
}
.call-to-action h4 {
  font-family: 'gobold', cursive;
  color: #f5deb3;
}


.modal-action {
  padding: 200px 0;
  position: relative;
  background: url(../img/banner10.jpg);
  background-position: center center;
  background-size: cover;
  border-radius: 0.75rem;
  border: 1px dotted #f5deb3;
}
.modal-action .overlay {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  height: 100%;
  left: 0;
  right: 0;
  border-radius: 0.75rem;
}
.modal-action .container {
  position: relative;
}
.modal-action h4 {
  font-family: 'gobold', cursive;
  color: #ffffff;
  font-size: 2.4rem;
  text-shadow: 2px 2px 2px #421c00;
}

.modal-content {
  background-color: #fff0;
  border: none;
}
.close {
  float: right;
  font-size: 2rem;
  font-weight: 800;
  line-height: 0.3;
  color: #d46a1d;
  text-shadow: none;
  opacity: 1;
}

@media (min-width: 576px) {
  .modal-dialog {
    margin: 6rem auto;
  }
}

.banner-top-pages {
  padding: 160px 0 10px;
  position: relative;
  background: url(../img/banner4.jpg);
  background-position: center center;
  background-size: cover;
}
.banner-top-pages .overlay {
  position: absolute;
  background-color: rgba(51, 40, 31, 0.75);
  bottom: 0;
  height: 100%;
  left: 0;
  right: 0;
}
.banner-top-pages .container {
  position: relative;
}
.banner-top-pages h4 {
  font-family: 'gobold', cursive;
  color: #f5deb3;
}




.btn-cta {
  color: #ffffff;
  background-color: #33281f;
  border-color: #33281f;
}
.btn-cta:hover {
  color: #d46a1d;
  background-color: transparent;
  border-color: #d46a1d;
}

.parceiros img {
  width: 100%;
      height: 10pc;
}
.bg-lightbrown {
  background-color: #eeedeb52;
      /* border-top: 1px solid #fbefd9; */
      /* border-bottom: 1px solid #fbefd9;*/
}
.bg-brown {
  color: #ead3aa;
  background-color: #33281f;
}

#about img {
  margin: 1rem 0;
  padding: 0.4rem;
  /* box-shadow: 1px 1px 3px #33281f; */
}

#about-page img {
  /* padding: 0.4rem; */
  box-shadow: 1px 1px 3px #33281f;
}

footer a {
  color: #33281f;
}
footer a:hover {
  color: #000;
}
footer i {
  font-size: 1rem;
  color: #fff;
  background: #33281f;
  width: 36px;
  height: 36px;
  border-radius: 40px;
  line-height: 36px !important;
  text-align: center;
}
footer p small {
  color: #f5deb3;
}

.list-group .list-group-item {
  font-family: 'gobold', cursive;
  color: #33281f;
  font-size: 1rem;
}

.card-body img {
  padding: 0.4rem;
  box-shadow: 1px 1px 3px #33281f;
}
.card-footer a {
  color: #33281f;
  text-decoration: underline;
}

/*
#events .card-img-top {
    width: 100%;
    height: 300px;
    object-fit: cover;
    padding: 0.5rem;
}
*/
#events .card-top {
  max-height: 280px;
  max-width: 280px;
}
#events .card-img-top {
 position: relative;
 max-height: 280px;
 max-width: 280px;
 top: 50%;
 transform: translateY(-50%);
}

#news .card-top {
  max-height: 280px;
  max-width: 280px;
}
#news .card-img-top {
position: relative;
 max-height: 280px;
 max-width: 280px;
 top: 50%;
 transform: translateY(-50%);
}

@media (max-width: 576px) {
#events .card-img-top {
    position: relative;
    max-height: 280px;
    max-width: 280px;
    top: auto;
    transform: none;
}
}

@media (max-width: 576px) {
#news .card-img-top {
    position: relative;
    max-height: 280px;
    max-width: 280px;
    top: auto;
    transform: none;
}
}



.check_mark {
  width: 80px;
  height: 130px;
  margin: 0 auto;
}

button {
  cursor: pointer;
  margin-left: 15px;
}

.hide{
  display:none;
}

.sa-icon {
  width: 80px;
  height: 80px;
  border: 4px solid gray;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  border-radius: 50%;
  margin: 20px auto;
  padding: 0;
  position: relative;
  box-sizing: content-box;
}

.sa-icon.sa-success {
  border-color: #4CAF50;
}

.sa-icon.sa-success::before, .sa-icon.sa-success::after {
  content: '';
  -webkit-border-radius: 40px;
  border-radius: 40px;
  border-radius: 50%;
  position: absolute;
  width: 60px;
  height: 120px;
  background: white;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.sa-icon.sa-success::before {
  -webkit-border-radius: 120px 0 0 120px;
  border-radius: 120px 0 0 120px;
  top: -7px;
  left: -33px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 60px 60px;
  transform-origin: 60px 60px;
}

.sa-icon.sa-success::after {
  -webkit-border-radius: 0 120px 120px 0;
  border-radius: 0 120px 120px 0;
  top: -11px;
  left: 30px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 0px 60px;
  transform-origin: 0px 60px;
}

.sa-icon.sa-success .sa-placeholder {
  width: 80px;
  height: 80px;
  border: 4px solid rgba(76, 175, 80, .5);
  -webkit-border-radius: 40px;
  border-radius: 40px;
  border-radius: 50%;
  box-sizing: content-box;
  position: absolute;
  left: -4px;
  top: -4px;
  z-index: 2;
}

.sa-icon.sa-success .sa-fix {
  width: 5px;
  height: 90px;
  background-color: white;
  position: absolute;
  left: 28px;
  top: 8px;
  z-index: 1;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.sa-icon.sa-success.animate::after {
  -webkit-animation: rotatePlaceholder 4.25s ease-in;
  animation: rotatePlaceholder 4.25s ease-in;
}

.sa-icon.sa-success {
  border-color: transparent\9;
}
.sa-icon.sa-success .sa-line.sa-tip {
  -ms-transform: rotate(45deg) \9;
}
.sa-icon.sa-success .sa-line.sa-long {
  -ms-transform: rotate(-45deg) \9;
}

.animateSuccessTip {
  -webkit-animation: animateSuccessTip 0.75s;
  animation: animateSuccessTip 0.75s;
}

.animateSuccessLong {
  -webkit-animation: animateSuccessLong 0.75s;
  animation: animateSuccessLong 0.75s;
}

@-webkit-keyframes animateSuccessLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  65% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  84% {
    width: 55px;
    right: 0px;
    top: 35px;
  }
  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}
@-webkit-keyframes animateSuccessTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  54% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }
  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }
  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}
@keyframes animateSuccessTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  54% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }
  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }
  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}

@keyframes animateSuccessLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  65% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  84% {
    width: 55px;
    right: 0px;
    top: 35px;
  }
  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}

.sa-icon.sa-success .sa-line {
  height: 5px;
  background-color: #4CAF50;
  display: block;
  border-radius: 2px;
  position: absolute;
  z-index: 2;
}

.sa-icon.sa-success .sa-line.sa-tip {
  width: 25px;
  left: 14px;
  top: 46px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.sa-icon.sa-success .sa-line.sa-long {
  width: 47px;
  right: 8px;
  top: 38px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@-webkit-keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
  }
  100% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
  }
}
@keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
  }
  100% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
  }
}






* {
  box-sizing: border-box!important;
}
.card-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: stretch;
}
.card-container {
  height: 24pc;
  flex: 1;
  margin: 20px;
  /* max-width: 400px; */
  max-width: 100%;
  background: rgba(239, 234, 230, 0.45);
  /* background-image: url(https://www.transparenttextures.com/patterns/bright-squares.png); */
  -webkit-box-shadow: 0 4px 10px rgba(0,0,0,.4), 0 5px 15px rgba(0,0,0,.1);
  -moz-box-shadow: 0 4px 10px rgba(0,0,0,.4), 0 5px 15px rgba(0,0,0,.1);
  box-shadow: 0 4px 10px rgba(0,0,0,.4), 0 5px 15px rgba(0,0,0,.1);
  border-radius: 15px 15px 15px;
}
.card-profile .card-container {
  min-width:400px;
  max-width:400px;
}
.card-bg-img {
  display: block;
  min-height: 120px;
  border-radius: 15px 15px 0px 0px;
}
.card-profile-img {
  position: relative;
}
.card-profile-img > img {
  height:100px;
  width:100px;
  border-radius: 50%;
  border: 2px solid white;
  position: absolute;
  top: -50px;
  left: 15px;
}
.card-heading {
  padding: 10px 30px 0;
  min-height: 50px;
}
.card-profile .card-heading {
  margin-left: calc(100px + 15px);
}
.card-title,
.card-subtitle {
  display:block;
  padding-top: 5px;
}
.card-title {
  font-size: 1.25rem;
  color: #d46a1d;
  text-align: center;
}
.card-body {
  padding: 20px 30px 30px;
}















/*
* Design by Robert Mayer:https://goo.gl/CJ7yC8
*
*I intentionally left out the line that was supposed to be below the subheader simply because I don't like how it looks.
*
* Chronicle Display Roman font was substituted for similar fonts from Google Fonts.
*/

/* body {
  background-color: #fdf1ec;
} */

.wrapper {
  height: 420px;
  width: 654px;
  margin: 50px auto;
  border-radius: 7px 7px 7px 7px;
  /* VIA CSS MATIC https://goo.gl/cIbnS */
  -webkit-box-shadow: 0px 14px 32px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 14px 32px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 14px 32px 0px rgba(0, 0, 0, 0.15);
}

.product-img {
  float: left;
  height: 420px;
  width: 327px;
}

.product-img img {
  border-radius: 7px 0 0 7px;
}

.product-info {
  float: left;
      height: 420px;
      width: 327px;
      border-radius: 0 7px 10px 7px;
      background-color: #f5deaf57;
}

.product-text {
  height: 300px;
  width: 327px;
  text-align: left;
}

.product-text h1 {
  margin: 0 0 0 38px;
  padding-top: 52px;
  font-size: 34px;
  color: #474747;
}

.product-text h1,
.product-price-btn p {
  font-family: 'Bentham', serif;
}

.product-text h2 {
  margin: 0 0 47px 38px;
  font-size: 13px;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  color: #d2d2d2;
  letter-spacing: 0.2em;
}

.product-text p {
  text-align: left;
  padding-top: 2pc;
  height: 125px;
  margin: 0 0 0 38px;
  font-family: 'Playfair Display', serif;
  color: #8d8d8d;
  line-height: 1.7em;
  font-size: 15px;
  font-weight: lighter;
  overflow: hidden;
}

.product-price-btn {
  height: 103px;
  width: 327px;
  margin-top: 17px;
  position: relative;
}

.product-price-btn p {
  display: inline-block;
  position: absolute;
  top: -13px;
  height: 50px;
  font-family: 'Trocchi', serif;
  margin: 0 0 0 38px;
  font-size: 28px;
  font-weight: lighter;
  color: #474747;
}

span {
  display: inline-block;
  height: 50px;
  font-family: 'Suranna', serif;
  font-size: 34px;
}

.product-price-btn button {
  float: right;
  display: inline-block;
  height: 50px;
  width: 176px;
  margin: 0 40px 0 16px;
  box-sizing: border-box;
  border: transparent;
  border-radius: 60px;
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #ffffff;
  background-color: #33281f;
  cursor: pointer;
  outline: none;
}

.product-price-btn button:hover {
  border: 2px solid #34291e;
background-color: #fcf4e4;
/* border-color: #3e3126!important; */
color: #3e3126;
/* border-bottom-color: #3e3126; */
/* background-color: white; */
}
