/* ===================================================================================

* Theme Name: Redox Child
* Theme URI: https://wp.ravextheme.com/redox/
* Author: ravextheme
* Author URI: https://themeforest.net/user/ravextheme
* Description: Redox - Creative Agency and Portfolio WordPress Theme
* Version: 1.0.0
* Tested up to: 6.8
* Requires PHP: 7.4
* Template: redox
* License: GNU General Public License version 3.0
* License URI: http://www.gnu.org/licenses/gpl-3.0.html
* Tags: one-column, right-sidebar, left-sidebar, custom-menu, featured-images, post-formats, sticky-post, translation-ready

* We encourage you to create Child theme for any modifications you will want to do.

* Why use Child theme?

* Because of future updates we may provide for this theme that will overwrite your
* modifications and all your custom work.

* If you are not familiar with Child Themes, you can read about it here:
* http://codex.wordpress.org/Child_Themes
* http://wp.tutsplus.com/tutorials/theme-development/child-themes-basics-and-creating-child-themes-in-wordpress/

====================================================================================== */

@font-face {
    font-family: Kento;
    src: url('./fonts/Kento/Kento-Regular.ttf') format('truetype');
}

@font-face {
    font-family: Kento;
    src: url('./fonts/Kento/Kento-Bold.ttf') format('truetype');
    font-weight: bold;
}

@font-face {
    font-family: Kento;
    src: url('./fonts/Kento/Kento-Light.ttf') format('truetype');
    font-weight: 300;
}

.hero-area-7.rr-bg-light {
    background-color: #e7c059;
    background: url(./images/fondo-rayas.png);
    background-size: cover;
}

.hero-area-7.rr-bg-light .image-wrapper {
    min-width: 40vw !important;
}

.hero-area-7.rr-bg-light .image-wrapper .label-right {
    transform: translate(0%, -50%) translate(30px, 0px) !important;
}



h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Kento !important;
}

.header-area-7 {
    background: transparent !important;
}

.header-area-7__inner {
    height: auto !important;
}

.header-area-7 .header__logo img {
    width: 15vw !important;
    max-width: 15vw !important;
}

.header__navicon a,
.header__navicon a span {
    font-family: Kento !important;
}

.impact-media .container img {
    max-width: 70% !important;
}

.rr-bg-light {
    background-color: #e7c059 !important;
}

.rr-bg-black {
    background-color: #000000 !important;
}

.usuarios-profesion,
.usuarios-descripcion {
    font-family: "Alegreya", Sans-serif;
}

.usuarios-profesion {
    font-size: 2rem;
    margin-top: 0.5rem;
}

.usuarios-descripcion {
    text-align: right;
    margin-top: 1.5rem;
}

.fun-fact-area.fun-fact-7 .fun-fact__item.has--card {
    background-color: #fff !important;
}

.fun-fact-area .fun-fact__item.has--card .content {
    max-width: 100% !important;
}

.fun-fact-area.fun-fact-7.rr-bg-light {
    background-color: #000 !important;
}

.fun-fact-area .fun-fact__item .media {
    height: 30rem !important;
}

.hero-7-area .hero-7-area-inner .sub-title-holder {
    display: block;
    width: 100%;
}

.hero-7-area .hero-7-area-inner .sub-title-holder .sub-title {
    display: block;
    width: 25%;
    color: #000;
    font-family: 'Alegreya', Sans-serif;
    font-style: italic;
    font-size: 25px;
    line-height: 30px;
}

.hero-7-area .hero-7-area-inner .sub-title-holder.subtitle-right .sub-title {
    margin-left: auto;
}

.progress-wrap:not(.fixed-button) {
    display: none !important;
}

.progress-wrap.fixed-button {
    width: 320px;
    background-color: #e7c059 !important;
    mix-blend-mode: normal !important;
    border: 1px solid #000 !important;
    display: flex;
    justify-content: center;
    align-items: center;

    /* Sombra */
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.5);
}

.progress-wrap.fixed-button:hover {
    background-color: #000 !important;
    color: #fff !important;
    transition: all 0.3s ease;
}

.progress-wrap.fixed-button::after {
    content: '';
    display: none !important;
}

.progress-wrap.fixed-button a {
    color: #000;
    padding: 15px 20px;
    border-radius: 5px;
    font-family: Kento, Sans-serif;
    font-size: 15px;
    text-align: center;
    cursor: pointer;
}

.progress-wrap.fixed-button a:hover {
    color: #fff;
    transition: all 0.3s ease;
}

.blog-3__top__list {
    display: none !important;
}

.blog-3__top {
    justify-content: flex-end !important;
}

.blog-3__top__btn a.rr-btn-2::before {
    background-color: #000 !important;
}

.rr-btn.hover-bg-theme::before {
    background-color: #000 !important;
}

@media (max-width: 768px) {
    .hero-7-area .hero-7-area-content .mobile-text span {
        margin-top: 10% !important;
        width: 100% !important;
    }

    .hero-7-area .hero-7-area-inner .sub-title-holder .sub-title {
        width: 100%;
        font-size: 20px;
        line-height: 24px;
        text-align: center;
    }

    .hero-7-area .hero-7-area-inner .sub-title-holder.subtitle-right .sub-title {
        margin-bottom: 15px;
    }

    .hero-7-area .hero-7-area-inner .sub-title-holder.subtitle-left .sub-title {
        margin-top: 15px;
    }

    .hero-7-area .hero-7-area-inner .mobile-text {
        display: none;
    }

    .fun-fact-area .fun-fact-wrapper {
        justify-content: center;
    }

    .header-area-7 .header__navicon .side-toggle {
        display: block !important;
    }

    .header-area-7 .header__navicon {
        margin-top: 5px;
    }

    .elementor-widget-arrox_image_two {
        overflow: hidden;
    }
}