/*
 Theme Name:   twenty Twenty Child
 Theme URI:    http://localhost:8888/twentytwenty-child/
 Description:  Twentytwenty Child Theme
 Author:       the WordPress team
 Author URI:   http://woocommerce.com
 Template:     twentytwenty 
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twentytwenty-child
*/
/* general */
body {
  font-size: 14px;
  font-family: "Inter", sans-serif;
  overflow-x: hidden;
  color: #686868;
}

section {
  padding: 0px;
}

.header-inner {
  padding: 10px 0 !important;
}

p {
  font-size: 16px;
  line-height: 24.15px;
}


.pr {
  position: relative;
}

a {
  color: inherit !important;
}

a:hover {
  text-decoration: none;
  color: #0096D8 !important;
}


.text-align-justify {
  text-align: justify;
}

/* colors */

.white-color {
  color: #fff
}

.gray-color {
  color: #989898 !important;
}

.grey-color-100 {
  color: #9B9B9B
}

.grey-color-200 {
  color: #686868
}


.blue-color {
  color: #0096D8 !important;
}


.blue-bg {
  background-color: #0096D8;
}

.gray-bg {
  background-color: #F4F4F4 !important
}

.white-bg {
  background-color: #fff !important
}

.green-bg {
  background-color: #75BFB4 !important
}

.orange-bg {
  background-color: #F39221 !important
}

/* fonts */
.h1 {
  font-size: 48px !important;
  font-weight: 700 !important;
  line-height: 48px;
  font-family: "Fira Sans", sans-serif;
}

.h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  font-family: "Fira Sans", sans-serif;
}

.h3 {
  font-size: 24px;
  font-family: "Fira Sans", sans-serif;
}

.title-1 {
  font-size: 35px;
}

.subtitle-1 {
  font-size: 18px !important;
}

.subtitle-2 {
  font-size: 20px;
}

.body-1 {
  font-size: 18px;
}

.body-2 {
  font-size: 16px;
}

.caption {
  font-size: 14px;
}

.f-12 {
  font-size: 14px;
}

.banner-title {}



ul {
  margin-left: 0px;
}

.img-fluid {
  width: 100%;
}

ul li {
  margin-left: 0px;
}

.btn {
  border-radius: 20px;
  font-family: "Fira Sans", sans-serif !important;
}

.btn-primary {
  border: 1px solid #0096D8;
  padding: 16px;
  text-transform: uppercase;
  font-size: 20px;
  background-color: #0096D8;
  color: #fff !important;
}

.btn-primary:hover {
  border: 1px solid #0096D8;
  padding: 16px;
  text-transform: uppercase;
  font-size: 20px;
  background-color: #fff;
  color: #0096D8 !important;
}

.btn-outlined-primary {
  border: 1px solid #0096D8;
  padding: 8px 16px;
  text-transform: uppercase;
  color: #0096D8 !important;
  font-size: 18px;
  border-radius: 50px;
  font-weight: 700;
}

.wpcf7-submit {
  border: 1px solid #0096D8 !important;
  padding: 16px 16px !important;
  text-transform: uppercase;
  color: #0096D8 !important;
  font-size: 16px !important;
  border-radius: 50px !important;
  border-radius: 50px !important;
  background-color: #fff !important;
  min-width: 180px;
  transition: all 0.3s linear;
  margin-top: 16px !important;
}

.wpcf7-submit:hover {
  border: 1px solid #fff !important;
  text-transform: uppercase;
  color: #fff !important;
  border-radius: 50px !important;
  border-radius: 50px !important;
  background-color: #0096D8 !important;
  text-decoration: none !important;
}

.btn-outlined-white {
  border: 1px solid #fff;
  padding: 16px 24px;
  text-transform: uppercase;
  color: #fff !important;
  font-size: 16px;
  border-radius: 50px;
  font-weight: 700 !important;
}

.btn-outlined-white:hover {
  border: 1px solid #fff;
  padding: 16px 24px;
  background-color: #fff !important;
  text-transform: uppercase;
  color: #0096D8 !important;
  border-radius: 50px;
}


.btn-outlined-primary.slim {
  padding: 8px;
}

.btn-outlined-primary:hover {
  border: 1px solid #0096D8;
  background-color: #0096D8;
  color: #fff !important;
}

.btn-outlined-primary.white {
  border: 1px solid #fff !important;
  color: #fff !important;
}

.btn-outlined-primary.no-mw {
  min-width: auto !important;
}

/* footer */
footer {
  border-top: 1px solid #D9D9D9;
}

footer p {
  font-size: 16px;
}

.logo-footer {
  max-width: 250px;
  margin: 0 auto;
}

