/*
Theme Name: Hub Child
Theme URI: http://hub.liquid-themes.com/
Author: Liquid Themes
Author URI: https://themeforest.net/user/liquidthemes
Template: hub
Description: Smart, Powerful and Unlimited Customizable WordPress Theme.
Version: 1.0
License: GNU General Public License
License URI: license.txt
Text Domain: hub-child
Tags: responsive, retina, rtl-language-support, blog, portfolio, custom-colors, live-editor
*/

/* body */
body {
    overflow-x: hidden;
}

/* layer bottom */
.move-bottom {
    z-index: -1;
}

/* icon box */
.iconbox h3 {
    line-height: 1em;
}

/* process box */
.process_box h3 {
    margin: 0;
}

/* custom banner */
.custom_banner {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    overflow: hidden;
}

.custom_banner:after {
    position: absolute;
    z-index: 20;
    content: '';
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    transition: all .3s;   
}

.custom_banner__overlay {
    position: absolute;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: #ff3d00;
    color: #fff;
    opacity: 0;
    font-size: 20px;
    transition: all .3s;
}

.custom_banner h4 {
    font-size: 36px;
    font-weight: 800;
    line-height: 1em;
    color: white;
    position: absolute;
    z-index: 50;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px 15px;
    margin: 0;
    text-align: center;
    width: 100%;
}


.custom_banner:hover .custom_banner__overlay {
    opacity: 1;
}

/* CARDS ICONOS */
.row-cards .vc_column-inner   {
    flex-direction: inherit;
    margin-bottom: 20px;
}

/* GDPR */
.gdpr.gdpr-privacy-bar,
.gdpr.gdpr-reconsent-bar {
    background-color: white !important;
}

.gdpr.gdpr-privacy-bar .gdpr-wrapper,
.gdpr.gdpr-reconsent-bar .gdpr-wrapper {
    padding: 10px 60px !important;
}

.gdpr.gdpr-privacy-bar .gdpr-wrapper .gdpr-content p,
.gdpr.gdpr-reconsent-bar .gdpr-wrapper .gdpr-content p {
    color: black !important;
}

.gdpr.gdpr-privacy-bar .gdpr-preferences,
.gdpr.gdpr-reconsent-bar .gdpr-preferences {
    color: black !important;
}

.gdpr-consent-management h4 {
   font-size: 30px !important; 
}

/* ReCaptcha */
.grecaptcha-badge {
    transform: translateX(100%);
}

/* Formulario */
.wpcf7-acceptance .wpcf7-list-item-label {
    display: inline;
}