/* 
Theme Name: Ambar-2025
Author: C-Developers
Author URI: https://wordpress.org
Description: Ambar diseño para fotos de cabañas
Version: 1.0
*/


/*
.scroll-container {
  scroll-snap-type: y mandatory;
  overflow-y: scroll;
  height: 100vh;
}
.seccion {
  scroll-snap-align: start;
  scroll-margin-top: 80px;

  box-sizing: border-box;
  height: 97vh; 
  display: flex;
  align-items: center;
  justify-content: center;
}
.seccion img {
  max-width: 100%;
  height: auto;
}*/



* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body {
  height: 100%;
  overflow: hidden;
  font-family: sans-serif;
}

/* Menú fijo */
header {
  position: fixed;
  top: 0;
  left: 0;
  height: 100px;
  width: 100%;
}
/* Contenedor principal */
.scroll-container {
  position: relative;
  height: 100vh;
  overflow-y: scroll;
  scroll-snap-type: y mandatory;
  scroll-behavior: smooth;
}

@keyframes bounce {
  0%, 100% { transform: translate(-50%, 0); }
}








body {
  font-family: "Century Gothic", CenturyGothic;


  margin: 0;
  padding: 0;
  height: 100%;
  scroll-behavior: smooth;
}
.cs_hero.cs_style_1 .cs_hero_in{
    min-height: 680px;
}
.arbol-slider{
    width: 380px;
}
.ambar_kaax{
    width: 880px;
    left: 111%;
    position: absolute;
}
.cs_bg_filed {
    background-size: contain;
    background-repeat: no-repeat;
    /* background-position: center; */
}
.cs_bg_filed-2{

    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.section-home-2{
    background-image: url('assets/img/home/home-section-2-backgroud.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: initial;
}

.cs_main_header {
    background-color: #374836;
}
.title-instalaciones{
    font-size: 30px;
    font-weight: bold;
    color: black;
}
.area-chaan{
    font-size: 20px;
    color: #53772e;
}
.title-chaan{
    margin-bottom: 100%;
}
.cs_fs_20 {
    font-size: 23px;
    color: #577730;
    font-weight: 500;
}
.cs_card_tags .cs_card_tag {
    padding: 10px 20px;
    margin-left: 5px;
}
.cs_gradient_color_slider{
    background: -webkit-linear-gradient(45deg, #c9702b, #c9702b 80%);
    -webkit-background-clip: text;
}
.slick-track{
    opacity: 0.7 !important;
}
.cs_hero.cs_style_1 .cs_hero_bg .slick-track *{
    background-color: rgb(255 255 255 / 20%);
    height: 100%;
    width: 100%;
}
.cs_hero_bg_in.cs_bg_filed.english {
    height: 100% !important;
    width: 103% !important;
}
.cs_heading_bg{
    background-color: rgb(255 255 255 / 10%);
}
.text-location{
    text-align: center;
    font-size: 20px;
    padding: 40px 0 30px;
    color: #384836;
}
section.cs_page_heading.cs_style_1.cs_bg_filed.cs_heading_bg{
    background-color: var(--heading-color);
}
.cs_page_heading.cs_style_1{
    min-height: 320px;
}
.cs_img_box.cs_style_1.wow.fadeInLeft{
    /*border-radius: 50%;*/
    overflow: hidden;
    width: 520px;
    height: 520px;
    padding-right: 0 !important;
    /*border: 10px solid white; /* Borde blanco de 5px */
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); /* Sombra opcional */
}
.image-about-home{
    text-align: -webkit-right;
    padding: 0;
}
/*img.trigger-gallery-1{
    max-width: 102%;
}*/
.cs_gap_y_164{
    gap: 164px 0;
    text-align: center;
}
.arbol-ambar{
    width: 280px;
    padding-bottom: 60px;
}
.cs_page_heading.cs_style_1.instalaciones{
    min-height: 120px;
}
.cs_iconbox.cs_style_1.section-2-instala{
    display: flex;
    justify-content: center; /* Centrado horizontal */
    align-items: center;    /* Centrado vertical */
    height: 85vh;           /* Asegura que ocupe todo el alto disponible */
    text-align: center; 
    padding-bottom: 50%;
}
.section-2-instala h3.cs_mb_12{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    margin: 0;
}
picture img {
    width: 100%;
}
/************** Galería *****************/
.modal-gallery {
  display: none;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.9);
}
.modal-gallery-content {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.modal-gallery-content img {
  max-width: 80%;
  max-height: 80vh;
  object-fit: contain;
}
.close-modal {
  position: absolute;
  top: 20px;
  right: 35px;
  color: #fff;
  font-size: 40px;
  cursor: pointer;
}
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  color: white;
  font-size: 24px;
  user-select: none;
}
.next { right: 10px; }
.prev { left: 10px; }
.cursor-pointer { cursor: pointer; }
/************** Galería *****************/






/* Estilos para el botón flotante de WhatsApp */
        .whatsapp-button {
            position: fixed;
            bottom: 20px;
            right: 20px;
            background-color: #25D366; /* Verde de WhatsApp */
            color: white;
            border: none;
            border-radius: 50%;
            width: 60px;
            height: 60px;
            text-align: center;
            font-size: 30px;
            cursor: pointer;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
            z-index: 9999;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s;
        }

        .whatsapp-button:hover {
            background-color: #128C7E; /* Verde más oscuro al pasar el mouse */
            transform: scale(1.1);
        }

        /* Estilo para el icono de WhatsApp */
        .whatsapp-button::before {
            content: "WhatsApp";
            font-family: Arial;
            font-size: 12px;
            font-weight: bold;
            position: absolute;
            top: -25px;
            width: 100%;
            left: 0;
        }

        .whatsapp-button::after {
            content: "💬";
            font-size: 28px;
        }



.btn-whatsapp {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #25D366;
  color: white;
  font-size: 28px; /* tamaño del ícono */
  text-align: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  box-shadow: 0 2px 5px rgba(0,0,0,0.3);
  z-index: 9999;
  transition: background-color 0.3s ease;
}
.btn-whatsapp:hover {
  background-color: #20b954;
}
.image-instala{
    padding: 0;
    overflow: hidden;
    border-top-left-radius: 300px;
    border-bottom-left-radius: 300px;
    margin-bottom: 50px;
}
.image-instala img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}






















