/* comando para rodar o scss -> sass --watch Views/stylesheet/sass/stylesheet.scss:Views/stylesheet/css/stylesheet.css */
* {
  font-family: "Montserrat", sans-serif;
}

header .container .logo {
  text-align: center;
  margin: 64px auto 58.49px auto;
}
header .container .logo img {
  width: 244.66px;
}
header .container nav ul {
  list-style: none;
  margin: 0 auto;
  width: 100%;
  padding: 0px;
  display: flex;
  justify-content: space-between;
}
header .container nav ul li {
  float: left;
  margin-right: 125px;
}
header .container nav ul li:last-child {
  margin-right: 0px;
}
header .container nav ul li a {
  font-size: 18px;
  color: #707070;
}
header .container nav ul li a.active {
  font-weight: bold;
}
header .container nav.fixed {
  width: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  background-color: white;
  z-index: 999;
  padding: 30px 0;
  border-bottom: 3px solid #F5C893;
}
header .container nav.fixed ul {
  width: 1140px;
}
@media (max-width: 991px) {
  header .container nav.fixed ul {
    width: 960px !important;
  }
}
@media (max-width: 767px) {
  header .container nav.fixed ul {
    width: 720px !important;
  }
}
@media (max-width: 575px) {
  header .container nav.fixed ul {
    width: 540px !important;
  }
}
@media (max-width: 1200px) {
  header .container nav {
    display: none;
  }
}

.banner {
  width: 100%;
  height: 761px;
  margin-top: 41px;
  background-image: url(../../img/banner.png);
  background-position: center;
  background-size: cover;
  border-bottom: 7px solid #F5C893;
}
@media (max-width: 768px) {
  .banner {
    height: 300px;
  }
}

.nossa-historia {
  margin-top: 108px;
}
.nossa-historia .row div:first-child {
  font-size: 30px;
  color: #707070;
  text-align: center;
  font-weight: bold;
  padding-top: 8px;
}
.nossa-historia .row div:nth-child(2) {
  margin-top: 108px;
}
@media (min-width: 1200px) {
  .nossa-historia .row div:nth-child(2) {
    margin-top: 134px;
    padding: 8px;
  }
}
.nossa-historia .row div:nth-child(2) img {
  transition: 1s;
}
@media (min-width: 1200px) {
  .nossa-historia .row div:nth-child(2) img {
    opacity: 0;
  }
  .nossa-historia .row div:nth-child(2) img:nth-child(2) {
    margin-left: 51px;
    margin-top: -228px;
  }
  .nossa-historia .row div:nth-child(2) img:last-child {
    margin-left: 270px;
    margin-top: -214px;
  }
}
@media (max-width: 1199px) {
  .nossa-historia .row div:nth-child(2) img {
    display: none;
  }
  .nossa-historia .row div:nth-child(2) img:nth-child(2) {
    display: none;
  }
  .nossa-historia .row div:nth-child(2) img:last-child {
    display: block;
    width: 100%;
  }
}
.nossa-historia .row div:last-child {
  opacity: 0;
  transition: 1s;
  font-size: 22px;
  text-align: left;
  font-weight: normal;
  margin-top: 108px;
}
@media (min-width: 1200px) {
  .nossa-historia .row div:last-child {
    margin-top: 134px;
  }
}

.galeria-de-fotos {
  margin-top: 108px;
}
.galeria-de-fotos .row div:first-child {
  text-align: center;
  margin-bottom: 108px;
  color: #707070;
  font-size: 30px;
  font-weight: bold;
}
@media (max-width: 1199px) {
  .galeria-de-fotos .row div:nth-child(2) img {
    width: calc(50% - 3px);
  }
}
@media (min-width: 1200px) {
  .galeria-de-fotos .row div:nth-child(2) img {
    opacity: 0;
    position: absolute;
    transition: 1s;
  }
  .galeria-de-fotos .row div:nth-child(2) img:nth-child(2) {
    top: 143px;
    left: 139px;
  }
  .galeria-de-fotos .row div:nth-child(2) img:nth-child(3) {
    top: 50px;
    left: 538px;
  }
  .galeria-de-fotos .row div:nth-child(2) img:nth-child(4) {
    top: 465px;
    left: 83px;
  }
  .galeria-de-fotos .row div:nth-child(2) img:nth-child(5) {
    top: 321px;
    left: 771px;
  }
}

.lista-de-presentes {
  margin-top: 888px;
}
@media (max-width: 1200px) {
  .lista-de-presentes {
    margin-top: 108px;
  }
}
.lista-de-presentes .row .title {
  text-align: center;
  margin-bottom: 50px;
  color: #707070;
  font-size: 30px;
  font-weight: bold;
}
.lista-de-presentes .row .categoria-presente-item {
  text-align: center;
  margin-bottom: 45px;
}
.lista-de-presentes .row .categoria-presente-item .categoria-presente-icone {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 100px;
  height: 100px;
  margin: 0 auto 18px;
}
.lista-de-presentes .row .categoria-presente-item a {
  font-size: 18px;
  color: #707070;
  transition: 0.2s;
}
.lista-de-presentes .row .categoria-presente-item a:hover {
  font-weight: bold;
  text-decoration: none;
}

