body {
	overflow-x: hidden;
}

.color-verde {
	color: #00673a;
}

/* Header Menu */
.site-header {
	background-color: #fff;
	border-top: 5px solid #007637;
	padding: 20px 0;
}

.site-header .navbar {
	padding: 0;
}

.site-header .navbar .navbar-brand > img {
	width: 220px;
	height: 100px;
}

.site-header .navbar .navbar-toggler {
	border: 0;
	padding: 0;
}

.site-header .navbar .navbar-toggler span {
	background-color: #007637;
	display: block;
	height: 3px;
	margin-bottom: 5px;
	width: 25px;
}

.site-header .navbar .navbar-toggler span:last-child {
	margin-bottom: 0;
}

.site-header .navbar .nav-item {
	font-size: 13px;
	font-weight: 500;
	text-align: center;
	text-transform: uppercase;
}
@media (min-width: 992px) {
	.site-header .navbar .nav-item {
		margin-left: 30px;
		text-align: left;
	}

	.site-header .navbar .nav-item:first-child {
		margin-left: 0;
	}
}

/* Owl */
.owl-nav > div {
	background: #663300 !important;
	border-radius: 20px !important;
	font-size: 12px !important;
	height: 30px !important;
	padding: 5px !important;
	width: 30px !important;
}

#carousel-home .owl-carousel .owl-item img {
	width: initial;
	margin: auto;
}

/* Dropdown */
.dropdown-menu {
	border-radius: 0 !important;
	border: 0 !important;
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3) !important;
	padding: 0 !important;
}

.dropdown-item {
	padding: 10px !important;
}

.dropdown-item:focus,
.dropdown-item:hover {
	color: #fff !important;
	background-color: #00673a !important;
}

/* LayerSlider */
.layer-slider-wrapper {
	overflow: hidden;
	border-bottom: 1px solid #e0eded;
	margin: 0px 0px 0px 0px;
}

.layer-slider-wrapper .title {
	font-size: 36px;
	line-height: 46px;
	font-weight: 500;
	color: #333;
}

.layer-slider-wrapper .title.title-base {
	font-size: 36px;
	line-height: 46px;
	font-weight: 500;
	color: #FFF;
	background: #01652D;
}

.layer-slider-wrapper .title.title-dark {
	font-size: 36px;
	line-height: 46px;
	font-weight: 500;
	color: #333;
}

.layer-slider-wrapper .subtitle {
	font-size: 22px;
	line-height: 30px;
	color: #01652D;
}

.layer-slider-wrapper .list-item {
	font-size: 18px;
	line-height: 30px;
	padding-left: 30px;
	color: #01652D;
}

.layer-slider-wrapper .text-standard {
	font-size: 16px;
	line-height: 22px
}

/* Pagina */
.caja-asistentes {
	background-color: #076633;
	color: #fff;
	font-size: 13px;
	height: 100%;
	padding: 50px 25px;
}

@media (max-width: 992px) {
	.logo-footer {
		width: 100% !important;
	}
}

/* Nosotros */
.bg-nosotros {
	background: url(../images/nosotros.png) 50% 0 no-repeat fixed;
	-webkit-background-size: auto;
	background-size: auto;
	color: #fff;
	margin: 0 auto;
	padding: 40px;
}

/* Premios */
.bg-premios {
	background-size: cover;
	background: url(../images/premios.png) no-repeat;
	color: #fff;
	height: 390px;
}

@media (max-width: 768px) {
	.bg-premios {
		height: initial;
	}
}

.bg-premios .container {
	height: 100%;
}

.bg-premios > div > .row {
	height: 100%;
}

.bg-premios .contenedor-premios {
	display: table;
	height: 100%;
}

.contenedor-premios .contenido-premios {
	display: table-cell;
	vertical-align: middle;
}

/* Objetivos */
@media (max-width: 785px) {
	.obj-banner {
		width: 100%;
	}
}

.list_carousel ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center !important;
}

.list_carousel.responsive {
	width: auto;
	margin-left: 0;
	margin: 85px 0;
}

.list_carousel li {
	width: 295px;
	height: 100px;
	padding: 0;
	display: block;
	float: left;
}

.list_carousel li img {
	width: auto;
	height: 100px;
}

/* Expositores */
.caja-expositor {
	background-color: #fff;
	border: 5px solid #f1f1f1;
	height: 200px;
	margin-bottom: 25px;
	padding: 18px 0;
	position: relative;
	text-align: center;
}

.caja-expositor img {
	height: 100%;
}

/* Días */
.tabla-dias tr {
	border-bottom: 2px solid #00673a;
}

.tabla-dias tr td:first-child {
	padding-right: 10px;
	vertical-align: top;
}

.tabla-dias tr td:last-child {
	padding-left: 5px;
}

.row-verde {
	background-color: #00673a;
	color: #fff;
	padding-right: 30px;
}

.titulo-verde {
	color: #00673a;
	font-weight: 800;
	text-transform: uppercase;
}

.titulo-naranja {
	color: #d45d2c;
	font-weight: 700;
}

.texto-gris {
	color: #7b7a7a;
}


/**
 * v2
 */
.custom-accordion .btn-custom-accordion {
	color: #00673a;
	font-size: 15px;
	font-weight: 800;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.custom-accordion .btn-custom-accordion:hover {
	color: #00673a;
}

.header-titulo {
	font-size: 25px;
	letter-spacing: 1px;
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
}