/*
Theme Name: Grupo Ascendo
Theme URI: http://www.grupo-ascendo.com
Description: Tema custom para Grupo Ascendo
Author: Sispixels
Author URI: https://sispixels.com/
Version: 1.0.0
Template: salient
*/

@import "css.css";

body #header-outer .menu-item a {
font-size: 16px !important;
}
body #header-outer #social-in-menu a {
font-size: 16px !important;
}
header#top #logo {
margin-top: -3px !important;
}
header#top #logo img {
height: 40px !important;
}

.custom-header-with-names {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    background: #fff;
    z-index: 9999;
display: table;
    
}
.custom-header-with-names .custom-header-with-names-name {
text-align: center;
display: table-cell;
vertical-align: middle;
color: #969696;
    font-size: 25px;
    font-weight: 600;
}
.custom-header-with-names .cycle-top-prev {
display: table-cell;
vertical-align: middle;
text-align: left;
padding: 20px;
width: 50px;
font-size: 25px;
font-weight: 700;
cursor: pointer;
}
.custom-header-with-names .cycle-top-next {
display: table-cell;
vertical-align: middle;
text-align: right;
padding: 20px;
width: 50px;
font-size: 25px;
font-weight: 700;
cursor: pointer;
}