.owl-carousel .owl-dots .owl-dot.active span,
.owl-carousel .owl-dots .owl-dot:hover span {
    background-color: #971616;
}

#header .header-nav-main nav>ul>li>a.get-started {
    color: #fff;
    height: 40px;
}

.icons {
    color: #971616 !important;
    font-size: 30px;
}

#header .header-nav-main nav>ul>li.open>a.get-started,
#header .header-nav-main nav>ul>li:hover>a.get-started {
    background: #32383e;
    height: 40px;
}

#mecenas,
#creadores {
    scroll-margin-top: 70px;
}

a:hover,
a:active {
    color: #e36159;
}

.nav-link:active,
.nav-link:hover {
    color: #e36159;
}

#header .header-nav-main nav>ul>li>a:hover {
    color: #fff;
}

html .btn-light:hover:not(.bg-transparent),
html .btn-light.hover:not(.bg-transparent) {
    background-color: #e6e5ee;
}

.pricing-block>.row>div:nth-child(1) {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 27.2px;
    padding: 1.7rem;
    background: #f7f7f7;
    text-align: center;
    border-left: 1px solid #dee2e6;
    border-radius: 0 4px 4px 0;
}

.section.section-with-shape-divider {
    background-color: #fff;
}

.price-menu-item-title h4 {
    color: #971616;
}

.pricing-block>.row>div:nth-child(2) {
    padding: 27.2px;
    padding: 1.7rem;
    background: #fff;
}

.item_campaign {
    position: relative;
    display: inline-block;
}

.badge_campaign {
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 1;
}

#footer .footer-ribbon:before {
    border-right-color: #611010;
    border-left-color: #611010;
}

.price-menu-item .price-menu-item-details .price-menu-item-title {
    position: relative;
    padding-bottom: 0px;
}

.http-error-main h3 {
    text-transform: initial;
}

.contacto .social-icons:not(.social-icons-opacity-light):not(.social-icons-transparent):not(.social-icons-clean):not(.social-icons-clean-with-border):not(.social-icons-dark):not(.social-icons-dark-2):not(.custom-social-icons) li a {
    border: 1px solid #777;
    color: #777 !important;
}

.contacto .social-icons:not(.social-icons-opacity-light):not(.social-icons-transparent):not(.social-icons-clean):not(.social-icons-clean-with-border):not(.social-icons-dark):not(.social-icons-dark-2):not(.custom-social-icons) li a:hover {
    color: #fff !important;
    border: 0;
}

.contacto a {
    color: #777;
}

.tabla_privacidad tr td {
    border: 1px solid #CCC;
}

.tabla_privacidad tr td:first-child {
    font-weight: 700;
}


/* ESTILOS DE LAS COOKIES */

#barraaceptacion {
    display: none;
    position: fixed;
    left: 0px;
    right: 0px;
    bottom: 0px;
    padding-bottom: 150px;
    width: 100%;
    text-align: center;
    min-height: 230px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #000;
    z-index: 1061;
    border-top: 5px solid #971616;
}

#configCookies {
    z-index: 1065;
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
    border: 0;
    background-color: #fff;
}

.inner {
    width: 100%;
    position: absolute;
    padding: 0 10px;
    /* font-family:verdana; */
    font-size: 0.9rem;
    top: 20%;
}

.inner a.ok {
    padding: 4px;
    color: #fff;
    text-decoration: none;
}

.inner a.info {
    padding-left: 5px;
    text-decoration: none;
    color: #000;
}

.btn-conf-cookies {
    background-color: #CCC;
    border-color: #CCC #CCC #b3b2b2;
    color: #FFF;
}

.btn-conf-cookies:hover,
.btn-conf-cookies.hover {
    background-color: #dfdfdf;
    border-color: #e6e5e5 #e6e5e5 #CCC;
    color: #FFF;
}

.form-switch {
    display: inline-flex;
}

.social-icons li:hover.social-icons-twitter a {
    background: #000 !important;
}

.social-icons li:hover.social-icons-twitter a svg {
    color: #fff !important;
}

@media (max-width: 991px) {
    #header .header-nav-main:not(.header-nav-main-mobile-dark) nav>ul>li>a:hover {
        color: #971616;
    }
}

@media (max-width: 575px) {
    #header .header-nav-features {
        position: relative;
        padding-left: 0px;
        margin-left: 10px;
    }
    #barraaceptacion {
        padding-bottom: 380px;
    }
    .mejora_resultados h3 {
        line-height: 2.4rem;
    }
    #header .header-logo img {
        width: 183px;
        height: 40px;
    }
    #headerTopUserDropdown {
        margin-top: 135px !important;
        width: 100%;
    }
    .soy_mecenas {
        text-align: center;
        margin-top: 0.5rem!important;
    }
}


/* Start: Video Responsive */


/* .video-responsive {
    overflow: hidden;
    padding-bottom: 400px;
    position: relative;
    height: 0;
}

.video-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
} */


/* End: Video Responsive */