@import url(https://fonts.googleapis.com/css?family=Roboto:400,100italic,100,300,300italic,900italic,900,700,700italic,500italic,500,400italic);

body {
    font-family: 'Roboto', sans-serif;
    margin: 0;
    padding: 0;
}

.toast-top-right {
    margin-top: 65px;
}

.has-danger {
    color: red;
}

.has-danger-bg {
    background-color: rgba(255, 255, 255, 0.1);
}

.mc-bg-opacity {
    background-color: rgba(0, 0, 0, 0.4);
}

.mc-colorez {
    color: #b78c33 !important;
}

.mc-text-shadow {
    text-shadow: 2px 2px 5px #b78c33;
}

.mc-box-shadow {
    -webkit-box-shadow: 0px 0px 24px 6px rgba(0,0,0,0.77);
    box-shadow: 0px 0px 24px 6px rgba(0,0,0,0.77);
}

.mc-featurette-event {
    font-size: 26px;
    padding: 4px;
    background-color: rgba(215, 44, 44, 0.8);
    color: white;
}

.img-responsive {
    width: 100%;
}

.secondary-page-bg {
    min-height: 100vh;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 1;

    /*background-image: url("https://www.cdn.renault.com/content/dam/Renault/master/decouvrez-renault/renault-sport/from-racetrack-to-road/renault-sport-f1-team-video-2.jpg.ximg.l_full_m.smart.jpg");*/
    background-image: url("https://res.cloudinary.com/renaultclubbulgaria/image/upload/v1554644744/f4wjaxaayvyra8r01dbt.jpg");
}

.secondary-page-header-bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 1;

    /*background-image: url("http://wescrutinize.com/wp-content/uploads/2018/03/renault-clio-rs-18-f1-header.jpg");*/
    background-image: url("https://res.cloudinary.com/renaultclubbulgaria/image/upload/v1611914639/m_renault_header.png");
}

.mc-bg {
    /*background-color: rgba(0, 0, 0, 0.3);*/
    /*background: #b78c33;*/
    /*background-color: RGBA(183,140,51,0.1);*/
    background: linear-gradient(0deg, rgba(255,0,0,1) 0%, rgba(64,198,89,1) 48%, rgba(255,255,255,1) 100%);;
}

.administration-page-header-bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 1;

    background-image: url("https://www.cdn.renault.com/content/dam/Renault/IN/Renault%20Experience%20Centre/E-Shop_Launch_WebsiteMainbanner_01032018.jpg.ximg.s_12_h.smart.jpg");
}

.publicaciones-blog-home .container, boot-elemant .container {
    position: relative;
    min-height: 100%;
    padding: 2em 0;
    line-height: 2;
}


/** EVENTS EVENTS EVENTS **/
/** EVENTS EVENTS EVENTS **/
/** EVENTS EVENTS EVENTS **/
.boot-elemant {
    min-height: 100vh;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 1;

    background-image: url("http://www.stephencurryone.org/data/out/158/1431799.jpg");
}

.description-img img {
    max-height: 600px;
    min-width: 75%;
    max-width: 85%;
    display: block;
    margin: auto;
}

.details-image {
    max-height: 600px;
    min-width: 75%;
    max-width: 85%;
}