﻿@import url('https://fonts.googleapis.com/css2?family=Mulish:wght@800&family=Roboto:wght@300;700&display=swap');


body {
    color: #000;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: normal;
    background-color: #f6f6f4;
}

.control {
    height: 36px
}

.form-control {
    text-transform: uppercase;
    font-weight: 400;
}

::-webkit-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #8E8E8E;
    opacity: 1; /* Firefox */
    font-size: 14px;
    font-weight: 200;
}

input[type="checkbox"] {
    margin-right: 5px;
    vertical-align: middle;
}

.border {
    border: 1px solid #170312 !important;
}

.border-bottom {
    border-bottom: 1px solid #170312 !important;
}

a:hover {
    color: #435478;
}

a {
    color: #495d88;
    text-decoration: none;
}

header {
    font-family: "Mulish", sans-serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;
    background-color: #fff;
}
header a:hover {
    color: #495d88;
}

header a {
    color: #D00000;
    text-decoration: none;
}
.navbar {
    z-index: 300;

}

.navbar-brand img {
    margin-top: 2px;
    margin-bottom: 7px;
    width: 150px;
}

.nav-link {
    color: #495d88;
}

    .nav-link:hover {
        color: #D00000;
    }

.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show > .nav-link {
    color: #00AACA;
}

/*.navbar-light .navbar-nav .nav-link {
    font-family: 'Noto Serif HK', serif;
}*/
.navbar-dark .navbar-nav .nav-link {
    color: #f1f1f1 !important;
}

.navbar-black .navbar-nav .nav-link {
    color: #f1f1f1 !important;
}


.nav-tabs .nav-link {
    font-size: 3.5vw;
}

.offcanvas-collapse {
    top: 50px !important;
    opacity: .9 !important;
    /*    background-color: #000500 !important;*/
}

.icon2 {
    height: 18px;
}

.btn-primary {
    background-color: #495d88;
    border-color: #495d88;
    color: #fff;
}

    .btn-primary:hover {
        background-color: #D00000;
    }

.btn-secondary {
    background-color: #D00000;
    border-color: #D00000;
    color: #fff;
}

    .btn-secondary:hover {
        background-color: #495d88;
    }

.bg-primary {
    background-color: #D00000 !important;
}

.bg-secondary {
    background-color: #495d88 !important;
}

.bg-light {
    background: #afb3b7 !important;
}

