/*

Theme Name: Bold Consulting Group
Theme URI:
Description: Tema Hijo de Divi para Bold
Author: Inmarketing
Template: Divi
Version: 1.0

*/
@import url("../Divi/style.css");

@media only screen and (min-width: 1300px) {
  .vertical {
    display: flex;
    align-items: center;
  }
}

/*flotar bajo*/
@media (min-width: 981px) {
  .down {
    float: right !important;
    margin-right: 0% !important;
  }
}

/*Menu CTA Button*/
#et-top-navigation .et_pb_button {
  margin-top: 0px;
  font-size: 17px;
  font-weight: inherit;
  color: #ffffff;
}

#et-top-navigation .et_pb_button:after {
  font-size: 0px;
}

#et-top-navigation .et_pb_button:hover {
  padding: .3em 1em;
}

/*MENU LOGO*/
#logo{
	max-height: 100% !important;
}

/*MENU ESTATICO MOVILES*/
/*menu*/

@media (max-width: 980px){
	
	.container.et_menu_container{
		width: 95% !important;
	}
	.et_fixed_nav #main-header{
		position: relative;
	}

#top-menu li.current-menu-item>a{
  font-weight: 800;
}
.et_fixed_nav #main-header.et-fixed-header  {
position: fixed;
background: #051c2c;
height: 70px;
}


.et_fixed_nav.et_show_nav #page-container{
  padding-top: 0px !important;
}}