/***************    Variables   ************************/
/***************    Variables   ************************/
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montez&display=swap");
/* Cards */
/* Buttons */
/* Breakpoins */
/* GOOGLE FONT */
/* @import url('https://fonts.googleapis.com/css2?family=Fleur+De+Leah&display=swap'); */
/* @import url('https://fonts.googleapis.com/css2?family=Bonheur+Royale&display=swap'); */
@font-face {
  font-family: "Donalia";
  src: url(../font/Donalia.otf);
  src: url(../font/Donalia.ttf) format("truetype");
}
/* RESET */
body {
  padding: 0;
  margin: 0;
  font-family: "Jost", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

:focus {
  outline: none;
  border: none;
  box-shadow: none;
}

li {
  list-style: none;
}

/* STYLES */
.webp .section-acerca-de::before {
  background-image: url(../img/webp/bg-big-heading-section.webp);
}

.no-webp .section-acerca-de::before {
  background-image: url(../img/png/bg-big-heading-section.png);
}

.target {
  padding: 20px;
  border: 2px solid #b0c7d9;
  position: relative;
  margin-bottom: 40px;
}
.target::before {
  content: "";
  position: absolute;
  right: -5px;
  top: -20px;
  padding: 5px;
  width: 118px;
  height: 26px;
  background-color: #FFFFFF;
  background-image: url(../img/png/shape-card-top.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.target::after {
  content: "";
  position: absolute;
  left: -5px;
  bottom: -20px;
  padding: 5px;
  width: 118px;
  height: 26px;
  background-color: #FFFFFF;
  background-image: url(../img/png/shape-card-bottom.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.target .target-content {
  padding: 30px;
  text-align: center;
  background-color: #edf3f8;
}
.target .target-content .heading {
  font-family: "Donalia";
  display: block;
  font-size: 28px;
  font-weight: 400;
  position: relative;
  line-height: 1;
  padding: 0;
  margin-bottom: 20px;
}

.big-hero {
  width: 100%;
  height: 100vh;
  /* background-color: $color-purple; */
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-image: url(../img/png/bg-cherry-2.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.big-hero::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 1px solid #edf3f8;
  width: 98%;
  height: 90%;
  z-index: 1;
}
.big-hero::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(136, 143, 208, 0.76);
}
.big-hero .big-heading {
  /* font-family: "Fleur De Leah", serif; */
  /* font-family: "Bonheur Royale", serif; */
  /* font-family: "Montez", serif; */
  font-family: "Donalia", serif;
  font-style: normal;
  font-size: 4rem;
  line-height: 1;
  font-weight: 100;
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 3rem 0;
  color: #002642;
}
.big-hero .big-heading span:last-child {
  padding: 0 0 0 1rem;
}
@media (min-width: 992px) {
  .big-hero .big-heading {
    font-size: 6rem;
    padding: 0;
  }
}
.big-hero .middle-pic {
  position: relative;
  max-width: 50%;
  margin: 0 auto;
}
.big-hero .middle-pic .frame-img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 122%;
}
.big-hero .middle-pic img {
  border-radius: 235px;
}
.big-hero .container {
  z-index: 2;
}

section {
  padding: 3.75rem 0;
}
section .heading {
  font-family: "Donalia", serif;
  font-size: calc(19.8px + 1.3125vw);
  line-height: 1;
  color: #002642;
  text-align: center;
  margin: 0 0 2.5rem 0;
}
section .section-title {
  max-width: 200px;
  margin: 0 auto;
  position: relative;
}
section .section-title::before {
  content: "";
  position: absolute;
  left: -70px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 144px;
  height: 1px;
  background: #86a0b6;
}
section .section-title::after {
  content: "";
  position: absolute;
  right: -70px;
  left: auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 144px;
  height: 1px;
  background: #86a0b6;
}
section .section-title .round-ball {
  position: absolute;
  left: 50%;
  top: -5px;
  width: 15px;
  height: 15px;
  border: 1px solid #86a0b6;
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (max-width: 575px) {
  section .section-title::before {
    left: 0;
    width: 80px;
  }
  section .section-title::after {
    right: 0;
    width: 80px;
  }
}
section.when-and-where {
  background-image: url(../img/png/bg_rose_1.png), url(../img/png/bg_rose_2.png);
  background-position: top left, top right;
  background-repeat: no-repeat, no-repeat;
  background-size: 22%, 22%;
}
section.joke {
  background-image: url(../img/png/bg-cherry.jpg);
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #86a0b6;
  min-height: 280px;
  position: relative;
  opacity: 0.9;
}
section.joke::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 1px solid #edf3f8;
  width: 98%;
  height: 90%;
}
@media (min-width: 992px) {
  section.joke {
    background-position: center top -18rem;
  }
}
section.are-u-invite {
  position: relative;
  padding-top: 6.75rem;
  background-image: url(../img/png/so-white.png);
  background-position: center;
  background-repeat: repeat;
  background-size: auto;
}
section.are-u-invite::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 202px;
  height: 68px;
  background-image: url(../img/png/butterfly.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
}
section.are-u-invite .invite {
  position: relative;
  margin: 0 auto;
  padding: 10px;
  box-shadow: 0 2px 16.8px 3.2px rgba(0, 0, 0, 0.08);
  background: #fff;
}
section.are-u-invite .invite .content-invite {
  padding: 60px 20px;
  border: 20px solid #cde0ef;
  position: relative;
  z-index: 9;
}
section.are-u-invite .invite .content-invite .successMessage {
  font-size: 1.4rem;
  line-height: 1;
  text-align: center;
}
section.are-u-invite .invite .content-invite .heading {
  font-family: "Donalia";
  font-size: 45px;
  font-size: calc(19.8px + 1.3125vw);
  line-height: 1.2;
  margin: 0 0 20px 0;
  position: relative;
  /* text-transform: capitalize; */
  font-weight: 500;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
section.are-u-invite .invite .content-invite .heading small {
  font-size: 25px;
}
section.are-u-invite .invite .content-invite .contact-validation-active .form-field {
  margin-bottom: 20px;
}
section.are-u-invite .invite .content-invite .contact-validation-active .form-field .errorMessage {
  color: red;
  font-size: 16px;
}
section.are-u-invite .invite .content-invite .contact-validation-active .form-field .radio-buttons {
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  section.are-u-invite .invite .content-invite .contact-validation-active .form-field .radio-buttons {
    flex-direction: row;
    justify-content: space-around;
  }
}
section.are-u-invite .invite .content-invite .contact-validation-active .form-field .radio-buttons [type=radio]:checked + label, section.are-u-invite .invite .content-invite .contact-validation-active .form-field .radio-buttons [type=radio]:not(:checked) + label {
  color: #738ea5;
  cursor: pointer;
  display: inline-block;
  line-height: 20px;
  padding-left: 28px;
  position: relative;
  font-size: 18px;
}
section.are-u-invite .invite .content-invite .contact-validation-active .form-field .radio-buttons [type=radio]:checked + label::before, section.are-u-invite .invite .content-invite .contact-validation-active .form-field .radio-buttons [type=radio]:not(:checked) + label::before {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 100%;
  content: "";
  height: 18px;
  left: 0;
  position: absolute;
  top: 0;
  width: 18px;
}
section.are-u-invite .invite .content-invite .contact-validation-active .form-field .radio-buttons [type=radio]:checked + label::after, section.are-u-invite .invite .content-invite .contact-validation-active .form-field .radio-buttons [type=radio]:not(:checked) + label::after {
  background: #738ea5;
  border-radius: 100%;
  content: "";
  height: 12px;
  left: 3px;
  position: absolute;
  top: 3px;
  transition: all 0.2s ease;
  width: 12px;
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
section.are-u-invite .invite .content-invite .contact-validation-active .form-field .radio-buttons [type=radio]:checked + label::after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
section.are-u-invite .invite .content-invite .contact-validation-active .form-field .form-control {
  width: 100%;
  height: 50px;
  margin: 0;
  border: 0;
  padding-left: 0;
  border-bottom: 1px solid #cde0ef;
  background: transparent;
  border-radius: 0;
  color: #738ea5;
  font-size: 18px;
}
section.are-u-invite .invite .content-invite .contact-validation-active .form-field .form-control.select {
  color: #738ea5;
  -webkit-appearance: none;
  -o-appearance: none;
  appearance: none;
  -moz-appearance: none;
  background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAGCAYAAAARx7TFAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RDM1RjYwNDAwNjRGMTFFQzhGMURDMDU1RENGMDdGOTYiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RDM1RjYwM0YwNjRGMTFFQzhGMURDMDU1RENGMDdGOTYiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6OTVCNTM0MzM4QjA4MTFFN0EyQjNBNDIxNDM2MDkwQkEiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6OTVCNTM0MzQ4QjA4MTFFN0EyQjNBNDIxNDM2MDkwQkEiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4ctHC5AAAAY0lEQVR42mKcN3/+GQYGhorEhIQ9DGhg/oIF5UDKmAlI3APiVUABFywKOoD4LBPQhDAgYw+yQiQFIBs6Gf///w/TuQpIgRStBuI0mAKQHFwRksJQZAVgAFKEjIEeCUUXAwgwAC30Q/f8tXHIAAAAAElFTkSuQmCC) no-repeat calc(100% - 15px) 50%;
  position: relative;
}
section.are-u-invite .invite .content-invite .contact-validation-active .form-field .form-control:focus {
  outline: none;
  box-shadow: none;
}
section.are-u-invite .invite .content-invite .contact-validation-active .submit-area {
  margin-top: 40px;
  text-align: center;
}
section.are-u-invite .invite .content-invite .contact-validation-active .submit-area .submit-btn {
  cursor: pointer;
  background-color: #edf3f8;
  color: #002642;
  display: inline-block;
  font-weight: 600;
  padding: 15px 45px;
  font-size: 15px;
  border: 0;
  text-transform: capitalize;
  z-index: 1;
  position: relative;
  font-size: 16px;
  font-size: 1.0666666667rem;
  transition: all 0.3s;
  text-decoration: none;
}
section.are-u-invite .invite .content-invite .contact-validation-active .submit-area .submit-btn::after {
  position: absolute;
  left: 5px;
  top: 5px;
  width: 100%;
  height: 100%;
  content: "";
  border: 1px solid #edf3f8;
  z-index: -1;
  transition: all 0.3s;
}
@media (min-width: 992px) {
  section.are-u-invite .invite .content-invite {
    padding: 60px 40px;
  }
}
@media (min-width: 992px) {
  section.are-u-invite {
    background-image: url(../img/png/rose-1.png), url(../img/png/so-white.png);
    background-position: center right 25%, center;
    background-repeat: no-repeat, repeat;
    background-size: auto, auto;
  }
}

footer {
  background-color: #edf3f8;
  position: relative;
}
footer .upper-footer {
  padding: 50px 0;
  position: relative;
}
footer .upper-footer::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 1px solid #cde0ef;
  width: 98%;
  height: 90%;
}
footer .upper-footer .target {
  margin: 0;
}
footer .upper-footer .target::before, footer .upper-footer .target::after {
  background-color: #edf3f8;
}
footer .upper-footer .target .target-content p {
  display: flex;
  flex-direction: column;
  text-align: center;
}
@media (min-width: 992px) {
  footer .upper-footer .target .target-content p {
    display: block;
    flex-direction: unset;
  }
}
footer .lower-footer {
  color: #FFFFFF;
  padding: 1rem 0;
  text-align: center;
  position: relative;
  background-color: #86a0b6;
}/*# sourceMappingURL=styles.css.map */