/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/
.one-container .site-content {
	padding: 0px;
}
.inside-header {
	width: 1200px;
	max-width: 100%;
	padding:0px;
}
.main-navigation .main-nav ul li a {
	padding-left: 10px;
	padding-right: 10px;
	line-height: 60px;
}
.main-navigation .menu-bar-item>a{
  padding-left: 0px; 
  adding-right: 0px; 
 line-height:50px
}
.nav-below-header .main-navigation .inside-navigation.grid-container, .nav-above-header .main-navigation .inside-navigation.grid-container {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.main-navigation .main-nav ul li a {
    padding-left: 2px;
	padding-right: 30px;
/*		line-height: 60px;*/
}

.main-navigation .main-nav ul li a {
	line-height: 40px;
}
.menu-item-has-children .dropdown-menu-toggle {
	display: inline-block;
	height: 100%;
	clear: both;
	padding-right: 10px;
	padding-left: 5px;
}
.main-navigation ul ul li {
	min-width: 100%;
    min-width:220px;
	border-top: 1px solid #c5c5c5 !important;
	 white-space: nowrap; 
}
.main-navigation .main-nav ul ul li a{line-height:normal;padding:10px 20px;font-size:14px;}
.main-navigation .main-nav ul ul li a {
	line-height: normal;
	padding-bottom:10px;
	padding-top:10px;
	padding-left:10px;
	font-size: 14px;
	 white-space: nowrap;
/*    margin-right: 20px;*/
}
.main-navigation ul ul {
	display: block;
	/*! box-shadow: 1px 1px 0 rgba(0,0,0,.1); */
	float: left;
	position: absolute;
	left:0;
	opacity: 0;
	z-index: 99999;
     width: auto;
	text-align: left;
	top: auto;
	transition: opacity 80ms linear;
	transition-delay: 0s;
	pointer-events: none;
	height: 0;
	overflow: hidden;
    white-space: nowrap;

}
.colcentral {

}
.codigo {
	background-color: #34007C;
/*	width: 560px;*/
	height: auto;
}
.divdesc {
	height: auto;
	background-color: #f2f2eb;
	margin-bottom: 10px;
}
.textocodigo {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-bottom:0px;
}
.textodesc {
	color: #7A7A7A;
	text-decoration: none;
	font-weight: bold;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 10px;
	line-height: 18px;
	padding-right: 10px;

}
/*body {
	background-image: url(img/04.jpg);
	background-color:#28283c;
	background-repeat: no-repeat;
    background-attachment: fixed;
}

.banner {
	padding-top: 6rem;
	padding-bottom: 6rem;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}*/