.footer-contact {
  text-align: right;
}

.footer a,
.footer p {
  font-size: 14px !important;
  /* color: #fff; */
}

footer .title-section {
  font-size: 16px !important;
  font-weight: 700;
  margin-bottom: 8px;
}

.footer-icons a i {
  /* color: #fff; */
}

/* .footer-icons:hover {
  background-color: #f39200 !important;
  color: #fff;
} */

.footer-copy {
  font-size: 10px !important;
}

/* menu */
header .primary-menu>li {
  text-align: right;
}

.primary-menu>li>a {
  font-weight: 400;
  font-size: 16px;
  text-transform: uppercase;
}

.primary-menu>li>a:hover {
  text-decoration: none !important;
}

.primary-menu>li>a,
.primary-menu>li {
  color: #0096D8 !important;
}

.primary-menu>li.current_page_item a {
  color: #F39221 !important;
}

.custom-logo-link {
  max-width: 300px;
}

.wedding-banner {
  height: 250px;
  width: 100%;
  object-fit: cover;
}

#site-header .primary-menu li:nth-last-of-type(-n+2) {
  display: none;
}

#site-header.fixed-top .primary-menu li:nth-last-of-type(-n+2) {
  display: block !important;
}

.secondary-color {
  color: #0096D8;
}

.blue-bg {
  background: #5782A5;
}

.green-bg {
  background-color: #75BFB4;
}



.footer-links a {
  font-size: 14px !important;
  border-bottom: 1px solid #000;
}

.footer-links a:hover {
  color: #0096D8 !important;
  border-bottom: 1px solid #0096D8 !important;
}


/* destination card */
.destination-card:hover {
  cursor: pointer;
}

.destination-card .card-title {
  font-size: 30px !important;
  font-weight: 700;
  margin-top: 24px;
  font-family: "Fira Sans", sans-serif;
}

.destination-card .media {
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
}

.destination-card .card,
.package-card .card {
  border-radius: 10px;
}

.package-card .card img {
  max-height: 194px;
  min-height: 194px;
  object-fit: cover;
}

.destination-card .description {
  font-size: 12px !important;
  font-weight: 400;
}

.object-cover {
  object-fit: cover;
}

.cover-middle-section {
  height: 60vh;
  background-size: cover;
  width: 100%;
}

.modal-menu li,
.social-network-menu {
  /* padding-left: 16; */
  padding-right: 16px;
}

.modal-menu>li:not(:first-child)>.ancestor-wrapper>a::after {
  font-family: 'icomoon' !important;
  content: '\e901';
  position: absolute;
  right: 16px;
  width: 10px;
  height: 10px;
  font-size: 8px;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  height: 100%;
}

.menu-modal .toggle {
  padding-right: 16px;
  padding-bottom: 0px !important;
}

.menu-modal .toggle:hover {
  color: #0096D8 !important;
}

.header-titles .site-logo {
  margin-left: 0px !important;
}

.header-inner .toggle {
  margin-right: 0px !important;
  padding-right: 0px !important;
}

.contact-title-container {
  padding: 37px 24px !important;
}

.btn-small {
  padding: 16px 40px !important;
  font-size: 14px !important;
}


.package-card .card {
  min-height: 407px;
}

.package-card .card-title {
  font-size: 20px;
  /* font-family: "Fira Sans", sans-serif; */
}

.package-card .left-item,
.package-row-card .left-item {
  position: relative;
  padding-right: 8px;
}

.package-card .right-item,
.package-row-card .right-item {
  padding-left: 8px;
}


.package-card .left-item:after,
.package-row-card .left-item:after {
  content: ' ';
  position: absolute;
  width: 1px;
  height: 20px;
  z-index: 999;
  top: 2px;
  background-color: #989898;
  right: 0;
  background-color: #989898 !important;
}

.package-card .parragraph {
  color: #989898;
}

.package-card:hover .card-body {
  background-color: #ECF3F7;
}

.border-page {
  box-shadow: 0px 0px 13px 0px #00000026;
}

.page-link {
  border: none;
  color: #989898 !important;
}

.page-link.current,
.page-link:hover {
  color: #000 !important;
  background-color: transparent;
}

.page-link:focus {
  box-shadow: none !important;
}

.pagination a:focus,
.pagination a:hover {
  text-decoration: none;
  background-color: transparent !important;
}

.destination-filter-container {
  display: flex;
  gap: 16px;
}

.destination-filter-item {
  border: 1px solid #989898;
  color: #989898;
  border-radius: 50px;
  font-size: 16px !important;
  padding: 5px 15px;
  font-weight: 700;
}

.destination-filter-item a {
  text-transform: uppercase;
  font-size: 16px !important;
}

