/* 
Theme Name: The Hero’s Journey Retreat
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Jose García
Author URI: https://grupogo.com.co/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/
#wp-admin-bar-root-default {
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1rem !important;
}
body {
    background: #ffffff;
}
html {
  scroll-behavior: smooth;
}

/*--- MENU ---*/
.page-id-266 .elementor.elementor-190.elementor-location-header,
.page-id-481 .elementor.elementor-190.elementor-location-header,
.page-id-2 .elementor.elementor-190.elementor-location-header {
  margin-bottom: -62px;
}
/*- - - H O M E - - - /*/
/*- - - scroll - - - /*/
.horizontal-scroll-section{
    position: relative;
    height: 300vh; /* controla duración del scroll */
}

.horizontal-scroll-wrapper{
    position: sticky;
    top:0;
    display:flex;
    height:100vh;
    overflow:hidden;
}

.horizontal-scroll-wrapper .panel{
    min-width:100vw;
    height:100vh;
    flex-shrink:0;
}



.horizontal-scroll-section{
  position: relative;
  height: 400vh;
}

.horizontal-scroll-track{
  position: sticky;
  top:0;
  height:100vh;
  display:flex;
  align-items:center;
  will-change: transform;
}

.panel{
  min-width:100vw;
  height:100vh;
  flex-shrink:0;
  display:flex;
  justify-content:center;
  align-items:center;
  font-size:60px;
  font-weight:bold;
}

/* ejemplo colores */
.panel:nth-child(1){background:#0f172a;color:white;}
.panel:nth-child(2){background:#1e293b;color:white;}
.panel:nth-child(3){background:#334155;color:white;}
.panel:nth-child(4){background:#475569;color:white;}
/*--  responsive ---*
@ media (max-width: 768px) {
  .horizontal-section, .horizontal-section-wrapper {
    position: relative;
    overflow: auto;
  }
  .horizontal-section .item {
    min-width: 100%;
  }
}
/*--  /responsive ---*/
/*- - - /scroll - - - /*/



/*--- FOOTER  ---*/
.top-noticia h2,
.interior-noticia h2{
    font-size:1.6em;
    font-family: "Barlow", Sans-serif;
}