﻿@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100..900&display=swap');
/*.bg-white {
    background: green !important;
    transition: 1.5s ease-in;
}

    .bg-white.scrolled {
        background: red !important;
    }*/
body {
    color: #444444;
    /*overflow-x: hidden;*/ /* Prevent scroll on narrow devices */
    font-size: 15px;
    font-family: Montserrat, sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
}

h1, h2, h3, h4, small {  
    font-optical-sizing: auto;
    font-style: normal;
}

h1 {
    font-size: 21px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: -.5px;
}

h2 {
    font-size: 18px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
}

h3 {
    font-size: 16px !important;
    font-weight: 400 !important;
}

h4 {
    font-size: 15px !important;
    font-weight: 200 !important;
}

.small, small {
    font-size: 13px !important;
    font-weight: 300 !important;
}
.breadcrumb {
    font-size:12px !important;
}
    .control {
    height: 50px
}

input::placeholder {
    font-size: 12px !important;
    font-weight: normal;
}

textarea::placeholder {
    font-size: 12px !important;
    font-weight: normal;
}

::-webkit-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #8E8E8E;
    opacity: 1; /* Firefox */
    text-transform: uppercase;
    font-size: 1rem;
}

input[type="checkbox"] {
    margin-right: 5px;
    vertical-align: middle;
}

.border {
    border: 1px solid #3f3f3f !important;
}

.border-bottom {
    border-bottom: 1px solid #3f3f3f !important;
}

a:hover {
    color: #3f3f3f;
}

a {
    color: #3f3f3f;
    text-decoration: none;
}

.navbar {
    z-index: 300;
}

.navbar-brand img {
    height: 40px;
    margin: 0;
}

.navbar-toggler img {
    height: 30px;
}
/*.ontop .navbar-brand img {
    content: url(images/logow.svg);
}*/
/*.ontop .nav-link {
    color: #3f3f3f !important;
}*/
.navbar-toggler img {
    /*filter: invert(1);*/
}

.navbar-brand {
    padding-right: 10px;
}

.scroled {
    background-color: #fff !important;
}

    .scroled .navbar-brand img {
  /*      content: url(images/logo.svg);*/
        height:40px;
    }

    .scroled .marca {
        display: none;
    }
/*     .scroled .navbar-toggler-icon {
            filter: invert(0);
        }*/

.bg-transparent {
    background-color: #0000;
}
.nav-item {
    margin: 0 10px;
}
.nav-link {
    color: #ffffff;
    font-weight: 500
}

    .nav-link:hover {
        color: #f29100;
    }

.btn.disabled, .btn:disabled, fieldset:disabled .btn {
    color: #3f3f3f;
    pointer-events: none;
    background-color: #f29100;
    border-color: #3f3f3f;
    opacity: var(--bs-btn-disabled-opacity);
}

.btn-outline-primary {
    --bs-btn-color: #3f3f3f;
    --bs-btn-border-color: #3f3f3f;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #3f3f3f;
    --bs-btn-hover-border-color: #3f3f3f;
    --bs-btn-focus-shadow-rgb: 13, 110, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #3f3f3f;
    --bs-btn-active-border-color: #3f3f3f;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #3f3f3f;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #3f3f3f;
    --bs-gradient: none;
}

.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show > .nav-link {
    color: #00AACA;
}

.navbar-light .navbar-nav .nav-link {
    color: #000 !important;
}

.navbar-dark .navbar-nav .nav-link {
    color: #8E8E8E !important;
}

.navbar-black .navbar-nav .nav-link {
    color: #f1f1f1 !important;
}

.form-select {
    font-size: unset !important;
    text-transform: uppercase !important;
    line-height: unset !important;
    color: #000;
    border-width: 0 !important;
}

.form-control {
    font-size: unset !important;
    text-transform: uppercase !important;
    line-height: unset !important;
    color: #000;
    padding-top: 0.8rem;
    border-width: 0 !important;
}

.search-bar {
    border-radius: 2rem;
    background: unset !important;
    border-radius: unset !important;
    box-shadow: unset !important;
}

.icon2 {
    height: 18px;
}

.btn-primary {
    background-color: #ff9904;
    border-color: #ff9904;
    color: #fff;
}

    .btn-primary:hover {
        background-color: #444444;
        color: #fff;
        border-color: #444444;
    }

