﻿@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap');

body {
    font-family: 'Montserrat', sans-serif;
    background-color: #fff;
    color: #000;
    font-weight: 400;
    /*overflow-x: hidden;*/ /* Prevent scroll on narrow devices */
    font-size: 4vw;
    line-height: 5vw;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    /*    text-transform: uppercase;*/
}
.form-select {
    text-transform: uppercase;
    font-size: unset;
    font-weight: unset;
}
.form-control {
    text-transform: uppercase;
    font-size: unset;
    font-weight: unset;
}

::-webkit-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #8E8E8E;
    opacity: 1; /* Firefox */
    text-transform: uppercase;
}
    b, strong {
    font-weight: 500;
}

.border {
    border: 1px solid #000 !important;
}

.border-bottom {
    border-bottom: 1px solid #000 !important;
}

a:hover {
    color: #000;
}

a {
    color: #2b2b2b;
    text-decoration: none;
}
.navbar {
    z-index:300;
}
.navbar-brand img {
   height:45px;
}
.nav-link {
    font-weight: 400;
    color: #8E8E8E;
}

.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show > .nav-link {
    color: #8E8E8E;
}

.navbar-light .navbar-nav .nav-link {
    color: #8E8E8E !important;
}
.navbar-dark .navbar-nav .nav-link {
    color: #8E8E8E !important;
}
.navbar-black .navbar-nav .nav-link {
    color: #8E8E8E !important;
}

.navbar-toggler-icon {
    background-image: url('assets/menu.svg');
}
}
.nav-tabs .nav-link {
    font-size: 3.5vw;
}
.offcanvas-collapse {
    top: 85px !important;
/*    background-color: #252e3e !important;*/
    opacity: .9 !important;
}


.btn-primary {
    background-color: #4a4a4a;
    border-color: #2b2b2b;
}

    .btn-primary:hover {
        background-color: #000;
    }
.btn-warning {
    color: #fff;
    background-color: #F4811F;
    border-color: #F4811F;
}

    .btn-warning:hover {
        color: #fff;
        background-color: #2b2b2b;
        border-color: #2b2b2b;
    }
.btn-close {
    background: unset;
}


.text-secondary {
    color: #2b2b2b !important;
}

.text-warning {
    color: #F4811F !important;
}

.text-black {
    color: #000 !important;
}

.bg-primary {
    background-color: #2b2b2b !important;
    opacity: 0.9;
}

.bg-secondary {
    background-color: #2b2b2b !important;
    opacity: 0.9;
}
.bg-light {
    /*   background: #FAF0F9 !important;*/
    background: linear-gradient(180deg, #fff 0%, #e8e9ef 100%) !important;
}
.bg-black {
    background-color: #000;
}

.bg-dark {
    background-color: #2b2b2b !important;
}
.text-primary {
    color: #070809 !important;
}

.map {
    z-index: 99;
}

.icono {
    width: 2rem;
    margin: 0.5rem 2rem 2rem 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: 55px;
    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-bottom: 0;
}
    .card-img-top {
    width: 100%;
    object-fit: cover;
    height: 200px !important;
}
.badgetArea {
    min-height:80px;
    max-height:130px;
}

.text-shadow {
    text-shadow: 1px 1px 2px #000, -1px -1px 3px #000;
}

.grilla-resultados {
    height: 420px !important;
}
.list-group-item {
    background-color: unset;
}

h1 {
    font-size: 5.5vw;
    font-weight: 700;
}

h2 {
    font-size: 5vw;
    font-weight: 600;
}

h3 {
    font-size: 4.5vw;
    font-weight: 500;
}

h4 {
    font-size: 3.5vw;
    font-weight: 400;
}
.small, small {
    font-size: 2.2vw !important;
    line-height: 2.4vw !important;
}

    .badge {
    margin: 6px 3px;
    font-weight: unset;
    font-size: 4.2vw;
}
.telefonos {
    font-size: 5.5vw;
    font-weight: 400;
    color: #fff !important;
}
.rrss {
    height: 30px;
    color: #000 !important;
}

.navbar-nav .nav-link {
    font-size: 6vw;
}

.accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #2b2b2b;
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
}
header .rrss {
    color: #fff !important;
}
footer {
    background: #000 100%;
 /*   background: linear-gradient(90deg,#171717 0%,#4a4a4a 30%, #100f0f 100%);*/
    color: #fff;
}
    footer .rrss {
        color: #fff !important;
    }
    footer a:link {
        color: #fff;
    }

    footer a:active {
        color: #fff;
    }

    footer a:hover {
        color: #fff;
    }

    footer a:visited {
        color: #fff;
    }
.logofooter {
    max-width:300px;
}

