h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700 !important;
}

.wpb-js-composer .vc_tta-color-white.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-heading {
    border-radius: 7px;
    -webkit-box-shadow: 6px 9px 11px -6px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 6px 9px 11px -6px rgba(0, 0, 0, 0.15);
    box-shadow: 6px 9px 11px -6px rgba(0, 0, 0, 0.15);
}

.wpb-js-composer .vc_tta-color-orange.vc_tta-style-modern .vc_tta-panel.vc_active .vc_tta-panel-heading {
    background-color: #FECC2D !important;
}

.top-bar .logo-left .logo_tagline {
    display: none;
}

.logo img {
    width: 195px;
}

.sticky-nav.navbar-fixed-top {

    -webkit-box-shadow: 0px 6px 15px -12px rgba(0, 0, 0, 0.48);
    -moz-box-shadow: 0px 6px 15px -12px rgba(0, 0, 0, 0.48);
    box-shadow: 0px 6px 15px -12px rgba(0, 0, 0, 0.48);
}

.widget_search h2 {
    font-size: 24px !important;
    font-weight: 500;
}

.widget_search .search-form {
    padding: 0px !important;
}



/*Preguntas Frecuentes*/
.RowTabsPreguntas {
    padding: 0px 100px
}


.ColumnaIconPreguntas {
    transition: all .2s ease-in-out;
    padding: 30px 10px 0px 10px !important;
    border-bottom: solid 3px #FECC2D;
    margin: 0px 20px;
    width: 30% !important;
    background: white;
    border-radius: 10px;
    box-shadow: 0 0 19px -3px rgba(0, 0, 0, 0.15);
}


.ColumnaIconPreguntas:hover {
    transform: scale(1.03);
}

.ColumnaIconPreguntas img {
    width: 95px
}

.SeparadorTitle {
    margin: -37px auto 11px auto !important;
    width: 60px;
}

.BuscadorPreguntas .widget_search input[type="text"] {
    border-radius: 10px;
    border: solid 2px #fecc2d;
    color: #3c465a;
    font-size: 15px;
}

.BuscadorPreguntas .fa-search {
    font-size: 30px;
    color: #3c465a;
    top: -6px;
    position: relative;
}

/*Formulario Newsletter*/
.RowContNewsletter {
    padding: 35px 0px 70px 0px;
}

.RowFormNewsletter input[type="email"] {
    border-radius: 5px !important;
    border: none !important;
    color: #3C475B !important;
    width: 100%;
    margin: 0px auto;
    display: block;
    font-size: 16px;
    padding: 17px 15px;



}


.RowFormNewsletter input[type="submit"] {
    background: #3C475B !important;
    color: #fff !important;
    font-size: 16px;
    border-radius: 6px !important;
    border: none !important;
    font-weight: 500;
    padding: 12px 20px 10px 20px;
    position: absolute;
    top: 6px;
    right: 20px;

}

.tagcloud a {
    color: #3c475b !important;
}

.tagcloud a:hover {
    color: #fff !important;
}

.meta-reading-time,
.meta-views {
    display: none;
}

@media screen and (max-width: 480px) {
    .Espacio {
        display: none
    }

    .RowTabsPreguntas {
        padding: 0px 0px !important;
    }

    .ColumnaIconPreguntas {
        margin: 0px auto 22px auto !important;
        width: 86% !important;
    }
}