.maxHeight{
    max-height: 1000px;
}
.containerBanner{
    /*    width:100%; 
        height: 700px; 
        padding: 0px;
    background: blue;*/
}

.imgBanner{
    /*  height: auto; 
        width: 100%; 
        min-height: 750px;
        object-fit: contain;*/
}
.positionRelative{
    position: relative;
}
.fLoca{
    text-align: center; 
    font-size: 30px;
    font-family: Verdana,Geneva, sans-serif;
    color: white; 
    margin-bottom: 0px;
}
.fCenter{
    text-align: center
}
.fAlias{
    text-align: center; 
    font-size: 120px; 
    font-family: Verdana, Geneva, sans-serif;
    color: white; 
    font-stretch: extra-expanded;
    font-weight: bold;
    margin-bottom: 0px;
}
.cInfo{
    z-index:1!important;
    width: 100%;
}

/*SPINNER CSS******************************************************************/
/* (A) FULL SCREEN WRAPPER */
#spinner {
    position: fixed;
    top: 0; left: 0; z-index: 9999;
    width: 100vw; height: 100vh;
    background: rgba(255, 255, 255, 1);
    transition: opacity 0.2s;
}

/* (B) CENTER LOADING SPINNER */
.spinnerImg {
    position: absolute;
    top: 45%; left: 50%;
    transform: translate(-50%);
}

/* (C) SHOW & HIDE */
.spinnerHidden {
    visibility: hidden;
    opacity: 0;
}
.spinnerVisible  {
    visibility: visible;
    opacity: 1;
}
/*HOME PAGE*/
.lblGaleria1{   
    font-size: 2.5vw !important;
    font-weight: bold;
    text-align: center;
    line-height: 50px;
    margin-left: 20%;
    margin-right: 10%;
}
.lblGaleria2{ 
    font-size: 1.5vw !important;
    font-weight: bold;
    color: white;
    text-align: center;
    line-height: 50px;
    margin-left: 20%;
    margin-right: 10%;
}
.lbl3Galeria{
    position: absolute;
    bottom: 0;
    right: 0px;
    padding: 20px 20% 20px 20px;
    /*background: rgba(96,72,100,0.9);*/
    background: #f5b7ff;
    /* left: 10%; */
    text-align: end;
    color: darkslategrey;
    font-size: 18px;
    font-weight: bold;
}
.c-homePageGaleria{
    width: 100%;
    height: 100%;
    position: absolute!important;
    z-index: 1!important;
    display: flex;
}

.c-l-homePageGaleria{
    width: 100%;
    height: 100%;
    z-index: 1!important;
}
.children-c-l-homePageGaleria{
    position: absolute;
    top: 25%;
    left: 0%;
    margin: 0px 0 0 0px;
    width: 100%;
}

.c-r-homePageGaleria{
    width: 100%;
    height: 100%;
    z-index: 1!important;
}

.fvw10{
    font-size:10vw !important;
}
.fvw5{
    font-size:5vw !important;
}

@media (max-width: 1000px) {
    .lblGaleria1 {
        font-size: 2.6vw !important;
        font-weight: bold;
        text-align: center;
        margin-left: 20%;
        margin-right: 10%;
        line-height: 30px;
    }
    .lblGaleria2 {
        font-size: 1.6vw !important;
        font-weight: bold;
        color: white;
        text-align: center;
        line-height: 30px;
        margin-left: 20%;
        margin-right: 10%;
    }
}

@media (max-width: 1000px) {
    .lblGaleria2 {
        margin-left: 10%;
        margin-right: 10%;
        font-size: 3vw !important;
        font-weight: bold;
        color: white;
        text-align: center;
        margin-bottom: 0px;
    } 
}
@media (max-width: 767px) {
    .lblGaleria1{   
        font-size: 4vw !important;
        font-weight: bold;
        margin-left: 10%;
        margin-right: 10%;
        margin-top: 17px;
        text-align: center;
        line-height: 19px;
    }
    .lblGaleria2{ 
        margin-left: 20%;
        margin-right: 20%;
        font-size: 3vw !important;
        font-weight: bold;
        color: white;
        line-height: 15px;
        text-align: center;
    }
    .lbl3Galeria{
        display: none;
    }
}

/*HOME PAGE*/