.btn-secondary {
    background-color: #f29100;
    border-color: #f29100;
    color: #3f3f3f;
}

    .btn-secondary:hover {
        background-color: #3f3f3f;
        color: #fff;
        border-color: #3f3f3f;
    }


.btn-group-lg > .btn, .btn-lg {
    font-size: unset !important;
}

.bg-primary {
    background-color: #ff9904 !important;
}

.bg-secondary {
    background-color: #82878c !important;
}

.bg-light {
    background: #e9e9e9 !important;
}

.bg-gradient {
    background: linear-gradient(180deg,#22519a 0%,#575756 90%) !important;
}

.bg-black {
    background-color: #0f0915 !important;
}

.bg-dark {
    background-color: #3f3f3f !important;
}

.text-primary {
    color: #ff9904 !important;
}

.text-success {
    color: #72b01d !important;
}
.text-transparent {
    color: #00000000 !important;
}
.map {
    z-index: 99;
}

.icono {
    width: 3rem;
    margin: 2rem;
}

.imagenfondo {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.chip {
    display: inline-block;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 400;
    line-height: 32px;
    /*   background-color: #2b2b2b;*/
    /* width: 110px;*/
    bottom: 20px;
    right: 20px;
    z-index: 100;
    position: fixed;
}

    .chip a {
        color: #fff;
    }

.box {
    position: fixed;
    z-index: 150;
    right: 20px;
    bottom: 1px;
    display: block;
    padding: 5px 12px;
    border-radius: 6px;
    background: #2b2b2b;
    opacity: .9;
    color: #ffffff;
    width: 200px;
}

.carousel-item {
    min-height: 200px;
    max-height: 450px;
}

.tarjetas {
    min-height: 200px;
    background-color: #2b2b2b;
}

.card {
    border: none;
}

.card-body {
    padding: 6px !important;
    background-color: #f7f7f7;
    height: 120px;
}

.card-img-top {
    width: 100%;
    object-fit: cover;
    height: 200px !important;
}

.card-img {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.card-title {
    font-weight: 600;
}

.card-header {
    font-weight: 600;
    background-color: #fff;
}

.card-footer {
    border-top: unset;
    background-color: #fdfdfd;
}

.card-img-overlay {
    color: #fff;
}

.card-img-overlay2 {
    background-color: #fff;
    border-radius: 0;
    padding: 5px 5px 0 0;
    position: absolute;
    top: 0;
    right: 0;
}

.vertical-align-top {
    vertical-align: text-top !important;
}

.badgetArea {
    min-height: 80px;
    max-height: 130px;
}

.rounded-pill {
    border: solid 1px #2865a0 !important;
    border-radius: .8rem !important;
}

.text-shadow {
    text-shadow: 1px 1px 2px #3f3f3f, -1px -1px 3px #3f3f3f;
}

.grilla-resultados {
    border: 1px solid #eee;
}

.list-group-item {
    background-color: unset;
}

.hero-home {
    height: unset !important;
    align-items: end !important
}

/*.portada {
    height: 100%;
    min-height: 700px !important;
}*/

.fotoBKG {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.badge {
    margin: 6px 3px;
    font-weight: unset;
    font-size: 4.2vw;
}

.telefonos {
    font-size: 5.5vw;
    font-weight: 400;
}

.rrss {
    height: 25px;
}

.navbar-nav .nav-link {
    font-size: 15px;
}

.accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #3f3f3f;
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
}

header .rrss {
    color: #00AACA !important;
}

footer {
    /*   background: linear-gradient(0deg,#20b6d3 0%,#00AACA 90%) !important;*/
/*    color: #3f3f3f;
    border-top: #3f3f3f solid 2px;*/
    font-size: 15px;
    text-transform: none;
}

    footer .rrss {
        color: #fff !important;
    }

    footer a:link {
        color: #fff;
    }

    footer a:active {
        color: #ff9904;
    }

    footer a:hover {
        color: #ff9904;
    }

    footer a:visited {
        color: #fff;
    }

.logofooter {
    max-width: 200px;
    padding: 0;
}

.responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.ratioPag {
    --aspect-ratio: 100%;
}

.ratioMed {
    --aspect-ratio: calc(3 / 5 * 100%)
}

.alturaViewer {
    height: 250px;
}

#Background {
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-color: #e8e9ef;
    opacity: 0.6;
    z-index: 10;
}

#Progress {
    position: fixed;
    top: 15%;
    left: -75%;
    z-index: 8;
}

@media (min-width: 475px) {
    .offcanvas-collapse {
        top: 70px !important;
    }

    .navbar-brand img {
        height: 70px;
    }

    #Progress {
        left: -40%;
    }
}
/* X-Small devices (portrait phones, less than 576px)
No media query for `xs` since this is the default in Bootstrap*/
/*Small devices (landscape phones, 576px and up) SM*/
@media (min-width: 576px) {

    #Progress {
        left: -25%;
    }

    .ratioPag {
        --aspect-ratio: calc(3 / 4 * 100%)
    }

    .portada {
        height: 100%;
        min-height: 400px !important;      
    }

    .badge {
        font-size: 2.5vw;
    }

    .nav-tabs .nav-link {
        font-size: 2.5vw;
    }

    .alturaViewer {
        height: 350px;
    }

    .navbar-nav .nav-link {
        font-size: 3vw;
    }