.bg-gradient {
    background: linear-gradient(180deg,#22519a 0%,#575756 90%) !important;
}

.bg-black {
    background-color: #170312;
}

.bg-dark {
    background-color: #252a2b !important;
}

.text-primary {
    color: #33032f !important;
}

.text-success {
    color: #D2E303 !important;
}

.map {
    z-index: 99;
}

.icono {
    width: 3rem;
    margin: 2rem;
}

.imagenfondo {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.fotoBKG {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.search-bar {
    border-radius: 0 !important;
}

.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: 120px;
    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;
}

.card-img {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.card-title {
    font-weight: 500;
}

.card-header {
    font-weight: 700;
    background-color: unset;
}

.card-footer {
    font-weight: 500;
    border-top: unset;
    background-color: #E3E3DD;
}

.card-img-overlay {
    top: 40px;
    left: 10px;
    text-shadow: 1px 1px 1px #000;
    color: #fff;
}

.card-img-overlay2 {
    background-color: #fff;
    border-radius: 0;
    padding: 5px 5px 0 0;
    position: absolute;
    top: 0;
    right: 0;
}



.badgetArea {
    min-height: 80px;
    max-height: 130px;
}

.rounded-pill {
    border: solid 1px #06bcc1 !important;
    border-radius: .8rem !important;
}

.text-shadow {
    text-shadow: 1px 1px 2px #000, -1px -1px 3px #000;
}

.grilla-resultados {
    border: 1px solid #eee;
    border-radius: 0 !important;
}

.list-group-item {
    background-color: unset;
}

h1 {
    font-family: "Mulish", sans-serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;
    font-size: 24px;
    color: #495d88;
}

h2 {
    font-family: "Mulish", sans-serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;
    font-size: 20px;
    color: #495d88;
}

h3 {
    font-size: 20px;
    font-weight: 700;
}

h4 {
    font-size: 14px;
    font-weight: 700;
}

.small, small {
    font-size: 10px !important;
}

.badge {
    margin: 6px 3px;
    font-weight: unset;
    font-size: 4.2vw;
}

.telefonos {
    font-size: 5.5vw;
    font-weight: 400;
}

.rrss {
    height: 25px;
}
.rrss-2 {
    height: 35px
}

.navbar-nav .nav-link {
    font-size: 18px;
}

.accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #2b2b2b;
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
}

header .rrss {
    color: #00AACA !important;
}

footer {
    color: #495d88;
}

    footer .rrss {
        color: #495d88 !important;
        height: 30px;
    }

    footer a {
        color: #495d88;
    }

        footer a:link {
            color: #495d88;
        }

        footer a:active {
            color: #D00000;
        }

        footer a:hover {
            color: #D00000;
        }

        footer a:visited {
            color: #495d88;
        }
.logofooter {
    width: 180px;
}


.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: #f6f3f7;
    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;
    }


    #Progress {
        left: -40%;
    }

    .small, small {
        font-size: 2vw !important;
        line-height: 2.1vw !important;
    }
}
/* 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;
    }


    .small, small {
        font-size: 1.5vw !important;
        line-height: 1.6vw !important;
    }

    .grilla-resultados {
        height: 515px;
    }

    .badge {
        font-size: 2.5vw;
    }

    .nav-tabs .nav-link {
        font-size: 2.5vw;
    }

    .alturaViewer {
        height: 350px;
    }


    .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;
    }

    footer {
        font-size: 1.7vw;
    }

    .portada {
        height: 100%;
        min-height: 350px !important;
    }

    .grilla-resultados {
        height: 490px;
    }


    .small, small {
        font-size: 1vw !important;
        line-height: 1.1vw !important;
    }

    .badge {
        font-size: 1.8vw;
    }

    .nav-tabs .nav-link {
        font-size: 2vw;
    }

    .alturaViewer {
        height: 400px;
    }


}
/* 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;
    }

    .badge {
        font-size: 1.3vw;
    }

    .rrss {
        height: 20px
    }

    .rrss-2 {
        height: 30px
    }

    .telefonos {
        font-size: 1.5vw;
    }

    .alturaViewer {
        height: 450px;
    }


    .nav-tabs .nav-link {
        font-size: 1.6vw;
    }
.w-lg-75 {
        width: 75% !important;
    }

}
/*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.3vw;
        line-height: 1.7vw;
    }

    .portada {
        height: 100%;
        min-height: 500px !important;
    }



    .small, small {
        font-size: .8vw !important;
        line-height: .9vw !important;
    }

    .badge {
        font-size: 1.1vw;
    }

    .nav-tabs .nav-link {
        font-size: 1.5vw;
    }


    /*     .navbar-brand img {
            height: 120px;
        }*/

    .rrss {
        height: 25px
    }

    .rrss-2 {
        height: 40px
    }

    .telefonos {
        font-size: 1.7vw;
    }

    .alturaViewer {
        height: 450px;
    }

    /*        .grilla-resultados {
            height: 500px !important;
        }*/
    .navbar-expand-xl {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }
}
/* 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;
        }*/

    .portada {
        height: 100%;
        min-height: 600px !important;
    }
}

@media (min-width: 1600px) {
    #Progress {
        left: 25%;
    }


    .badge {
        font-size: .9vw;
    }




    /*        .grilla-resultados {
            height: 500px !important;
        }*/

    .nav-tabs .nav-link {
        font-size: 1vw;
    }
}
