/*@import url('https://fonts.googleapis.com/css2?family=Spartan:wght@100;300&display=swap');*/

/*@import url('https://fonts.googleapis.com/css2?family=Spartan:wght@300&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Michroma&display=swap');
/*@import url('https://fonts.googleapis.com/css2?family=Gruppo&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Russo+One&display=swap');*/
* {
    /*font-family: 'Spartan', sans-serif;*/
    font-family: 'Michroma', sans-serif;
    /*font-family: 'Gruppo', cursive;
    font-family: 'Russo One', sans-serif;*/
}



a.card, body{color:#666}
*,:focus{outline:0!important}
a.card:active,a.card:active:focus,a.card:focus,a.card:hover{text-decoration:none}
a.card small.card-text{color:#b3b3b3;line-height:1.2;display:block}
.bsnav-body-wrapper{padding-bottom:100px}
.navbar-brand{
    background:url(images/logo.png) center/cover no-repeat;
    font-size:0;
    width:110px;
    height:28px;
    min-height:28px;
    margin:18px 15px 18px 0;

    width:150px;
    height:54px;
    min-height:54px;
    margin:5px 15px 5px 0;
/*    opacity:.6;*/
}
.bsnav-brand-top .navbar-brand{margin-top:5px;margin-bottom:5px}
.bsnav-light .navbar-brand,.bsnav-overlay .navbar-brand,.bsnav-overlay-light .navbar-brand{opacity:.8}
.bsnav-dark .navbar-brand,.bsnav-light .navbar-brand,.bsnav-overlay .navbar-brand{background:url(images/brand-white.png) center/cover no-repeat}
.span{background:#eee;color:#999;font-size:.9rem;font-weight:500;line-height:1;width:100%;padding:10px;border-radius:3px}
.bsnav-sticky{box-shadow:0 .5rem 1rem rgba(0,0,0,.15)}
.scrollspy-demo{height:100vh;min-height:600px;display:flex;align-items:center}
.scrollspy-demo:nth-child(odd){background:#f7f7f7}


.bsnav-mobile .navbar-nav .nav-item .navbar-nav {
    /*display: flex !important;*/
}


.bsnav-mobile .navbar {
    width: 100%;
    transform: translate3d(100%,0,0);
}
.bsnav-sticky {
    /*box-shadow: 0 0;**************/
}

.navbar-nav .nav-item:hover>.nav-link{
    color: white;
    background:#9B131D; /*red;*/
}
.bsnav-mobile  .navbar-nav .nav-item:hover>.nav-link{
    color: black;
    background:white;
}

@media (min-width: 576px) {
    .justify-content-sm-end {
        -ms-flex-pack: start!important;
        justify-content: flex-start!important;
    }
}

.navbar-brand {
    background: url(images/logo.png) center/cover no-repeat;
}

/*caret*/
.bsnav-mobile .caret {
    display: inline-block!important;
}
.caret {
    display: none!important;
}
.nav-item.active .caret, .nav-item:hover .caret {
    border-top-color: black;
}

@media (min-width: 576px) {
    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
    }
}


h2 {
    font-size: 2rem;
    font-weight: 800;
    color: #9B131D; /*#dc3545;*/
}
h3 {
    color: #9B131D; /*#dc3545;*/
}
h2, h3 {
    /*font-family: 'Baloo 2', cursive;             PACO */
}
.bsnav {
    background: rgba(255,255,255,0.9);
}


section {
    margin-bottom: 6rem;
}
.card-body i {
    color: #9B131D; /*#dc3545;*/
    /*font-weight: 800;*/
    font-size: larger;
}
.nav-item.dropdown>.navbar-nav .nav-item {
    font-size: 1.2rem;
    line-height: 1.2;
}
.nav-item.dropdown>.navbar-nav {
    /*box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);*/
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    transition: background-color 0.2s, box-shadow 0.2s;
}


.box{
    border: 0px;
    margin-bottom: 20px;
    cursor: pointer;
    border-radius: 4px;
    /*
    -webkit-transition: box-shadow .3s ease-out .1s,transform .3s ease-out .1s,opacity .2s ease-out .1s;
    -moz-transition: box-shadow .3s ease-out .1s,transform .3s ease-out .1s,opacity .2s ease-out .1s;
    -ms-transition: box-shadow .3s ease-out .1s,transform .3s ease-out .1s,opacity .2s ease-out .1s;
    transition: box-shadow .3s ease-out .1s,transform .3s ease-out .1s,opacity .2s ease-out .1s;
    */
    -webkit-transition: transform .3s ease-out .1s;
    -moz-transition: transform .3s ease-out .1s;
    -ms-transition: transform .3s ease-out .1s;
    transition: transform .3s ease-out .1s;
}
.box::after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*opacity: 0;*/
    /*
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    */

    /*
    -webkit-box-shadow:0 4px 12px rgba(0,0,0,.15);
    -moz-box-shadow:0 4px 12px rgba(0,0,0,.15);
    box-shadow:0 4px 12px rgba(0,0,0,.15);
*/
    -webkit-transition: box-shadow .3s ease-out .1s;/*,transform .3s ease-out .1s,opacity .2s ease-out .1s;*/
    -moz-transition: box-shadow .3s ease-out .1s;/*,transform .3s ease-out .1s,opacity .2s ease-out .1s;*/
    -ms-transition: box-shadow .3s ease-out .1s;/*,transform .3s ease-out .1s,opacity .2s ease-out .1s;*/
    transition: box-shadow .3s ease-out .1s;/*,transform .3s ease-out .1s,opacity .2s ease-out .1s;*/
    border-radius: 4px;	
}
.box:hover {
    border-radius: 4px;
    /*
    -webkit-transform: scale(1.25, 1.25);
    transform: scale(1.25, 1.25);
    */
    -moz-transform:translate(0,-4px);
    -ms-transform:translate(0,-4px);
    -webkit-transform:translate(0,-4px);
    transform:translate(0,-4px);
}
.box:hover::after {
    /*opacity: 1;*/

    -webkit-box-shadow:0 4px 12px rgba(0,0,0,0.25);
    -moz-box-shadow:0 4px 12px rgba(0,0,0,0.25);
    box-shadow:0 4px 12px rgba(0,0,0,0.25);
}
.box img {
    mix-blend-mode: multiply;
}
.img_holder {
    background: #f7f8fa;
    border-radius: 4px;/* 4px 0 0;*/
}
/* .img_holder{
    background-color: rgba(250, 250, 250, 1)!important;
}*/

.card.box:hover >  a > div > div::before{
    opacity: 0;
}
.card.box > a > div > div::before {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    opacity: 1;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: -moz-linear-gradient(top,rgba(255,255,255,0) 0,rgba(255,255,255,0.9) 100%);
    background: -webkit-linear-gradient(top,rgba(255,255,255,0) 0,rgba(255,255,255,0.9) 100%);
    background: linear-gradient(to bottom,rgba(255,255,255,0) 0,rgba(255,255,255,0.9) 100%);
    background: -ms-linear-gradient(top,rgba(255,255,255,0) 0,rgba(255,255,255,0.9) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(255, 255, 255, 0)',endColorstr='rgba(255, 255, 255, 1)',GradientType=0);
    -webkit-transition: opacity 2s ease;
    -moz-transition: opacity 2s ease;
    -ms-transition: opacity 2s ease;
    transition: opacity 2s ease;
}
.card-body {
    padding: 0.75rem;
}
.card-text {
    color: #aaa;/* !important;*/
}
.card a:link, .card a:visited, .card a:hover, .card a:active {
    text-decoration: none;/* !important;*/
    color: black;
}
h5 {
    color: #444;
    /*font-family: 'Montserrat', sans-serif !important;         PACO*/
    font-size: 1rem;
}


/***************************************************************************/
/* COUNTER */
.counter-box {
    display: block;
    /*background: #f6f6f6;
    padding: 40px 20px 37px;*/
    text-align: center
}
.counter-box p {
    margin: 5px 0 0;
    padding: 0;
    color: #909090;
    font-size: 1rem;/*18px;*/
    font-weight: 500
}
.counter-box i {
    font-size: 4rem;/*60px;*/
    /*margin: 0 0 15px;*/
    color: #d2d2d2
}
.counter {
    display: block;
    font-size: 2rem;/*32px;*/
    font-weight: 700;
    color: #666;
    line-height: 28px
}
.counter-box.colored {
    background: #3acf87
}
.counter-box.colored p,
.counter-box.colored i,
.counter-box.colored .counter {
    color: #fff
}


/***********************************************************************/
h1, h2, h3, h4, h5, h6 {
    margin-bottom: 0;
    line-height: 1;
}
h3 {
    color: #444;
}
p {
    font-size: 1rem;
    line-height: normal;
}
.img_right{
    float: right; width: 30%; margin: 0 0 1rem 1rem;
    border-radius: 0 0.5rem 0.5rem 0;
}
.img_left{
    float: left; width: 30%; margin: 0 1rem 1rem 0;
    border-radius: 0.5rem 0 0 0.5rem;
}
h1 {
    font-size: 8.5rem;
    color: #ccc;
    float: left;
    display: inline-block;
    margin: 0 1rem 1rem 0;
    margin: -1.5rem 1rem -0.5rem 0;
}
@media (max-width: 576px) {
    h1 {
        font-size: 5.5rem;
        margin: 0 0.5rem 0.5rem 0;
        margin: -0.5rem 1rem -0.5rem 0;
    }
    .img_right{
        width:100%;
        margin: 0.5rem 0 0.5rem 0 ;
        border-radius: 0.5rem;
    }
    .img_left{
        width:100%; 
        margin: 0.5rem 0 0.5rem 0 ;
        border-radius: 0.5rem;
    }

}










/********************************************************************************************************************************************/
/********************************************************************************************************************************************/
/********************************************************************************************************************************************/
/********************************************************************************************************************************************/
*, p, h1, h2, h3 ,h4, h5 {
    /*font-family: 'Montserrat', sans-serif;            PACO*/
}
p {
    font-size: 1rem;
    line-height: 1.75rem;
    margin: 1rem 0;
}
.jumbotron{
    background: url('images/impressions.jpg') no-repeat center center / cover;
    color: #fff;
    height: 20rem;
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom:0;
}
.jumbotron h1 {
    color:white; 
    position: absolute;
    bottom: 0;
    margin: 0;
    line-height: initial;
    font-weight: lighter;
    font-size: 3rem;
    background: rgba(0,0,0,0.3);
    padding: 0 1rem;
    margin-left: -1rem;
    text-transform: uppercase;
}
h3 {
    text-transform: uppercase;
    line-height: initial;
    width: fit-content;
    background: rgba(0,0,0,0.05);
    padding: 0 1rem;
    margin-left: -1rem;    
    margin-bottom: 2rem;
    font-weight: lighter;
}


[class*="col-"] img:not([class*="card-"]) {
    width: inherit;
    margin: 15px 0;
}
@media (max-width: 576px) {
    [class^="col-"] {
        padding-right: 5px;
        padding-left: 5px;
    }
    [class*="col-"] img:not([class*="card-"]) {
        margin: 5px 0;
    }
}

.box:hover h1 {
    background: rgba(0, 0, 0, 0.6);
    border-radius: 4px;
}
.box h1 {
    color:white; 
    z-index: 10;
    position: absolute;
    bottom: 0;
    padding: 0;
    margin: 0;
    line-height: 1;
    font-weight: lighter;
    font-size: 1.6rem;
    padding: 0.25rem 0.5rem;
    -webkit-transition: all 2s ease;
    -moz-transition: all 2s ease;
    -ms-transition: all 2s ease;
    transition: all 2s ease;
}
.card.box:hover > a > div::before,
.card.box:hover  > div::before{    
    opacity: 0;
}
.card.box > a > div::before,
.card.box > div::before{
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    border-radius: 4px;
    opacity: 1;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: -moz-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,0.9) 100%);
    background: linear-gradient(to bottom,rgba(0,0,-1,0) 0,rgba(0,0,0,0.9) 100%);
    background: -ms-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,0.9) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(0, 0, 0, 0)',endColorstr='rgba(0, 0, 0, 1)',GradientType=0);
    -webkit-transition: opacity 2s ease;
    -moz-transition: opacity 2s ease;
    -ms-transition: opacity 2s ease;
    transition: opacity 2s ease;
}

