/** @format */

.acm-hero {
  background-repeat: no-repeat;
  background-position: left top;
  padding: 112px 0;
  position: relative;
}
.acm-hero::after,
.swiper-top .swiper-slide::after {
  /* content:
  ''; */
  /* display:
  block; */
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: radial-gradient(transparent, #212729);
}

@media screen and (min-width: 992px) {
  .acm-hero {
    background-size: cover;
    background-position: center center;
    padding: 130px 0;
  }
}
@media screen and (max-width: 767px) {
  .acm-hero {
    background-size: cover;
    background-position: center center;
    min-height: 100vh;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.acm-hero.full-screen {
  padding: 0;
}
@media screen and (max-width: 991px) {
  .acm-hero.full-screen .hero-content {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.acm-hero .hero-content {
  width: 80%;
  z-index: 2;
  position: relative;
}
.acm-hero .hero-content.effect {
  animation: effect-top 5s;
  -webkit-animation: effect-top 5s;
}
@media screen and (min-width: 767px) {
  .acm-hero .hero-content {
    width: 70%;
  }
}
@media screen and (min-width: 992px) {
  .acm-hero .hero-content {
    width: 50%;
  }
}
.acm-hero .hero-intro {
  font-weight: 300;
}
.acm-hero .hero-btn-actions {
}
.acm-hero .hero-mask {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  background-color: #000000;
  opacity: 0;
  filter: alpha(opacity=0);
}
@media screen and (min-width: 992px) {
  .acm-hero.position-center .hero-content {
    width: 75%;
  }
}
.acm-hero.position-center .hero-content {
  margin: 0 auto;
}
@media screen and (min-width: 992px) {
  .acm-hero.position-center .hero-content {
    margin: 0 auto;
  }
}
.acm-hero.position-right .hero-content {
  float: none;
  margin: 0 auto;
}
@media screen and (min-width: 992px) {
  .acm-hero.position-right .hero-content {
    float: right;
    margin: 0;
  }
}
.acm-hero .hero-heading,
.swiper-top h1 {
  color: #ffffff;
  /* font-size: 1.8rem; */
  text-shadow: 0 2px 3px BLACK;
  display: inline-block;
  padding: 0.4rem;
  line-height: 1;
}

@media screen and (min-width: 767px) {
  .acm-hero .hero-heading,
  .swiper-top h1 {
    font-size: 30px;
    padding: 1rem;
  }
}
@media screen and (min-width: 992px) {
  .acm-hero .hero-heading,
  .swiper-top h1 {
    font-size: 3rem;
    line-height: 1.3;
    font-family: var(--heading-font-family);
    font-weight: 900;
  }
}
.acm-hero .hero-intro {
  color: #f4f6f7;
  color: rgba(255, 255, 255, 0.6);
}
.acm-hero .hero-intro a {
  /* color: inherit; */
  /* border-bottom: 2px solid; */
}
.acm-hero .hero-intro a:hover,
.acm-hero .hero-intro a:focus,
.acm-hero .hero-intro a:active {
  color: #ffffff;
}
.acm-hero .hero-intro {
  /* display: none; */
  font-size: 16px;
  margin-bottom: 39px;
  display: none;
}
@media screen and (min-width: 992px) {
  .acm-hero .hero-intro {
    display: block;
    font-size: 24px;
    font-family: var(--heading-font-family);
    display: none;
  }
}
.ft-info .acm-hero .hero-intro {
  display: block;
}

.acm-hero .hero-btn-actions .btn,
.swiper-slide .btn {
  position: relative; /* Indispensable para el truco del área invisible */
  display: inline-block;
  background: #ffffff;
  border: none;
  transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1); /* Transición más suave */
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 0.5rem 1.1rem;
  color: var(--mainnav-link-color);
  font-size: 0.85rem;
  border-radius: 99rem;
  font-weight: 500;
  box-shadow:
    0px 5px 10px rgb(0 0 0 / 50%),
    0px 10px 3px rgb(0 0 0 / 30%);
  text-decoration: none;
}

.acm-hero .hero-btn-actions .btn:hover,
.acm-hero .hero-btn-actions .btn:focus,
.swiper-slide .btn:hover,
.swiper-slide .btn:focus {
  background-color: #009639; /* Verde Los Cipreses */
  color: #fff !important;
  transform: translateY(-7px);
  box-shadow: 0px 10px 14px rgb(0 0 0 / 49%);
  outline: none;
}

.acm-hero .hero-btn-actions .btn:hover::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: -15px; /* Cubre el hueco de los 7px que sube el botón */
  z-index: -1;
}

.acm-hero .hero-btn-actions .btn.btn-border {
  border: 2px solid #ffffff;
  color: #ffffff;
}
.acm-hero .hero-btn-actions .btn.btn-border:hover,
.acm-hero .hero-btn-actions .btn.btn-border:focus,
.acm-hero .hero-btn-actions .btn.btn-border:active {
  background-color: #ffffff;
  color: #3d4045;
}
@media screen and (max-width: 767px) {
  .acm-hero .hero-btn-actions .btn {
    margin-bottom: 26px;
  }
}
.acm-hero.style-light .hero-heading {
  font-family: var(--dm-serif);
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .acm-hero.style-light .hero-content {
    width: auto;
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .item:nth-child(4) .acm-hero.style-light .hero-content {
    width: 60%;
  }
}
.acm-hero.style-light .hero-intro {
  font-family: var(--heading-font-family);
  color: #495057;
  background: white;
  width: max-content;
  margin: 0 auto;
  padding: 2px 10px;
}
.acm-hero.style-light .btn.btn-border {
  border-color: #38b775;
  color: #38b775;
}
.acm-hero.style-light .btn.btn-border:hover,
.acm-hero.style-light .btn.btn-border:focus,
.acm-hero.style-light .btn.btn-border:active {
  background: #38b775;
  color: #ffffff;
}
.acm-hero.style-light .hero-mask {
  background-color: #ffffff;
}
@keyframes effect-top {
  0% {
    transform: translateY(-15%);
    opacity: 0.3;
    filter: alpha(opacity=30);
  }
  100% {
    transform: translateY(0);
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@-webkit-keyframes effect-top {
  0% {
    -webkit-transform: translateY(-15%);
    opacity: 0.3;
    filter: alpha(opacity=30);
  }
  100% {
    -webkit-transform: translateY(0);
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
.acm-hero.style-2 {
  padding: 0;
  position: relative;
}
.acm-hero.style-2 .hero-content {
  background-size: cover;
  padding: 80px 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .acm-hero.style-2 .hero-content {
    padding: 160px 0;
  }
}
@media screen and (max-width: 991px) {
  .acm-hero.style-2 .hero-content {
    overflow: hidden;
  }
}
.acm-hero.style-2 .hero-description {
  color: #ffffff;
  padding: 52px;
  position: relative;
  margin: auto;
  text-align: center;
  width: 450px;
}
@media screen and (max-width: 767px) {
  .acm-hero.style-2 .hero-description {
    display: none;
  }
}
.acm-hero.style-2 .hero-description .hero-quote {
  border-bottom: 1px solid;
  display: inline-block;
  font-size: 42px;
  padding-bottom: 22px;
}
@media screen and (max-width: 1199px) {
  .acm-hero.style-2 .hero-description .hero-quote {
    border: 0;
    padding-bottom: 13px;
  }
}
.acm-hero.style-2 .hero-description .hero-index {
  font-size: 80px;
  font-weight: 500;
  margin: 52px -100%;
  text-transform: uppercase;
}
@media screen and (max-width: 1400px) {
  .acm-hero.style-2 .hero-description .hero-index {
    margin: 26px -100%;
  }
}
@media screen and (max-width: 1199px) {
  .acm-hero.style-2 .hero-description .hero-index {
    font-size: 60px;
    margin: 0 -50%;
  }
}
.acm-hero.style-2 .hero-description .hero-des {
  font-size: 24px;
  margin-bottom: 0;
  padding-top: 22px;
}
@media screen and (max-width: 1199px) {
  .acm-hero.style-2 .hero-description .hero-des {
    padding-top: 13px;
  }
}
.acm-hero.style-2 .hero-description:before {
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #ffffff;
  content: "";
  height: 30%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 1199px) {
  .acm-hero.style-2 .hero-description:before {
    display: none;
  }
}
.acm-hero.style-2 .hero-description:after {
  border-width: 0px 10px 10px 10px;
  border-style: solid;
  border-color: #ffffff;
  bottom: 0;
  content: "";
  height: 30%;
  left: 0;
  position: absolute;
  width: 100%;
}
@media screen and (max-width: 1199px) {
  .acm-hero.style-2 .hero-description:after {
    display: none;
  }
}
.acm-hero.style-2.style-light .hero-description {
  color: #3d4045;
}
.acm-hero.style-2.style-light .hero-description:after,
.acm-hero.style-2.style-light .hero-description:before {
  border-color: #3d4045;
}

.acm-hero.style-4 {
  overflow: hidden;
}
@media screen and (max-width: 1199px) {
  .acm-hero.style-4.full-screen {
    height: auto !important;
  }
  .acm-hero.style-4.full-screen .hero-content {
    padding-top: 0 !important;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
  }
}
@media screen and (max-width: 767px) {
  .acm-hero.style-4.full-screen .hero-content {
    line-height: 1;
    padding-bottom: 0;
  }
  .acm-hero.style-4.full-screen .hero-content .hero-heading {
    font-size: 24px;
  }
}
.acm-hero.style-4 .video-wrapper {
  height: 0;
  padding-bottom: 56.25%;
  padding-top: 0;
  position: relative;
}
.acm-hero.style-4 .video-wrapper:before {
  content: "";
  position: absolute;
  background-color: #039be5;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  opacity: 0.6;
  filter: alpha(opacity=60);
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
@media screen and (max-width: 767px) {
  .acm-hero.style-4 .video-wrapper:before {
    display: none;
  }
}
.acm-hero.style-4.mask-off .video-wrapper:before {
  opacity: 0;
  filter: alpha(opacity=0);
  display: none;
}
.acm-hero.style-4.mask-off .hero-content {
  opacity: 0;
  filter: alpha(opacity=0);
}
.acm-hero.style-4 iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  z-index: 1;
  width: 100%;
}
.acm-hero.style-4 .hero-content {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 3;
  padding-right: 26px;
  padding-left: 26px;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.acm-hero.style-4 .hero-content .hero-heading {
  font-size: 32px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .acm-hero.style-4 .hero-content .hero-heading {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 992px) {
  .acm-hero.style-4 .hero-content .hero-heading {
    font-size: 45px;
  }
}
@media screen and (min-width: 1200px) {
  .acm-hero.style-4 .hero-content .hero-heading {
    font-size: 56px;
  }
}
@media screen and (max-width: 767px) {
  .acm-hero.style-4 .hero-content .hero-btn-actions {
    margin-top: 0;
  }
}
.acm-hero.style-4 .hero-content .btn-rounded {
  border-radius: 50%;
  height: 52px;
  line-height: 48px;
  padding: 0 !important;
  width: 52px;
  border-width: 3px;
  opacity: 0.7;
}
.acm-hero.style-4 .hero-content .btn-rounded:hover {
  box-shadow: none;
  opacity: 1;
}
.acm-hero.style-5 {
  background-size: cover !important;
}
.acm-hero.style-5 .hero-content {
  width: 100%;
}
.acm-hero.style-5 .hero-content:before,
.acm-hero.style-5 .hero-content:after {
  content: " ";
  display: table;
}
.acm-hero.style-5 .hero-content:after {
  clear: both;
}
@media screen and (max-width: 991px) {
  .acm-hero.style-5 .hero-content {
    width: auto;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .acm-hero.style-5 .hero-content {
    padding-left: 80px;
    padding-right: 80px;
  }
}
.acm-hero.style-5 .hero-content .hero-heading {
  font-size: 45px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .item:nth-child(3) .acm-hero.style-5 .hero-content .hero-intro {
    display: block;
    background: #ffffff;
    background: rgba(255, 255, 255, 0.91);
    padding: 10px;
  }
}
.acm-hero.style-5 .hero-img img {
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .acm-hero.style-5 .hero-img {
    text-align: center;
    padding: 0;
    float: none !important;
  }
}
.acm-hero.style-5 .hero-heading {
  font-size: 45px;
  margin: 0 0 26px;
}
@media screen and (max-width: 767px) {
  .acm-hero.style-5 .hero-heading {
    text-align: center;
    line-height: 1.2;
  }
}
.acm-hero.style-5 .hero-heading.lg {
  font-size: 90px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .acm-hero.style-5 .hero-heading.lg {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  .acm-hero.style-5 .hero-heading.lg {
    font-size: 32px;
    text-align: center;
    line-height: 1.4;
  }
}
.acm-hero.style-5.style-dark .hero-heading {
  text-transform: uppercase;
  font-weight: 700;
}
.acm-hero.style-5 .hero-btn-actions .fa {
  margin-left: 6.5px;
}
@media screen and (max-width: 767px) {
  .acm-hero.style-5 .hero-btn-actions .btn {
    margin-bottom: 26px;
  }
}
@media screen and (max-width: 767px) {
  .acm-hero.style-5 .hero-btn-actions {
    text-align: center;
  }
}
@font-face {
  font-family: "edoregular";
  src: url("../fonts/edo/edo-webfont.eot");
  src:
    url("../fonts/edo/edo-webfont.eot?#iefix") format("embedded-opentype"),
    url("../fonts/edo/edo-webfont.woff") format("woff"),
    url("../fonts/edo/edo-webfont.ttf") format("truetype"),
    url("../fonts/edo/edo-webfont.svg#edoregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.acm-hero.style-6.position-center .hero-content {
  width: 90%;
}
.acm-hero.style-6 .hero-heading {
  font-family:
    "edoregular", "Helvetica Neue", Roboto, Helvetica, Arial, sans-serif;
  font-size: 45px;
  color: #f4c26a;
  margin-bottom: 0;
  line-height: 1;
}
@media screen and (min-width: 480px) {
  .acm-hero.style-6 .hero-heading {
    font-size: 75px;
  }
}
@media screen and (min-width: 992px) {
  .acm-hero.style-6 .hero-heading {
    font-size: 150px;
  }
}
@media screen and (min-width: 1200px) {
  .acm-hero.style-6 .hero-heading {
    font-size: 172px;
  }
}
.acm-hero.style-6 .hero-intro {
  font-family:
    "edoregular", "Helvetica Neue", Roboto, Helvetica, Arial, sans-serif;
  font-size: 56px;
  text-transform: none;
  width: 80%;
  margin: 0 auto;
  color: #e14e10;
}
.acm-hero.style-6 .btn-halloween {
  background: url(../images/btn-halloween.png) no-repeat center center;
  color: #ffe1d2;
  font-family:
    "edoregular", "Helvetica Neue", Roboto, Helvetica, Arial, sans-serif;
  width: 308px;
  height: 79px;
  text-align: center;
  line-height: 79px;
  padding: 0;
  font-size: 30px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  opacity: 1;
  filter: alpha(opacity=100);
}
.acm-hero.style-6 .btn-halloween:hover,
.acm-hero.style-6 .btn-halloween:focus,
.acm-hero.style-6 .btn-halloween:active {
  outline: none;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
@media screen and (max-width: 767px) {
  .acm-hero.style-6 .btn-halloween {
    width: 260px;
    background-size: 100%;
  }
}
.acm-hero.style-7 {
  position: relative;
}
.acm-hero.style-7 .hero-content {
  background-color: #ce2920;
  padding: 26px;
  color: #ffffff;
  border: 5px solid #ce2920;
  border-image: url(../images/border2.png) 5 5 5 5 repeat;
  -moz-border-image: url(../images/border2.png) 5 5 5 5 repeat;
  -webkit-border-image: url(../images/border2.png) 5 5 5 5 repeat;
}
.acm-hero.style-7 .hero-content .hero-heading {
  color: #ffffff;
  margin-bottom: 0;
}
.acm-hero.style-7 .hero-content .hero-heading + .hero-intro {
  margin-top: 26px;
}
.acm-hero.style-7 .hero-content .hero-intro {
  color: #ffffff;
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 0;
}

.weddingwireWidget.weddingwireWidget--white {
  border: none;
}

.corpo-slider .acm-hero .hero-heading::after {
  /* content:
  ''; */
  display: block;
  background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 300 11.69'%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath d='M161.27,5.24H275.63a.77.77,0,0,1,.76.77.76.76,0,0,1-.76.76H161.27A.77.77,0,0,1,160.5,6,.78.78,0,0,1,161.27,5.24Z' fill='%23fff'/%3E%3Cpath d='M295.07,2.74c-4.24-4-7.07.68-7.49,1.45a2.3,2.3,0,0,1,.25-.48,2.51,2.51,0,0,0-.47-3.39c.23,3.37-3.2,5.52-3.2,5.52s3.92,2.66,3.2,5.53a2.8,2.8,0,0,0,.88-2.65c1.19,1.35,3.57,3,6.76.08,3-2.79,4.4-3.09,4.84-3.1C299.33,5.63,297.67,5.23,295.07,2.74Z' fill='%23fff'/%3E%3Cpath d='M299.84,5.7H300A.38.38,0,0,0,299.84,5.7Z' fill='%23fff'/%3E%3Cpath d='M283.34,6a2.54,2.54,0,1,1-2.54-2.54A2.54,2.54,0,0,1,283.34,6Z' fill='%23fff'/%3E%3Cpath d='M24.37,4.92H138.73a.76.76,0,1,1,0,1.52H24.37a.76.76,0,1,1,0-1.52Z' fill='%23fff'/%3E%3Cpath d='M15.84,5.84S11.92,3.19,12.64.32A2.8,2.8,0,0,0,11.76,3C10.57,1.62,8.19,0,5,2.89,2,5.67.6,6,.16,6c.51.07,2.17.47,4.77,3C9.17,13,12,8.27,12.42,7.5a2.61,2.61,0,0,1-.25.48,2.52,2.52,0,0,0,.47,3.39C12.41,8,15.84,5.84,15.84,5.84Z' fill='%23fff'/%3E%3Cpath d='M.16,6h0Z' fill='%23fff'/%3E%3Cpath d='M16.66,5.68A2.54,2.54,0,1,1,19.2,8.22,2.54,2.54,0,0,1,16.66,5.68Z' fill='%23fff'/%3E%3Cpath d='M144.16,6a5.84,5.84,0,1,1,6,5.64A5.85,5.85,0,0,1,144.16,6Z' fill='%23fff'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  width: 300px;
  height: 11px;
  background-size: cover;
  margin: 1rem auto;
  opacity: 0.5;
}

.g-card {
  width: 100%;
}
.g-card .card-body {
  display: block;
}

.swiper-top .swiper-slide {display: flex;align-items: center;justify-content: center;}