/*    .navbar-brand img {
        height: 90px;
    }*/

    .telefonos {
        font-size: 3vw;
    }
}
/* Medium devices (tablets, 768px and up) MD*/
@media (min-width: 768px) {
    #Progress {
        left: -5%;
    }

    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }

/*    .navbar-brand img {
        height: 105px;
    }*/

    .badge {
        font-size: 1.8vw;
    }

    .nav-tabs .nav-link {
        font-size: 2vw;
    }

    .alturaViewer {
        height: 400px;
    }

    .navbar-nav .nav-link {
        font-size: 3vw;
    }

    /*        .navbar-brand img {
            height: 70px;
        }*/

}
/* Large devices (desktops, 992px and up) LG*/
@media (min-width: 991.98px) {
    #Progress {
        left: 10%;
    }

    .ratioPag {
        --aspect-ratio: calc(3 / 5 * 100%)
    }

    .portada {
        height: 100%;
        min-height: 750px !important;
    }

    .badge {
        font-size: 1.3vw;
    }

    .rrss {
        height: 20px
    }

    .telefonos {
        font-size: 1.5vw;
    }

    .alturaViewer {
        height: 450px;
    }

    .navbar-nav .nav-link {
        font-size: 1.8vw;
    }

    .nav-tabs .nav-link {
        font-size: 1.6vw;
    }

    /*        .navbar-brand img {
            height: 110px;
        }*/

}
/*X-Large devices (large desktops, 1200px and up) XL*/
@media (min-width: 1200px) {
    #Progress {
        left: 15%;
    }

    .ratioPag {
        --aspect-ratio: calc(9 / 16 * 100%)
    }
    .portada {
        margin-top: 90px;
    }
    .badge {
        font-size: 1.1vw;
    }

    .nav-tabs .nav-link {
        font-size: 1.5vw;
    }

    .navbar-nav .nav-link {
        font-size: 16px;
    }

    /*     .navbar-brand img {
            height: 120px;
        }*/

    .rrss {
        height: 25px
    }

    .telefonos {
        font-size: 1.7vw;
    }

    .alturaViewer {
        height: 450px;
    }

    /*        .grilla-resultados {
            height: 500px !important;
        }*/
    .navbar-expand-xl {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }

    .fixed-xl-top {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 1030; /* Asegura que esté por encima de otros elementos */
    }
}
    /* XX-Large devices (larger desktops, 1400px and up) XXL*/
    @media (min-width: 1400px) {
        #Progress {
            left: 20%;
        }

        .ratioPag {
            --aspect-ratio: calc(9 / 16 * 100%)
        }






        .badge {
            font-size: 1vw;
        }

        .nav-tabs .nav-link {
            font-size: 1.5vw;
        }


        /*     .navbar-brand img {
            height: 140px;
        }*/

        .telefonos {
            font-size: 1.1vw;
        }

        /*        .alturaViewer {
            height: 500px;
        }*/

        /*        .grilla-resultados {
            height: 480px !important;
        }*/

    }

    @media (min-width: 1600px) {
        #Progress {
            left: 25%;
        }


        .badge {
            font-size: .9vw;
        }




        /*        .grilla-resultados {
            height: 500px !important;
        }*/


        .nav-tabs .nav-link {
            font-size: 1vw;
        }
    }

