/*
Theme Name: Renertia 
Theme URI: https://themes.muffingroup.com/betheme
Author: Muffin group
Author URI: https://muffingroup.com
Description: Renertia Child Theme
Template: betheme
Version: 1.6.2
*/
/*.top_bar_right i{
	padding-right:5px;
}
.acceso input[type="text"], .acceso input[type="password"]{
	width:100%;
}
a.action_button{
	padding:5px 10px;
}
a.action_button.salir, a.action_button.salir i{
	background-color: #f5f5f5;
    color: #333333;
}*/

.dark p, .dark span, .dark li, .dark h2, .dark h3, .dark h4, .dark h5, .dark h6 {
	color:rgba(239,236,228,0.85);
}
.dark .themecolor {
	color:#edc299;
}
.wpml-ls-display{display:none!important;}

/* Contenedor del vídeo */
section.hero .mcb-background-overlay {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

/* Degradado vertical 
section.hero .mcb-background-overlay::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.65) 0%,
        rgba(0, 0, 0, 0.35) 50%,
        rgba(0, 0, 0, 0.8) 100%
    );
}*/

section.hero .mcb-background-overlay::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.4) 0%,
        rgba(0, 0, 0, 0.25) 50%,
        rgba(0, 0, 0, 0.8) 100%
    );
}

/* Degradado lateral */
section.hero .mcb-background-overlay::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to right,
        rgba(0, 0, 0, 0.40) 0%,
        rgba(0, 0, 0, 0) 50%,
        rgba(0, 0, 0, 0) 100%
    );
}
.portfolio_group.grid .portfolio-item .desc .desc-wrapper, .portfolio_group.grid .portfolio-item .desc .details-wrapper {
    display: block;
    margin-right: 0;
    font-size: 0.8em;
    line-height: 1.5;
}
h3.entry-title a:hover, .estrategias h3.title.label{
	color:#8B7355;
}
h3.entry-title, .estrategias h3.title.label {
    background: url(/wp-content/themes/renertia/images/arrow.png) no-repeat;
    background-size: 16px;
    background-position-x: 98%;
    background-position-y: 7px;
    filter: brightness(0) contrast(100%);
    webkit-transition: all .3s ease-in-out;
    transition-behavior: normal;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
    transition-property: all;
    transition: all .3s ease-in-out;
    transition-behavior: normal;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
	transition-property: all;
}
h3.entry-title:hover, .estrategias h3.title.label:hover {
    background: url(/wp-content/themes/renertia/images/arrow.png) no-repeat;
    background-size: 20px;
    background-position-x: right;
    background-position-y: 4px;
    filter: none;
}
.mcb-section .mcb-wrap .mfn-language-switcher ul li:last-child a {
    border-width: 0;
}