.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) {
    .grilla-resultados {
        height: 440px !important;
    }
    .navbar-brand img {
        height: 55px;
    }
    #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%)
        }

        footer {
            font-size: 3vw;
        }

        .portada {
            height: 100%;
            min-height: 300px !important;
        }

        body {
            font-size: 2.5vw;
            line-height: 3.5vw;
        }

        h1 {
            font-size: 3.5vw;
        }

        h2 {
            font-size: 3vw;
        }

        h3 {
            font-size: 2.5vw;
        }

        h4 {
            font-size: 2vw;
        }

        .small, small {
            font-size: 2vw !important;
            line-height: 2.1vw !important;
        }

        .navbar-brand img {
            height: 75px;
        }

        .badge {
            font-size: 2.5vw;
        }

        .nav-tabs .nav-link {
            font-size: 2.5vw;
        }

        .alturaViewer {
            height: 350px;
        }

        .navbar-nav .nav-link {
            font-size: 3vw;
        }

        .telefonos {
            font-size: 3vw;
        }
        .offcanvas-collapse {
            top: 95px !important;
        }
        }
    /* Medium devices (tablets, 768px and up) MD*/
    @media (min-width: 768px) {
        #Progress {
            left: -5%;
        }
        .bd-placeholder-img-lg {
            font-size: 3.5rem;
        }

        footer {
            font-size: 1.7vw;
        }

        .portada {
            height: 100%;
            min-height: 350px !important;
        }

        body {
            font-size: 1.7vw;
            line-height: 2.5vw;
        }

        h1 {
            font-size: 2.4vw;
        }

        h2 {
            font-size: 2.1vw;
        }

        h3 {
            font-size: 1.9vw;
        }

        h4 {
            font-size: 1.5vw;
        }

        .small, small {
            font-size: 1.4vw !important;
            line-height: 1.5vw !important;
        }

        .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;
        }*/

        .offcanvas-collapse {
            top: 120px !important;
        }
    }
    /* 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: 400px !important;
        }

        body {
            font-size: 1.3vw;
            line-height: 1.8vw;
        }

        h1 {
            font-size: 2vw;
        }

        h2 {
            font-size: 1.7vw;
        }

        h3 {
            font-size: 1.4vw;
        }

        h4 {
            font-size: 1.1vw;
        }

        .small, small {
            font-size: 1.1vw !important;
            line-height: 1.2vw !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%)
        }

        footer {
            font-size: 1.5vw;
            line-height: 1.7vw;
        }

        .portada {
            height: 100%;
            min-height: 500px !important;
        }

        body {
            font-size: 1.1vw;
            line-height: 1.5vw;
        }

        h1 {
            font-size: 1.7vw;
        }

        h2 {
            font-size: 1.5vw;
        }

        h3 {
            font-size: 1.3vw;
        }

        h4 {
            font-size: 1.1vw;
        }

        .small, small {
            font-size: 1vw !important;
            line-height: 1.1vw !important;
        }

        .badge {
            font-size: 1.1vw;
        }

        .nav-tabs .nav-link {
            font-size: 1.5vw;
        }

        .navbar-nav .nav-link {
            font-size: 1.5vw;
        }

   /*     .navbar-brand img {
            height: 120px;
        }*/

        .rrss {
            height: 25px
        }

        .telefonos {
            font-size: 2vw;
        }

        .alturaViewer {
            height: 450px;
        }

/*        .grilla-resultados {
            height: 500px !important;
        }*/
    }
    /* XX-Large devices (larger desktops, 1400px and up) XXL*/
    @media (min-width: 1400px) {
        #Progress {
            left: 20%;
        }
        .ratioPag {
            --aspect-ratio: calc(9 / 16 * 100%)
        }

        body {
            font-size: 1vw;
            line-height: 1.3vw;
        }

        h1 {
            font-size: 1.6vw;
        }

        h2 {
            font-size: 1.4vw;
        }

        h3 {
            font-size: 1.1vw;
        }

        h4 {
            font-size: 1vw;
        }

        .small, small {
            font-size: 1vw !important;
            line-height: 1.1vw !important;
        }

        .badge {
            font-size: 1vw;
        }

        .nav-tabs .nav-link {
            font-size: 1.5vw;
        }

        .navbar-nav .nav-link {
            font-size: 1.3vw;
        }

        .rrss {
            height: 28px
        }

   /*     .navbar-brand img {
            height: 140px;
        }*/

        .telefonos {
            font-size: 1.5vw;
        }

        .alturaViewer {
            height: 500px;
        }

/*        .grilla-resultados {
            height: 480px !important;
        }*/

        .portada {
            height: 100%;
            min-height: 600px !important;
        }
    }

    @media (min-width: 1600px) {
        #Progress {
            left: 25%;
        }
        body {
            font-size: .9vw;
            line-height: 1.2vw;
        }

        .badge {
            font-size: .9vw;
        }

        h1 {
            font-size: 1.3vw;
        }

        h2 {
            font-size: 1.1vw;
        }

        h3 {
            font-size: 1vw;
        }

        h4 {
            font-size: .8vw;
        }

        .small, small {
            font-size: .8vw !important;
            line-height: 1vw !important;
        }

/*        .grilla-resultados {
            height: 500px !important;
        }*/

        .navbar-nav .nav-link {
            font-size: 1.1vw;
        }

        .nav-tabs .nav-link {
            font-size: 1.1vw;
        }
    }
