@import url('https://fonts.googleapis.com/css2?family=Readex+Pro&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Archivo+Black&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Sigmar+One&display=swap');
body {
    margin: 0;
    background: rgb(250, 247, 247);
    /* background: rgba(255, 255, 255, ); */
    font-family: 'Readex Pro', sans-serif;
}

#lang, #currency{
    background-color: rgba(61, 54, 54, 0);
}

/* select {
    font-size: 2em;
    font-size-adjust: 0.3;
} */

.bg-primary {
    background: #3c3d3c !important;
}

.bg-secondary {
    background: #003132 !important;
}

.bg-gray {
    background: #dadfdf !important;
}

.bg-owner {
    background-color: #d1def0;
}
.navbar {
    -webkit-box-shadow: 0px 0px;
    box-shadow: 0px 0px;
    /* background-color: rgba(223, 106, 34,0.7); */
    /* background-image: -webkit-gradient(linear, 50.00% 0.00%, 50.00% 100.00%, color-stop( 0%, rgba(0, 0, 0, 0.00)), color-stop( 100%, rgba(0, 0, 0, 0.00)));
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.00) 100%);
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.00) 100%); */
}

.programs-bg {
    background-image: url("../img/programs-bg.jpg");
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: auto;
}

.to-do-bg {
    background-image: url("../img/to-do-bg.jpg");
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}

.services-bg {
    background-image: url("../img/services-bg.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
}

#footer {
    background-image: url("../img/footer.jpg");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#footer a {
    color: #0f6566;
    transition: transform .2s;
    text-decoration: none;
}

#footer a:hover {
    color: #000;
    transform: scale(1.08);
    font-weight: bold;
}

#tours {
    background-image: url("../img/gallery/amanecer-torres-del-paine.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 300px;
}

#to-eat {
    background-image: url("../img/gallery/comer-en-punta-arenas.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 300px;

}

#statistics {
    background-image: url("../img/gallery/bg-statistics.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 300px;

}

.bg-opacity {
    background-color: rgba(0, 0, 0, 0.55);
}

#tours h1, #to-eat h1{
    text-shadow: 0px 20px 4px rgba(11, 11, 11, 0.72);
    font-family: 'Archivo Black', sans-serif;
    width: 80%;
}

.main-title{
    font-family: 'Sigmar One', cursive;
    color: #008581;
    text-shadow: 0px 20px 4px rgba(227, 222, 222, 0.72);

}
/* Gallery */

.top-spacing {
    margin-top: 12vh;
}

.text-info{
    text-shadow: 0px 20px 4px rgba(206, 200, 200, 0.72);

}
/*scroll to top*/

#topBtn {
    color: #008581;
    font-weight: 600;
    background: #fff;
    border: 1px solid rgb(5, 129, 133);
    display: none;
    position: fixed;
    bottom: 30px;
    right: 20px;
    z-index: 99;
    font-size: 2.2em;
    outline: none;
    cursor: pointer;
    border-radius: 50%;
    width: 50px;
    height: 50px;
}

#topBtn:hover {
    background: #000;
    color: #fff;
    border: 1px solid #fff;
    transition: .3s ease-in;
    -webkit-transition: .3s ease-in;
    -moz-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    -ms-transition: .3s ease-in;
}

.fas{
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #5ca118;
    background-color: #fff;
    color: #fff;
    /* border: 1px solid #599320;
    border-radius: 50px;
    padding: 5px; */
}

.fas-none{
    -webkit-text-stroke-width: 0px;
    -webkit-text-stroke-color: transparent;
    background-color: transparent;
    /* border: 1px solid #599320;
    border-radius: 50px;
    padding: 5px; */
}

.bg-success{
    background-color: #599320 !important;
}

/******* Modal *************/

.overlay {
    display: none;
    -webkit-transition: 2s ease-in-out;
    -moz-transition: 2s ease-in-out;
    -o-transition: 2s ease-in-out;
    -ms-transition: 2s ease-in-out;
    -webkit-appearance: none;
    transition: 2s all;
    opacity: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(51, 51, 51, 0.7);
    z-index: 10;
}

.overlayShow {
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(51, 51, 51, 0.7);
    z-index: 100001 !important;
    -webkit-transition: 2s ease-in-out;
    -moz-transition: 2s ease-in-out;
    -o-transition: 2s ease-in-out;
    -ms-transition: 2s ease-in-out;
    -webkit-appearance: none;
    transition: 2s all;
}

video.fullscreen {
    position: absolute;
    z-index: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    &::-webkit-media-controls {
        display: none !important;
    }
}

.video-container {
    position: relative;
    display: grid;
    place-items: center;
    height: 90vh;
    margin: 0 auto;
    background: #ccc;
}

.content {
    z-index: 1;
}

#loader-container {
    background: rgb(242, 238, 238);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
}
.loader {
    top: 30%;
    color: #599320;
    font-size: 90px;
    text-indent: -9999em;
    overflow: hidden;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    margin: 72px auto;
    position: relative;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load6 1.7s infinite ease, round 1.7s infinite ease;
    animation: load6 1.7s infinite ease, round 1.7s infinite ease;
}

