/* COLOR DEL HEADER - MENU LATERAL*/
#header-sidebar .widget_nav_menu ul.menu > li > a {
  color: #dbdad7;
}

/* COLOR DEL HEADER - MENU LATERAL - HOVER*/
#header-sidebar .widget_nav_menu ul.menu > li > a:hover {
  color: #fc9a18;
}

/* Vantage Headline Widget */
.widget_headline-widget h1 {
  color: #3d3d3d !important;
  font-family: "Open Sans Extrabold";
  font-size: 64px !important;
  text-align: center !important;
}

.widget_headline-widget h3 {
  color: #aeaeae !important;
  font-family: "Open Sans";
  font-size: 30px !important;
  text-align: center !important;
}

/* Lineas punteadas de Atención */
.box {
  border-style: dotted;
  border-width: 1px;
  border-color: #404040;
}

.textwidget p:last-child {
  text-align: left;
}

.entry-content ul li {
  list-style-type: none;
  margin-left: 0;
  padding-left: 1em;
}

.fa-li li:before {
  font-family: 'FontAwesome';
  content: '\f00c';
  margin: 0 5px 0 -15px;
  color: #f00;
}

/* cajas de contacto */
.com_cajas.panel-widget-style {
  border-style: solid;
  border-width: 1px;
  height: 220px;
  background-color: #ffffff;
  border-color: #c9c9c9;
}

/* cajas de control */
.com_control.panel-widget-style {
  border-style: solid;
  border-width: 1px;
  height: 250px;
  background-color: #ffffff;
  border-color: #c9c9c9;
}

/* cajas de backup */
.com_backup.panel-widget-style {
  border-style: solid;
  border-width: 1px;
  height: 160px;
  background-color: #ffffff;
  border-color: #c9c9c9;
}
/* cajas de backup */
.com_backup_texto.panel-widget-style {
  border-style: solid;
  border-width: 1px;
  background-color: #ffffff;
  border-color: #c9c9c9;
}


/* cajas de seccion de soporte */
.cajas_soporte.panel-widget-style {
  border-style: solid;
  border-width: 1px;
  height: 300px;
  background-color: #ffffff;
  border-color: #c9c9c9;
}

/* cajas de seccion de redes */
.cajas_redes.panel-widget-style {
  border-style: solid;
  border-width: 1px;
  height: 680px;
  background-color: #ffffff;
  border-color: #c9c9c9;
}

/* cajas de seccion de hosting */
.cajas_hosting.panel-widget-style {
  border-style: solid;
  border-width: 1px;
  background-color: #ffffff;
  border-color: #c9c9c9;
}

/* cajas de seccion de hardware */
.com_hardware.panel-widget-style {
  border-style: solid;
  border-width: 1px;
  height: 250px;
  background-color: #ffffff;
  border-color: #c9c9c9;
}

.agregados_datos {
  font-size: 60px;
  font-weight: bold;
  padding-bottom: 15px;
  text-align: center !important;
}

.agregados_texto {
  font-size: 30px;
  padding-bottom: 30px;
  text-align: center !important;
}

.bureau.a.ow-button-hover:hover {
  color: #fc9a18;
}

.bureau.ow-button-base a:hover {
  color: #fc9a18;
}

/* This will remove the underline of links in pages and posts */
.entry-content a {
  color: #248CC8;
  transition: all 0.2s ease 0s;
  text-decoration: none;
}


.myButton{
  color: #4f6aa5;
  font-family: Trebuchet MS;
  font-size: 16px;
}


.myButton:hover {
  color: #fc9a18;
}

/* Disable next and previews post */
.post-navigation {
  display: none;
}

.tel {
  background: #fff;
  border: 1px solid #bbb;
  color: #4F4F4F;
  width: 346px;
  height: 28px;
}

/* Ocultar features images on posts */
  article.post .entry-header .entry-thumbnail img {
  display: none;
  margin: 0;
}

/* Mobile Nav */
.mobile-nav-frame {
background: #6f8bc7 !important;
}

.mobile-nav-frame form.search input[type=search] {
font-size: 18px;
font: 200 15px “Montserrat”;
padding: 5px;
background: rgb(255,255,255);
}

.mobile-nav-frame .title h3 {
color: white !important;
font: 200 17px “Montserrat”;
text-shadow: 0 0 0 rgba(0,0,0,0.8);
background: #4f6aa5 !important;
}

.mobile-nav-frame .title {
background: #4f6aa5 !important;
border-bottom: 1px solid rgba(255,255,255,0.36) !important;
}

.mobile-nav-frame ul {
background: #4f6aa5 !important;
border: 1px solid rgba(255,255,255,0.36) !important;
}

.mobile-nav-frame ul li {
border-bottom: 1px solid rgba(255,255,255,0.06) !important;
border-top: 1px solid rgba(255,255,255,0.06) !important;
}

.mobile-nav-frame ul li a.link {
color: #ffffff !important;
text-shadow: 0 0 0 rgba(0,0,0,0.8);
}