/* @import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.5.0/font/bootstrap-icons.css"); */
body{
    font-family: 'Roboto', sans-serif;
}
.w-fc{
    width: fit-content!important;
}
.text-green{
    color: #B3B80E!important;
}
.text-blu{
    color: #0C709E!important;
    fill: #0C709E!important;
}
.text-yellow{
    color: #E5A100!important;
}
.text-grey{
    color: #838282!important;
}
.text-red{
    color: #b40000!important;
}
.card{
    box-shadow: 5px 5px 10px rgba(0,0,0, 0.125);
}
/* CSS Navbar */
#nav-container{
    height: 10vh;
}
.navbar-light .navbar-toggler {
    border-color: transparent!important;
}
.navbar-toggler:focus{
    box-shadow: none!important;
}
.dropdown-item{
    font-size: 0.90rem;
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
}
.dropdown-item:active{
    background-color: transparent;
}
/* CSS Footer */

#footer-container{
    height: auto;
}
.footer-link:hover{
    color:#9c9c9a!important;
}
/* CSS Search Form */
.form-group-search-control{
    background-color: #E6E6E6;
    border-radius: 0.5rem;
}
input#search-control,input#search-control::placeholder {
    background-color: transparent!important;
    border: 0px!important;
    font-weight: 600;
}
.button-search{
    left: 1rem;
    background-color: transparent;
    border: none;
}
.button-search>i{
    color: #0C709E;
}
.form-control:focus{
    box-shadow: none;
}
/* CSS Category */
.category-box{
    height: 20vh;
    border-radius: 0 0.5rem 0.5rem 0.5rem;
    margin:0 1rem 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: overlay;
}
.horizontal-scroll{
    display: inline-flex;
    overflow: auto;
}
.horizontal-scroll::-webkit-scrollbar {
    display: none;
  }
.horizontal-scroll {
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.text-category-box{
    color: white;
    font-weight: 500;
    margin: 0;
}
/* CSS Activity */
.activity-box{
    height: auto;
    border-radius:0.5rem;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
input#flexSwitchCheckDefault:focus{
    box-shadow: none!important;
}
input#flexSwitchCheckDefault:checked{
    background-color: #B3B80E;
    border-color: #B3B80E;
}
.border-activity{
    border-left: 3px solid #0C709E;
}
.btn-primary{
    background-color: #0C709E;
    color: white;
    border-color: #0C709E;
}
.btn-primary:hover{
    background-color: #53a8d0;
    color: white;
}
.btn-check:active+.btn-primary, .btn-check:checked+.btn-primary, .btn-primary.active, .btn-primary:active, .show>.btn-primary.dropdown-toggle{
    background-color: #53a8d0;
    color: white;
    border-color: #0C709E;
}
.btn-check:focus+.btn-primary, .btn-primary:focus {
    background-color: #53a8d0;
    color: white;
    border-color: #0C709E;
}
.btn-contact{
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
    background-color: #0C709E;
    z-index: 1029!important;
    color: white;
}
.btn-contact:hover{
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
    background-color: #53a8d0;
    color: white;
    z-index: 1029!important;
}
.nav-link.activity-tab.active{
    color: #0c709e!important;
    background-color: transparent!important;
}
.nav-link.activity-tab{
    color: #838282!important;
    background-color: transparent!important;
}
.carousel-indicators [data-bs-target]{
    width: auto;
    height: auto;
    text-indent: unset;
}
.button-swipe{
    color: #838282;
    background-color: transparent!important;
}
.button-swipe.active{
    color: #0C709E;
    background-color: transparent!important;
}
.carousel-control-next-icon{
    background-image: url('../img/chevron-right.svg');
}
.carousel-control-prev-icon{
    background-image: url('../img/chevron-left.svg');
}
/* CSS Contact */
textarea{
    resize: none;
}
.border-primary{
    border-color: #0C709E!important;
}
#contact-form>div>label{
    font-weight: bold;
    color: #0C709E;
}

h1 span {
    display: block;
    font-size: 1rem;
    color: #5a5a5a;
}
.card-wrapper>div>.far, .card-wrapper>div>.fas {
    text-align: center;
    font-size: 3.5rem;
    margin-bottom: .5rem;
    color: #3e3e3e;
}
.h1, h1 {
    text-align: center;
    font-size: 1.5rem;
    color: #404040;
    margin-bottom: 1.6rem;
}
a {
    color: #0078A0;
}
/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {

}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {

}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
    .horizontal-scroll {
        width: 93vw!important;
    }
    .transition {
        transition: ease;
        -o-transition: ease;
        -moz-transition: ease;
        -webkit-transition: ease;
      }
    body,html{
        overflow-x: auto;
    }
    .mt-container{
        padding-top: 12.5vh;
        padding-bottom: 47.5vh;
    }
    .category-box-header {
        height: 60vh;
        background-image: url('../img/header-category.jpg'),linear-gradient(rgba(0, 0, 0, 0.35),rgba(0, 0, 0, 0.35));
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        background-blend-mode: overlay;
    }
    .activity-box-header{
        height: 60vh;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        background-blend-mode: overlay; 
    }
    #map, #description-activity{
        height: 70vh;
    }
    .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link{
        font-weight: bold;
    }
    .dropdown-menu[data-bs-popper] {
        top: 75%;
        margin-top: 0;
    }
    .box-image{
        height: auto;
        border-radius: 0.5rem;
        display: flex;
        margin: auto;
        max-height: 10vw;
    }
    footer{
        background-color: #953722;
        line-height: normal;
        height: auto;
    }
    .homepage-button-visibility{
		display: none!important;
	}
}

