@font-face {
    font-family: "Brandon Text Medium";
    src: url("../fonts/brandon/HVD Fonts - BrandonText-Light.otf");
}

@font-face {
    font-family: "Brandon Grotesque Light";
    src: url("../fonts/brandon/HVD Fonts - BrandonText-Light.otf");
}
p,label{
    font-family: "Brandon Grotesque Light";
}

h5,h2,h4{
    font-family: "Brandon Text Medium";
    text-transform: uppercase;
}

.menu{
    color: #9e5f8b !important;
    font-weight: 400!important;
}

.submenu{
    left: 50%;
    position: absolute !important;
}

.container-80{
    width: 80%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.ceremony-bg {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    height: 200px;
}

.folder{
    border-radius: 8px 14px 0 0;
}


.container-90{
    width: 90%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.centrar{
    display: flex;
    align-items: center;
    justify-content: center;
}

.bg-rosa-ce{
    background-color: #9e5f8b!important;
}

.bg-rosa-ce-claro{
    background-color: #9e5f8bb8!important;
}

.bg-rosa-ce-trans{
    background-color: #9e5f8beb!important;
}

.bg-gradiente-d{
    background: #616161;
    background: -moz-linear-gradient(top, #616161 0%, #6e6e6e 36%, #000000 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #616161), color-stop(36%, #6e6e6e), color-stop(100%, #000000));
    background: -webkit-linear-gradient(top, #616161 0%, #6e6e6e 36%, #000000 100%);
    background: -o-linear-gradient(top, #616161 0%, #6e6e6e 36%, #000000 100%);
    background: -ms-linear-gradient(top, #616161 0%, #6e6e6e 36%, #000000 100%);
    background: linear-gradient(to bottom, #616161 0%, #6e6e6e 36%, #000000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#616161', endColorstr='#000000', GradientType=0 );
}

.bg-light-transparent-w{
    background-color: #dddddd57;
}

.bg-light-transparent-d{
    background-color: #4c4c4c57;
}

.border-dorado{
    border-color: #dcc200!important;
}

.circulo-paso {
    width: 31px;
    line-height: 24px;
    border-radius: 50%;
    text-align: center;
    font-size: 23px;
    display: inline-block;
    border: 2px solid #fff;
    font-weight: 800;
}

.cursor{
    cursor: pointer !important;
}

.faq{
    margin-top: 5px;
    border-radius: 20px !important;
}

hr.b {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 7px solid #00000070;
}

hr.w {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 7px solid #ffffff70;
}

.c-dorado{
    color: #dcc200!important;
}

.text-indent{
    text-indent: 0px!important;
    text-align: center!important;
    height: 30px!important;
}

.text-verde{
    color: #66d37e;
}

.text-azul{
    color: #9e5f8b;
}

.filter-invert{
    filter: invert(1);
}

.btn-verde{
    background-color: #66d37e;
}

.color-oscuro{
    background-color: #2b2a2a7d;
}

.color-negro{
    background-color: #424242 ;
}

#sidebar-wrapper.active{

    width: 60% !important;
    z-index: 9999;
}

.menu-toggle{
    z-index: 999999;
}
.sidebar-nav{
    width: 100% !important;
}

#sidebar-wrapper{
    background: #f6f6f6fa;
}

.bg-gris{
    background: #546e7a !important;
}
.bg-morado{
    background-color: #544c71;
}

.bg-carrousel{
    height: 80vh;
    background-size: cover;
    background-position: center;
}

.c-azul{
    color: #001756!important;
}

.color-contenido{
    background-color: #bfb7b7b0 !important;
    border-radius: 40px !important;
}

.color{
    background-color: #f186c0 !important;
}
.color2{
    background-color: #5d5d5d !important;
}

.color3{
    background-color: #424242 !important;
}

.display-5{
    font-size: 2.3rem;
    font-weight: 300;
    line-height: 1.2;
}

.icon-p{
    max-width: 50px;
}

.bg-carrousel2{
    height: 350px;
    background-size: cover;
    background-position: center;
}

.portfolio-item:hover .caption {
    background-color: rgba(159, 140, 49, 0.9);

}

.masthead2 {
    height: 70vh;
}

.btn-gris{
    background-color: #757575;
}

.bg-imagen{
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}

.portfolio-item .caption .caption-content {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
}


@media (max-width: 575.98px) {
    .display-5{
        font-size: 1.5rem !important;
        font-weight: 300;
        line-height: 1.2;
    }

    #sidebar-wrapper.active{

        width: 100% !important;
        z-index: 9999;
    }

}
