html{

    background-color: #fff;

}


/* colores 

dorado : d4ba43
blanco : ffffff
rojo : e41d24
negro: 000000

*/

.main-text{

    background-color: #000;
}
.main--text h1{

    font-size: 15px;

}

body{

    background-color: #fff;

}

.navbar {
   /* transition: background-image 0.3s;*/
    background-image: transition 0.3s;
}
.scroll-bg {

    background-color: #000;
   /* background-image: url('/img/logo/blue-background-high-quality-free-photo.jpg');
    background-repeat: no-repeat;
    background-size: cover;*/
}

.nav-link{

    color: #fff;
    font-family: "Montserrat";
    font-weight: 900;
}

.nav-link:hover{

    color: #d4ba43;
}

.nav-link:focus{

    color: #d4ba43;

}

.navbar-nav .nav-link.show{

    color: #d4ba43;
}

.navbar-brand img{

    width:10rem;
}


.dropdown-item{

    font-family: Montserrat;
    font-weight: 900;
   
    
  
}

@media(max-width:576px){


    .carouselMain_Banner_imgs{

        margin-top: 120px;

    }

}



@media(max-width:991px){

    .sidebar{

        background-color: rgba(255, 255, 255, 0.15);
        backdrop-filter: blur(10px);


    }


}


/****************** CAROUSEL MAIN_BANNER *****************/

.carouselMain_Banner_imgs img{

    width: 100%;
    
}

.carousel__link{

    top: 75%;
    left:50%;
    transform: translate(-50%);
    text-decoration: none;
    color: #ffffff;
    font-size: 24px;
    font-family: "Montserrat";
    font-weight: regular;

}

@media (max-width:576px){

    .carousel__link{
        
        font-size: 12px;
    }
}


/***************** MV************************/

.section_MVFPE{

    width: 100%;
    
}

.section_mv{

    width: 50%;
    margin: auto;
    
}

.imgMVFPE img{

    width: 60%;
    
}

.rowMVFPE h1{
    font-size: 24px;
    font-family: "Montserrat";
    font-weight: 900;
}

.rowMVFPE p{
    font-size: 15px;
    font-family: "Montserrat";
    font-weight: regular;
    
}

@media(min-width:577px) and  (max-width:1024px){

    .rowMVFPE h1{
        font-size: 20px;
        font-family: "Montserrat";
        font-weight: 900;
    }
    
    .rowMVFPE p{
        font-size: 12px;
        font-family: "Montserrat";
        font-weight: regular;
        
    }
     
    .section_mv{

        width: 90%;
        margin: auto;
        
    }
    
    .imgMVFPE img{
    
        width: 60%;
        
    }

}


@media(max-width:576px){

    .section_mv{

        width: 90%;
        margin: auto;
        
    }
    
    .imgMVFPE img{
    
        width: 50%;
        
    }

}

/**************** GALERIA ***********/

.btn-gallery{

    border: 1px solid #000;

}
.btn-gallery:focus{
    background-color: #dc3545;
    border: none;
    color: #fff ;
}


/* https://www.flickr.com/photos/200767234@N02/ */


/************** MODAL ********************/

.modal {
    display: none;
    position: fixed;
    z-index: 1050;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.8);
}

.modal-dialog {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}


/************ SCROLL FADE ****************/
.scroll-fade {
    opacity: 0;
    transition: opacity 3s ease-in-out;
}

.scroll-fade.visible {
    opacity: 1;
}