/* X-Large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {

}

/* XX-Large devices (larger desktops, 1400px and up)*/
@media (min-width: 1400px) {

}

/* X-Small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
}

/* Small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) {

}

/* Medium devices (tablets, less than 992px)*/
@media (max-width: 991.98px) {
    /* CSS Navbar */
    ul.active {
        position: absolute;
        top: 0;
        left: 0;
        width: 100vw;
        height: 0vh;
        flex-direction: column!important;
        justify-content: center;
        align-content: center;
        align-items: center;
        background-color: rgba(131, 130, 130, 0.9);
        color: white;
        font-size: 2rem;
        animation: navbar-animation 300ms forwards;
		-o-animation: navbar-animation 300ms forwards ;
		-webkit-animation: navbar-animation 300ms forwards;
		-moz-animation: navbar-animation 300ms forwards;
    }
    .dropdown-menu {
        position: absolute;
        z-index: 1000;
        display: none;
        min-width: 10rem;
        padding: .5rem 0;
        margin: 0;
        font-size: 1rem;
        color: #212529;
        text-align: center;
        list-style: none;
        background-color: transparent;
        background-clip: padding-box;
        border: transparent;
        border-radius: 0;
    }
    .dropdown-item{
        text-transform: uppercase;
        font-size: 1.25rem;
        margin-top: 0.25rem;
        margin-bottom: 0.25rem;
    }
    .dropdown-item:hover{
        background-color: transparent;
    }
    .dropdown-item:active{
        background-color: transparent;
    }
	@keyframes navbar-animation {
        from {height: 0vh;}
        to {height: 100vh;}
    }
    .mt-container{
        padding-top: 12.5vh;
        padding-bottom: 80vh;
    }
    ul>li>a{
        color: white!important;
    }
    .navbar-toggler-icon-close{
        background-image: url('../img/navbar-close.svg');
    }
    .navbar-toggler-icon-close{
        display: inline-block;
        width: 1.5em;
        height: 1.5em;
        vertical-align: middle;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100%;
    }
    #toggler-close{
        position: absolute;
        top: 1.75rem;
        right: .75rem;
    }
    .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link{
        border-bottom: 0.25rem solid white;
    }
    /* CSS Activity */
    .box-image{
        height: auto;
        border-radius: 0.5rem;
        display: flex;
        margin: auto;
        max-height: 35vw;
    }
    .activity-box{
        height: 25vh;
        width: 40vw;
        min-width: 100%;
        background-image: url('../img/logo.png');
        background-repeat: no-repeat;
        background-size: cover;
        border-radius: 0.5rem;
    }
    .activity-box-header{
        height: 25vh;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        background-blend-mode: overlay; 
    }
    #map, #description-activity{
        height: 50vh;
    }
    /* CSS Category */
    .category-box-header{
        height: 25vh;
        background-image: url('../img/header-category.jpg'),linear-gradient(rgba(0, 0, 0, 0.35),rgba(0, 0, 0, 0.35));
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        background-blend-mode: overlay; 
    }
    .category-box{
        height: 25vh;
        width: 40vw;
        min-width: 40vw;
        background-image: url('../img/logo.png');
        background-repeat: no-repeat;
        background-size: cover;
        border-radius: 0 0.5rem 0.5rem 0.5rem;
        margin-right: 1rem;
    }
    .text-category-box{
        color: white;
        font-weight: 500;
        position: relative;
        top: 50%;
        height: fit-content;
        font-size: 1.05rem;
    }
    footer{
        background-color: #953722;
        line-height: normal;
        height:auto;
    }
    .homepage-button-visibility{
		display: block!important;
	}
}

/* Large devices (desktops, less than 1200px)*/
@media (max-width: 1199.98px) {
    
}

/* X-Large devices (large desktops, less than 1400px)*/
@media (max-width: 1399.98px) {

}
.owl-theme .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}
.owl-dot.active span {
    background: #0C709E!important;
}
.iti__flag {
    background-image: url("../intl-tel-input/img/flags.png")!important;
  }
  
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .iti__flag {
      background-image: url("../intl-tel-input/img/flags@2x.png")!important;
    }
  }