.confirmar-presenca {
  margin-top: 108px;
}
.confirmar-presenca .row .title {
  text-align: center;
  margin-bottom: 50px;
  color: #707070;
  font-size: 30px;
  font-weight: bold;
}
.confirmar-presenca .row form p {
  text-align: left;
  font-size: 20px;
  letter-spacing: 1px;
  color: #707070;
  opacity: 1;
  font-weight: 100;
  margin-bottom: 20px;
}
.confirmar-presenca .row form input[type=text] {
  border-radius: 8px;
  width: 100%;
  height: 52px;
  border: 1px solid #707070;
  margin-bottom: 40px;
}
.confirmar-presenca .row form input[type=text]:focus {
  outline: none;
}
.confirmar-presenca .row form input[type=checkbox] {
  width: 18px;
  height: 18px;
  margin-left: 10px;
  margin-bottom: 14px;
}
.confirmar-presenca .row form .check-area {
  list-style: none;
  padding: 0px;
  width: 100%;
}
.confirmar-presenca .row form .check-area li {
  float: left;
}
.confirmar-presenca .row form .check-area li input[type=radio] {
  margin-right: 17px;
  width: 18px;
  height: 18px;
}
.confirmar-presenca .row form .check-area li span {
  margin-right: 39px;
  text-align: left;
  font-size: 20px;
  letter-spacing: 1px;
  color: #707070;
  opacity: 1;
  font-weight: 400;
}
.confirmar-presenca .row form .info {
  margin-top: 108px;
  font-size: 18px;
  font-weight: 300;
  color: #707070;
}
@media (max-width: 380px) {
  .confirmar-presenca .row form .info {
    margin-top: 150px;
  }
}
.confirmar-presenca .row form button {
  padding: 14px 52px;
  background-color: #F5C893;
  border-radius: 8px;
  color: white;
  font-size: 20px;
  border: none;
  margin-top: 54px;
}
.confirmar-presenca .row .img-area {
  text-align: right;
}
.confirmar-presenca .row .img-area img {
  height: 529px;
}
@media (max-width: 991px) {
  .confirmar-presenca .row .img-area img {
    height: auto;
    width: 100%;
    margin-top: 50px;
  }
}

footer {
  border-top: 7px solid #F5C893;
  margin-top: 97px;
  padding: 50px 0px;
}
footer .logo-footer {
  margin-bottom: 50px;
}
footer h2 {
  font-size: 18px;
  color: #707070;
  font-weight: bold;
}
footer p {
  font-weight: 100;
  color: #707070;
}
footer .footer-info {
  display: flex;
  justify-content: space-between;
}
footer .footer-info div:nth-child(2) {
  width: 333px;
}
@media (max-width: 991px) {
  footer .footer-info {
    display: block;
  }
  footer .footer-info div:nth-child(2) {
    width: auto;
  }
}

.products a:hover {
  text-decoration: none;
}
.products .product {
  margin-top: 40px;
  margin-bottom: 20px;
}
.products .product .product-img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 auto;
  width: 100%;
  height: 250px;
  border: 5px solid #F5C893;
}
.products .product .product-info h2 {
  font-size: 21px;
  color: #707070;
  margin-top: 32px;
}
.products .product .product-info h3 {
  font-size: 27px;
  color: #707070;
  font-weight: bold;
  margin-bottom: 16px;
}
.products .product .product-info button {
  width: 100%;
  height: 48px;
  background-color: #F5C893;
  color: #FFFFFF;
  font-size: 21px;
  font-weight: 100;
  border: none;
  transition: 0.2s;
}
.products .product .product-info button:hover {
  border: 1px solid #F5C893;
  color: #707070;
  background-color: white;
}
.products .product.presenteado .product-img {
  border: 5px solid #707070;
}
.products .product.presenteado .product-info button {
  background-color: #707070;
}
.products .product.presenteado .product-info button:hover {
  background-color: #707070;
  color: white;
  border: none;
  cursor: no-drop;
}

.productAreaDesktop {
  display: flex;
  justify-content: space-between;
  margin-top: 72px;
}
.productAreaDesktop .productGalery {
  display: flex;
}
.productAreaDesktop .productGalery .miniImages .miniImage {
  width: 130px;
  height: 130px;
  border: 5px solid #F5C893;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: 22px;
  cursor: pointer;
}
.productAreaDesktop .productGalery .miniImages .miniImage:last-child {
  margin-bottom: 0px;
}
.productAreaDesktop .productGalery .bigImage div {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 586px;
  height: 586px;
  margin-left: 16px;
  border: 5px solid #F5C893;
}
.productAreaDesktop .productInfo {
  margin-left: 56px;
}
.productAreaDesktop .productInfo p {
  font-size: 18px;
  color: #707070;
  margin: 0px;
}
.productAreaDesktop .productInfo p b {
  font-size: 25px;
}
.productAreaDesktop .productInfo p:first-child {
  margin-bottom: 27px;
}
.productAreaDesktop .productInfo button {
  font-size: 21px;
  color: white;
  border: none;
  background-color: #F5C893;
  padding: 12px 40px;
  margin-top: 27px;
}
@media (max-width: 1199px) {
  .productAreaDesktop {
    display: none;
  }
}

.productAreaMobile {
  display: none;
}
.productAreaMobile .productInfo {
  margin-top: 56px;
}
.productAreaMobile .productInfo p {
  font-size: 18px;
  color: #707070;
  margin: 0px;
}
.productAreaMobile .productInfo p b {
  font-size: 25px;
}
.productAreaMobile .productInfo p:first-child {
  margin-bottom: 27px;
}
.productAreaMobile .productInfo button {
  font-size: 21px;
  color: white;
  border: none;
  background-color: #F5C893;
  padding: 12px 40px;
  margin-top: 27px;
}
@media (max-width: 1199px) {
  .productAreaMobile {
    display: block;
  }
}

.opacity1 {
  opacity: 1 !important;
}

/*# sourceMappingURL=stylesheet.css.map */