.timeline {
    display: flex; 
    justify-content: space-between;
}
.timeline__section {
    margin-bottom: 0;     
    display: flex;
    flex-direction: column;
    width: 80%;
}
.timeline__nav {
    position: fixed;
    z-index: 99;
    bottom: 0;
    -webkit-transition: top .3s ease-out;
    transition: top .3s ease-out;

    position: -webkit-sticky; 
    position: sticky; 
    top: 60px; 
    height: 110vh;
}
.timeline__nav ul {
    list-style: none;
    list-style-position: inside;
    margin: 15px 0;
    padding-inline-start: 15px;
}
.timeline__nav ul li {
    margin: 15px 0;
    padding-left: 0;
    list-style-type: none;
    color: #999; /*#bfc1c3;*/
    line-height: 1.2 !important;/**/
    border-bottom: 0px;
    cursor: pointer;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    line-height: 1;
}
.timeline__nav ul li.active {
    font-weight: bold;
    color: #9B131D;/* #dc3545;*/
    border-bottom: 0px;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.timeline__nav ul li:hover {
    color: #000;
}
@media (max-width: 576px) {
    .timeline__nav {
        display:none;
    }
    .timeline__section {
        width: 100% !important;
    }
}
.container2 {
    columns: 4 200px;
    column-gap: 1rem;
}
.container2 .card2 img {
    margin: 0 0 1rem 0;
    display: block;
    background: #fafafa;
    border-radius: 4px;
    border: none;
    overflow: hidden;
    min-height: 100px;
    width: 100%;
    cursor: pointer;
    transition: all 0.2s ease-out;
}
.milestone {
    margin: 0 0 1rem 0; 
    background:#9B131D ;/* #dc3545;*/
    color: white;
    padding: 20px 10px;
    border-radius: 4px;
}

legend {
    margin-top: -0.5rem;
    margin-bottom: 1rem;
    font-size: small;
    line-height: 1;
    text-align: center;
    color: #888;
    font-weight: inherit;
}
legend > i {
    font-size: smaller;
    color: #999;
}
p > a, p > a:hover, p > a:link, a.link {
    color:#9B131D;/* #dc3545;*/
}
img.i-50{
    width: 50% !important;
    /*margin-left: auto;
    margin-right: auto;*/
    transform: translate(50%);
}
p > img {
    width: 100% !important;
    margin: 0;
}
h4 {
    color: #666;
    text-transform: uppercase;
    line-height: initial;
    font-weight: lighter;
    font-size: 1.2rem;
}






.box {
    border:0px; margin-bottom: 0rem; margin-top:1rem
}
.box > a.text {
    position: absolute; z-index: 10; flex-flow: column; flex-direction: column;
}
.box:hover p {
    background: rgba(0, 0, 0, 0.6);
}
.box:hover p:last-of-type {
    border-radius: 0 0 4px 4px;
}
.box p {
    padding: 0.25rem 0.5rem;
    color: white; 
    line-height: 1;
    font-weight: lighter;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}
.card-columns{
    column-gap: 1rem;
    margin-bottom:2rem;
}
.card-columns .card {
    margin-bottom: 0rem;
}
@media(min-width:360px){
    .card-columns{
        column-count:1;
    }
}
/*@media(min-width:576px){
    .card-columns{
        column-count:2;
    }
}*/
@media(min-width:768px){
    .card-columns{
        column-count:2;
    }
}
@media(min-width:992px){
    .card-columns{
        column-count:3;
    }
}
.img_holder > img{
    /*max-height: 240px;*/
    object-fit: cover;
    object-position: 100% 0;
}




.btn-danger {
    color: #fff;
    background-color: #9B131D;
    border-color: #9B131D;
}













@media (min-width: 2000px) {
    .container {
        max-width: 1940px;
    }
}
@media (min-width: 2400px) {
    .container {
        max-width: 2340px;
    }
}
p {
    font-size: 2.2vh;
    line-height: 3.5vh;
}


p > img {
    width: 100% !important;
	margin: 15px 0;
}


@media (max-width: 576px){
    .owl-theme .owl-dots, .owl-dots {
        /*display: none !important;*/
    }
}

.btn {
    text-transform: uppercase;
    -webkit-appearance: none;
/*
-moz-appearance: none;
appearance: none;
*/
}




.jumbotron h1 {
    line-height: 1 !important;
    font-size: 6.75vh !important;
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
}
h3 {
    line-height: 1 !important;
    font-size: 3.95vh !important;
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
}




/*MOD*/
.box h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    bottom: unset;
    right: unset;
    text-align: center;
    text-transform: uppercase;

    bottom: unset !important;
    font-size: 1.6rem  !important;
    width: 90%;

    ____width: fit-content;
}
.box:hover h1 {
    background: transparent !important;
}

