/*
Theme Name: Efuel Child Theme
Theme URI: http://efuel.like-themes.com/
Author: Like Themes
Author URI: http://like-themes.com/
Description: Blank Child Theme for Efuel
Template: efuel
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: four-columns, right-sidebar, full-width-template
Text Domain: efuel

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
.copyright-block .ltx-go-top {
    color: var(--white) !important;
}
.navbar-logo{
    width: 10%;
    float: left;
    text-align: center;
}
#nav-wrapper nav.navbar .navbar-logo .logo img {
    max-height: 75px;
    width: auto;
}
.text-header {
    width: 34% !important;
    float: left;
    height: 100px;
    margin-top: 2%;
}

@media screen and (max-width: 1900px) {
    .navbar-logo {
        width: 30% !important;
    }
    .text-header {
        width: 50%;
        font-size: 10px;
    }
}
@media screen and (max-width: 549px) {
    .navbar-logo {
        width: 30% !important;
    }
    .text-header {
        width: 40% !important;
        font-size: 7px;
    }
}
@media screen and (max-width: 308px) {
    .text-header {
        display: none;
    }
    .navbar-logo {
        width: 85px !important;
    }
}
@media screen and (max-width: 474px) {
    .text-header span {
        font-size: 13px !important;
    }
}
@media screen and (max-width: 371px) {
    .text-header span {
        display: none;
    }
}
@media screen and (min-width: 475px) and (max-width: 549px) {
    .text-header {
        line-height: 15px;
    }
}
@media screen and (max-width: 1900px){
    .text-header {
        font-size: 14px !important;
    }
}
@media screen and (min-width: 475px) and (max-width: 1199px) {
    .text-header {
        width: 50% !important;
    }
}

/* Correcciones para el plugin de accesibilidad */
.heading h3 {
    line-height: 1.4em !important;
}
#like_sc_header_409744823 span {
    line-height: 1.3em;
}
form p label {
    line-height: 1.3em;
}
.datos_contacto span{
    line-height: 1.3em;
}
.social-icons-list li .head {
    display: initial !important;
}
.text-left span span span label {
    display: inline-flex;
    align-items: flex-start;
}
.breadcrumbs span {
    line-height: 0.9em;
    font-size: 92%;
}
.solicitar_precio div {
    display: inline-flex;
    align-items: baseline;
}
.breadcrumbs li span {
    font-size: 100% !important;
}
.header.ltx-sr.ltx-sr-effect-fade_in.ltx-sr-el-block.ltx-sr-delay-0.ltx-sr-duration-1000.ltx-sr-sequences-0 span {
    font-size: 100% !important;
}
.datos_contacto li span {
    font-size: 100% !important;
}
.block-icon.layout-col1 li:not(:last-child) {
    margin-bottom: 5px;
}
.heading.line-before::before {
    top: 23px;
}
.glink.nturl.notranslate {
    margin: 2px;
  }