﻿@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
:root {
    --bs-box-shadow-sm: 5px 5px 5px 0px rgba(0,0,0,0.5) !important;
}
body {
    font-family: "Raleway", sans-serif;
    font-optical-sizing: auto;
    color: #1a1a18;
    font-weight: 400;
    /*overflow-x: hidden;*/ /* Prevent scroll on narrow devices */
    font-size: 15px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    background-color: #eeeeee;
    /*    text-transform: uppercase;*/
}

.control {
height:36px
}
.form-select {
    font-size: unset;
    font-weight: unset;
}
.form-control {
    font-size: unset;
    font-weight: unset;
}
 ::-webkit-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #8E8E8E;
    opacity: 0.6; /* Firefox */
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 300;
}
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: #170312;
}

a {
    color: #33032f;
    text-decoration: none;
}
.navbar {
    z-index:300;
}
.navbar-brand img {
    height: 40px;
    margin: 15px 0;
}
.nav-link {
    font-weight: 600;
    color: #545454;
}
    .nav-link:hover {
        color: #F9B233;
    }

.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show > .nav-link {
    color: #00AACA;
}

.navbar-light .navbar-nav .nav-link {
    color: #545454 !important;
}
.navbar-dark .navbar-nav .nav-link {
    color: #009ee3 !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: #009ee3;
    border-color: #009ee3;
    color: #fff;
}
.btn-outline-primary {
    background-color: #fff;
    border-color: #009ee3;
    color: #009ee3;
}
    .btn-primary:hover {
        background-color: #333333;
    }
.btn-secondary {
    background-color: #FF3706;
    border-color: #FF3706;
    color: #fff;
}

    .btn-secondary:hover {
        background-color: #333333;
    }

.btn.disabled, .btn:disabled, fieldset:disabled .btn {
    color: #fff;
    pointer-events: none;
    background-color: #009ee3 !important;
    border-color: #009ee3 !important;
    opacity: unset !important;
}

.bg-primary {
    background-color: #009ee3 !important;
}

.bg-secondary {
    background-color: #FF3706 !important;
}
.bg-light {
    background: #eeeeee !important;
}
.bg-gradient {
    background: linear-gradient(180deg,#22519a 0%,#575756 90%) !important;
}
.bg-black {
    background-color: #1a1a18 !important;
}

.bg-dark {
    background-color: #575756 !important;
}
.text-primary {
    color: #009ee3 !important;
}
.text-secondary {
    color: #FF3706 !important;
}
.text-success {
    color: #72b01d !important;
}
.map {
    z-index: 99;
}

.icono {
    width: 3rem;
    margin:2rem;
}

.imagenfondo {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.search-bar {
    border-radius:.4rem !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: 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;
    background-color: #fff;
      background-repeat: repeat;
/*    border-right: 1px solid #FF3706;
    border-left: 1px solid #FF3706;*/
}

    .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 {
    background-color: #009ee3;
    text-shadow: 1px 1px 1px #000;
    color: #fff;
    text-align: center;
}
.card-footer {
    border-top: unset;
    background-color: #1a1a18;
    color: #fff;
    padding: unset;
}
.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 #009ee3 !important;
    border-radius: .8rem !important;
}

.text-shadow {
    text-shadow: 1px 1px 2px #000, -1px -1px 3px #000;
}

.grilla-resultados {
    border: 1px solid #eee;
}
.list-group-item {
    background-color: unset;
}

h1 {
    font-size: 14px !important;
    font-weight: 800 !important;
    text-transform: uppercase
}

h2 {
    font-size: 14px !important;
    font-weight: 700 !important;
}

h3 {
    font-size: 14px !important;
    font-weight: 600 !important;
}

h4 {
    font-size: 13px !important;
    font-weight: 600 !important;
}

.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;
}

.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: #009ee3 !important;
}

footer {
    background: #000;
    /*   background: linear-gradient(0deg,#20b6d3 0%,#00AACA 90%) !important;*/
    color: #fff;
}
    footer .rrss {
        color: #fff !important;
        height: 30px;
    }

    footer a:link {
        color: #fff;
    }

    footer a:active {
        color: #fff;
    }

    footer a:hover {
        color: #009ee3;
    }

    footer a:visited {
        color: #fff;
    }
.logofooter {
    max-width: 300px;
    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;
    }


    #Progress {
        left: -40%;
    }
}
.portada {
    height: 100%;
    min-height: 250px !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;
        }


        .grilla-resultados {
            height:515px;
        }

        .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;
        }
        }
    /* 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;
        }


        .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: 400px !important;
        }

        .grilla-resultados {
            height: 450px;
        }
        .navbar-brand img {
            margin:15px 0;
              height: 75px;
        }

        .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: 45|0px !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: 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-nav .nav-link {
            font-size: 1.3vw;
        }

        /*     .navbar-brand img {
            height: 140px;
        }*/

        .telefonos {
            font-size: 1.1vw;
        }

/*        .alturaViewer {
            height: 500px;
        }*/

        /*        .grilla-resultados {
            height: 480px !important;
        }*/

        .portada {
            height: 100%;
            min-height: 500px !important;
        }
    }

    @media (min-width: 1600px) {
        #Progress {
            left: 25%;
        }


        .badge {
            font-size: .9vw;
        }




        /*        .grilla-resultados {
            height: 500px !important;
        }*/

        .navbar-nav .nav-link {
            font-size: 1vw;
        }

        .nav-tabs .nav-link {
            font-size: 1vw;
        }
    }

