/*
Theme Name: Inkañan Tours
Theme URI: https://wordpress.org/themes/twentytwentyfour/
Author: the WordPress team
Author URI: https://wordpress.org
Description: Inkañan Tours is designed to be flexible, versatile and applicable to any website. Its collection of templates and patterns tailor to different needs, such as presenting a business, blogging and writing or showcasing work. A multitude of possibilities open up with just a few adjustments to color and typography. Inkañan Tours comes with style variations and full page designs to help speed up the site building process, is fully compatible with the site editor, and takes advantage of new design tools introduced in WordPress 6.4.
Requires at least: 6.4
Tested up to: 6.9
Requires PHP: 7.0
Version: 1.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyfour
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
*/

@import url("https://fonts.googleapis.com/css2?family=Alfa+Slab+One&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&family=Sanchez:ital@0;1&family=Sansita:ital,wght@0,400;0,700;0,800;0,900;1,400;1,700;1,800;1,900&family=Shrikhand&family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap");

@media (min-width: 1536px) {
  .container {
    max-width: 1495px !important;
  }
}

:root {
  --base-primary: #1eb3c0;
  --base-secondary: #d5a334;
  --Yellow: #f8c713;
  --base-dark: #166e76;
  --base-light: #e0f6f8;
  --font-roboto: "Roboto", sans-serif;
  --font-sansita: "Sansita", sans-serif;
  --font-shrikhand: "Shrikhand", cursive;
  --font-sanchez: "Sanchez", serif;
  --font-opensans: "Open Sans", sans-serif;
  --font-sourcesans: "Source Sans 3", sans-serif;
  --font-alfaslabone: "Alfa Slab One", cursive;
  --font-poppins: "Poppins", sans-serif;
}

.wpcf7-form br {
  display: none;
}

.wpcf7-spinner {
  display: none;
}

.swiper-navigation-icon {
  position: relative;
  z-index: 30;
}

body {
  overflow-x: hidden;
}

.elementor-shape-fill {
  fill: #f6ca46;
}

.inner-card {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}

.responsive-tabs .responsive-tabs__list__item--active {
  text-transform: uppercase !important;
}
.responsive-tabs .responsive-tabs__panel{
  border: none !important;
  position: relative;
}
.responsive-tabs .responsive-tabs__list__item {
  margin: 0 !important;
  border: none !important;
  outline: none !important;
  border-radius: 14px !important;
  padding: 15px !important;
  font-size: 19px;
}


.responsive-tabs .responsive-tabs__list__item--active,
.responsive-tabs .responsive-tabs__list__item--active:hover {
  background: var(--Yellow) !important;
  border: none !important;
  color: #000 !important;
  padding-bottom: 11px;
  margin-top: 0;
  position: relative;
  top: 1px;
  text-transform: uppercase;
  font-family: var(--font-sansita);
  font-weight: 600;
}

.responsive-tabs
  .responsive-tabs__list__item:not(.responsive-tabs__list__item--active) {
  text-transform: uppercase !important;
  margin: 0 !important;
  background: var(--base-primary) !important;
  color: #000 !important;
  font-family: var(--font-sansita);
  font-weight: 600;

  border: none !important;
}

/* CONTENEDOR DE TABS */
.responsive-tabs__list {
  display: flex;
  margin: 0 !important;
  gap: 10px;  margin-bottom: 28px;
  padding: 0;
  list-style: none;
}

/* TAB BASE */
.responsive-tabs__list__item {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  width: 100%;
  text-align: center;
  padding: 14px 26px;
  border-radius: 14px;

  background-color: var(--base-primary);
  color: var(--text-dark);

  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;

  cursor: pointer;
  user-select: none;

  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  transition: all 0.25s ease;
}

/* TAB ACTIVA */
.responsive-tabs__list__item--active {
  background-color: var(--bg-yellow);
}

.body-wrapper p {
  text-align: justify;
  font-size: 15px;
  font-family: var(--font-poppins);
  margin-bottom: 1.5em;
}

.body-wrapper h2 {
  font-family: var(--font-sansita);
  font-weight: 600;
  font-style: italic;
  font-size: 35px;
  margin-bottom: 0.5em;
}


.body-wrapper h3 {
  font-family: var(--font-sansita);
  font-weight: 600;
  font-style: italic;
  font-size: 21px;
  margin-bottom: 0.5em;
}


.advgb-accordion-header {
  font-size: 15px;
  font-family: var(--font-sansita);
  font-weight: 600;
  color: #1f2124 !important;
}

.advgb-accordion-header:hover{
  background-color: var(--Yellow) !important;
}

.responsive-tabs__panel h4{
  font-family: var(--font-sansita);
  font-size: 21px;
  font-weight: 600;
  font-style: italic;
  color: #000;
  text-transform: uppercase;
  margin-bottom: .5em;
}

.wp-block-advgb-list li{
  font-family: var(--font-poppins); 
  font-size: 15px;
  line-height: 28px;
}

.wp-block-advgb-list ul li::before{
  color: var(--base-primary) !important;
}

.responsive-tabs__panel .wp-block-group{
  position: relative;
  overflow: hidden;
}

.responsive-tabs__panel .wp-block-group p{
  padding-left: 4.5em;
}

.responsive-tabs__panel .wp-block-group:after{
  content: "";
  position: absolute;
  top: 70px;
  left: 19px;
  width: 1px;
  height: 100%;
  background-color: #1EB3C0;
}


.responsive-tabs__panel .wp-block-columns{
  margin-bottom: 0;
}

.responsive-tabs__panel .wp-block-group img{
  padding: 1em 0;
  background-color: #ffffff;
  z-index: 1;
  position: relative;
}

.responsive-tabs .responsive-tabs__list__item:hover{
  background: var(--Yellow) !important;
}