    /*!
* Start Bootstrap - Modern Business (https://startbootstrap.com/template-overviews/modern-business)
* Copyright 2013-2019 Start Bootstrap
* Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-logomodern-business-nav/blob/master/LICENSE)
*/
    
    @import url('https://fonts.googleapis.com/css?family=Roboto:300,400,900&display=swap');
    body {
        padding-top: 90px;
        font-family: 'Roboto', sans-serif;
    }
    
    a {
        color: #cbc048;
    }
    
    a:hover {
        color: #231f20;
        text-decoration: none;
    }
    
    .btn-primary {
        background-color: #231f20;
        border-color: #231f20;
    }
    
    .btn-primary:disabled,
    .btn-primary[disabled]:hover {
        background-color: #4e4b4c;
        border-color: #4e4b4c;
    }
    
    .btn-primary:hover {
        background-color: #cbc048;
        border-color: #cbc048;
    }
    
    .carousel-item {
        height: 50vh;
        min-height: 300px;
        background: no-repeat center bottom scroll;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    
    .carousel-item.historia {
        height: auto !important;
        min-height: auto !important;
        background: no-repeat center center scroll !important;
    }
    
    .carousel-caption p {
        -webkit-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.95);
        -moz-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.95);
        text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.95);
    }
    
    .portfolio-item {
        margin-bottom: 30px;
    }
    
    nav.bg-dark {
        background-color: #30373d !important;
    }
    
    .navbar-dark .nav-item.active .nav-link,
    .navbar-dark .nav-item:focus .nav-link,
    .navbar-dark .nav-item:hover .nav-link {
        color: #cbc048;
    }
    
    footer.bg-dark {
        background-color: #cbc048 !important;
        color: #231f20;
    }
    
    footer.bg-dark a {
        color: #231f20;
    }
    
    footer.bg-dark a:focus,
    footer.bg-dark a:hover {
        color: #30373d;
    }
    
    .mapTitle {
        position: relative;
        top: -60px;
        left: 60px;
        color: #231f20;
        -webkit-text-shadow: 0px 0px 5px rgba(171, 148, 81, 0.95);
        -moz-text-shadow: 0px 0px 5px rgba(171, 148, 81, 0.95);
        text-shadow: 0px 0px 5px rgba(171, 148, 81, 0.95);
        font-weight: bold;
    }
    
    .accordion .card .card-header .btn-link {
        color: #231f20;
        font-weight: bold;
        text-decoration: none;
    }
    
    #inicio {
        margin-bottom: 1em;
    }
    
    #inicio div:nth-of-type(1) {
        color: #cbc048;
        font-weight: 900;
        font-size: 2em;
        text-transform: uppercase;
    }
    
    #inicio div:nth-of-type(2) {
        color: #cbc048;
        font-weight: 900;
        font-size: 3em;
        text-transform: uppercase;
        margin-top: -0.5em;
    }
    
    #inicio div:nth-of-type(3) {
        color: #30373d;
        font-weight: 300;
        font-size: 2em;
        line-height: 1.25em;
    }
    
    #inicio div:nth-of-type(4) {
        color: #30373d;
        font-weight: 900;
        font-size: 2em;
        line-height: 1.25em;
        text-transform: uppercase;
    }
    
    #inicio div:nth-of-type(5) {
        color: #4e4b4c;
        font-weight: 300;
        font-size: 2em;
        line-height: 1em;
        margin-top: 0.5em;
    }
    
    #inicio div:nth-of-type(6) {
        color: #4e4b4c;
        font-weight: 300;
        font-size: 2.5em;
        line-height: 1em;
    }
    
    #inicio div:nth-of-type(7) {
        color: #4e4b4c;
        font-weight: 900;
        font-size: 2em;
        line-height: 1.25em;
        text-transform: capitalize;
    }
    
    #inicio div:nth-of-type(7) span {
        color: #cbc048;
    }
    
    #inicio div:nth-of-type(8) {
        clear: both;
    }
    
    #map {
        height: 250px;
        width: 100%;
    }