.section-home-2 {
    position: relative;
    height: 89vh; /* o usa min-height si no quieres forzar el alto */
    display: flex;
    align-items: stretch;
}
.section-home-2 .container,
.section-home-2 .row {
    height: 100%;
}
.section-home-2 .image-about-home {
    height: 100%;
    display: flex;
    align-items: stretch;
}
.section-home-2 .cs_img_box {
    height: 100%;
    width: 100%;
}
.section-home-2 .cs_img_box img {
    height: 100%;
    width: 100%;
    object-fit: cover; /* usa contain si no quieres recorte */
    display: block;
}
.cs_img_box.cs_style_1{
    padding-right: initial;
}
.cs_img_box.cs_style_1 img{
    border-radius: initial;
}
.section-home-3 {
    position: relative;
    width: 100%;
    min-height: 100vh; /* hace que ocupe toda la altura de la pantalla */
    padding: 0;
    margin: 0;
}
.image-about-home-3 {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 88vh; /* asegura que cubra el alto completo */
    margin-left: 5%;
}
.section-home-4 {
    position: relative;
    width: 100%;
    min-height: 100vh; /* hace que ocupe toda la altura de la pantalla */
    padding: 0;
    margin: 0;
}
.image-about-home-4 {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 97vh; /* asegura que cubra el alto completo */
  margin-left: 5%;
}
/*************************************/
/***********Contactanos***************/
/*************************************/
.text-contact{
    margin: 0 10%;
}
.text-contact p{
    font-size: 20px;
    color: black;
    text-align: justify;
}
/*************************************/
/*************Footer******************/
/*************************************/
.cs_footer_row{
    padding: 50px 0 50px;
}
ul.cs_footer_widget_menu.cs_mp_0 li{
    font-size: 12px;
}
.cs_footer_widget_menu li:not(:last-child){
    margin-bottom: 5px;
}
.cs_bottom_footer{
    padding: 10px 0 15px;
}
.cs_copyright{
    font-size: 18px;
}
.cs_footer_links a{
    font-size: 20px;
}
.cs_footer_col.services-footer{
    width: 25%;
}
.cs_footer_row .cs_footer_col{
    max-width: 100%;
}

.logo-header{
    width: 280px;
}
/* Centrado en móvil y tablet */
@media (max-width: 768px) {
    .seccion {
        padding: 0;
    }

    .logo-header{
        width: 200px;
    }
}

@media (max-width: 991px) { /* Ajusta según tu breakpoint de tablet */
    .cs_style_1 {
        display: flow;
        justify-content: normal; /* Centra horizontalmente */
        align-items: center; /* Centra verticalmente (opcional) */
    }
    .cs_main_header{
        width: 100vw;
    }
    .cs_bg_filed {
        background-size: cover !important;
    }
    .slick-slide.slick-current.slick-active{
        width: 100vw !important;
    }
    .ambar_kaax{
        left: unset;
    }
    .cs_hero.cs_style_1 .cs_hero_subtitle {
        max-width: 390px;
        top: 30%;
    }
    .arbol-ambar, .image-about-home{
        display: block;
        margin-left: auto;
        margin-right: auto;
        max-width: 100%; /* Ajusta según necesidad */
    }
    img.arbol-slider.cs_hero_title.cs_fs_100.cs_normal.cs_mb_12.cs_gradient_color_1.cs_gradient_color_slider.wow.fadeInUp {
        width: 50%;
    }
    .slick-slide.slick-current.slick-active{
        width: 100vw;
    }
    /*********Instalaciones********/
    .cs_page_heading.cs_style_1{
        padding: 100px 0 10px;
        min-height: 120px;
    }
    .footer-ambar{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        gap: 15px; /* Espacio entre imagen y texto */
    }
}
@media screen and (min-width: 1200px) {
    .cs_nav .cs_nav_list > li {
        margin-right: 15px;
    }
    .cs_nav .cs_nav_list > li > a {
        font-size: 25px;
        padding: 10px 10px;
    }
    .cs_main_header_center, .cs_top_header_center{
        width: 1100px;
        left: 60%;
    }
    .logo-header {
        width: 280px;
    }
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl{
        max-width: 100%;
    }
}
@media screen and (min-width: 2560px) {
    .cs_nav .cs_nav_list > li > a {
        font-size: 35px;
        padding: 10px 10px;
    }
    .logo-header {
        width: 450px;
    }
    .cs_main_header_center, .cs_top_header_center{
        width: 1400px;
        left: 65%;
    }
}