section >  p,
section >  .row > .col-12 > p {
    /*margin: 1rem 40px !important;*/
    margin: 2rem 40px !important;
}

.owl-carousel{
    padding-top: 0;
}

.owl-carousel .carousel-logo{
    top: 80px !important;
}
.owl-carousel .carousel-logo h3{
    background:none;
}

.owl-carousel .carousel-title {
    _top: 130px !important;
    left: 50%; 
    transform: translate(-50%, -50%); 
    top: 170px !important; 
    width: 100%;
}
@media (max-width: 576px) {
    .owl-carousel .carousel-logo {
        _top: 60px !important;
        top: 65px !important;
    }
    .owl-carousel .carousel-title {
        _top: 60px !important;
        top: 90px !important;
    }
}
.owl-carousel .carousel-title h1 {
    color: white; 
    line-height: 1; 
    font-weight: initial; 
    padding: 1% 1%;
}
.owl-carousel .carousel-title h1 span {
font-weight: normal; text-transform: uppercase;
}
.owl-carousel .carousel-button{
    width: 100%; 
    top: 35%; 
    right: 1%; 
    top: 60%;
}
.owl-carousel .carousel-button h4 {
    border-radius: 4px; 
    text-transform: none; 
    font-size: 1rem !important; 
    border: 1px solid white; 
    background-color: rgba(255,255,255,0.75); 
    color: black; 
    padding: 12px 12px 7px 12px; 
    font-size: 0.8rem !important;
}
@media (max-width: 576px) {
    .owl-carousel .carousel-button h4 {
        padding: 8px 8px 5px 8px; 
        font-size: 0.6rem !important;
    }
}
.subtitle {
    background: linear-gradient(transparent, rgba(0,0,0,0.5)) !important;
}
.subtitle {
    width: 100%;
    background: rgba(0,0,0,0.7);
    line-height: 1.2;
    font-weight: lighter;
    padding: 1% 1%;
}