.destination-filter-item.active,
.destination-filter-item.selected,
.destination-filter-item:hover {
  border: 1px solid #0096D8;
  color: #0096D8;
  border-radius: 50px;
}

.gallery-container {
  position: absolute;
  bottom: 16px;
  left: 0;
  right: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#site-header {
  position: absolute !important;
  background-color: transparent !important;
  width: 100%;
  z-index: 999;
}

.cover-section {
  height: 100vh;
  background-size: cover;
  width: 100%;
}

.main-banner {
  height: 70vh;
  background-image: cover;
  width: 100%;
}

.banner-title {
  z-index: 999;
}

.overlay-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.icon-Gallery:before {
  color: #fff !important;
  font-size: 80px;
}

.icon-Gallery {
  cursor: pointer;
}

textarea {
  font-size: 1.6rem !important;
  padding: 1.5rem 1.8rem !important;
}

.lh-26 {
  line-height: 26px;
}

.wpcf7-not-valid {
  border: 1px solid #D00000 !important;
}

.wpcf7-form-control:focus {
  border: 1px solid #0096D8 !important;
  box-shadow: none !important;
}

.wpcf7-form-control.wpcf7-number,
.wpcf7-select,
.wpcf7-form-control.wpcf7-text,
.wpcf7-form-control.wpcf7-date,
.wpcf7-form-control.wpcf7-email,
.wpcf7-form-control.wpcf7-tel {
  width: 100%;
  padding: 10px;
  font-size: 16px;
  border-radius: 1px;
  border: 1px solid #F4F4F4;
  background-color: #F4F4F4;
  color: #000;
  min-height: 56px;
  border-radius: 8px;
}

textarea.form-control {
  border: none;
  background-color: #F4F4F4;
  max-height: 126px;
  color: #000;
  border-radius: 8px;
}

.social-networks li span {
  font-size: 40px;
}

.header-titles-wrapper {
  width: 100% !important;
  max-width: 100% !important;
  justify-content: space-between !important;
  margin-right: 0 !important;
}

/* Estilos del menú lateral */

.header-navigation-wrapper {
  display: none;
}

.menu-item a {
  font-size: 18px !important;
  font-weight: 500 !important;
}

.menu-item a:hover {
  text-decoration: none;
}

.modal-menu a:hover,
.modal-menu li.current-menu-item>.ancestor-wrapper>a {
  text-decoration: none !important;
}

.nav-toggle .toggle-inner {
  padding-top: 0px;
}

.nav-toggle .toggle-icon,
.nav-toggle svg {
  height: auto;
}

.icon-Menu:before {
  color: #fff;
}

.nav-toggle:hover {
  text-decoration: none !important;
}

.destination-card .media img {
  object-fit: cover;
  height: 100%;
}

.card.without-border {
  border: none !important;
}

.package-row-card .media {
  border-radius: 8px;
}

.fw-700 {
  font-weight: 700;
}

.package-row-card p {
  color: #989898 !important;
}

.golf-by-iberostart {
  position: absolute;
  top: 16px;
  right: 0;
  background-color: #0096D8;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  z-index: 999;
  color: #fff;
  padding: 4px 8px;
  font-size: 16px;
}

.special-promotion {
  position: absolute;
  top: 16px;
  right: 16px;
  background-color: #fff;
  z-index: 999;
  padding-left: 4px;
  padding-right: 4px;
}

.contact-image {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

.social-networks li {
  margin-right: 32px;
}

.menu-modal {
  z-index: 9999;
}

.modal-menu li:first-child {
  border-top: none !important;
}

.modal-menu li:first-child a {
  font-size: 32px !important;
  color: #0096D8 !important;
  text-transform: capitalize !important;
  font-family: "Fira Sans", sans-serif;
}

.modal-menu li:hover {
  background-color: #ECF3F7;
}

.menu-wrapper {
  width: 100% !important;
}

.horizontal-scroll {
  overflow-x: auto;
  width: 100%;
  white-space: nowrap;
  padding-bottom: 15px;
}

.management-card .card-title {
  font-size: 35px !important;
}


.contact-title-container {
  padding: 58px 117px;
}

.contact-title {
  font-size: 40px !important;
  font-family: "Fira Sans", sans-serif;
  line-height: 48px;
}

.fira-font {
  font-family: "Fira Sans", sans-serif;
}

.package-card .card-img,
.card-img-top {
  border-top-left-radius: 7px;
  border-top-right-radius: 8px;
}

.contact-img {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  object-fit: cover;
  height: 100%;
}

.section-inner {
  max-width: 100% !important;
}

.padding-section {
  padding: 64px 16px;
}

.lh-35 {
  line-height: 35px;
}

.lh-48 {
  line-height: 48px;
}

.modal-menu a {
  color: #000;
  font-family: "Fira Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
}

.bullet-container {
  display: flex;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}

.overlay-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
}

