/*GENERAL STYLES*/
:root {
  --main-color: #86a0b6;
  --main-color-two: #cde0ef;
  --main-color-three: #f4f8fc;
  --main-hover-color: rgba(134, 160, 182, 0.7);
  --secondary-color: rgb(118, 148, 172);
  --tercer-color: rgb(100, 129, 155);
  --title-color: rgb(35, 47, 75);
}
.back-to-top {
  background-color: var(--main-hover-color);
  border: 2px solid var(--main-color);
}
.back-to-top:hover {
  background-color: var(--main-color);
}
.section-padding {
  padding: 70px 0;
}
.theme-btn.theme-btn-s3,
.theme-btn-s3.theme-btn-s3,
.theme-btn-s4.theme-btn-s3 {
  background: var(--main-color-two);
}
.theme-btn.theme-btn-s3:after,
.theme-btn-s3.theme-btn-s3:after,
.theme-btn-s4.theme-btn-s3:after {
  border: 1px solid var(--main-color-two);
}
.theme-btn.theme-btn-s4,
.theme-btn-s3.theme-btn-s4,
.theme-btn-s4.theme-btn-s4 {
  background: var(--main-color);
  color: #fff;
}
.theme-btn.theme-btn-s4:after,
.theme-btn-s3.theme-btn-s4:after,
.theme-btn-s4.theme-btn-s4:after {
  border: 1px solid var(--main-color);
}
.theme-btn:hover,
.view-cart-btn:hover,
.theme-btn:focus,
.view-cart-btn:focus,
.theme-btn:active,
.view-cart-btn:active,
.theme-btn-s3:hover,
.theme-btn-s3:focus,
.theme-btn-s3:active,
.theme-btn-s4:hover,
.theme-btn-s4:focus,
.theme-btn-s4:active {
  background: var(--main-color);
  color: #fff;
}
.theme-btn:hover:after,
.view-cart-btn:hover:after,
.theme-btn:focus:after,
.view-cart-btn:focus:after,
.theme-btn:active:after,
.view-cart-btn:active:after,
.theme-btn-s3:hover:after,
.theme-btn-s3:focus:after,
.theme-btn-s3:active:after,
.theme-btn-s4:hover:after,
.theme-btn-s4:focus:after,
.theme-btn-s4:active:after {
  border: 1px solid var(--main-color);
}
.theme-btn:hover:after,
.view-cart-btn:hover:after,
.theme-btn-s3:hover:after,
.theme-btn-s4:hover:after {
  opacity: 1;
}
/* FOOTER STYLES START */
footer .wpo-lower-footer {
  background: #1b1b1b !important;
}
footer .wpo-lower-footer img {
  width: 200px;
}
footer .wpo-lower-footer p {
  color: #dfdfdf !important;
}
/* FOOTER STYLES END */
/*HEADER STYLE START*/
#header .wpo-site-header .navbar-header .navbar-brand img {
  max-width: 140px;
}
#header .navbar-brand {
  margin-right: 0px;
}
@media screen and (min-width: 992px) and (max-width: 1870px) {
  #header .wpo-site-header #navbar > ul > li > a {
    padding: 24px 20px;
  }
}
@media screen and (min-width: 992px) {
  #header .wpo-site-header #navbar > ul > li > a {
    font-size: 15px;
    padding: 28px 12px;
    color: var(--title-color);
    font-weight: 600;
  }
  #header .wpo-site-header #navbar > ul li a:hover,
  #header .wpo-site-header #navbar > ul li a:focus {
    color: var(--secondary-color);
  }
}
@media screen and (min-width: 992px) {
  #header .wpo-site-header #navbar > ul > li > a:before {
    background: var(--secondary-color);
  }
}
@media (max-width: 991px) {
  #header .wpo-site-header .mobail-menu button {
    background-color: var(--main-color);
  }
}
@media (max-width: 991px) {
  #header .wpo-site-header #navbar {
    background: var(--main-color);
  }
}
/*HEADER STYLE END*/
/* SLIDER STYLES START */
#inicio.wpo-hero-slider {
  height: 700px;
}
#inicio.wpo-hero-slider-s3 .slide-inner:before {
  background: #000000;
}
#inicio .slide-content h2 {
  color: #ffff;
  font-size: 36px;
}
#inicio .slide-content .logo-slider {
  width: 100px;
}
#inicio .slide-content .slide-text p {
  color: #e8e8e8;
}
#inicio.wpo-hero-slider-s3 .slide-inner .slide-content {
  background-color: #2b2b2b39;
}
#inicio.wpo-hero-slider-s3 .slide-inner .slide-content .site-border {
  border: 1px solid var(--main-color);
}
@media (max-width: 767px) {
  #inicio.wpo-hero-slider {
    height: 600px;
  }
  #inicio .slide-content h2 {
    font-size: 26px;
  }
}
/* SLIDER STYLES END */
/*CLOCK STYLE START*/
#time-clock {
  padding: 40px 0px;
}
#time-clock.wpo-fun-fact-section-s2 .grid h3 {
  padding-bottom: 24px;
}
@media (max-width: 767px) {
  #time-clock {
    padding: 20px 10px;
  }
}
/*CLOCK STYLE END*/
/* COUPLE STYLES START */
#couple {
  padding: 40px 0 100px 0;
}
@media (max-width: 767px) {
  #couple {
    padding: 40px 10px 50px 10px;
  }
  #couple.wpo-about-section .wpo-about-text .wpo-about-icon-content h2 {
    font-size: 34px;
  }
}
/* COUPLE STYLES END */
/*FAMILY STYLE START*/
#family {
  padding: 70px 0;
  background: #fbfbfb;
}
@media (max-width: 767px) {
  #family {
    padding: 50px 0;
  }
}
/*FAMILY STYLE END*/
/* ITINERARIO STYLE START */
#itinerario {
  padding: 70px 0px 80px 0;
}
@media (max-width: 991px) {
  #itinerario.story-section .story-timeline .img-holder.left-site {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  #itinerario.story-section .story-timeline .img-holder {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  #itinerario.story-section .story-timeline > .row + .row {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  #itinerario {
    padding: 50px 10px;
  }
  #itinerario.story-section .story-timeline .img-holder {
    width: 260px;
  }
}
/* ITINERARIO STYLE END */
/* MAPS STYLE START */
#ubicacion {
  padding: 70px 0;
}
#ubicacion iframe {
  width: 100%;
  height: 320px;
}
#ubicacion .team-info-text {
  height: 320px;
}
#ubicacion .team-info-img {
  padding: 0;
}
@media (max-width: 991px) {
  #ubicacion .team-info-text {
    height: auto;
  }
}
@media (max-width: 767px) {
  #ubicacion {
    padding: 50px 0;
  }
}
/* MAPS STYLE END */
/* HOSPEDAJE STYLE START */
#hospedaje {
  padding: 0;
}
#hospedaje .container-fluid {
  padding: 0;
}
#hospedaje .img-hospedaje {
  width: 300px;
  border: 1px solid #d0d0d0;
  padding: 6px;
}
#hospedaje span,
#hospedaje span a {
  font-size: 14px;
  color: #f1f1f1;
}
#hospedaje h2 a {
  color: #fff;
}
#hospedaje h2 a:hover {
  color: #eeeeee;
}
#hospedaje .wpo-service-details-text,
#hospedaje .wpo-service-details-text-3 {
  height: 540px;
}
#hospedaje .wpo-service-details-list {
  background-color: #fff;
}
#hospedaje .wpo-service-details-text {
  background: var(--secondary-color);
}
#hospedaje .wpo-service-details-text-3 {
  background: var(--tercer-color);
}
@media (max-width: 767px) {
  #hospedaje .wpo-service-details-text,
  #hospedaje .wpo-service-details-text-3 {
    height: auto;
  }
}
/* HOSPEDAJE STYLE END */
/* IMAGEN START */
#imagen-1 {
  padding: 0 0 80px 0;
}
@media (max-width: 767px) {
  #imagen-1 {
    padding: 0 0 50px 0;
  }
}
/* IMAGEN END */
/* MESA DE REGALO START */
#mesa-de-regalos {
  padding: 70px 0;
}
#mesa-de-regalos .img-holder img {
  width: 150px;
}
#mesa-de-regalos a {
  font-size: 18px;
}
#mesa-de-regalos .blog-sidebar .about-widget {
  background-color: var(--main-color-three);
}
@media (max-width: 767px) {
  #mesa-de-regalos {
    padding: 50px 10px;
  }
}
/* MESA DE REGALO END */
/* DRESSCODE START */
#dresscode {
  padding: 70px 0;
  background: #fbfbfb;
}
#dresscode .PIN_1667937494469_embed_grid {
  width: 100% !important;
  height: 400px !important;
}
#dresscode .title-dresscode {
  font-size: 17px;
  letter-spacing: 4px;
  line-height: 27px;
  text-align: center;
  font-weight: 400;
  text-transform: uppercase;
}
#dresscode .subtitle-dresscode {
  font-size: 12px;
  text-align: center;
  font-weight: 400;
  line-height: 22px;
  text-transform: uppercase;
  position: relative;
  margin: 0;
  letter-spacing: 2px;
}
#dresscode .spacing {
  margin-top: 30px;
}
@media (max-width: 767px) {
  #dresscode {
    padding: 50px 10px;
  }
}
/* DRESSCODE END */
/* REGISTRO START */
#registro {
  padding: 100px 0;
}
#registro .ex-wiget {
  padding-top: 0;
}
#registro.wpo-cta-section-s3:before {
  background: #000000;
}
#registro.wpo-cta-section-s3 .wpo-cta-item h2 {
  font-size: 40px;
  margin-bottom: 0;
}
#registro.wpo-cta-section-s3 .wpo-cta-item .subtitle {
  font-size: 20px;
  color: #d5d5d5;
}
#registro input,
#registro textarea {
  background: transparent;
  color: #ffff;
  border-radius: 0 !important;
  border: none;
  border-bottom: 2px solid #fff;
}
#registro input::placeholder,
#registro textarea::placeholder {
  color: #e9e9e9;
}
#registro .asistance label {
  float: left;
  margin-bottom: 4px;
  color: #fff;
  font-size: 16px;
}
#registro .yes-no label {
  color: #fff;
  font-size: 16px;
}
#registro .asistance select {
  display: block;
  width: 80%;
  height: 40px;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-image: url(../../assets/images/bodas/arrow.png);
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media (max-width: 767px) {
  #registro .asistance label {
    float: left;
  }
  #registro {
    padding: 80px 0;
  }
}
/* REGISTRO END */