.bsnav {
    border-bottom: solid 1px rgba(255, 255, 255, 0.25) !important;
}
.bsnav .nav-item {
    background: transparent !important;
}
.bsnav .nav-link.next:first-child {
    color: white !important;
}

/*
.jumbotron:before{
    content:'';
    display:block;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;    
    background-image:-webkit-linear-gradient(-45deg,rgba(0,0,0,.09) 20px,transparent 20px,transparent 40px,rgba(0,0,0,.09) 40px,rgba(0,0,0,.09) 60px,transparent 60px,transparent);
    background-image: -webkit-linear-gradient(-45deg,rgba(0,0,0,.12) 27px,transparent 28px,transparent 42px,rgba(0,0,0,.12) 42px,rgba(0,0,0,.12) 70px,transparent 70px,transparent);
    background-size: 60px 60px;   
}
.jumbotron:after {
    content: '';
    position: absolute;
    bottom: 0; 
    right: 0;
    border-top: 80px solid transparent;
    border-right: 80px solid white;
    width: 0;
}
*/
.jumbotron-fluid::before{
    background-color: rgba(0,0,0,0.3);
    content: "";
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
}

.jumbotron-fluid{
    height: 30rem;
}
.jumbotron-fluid .container{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    bottom: unset;
    right: unset;
    text-align: center;

    background: rgba(255,255,255,0.5);
    background: rgba(0,0,0,0.5);
    background: transparent !important;
    ____width: fit-content;
}
.jumbotron-fluid .container h1{
    float: initial;
    position: relative;
    text-align: center;
    margin-left: 0;

    background: transparent !important;
    padding: 0.5rem;
}
.jumbotron-fluid .container h5{
    line-height: 1 !important;
    font-size: 3.95vh !important;
    text-transform: uppercase;
    background: rgba(0,0,0,0.05);
    background: rgba(255,255,255,0.5);
    padding: 0 1rem;
    display: inline-block;
    padding-top: 0.2rem; padding-bottom: 0.2rem;

    background: transparent !important;
    padding: 5px;
    color: white;
}

.box h1 {
    text-transform: none;
}





/*MOD*/
.btn {
    text-transform: none;
}
p {
    font-size: 0.95rem;
    line-height: 1.5rem;
}

.jumbotron h1 {
    line-height: 1 !important;
    font-size: 3rem !important;
}
.jumbotron-fluid .container h5 {
    line-height: 1 !important;
    font-size: 1.75rem !important;
}

.timeline__nav {
    z-index: 96;
    z-index: 95;
}


p {
    font-family: Arial, Helvetica, sans-serif !important;
}


.jumbotron-fluid .container {
    overflow: hidden !important;
}