.social-networks li:hover span:first-child:before {
  color: #0096D8 !important
}

.fancybox-button:hover {
  color: #0096D8 !important;
}


.not-found-title {
  font-size: 100px !important;
  color: #0096D8;
  line-height: 100px;
  font-weight: 700;
  font-family: "Fira Sans", sans-serif;
}


.about-us-content h2 {
  font-family: "Fira Sans", sans-serif;
  font-size: 30px !important;
  font-weight: 700;
}


.not-found-subtitle {
  font-size: 22px;
  color: #000;
}

.not-found-description {
  font-size: 16px;
  color: #000;
}

.destination-card .description {
  text-align: justify;
}

.page-template-title {
  margin-top: 76px !important;
}

@media screen and (max-width: 767px) {

  .destination-card .link a {
    font-size: 12px;
  }

  .header-titles-wrapper {
    flex-direction: column;
  }

  .nav-toggle {
    position: relative;
  }

  body:not(.enable-search-modal) .header-titles-wrapper {
    padding: 0 4rem !important;
  }

  .header-titles-wrapper .header-titles img {
    max-width: 214px;
  }

  .header-titles-wrapper .nav-toggle {
    margin-top: 12px;
  }

  .management-card .media-container {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
  }

  .management-card .media-container img {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    object-fit: cover;
    object-position: center;
    height: 295px;
  }

  .single-project h1,
  .enquire-page h1 {
    font-size: 32px !important;
  }

}

@media screen and (min-width: 768px) {

  .btn-small {
    font-size: 18px !important;
  }

  .menu-modal .toggle {
    padding-right: 32px;
  }

  .modal-menu>li:not(:first-child)>.ancestor-wrapper>a::after {
    right: 32px;
  }

  /* fonts */
  .h1 {
    font-size: 48px !important;
    line-height: 64px;
  }

  .h2 {
    font-size: 40px !important;
    line-height: 48px;
  }

  .h3 {
    font-size: 24px;
  }

  .title-1 {
    font-size: 35px;
  }

  .subtitle-1 {
    font-size: 18px;
  }

  .subtitle-2 {
    font-size: 20px;
  }

  .body-1 {
    font-size: 18px;
  }

  .body-2 {
    font-size: 16px;
  }

  .caption {
    font-size: 14px;
  }

  .banner-title {}

  .cover-middle-section {
    height: 70vh !important;
  }

  .modal-menu li,
  .social-network-menu {
    padding-left: 32px;
    padding-right: 32px;
  }


  .not-found-title {
    font-size: 200px !important;
    color: #0096D8;
    line-height: 309.88px !important;
    font-weight: 700;
  }

}


@media screen and (min-width: 992px) {

  .horizontal-scroll {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  .padding-section {
    padding: 64px 112px !important;
  }

  .contact-title-container {
    padding: 58px !important;
  }

  .destination-card .description {
    font-size: 16px !important;
  }

  .border-page {
    border-radius: 10px;
  }

  .page-template-title {
    margin-top: 56px !important;
  }
}

.toggle.black .icon-Menu:before {
  color: #000 !important;
}

.swiper-pagination.partners,
.swiper-pagination-package {
  margin-top: 32px;
}

#site-header.no-abs {
  position: relative !important;
  border-bottom: 1px solid #CFD5DC;
}

.scrolldown {
  position: absolute;
  left: calc(50% - 35px);
  bottom: 30px;
  z-index: 999;
}


.white-color {
  color: #fff !important;
}

.f-20 {
  font-size: 30px;
}

.svg-container {
  background-color: #000 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  transition: all 0.2s linear;
}

.svg-item * {
  color: #fff;
  fill: #fff;
}

/* 
.svg-item:hover * {
  color: yellow;
  fill: yellow;
} */

.svg-container:hover {
  background-color: #0096D8 !important;
}

input[type=submit]:disabled,
button:disabled {
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  border: 1px;
  color: #666 !important;
  opacity: 1;
}

.wpcf7-acceptance a {
  color: #0096D8 !important;
  text-decoration: underline;
}

.form-control.wpcf7-checkbox {
  border: none !important;
}

.wpcf7 form.sent .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output {
  font-size: 22px !important;
}

/* .wpcf7 form.sent .wpcf7-response-output {
  font-size: 22px !important;
  position: absolute;
  top: 15px;
}

.wpcf7 form.sent>.form-group:first-child {
  margin-top: 65px;
} */