.text-loader{
    margin: auto;
    width: 50%;
    border: 3px solid green;
    padding: 10px;
}
.text-loader-false{
    margin: auto;
    width: 50%;
    border: 3px solid red;
    padding: 10px;
}

.discount {
    background: #dc3545;
    border-radius: 30px 0 0 30px;
    color: #fff;
    width: 200px;
    text-align: center;
    padding: 6.5px 18px;
    position: relative;
    border-right: 1px dashed #fff;
  }
  .discount:after {
    width: 0;
    height: 0;
    border: 12.5px solid transparent;
    position: absolute;
    content: "";
    border-top-color: #dc3545;
    right: -26px;
    top: 0px;
    border-left-color: #dc3545;
  }
  .discount:before {
      width: 0;
      height: 0;
      border: 13px solid transparent;
      position: absolute;
      content: "";
      border-bottom-color: #dc3545;
      right: -25px;
      top: -1px;
  }

.carousel-item-resource > img {
    width:640px;
    height:360px;
  }

  .resource-front-detail p{
    color: rgb(102, 100, 100);
  }


.how-box {
    background: rgba(218, 215, 215, 0.8);
    border: 10px solid transparent;
}

#map{
    max-width: 100%;
    height:700px;
    min-height: 70%;
}

#container-search{
    background-image: linear-gradient(to left bottom, #051937, #00476e, #007b9f, #00b3bf, #12ebce);
}

.dropdown-item:hover{
    font-weight: bold;
}
@-webkit-keyframes load6 {
    0% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
    5%,
    95% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
    10%,
    59% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
    }
    20% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
    }
    38% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
    }
    100% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
}

@keyframes load6 {
    0% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
    5%,
    95% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
    10%,
    59% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
    }
    20% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
    }
    38% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
    }
    100% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
}

@-webkit-keyframes round {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes round {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.fadeOut {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s 2s, opacity 2s linear;
}

.carousel-caption {
    transform: translateY(-50%);
    bottom: 0;
    top: 20%;
}

.caption-title-bg {
    background: rgba(32, 165, 6, 0.4);
}

.calendar-header {
    background-image: url("../img/village.jpg");
    /*IMPORTANTE*/
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .calendar-caption {
    background: rgba(32, 165, 6, 0.4);
    width: 50%;
  }

.dark-img{
    filter: brightness(40%);
}

.bottom-text{
    position: absolute;
    margin-bottom: 5px;
}
.zoom {
    transition: transform 1s;
}

.zoom:hover {
    transform: scale(1.05);
    z-index: 1;
}


.zoom img {
    -webkit-transition: all 7s ease;
    -moz-transition: all 7s ease;
    -o-transition: all 7s ease;
    -ms-transition: all 7s ease;
    width: 100%;
}

.zoom:hover img {
    -webkit-transform: scale(1.009);
    -moz-transform: scale(1.009);
    -ms-transform: scale(1.009);
    -o-transform: scale(1.009);
    transform: scale(1.009);
}

#i-services i {
    position: relative;
    display: inline-block;
    margin-top: 10px;
}

#i-services i[title]:hover::after {
    content: attr(title);
    position: absolute;
    top: -100%;
    left: 10px;
    font-size: 10px;
    color: rgb(136, 130, 130);
    font-weight: 100;
}

.hover-day-td:hover {
    background-color: #BCF5A9 !important;
}


@keyframes zoom {
    0% {
        transform: scale(0.2);
        border-color: green;
    }
    50% {
        transform: scale(1.2);
        border-color: rgb(0, 166, 255);
    }
    100% {
        transform: scale(0.2);
        border-color: green;
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.calendar-container {
    width: 50%;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.resource-card{
    position: relative;
    min-height: 280px;
    background-size:cover !important;
    border-radius: 10px;
    background-position: center center;
    text-shadow: 2px 2px #171616;
}

.resource-card-title{
    min-height: 150px;
    padding-top: 15%;
}

.resource-card-footer{
    position: absolute;
    bottom: 0;
}

.bottom-spacing {
    margin-bottom: 12vh;
}
#menuFooterMobile{
    display: none;
}

@media screen and (max-width: 991px) {
    .btn-add-header {
        font-size: 0.8em;
    }
    .btn-100 {
        width: 100% !important;
    }
    .video-container {
        position: relative;
        display: grid;
        place-items: center;
        height: 50vh;
        margin: 0 auto;
        background: #ccc;
    }
    .top-spacing {
        margin-top: 0vh;
    }
    .carousel-caption {
        min-height: 200px;
    }
    .calendar-container {
        width: 100%;
    }
    .caption-title-bg h1 {
        font-size: 1em;
        padding-top: 22px;
        padding-bottom: 15px;
    }
    .resource-card-title H2 {
        font-size: 2em;
    }
    .calendar-caption {
        padding-top: 20px;
        width: 100%;
      }
    #menuFooterMobile{
        display: block;
    }

}