.hideurl{
    position: absolute;
    background: white;
    width: 260px;
    height: 25px;
}
audio{
	width: 100%;
}
#div audio,#div_int audio{
	width: 500px;
}
html{
	overflow-x: hidden;
}

body {
	padding:0px;
	margin:0px;
	font-family: "Raleway", sans-serif !important;
	/* overflow-x:hidden; */
	width:100%;
	max-width:100%;
	height:100%;
}

/* ###############################################
	HEADER CSS
############################################### */
header {
	position:fixed;
	width:100%;
	z-index:99999;
	/*background:#999;*/
	/*padding-top: 15px;*/
}
header .top-section {
	height:70px;
	background:#FFF;
	color:green;
	font-size: 30px;
	padding-top: 10px;
}

header .top-section a {
	color:green;
}
header .top-section {
	text-align:left;
}
header .top-section .ts-item {
	float: right;
	display:inline-block;
}
header .top-section .right .ts-item {
	text-align:left;
	display:inline-block;
	margin-right:0px;
}
header .top-section .ts-item div {
	display:inline-block;
}
header .top-section .ts-item i {
	line-height:25px;
	margin-right:3px;
}
header .top-section .link {
	font-family:"Raleway", sans-serif;
	letter-spacing:0.02em;
}
header .top-section .right {
	text-align:right;
}

/* ###############################################
	LANGUAGE LIST
############################################### */
@media screen and (max-width: 480px){
	#div audio,#div_int audio{
		width: 100%;
	}
	#div_int label{
		width: 100%;
	}
}
@media screen and (max-width:430px) {
	.lang {
		display:inline-block;
		font-size: 15px;
	
	/*.lang2 {
		position:relative;
		z-index:9;
	}*/
	}
	.lang2 ul {
		display:none;
		padding:0px;
		margin:0px;
		background:#333;
		list-style:none;
		position:absolute;
		right:0px;
	}
	.lang2:hover ul {
		display:block;
		text-align:left;
		border-top:5px solid #666;
	}
	.lang2:hover ul li {
		width:100px;
		padding:10px;
		border-bottom:1px solid #666;
	}
}
@media screen and (min-width:430px) {
	.lang2 {
		display:none !important;
	}
	.lang {
		position:relative;
		z-index:9;
	}
	.lang ul {
		display:none;
		padding:0px;
		margin:0px;
		background:#333;
		list-style:none;
		position:absolute;
		right:0px;
	}
	.lang:hover ul {
		display:block;
		text-align:left;
		border-top:5px solid #666;
	}
	.lang:hover ul li {
		width:200px;
		padding:10px;
		border-bottom:1px solid #666;
	}
}
@media screen and (max-width:345px) {
	.lang2 {
		display:none !important;
	}
}


/* ###############################################
	LOGO
############################################### */
header .site-logo {
	padding-top:20px;
	padding-bottom:20px;
	border:none;
}
header #nav-container {
	text-align: left;
	width: 100%;
	background:#999;
	position:relative;
}

/* ###############################################
	MENU CSS
############################################### */
header nav {
	text-align:right;
}
header nav ul {
	display:inline-block;
	padding:0px;
	margin:0px;
	list-style:none;
	text-align:right;
}
header nav ul li {
	padding:0px;
	margin:0px;
	display:inline-block;
	position:relative;
}
header nav ul li:hover {
	background:#669933;
}
header nav ul li.active {
}
header nav ul li a {
	font-family: "raleway", sans-serif;
	font-size:13px;
	letter-spacing:0.06em;
	text-transform:uppercase;
	color:#fff;
	text-decoration:none;
	padding-right:10px;
	padding-left:10px;
}
header nav ul li > a {
	padding-top:11px !important;
	padding-bottom:11px !important;
	display:inline-block;
}
header nav ul li:hover a {
	color: #fff;
    text-decoration: none;
    font-weight: bold;
}
header nav ul li ul li:hover {
	background:#669933;
}
header nav ul * {
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

/* Sub 1 */
header nav ul li ul {

	display:none;
	position:absolute;
	right:0px;
	background:#669933;
	/*top:75px;*/
	z-index:999999 !important;
	color: #fff;
}
header nav ul li:hover ul {
	display:block;
	opacity: 0.92;
    filter: alpha(opacity=92); /* For IE8 and earlier */
}
header nav ul li:hover ul li {
	padding:0px;
	margin:0px;
	border:none;
	
}
header nav ul li:hover ul li a {
	width:300px;
	display:block;
	color:#fff;
	text-align:left;
	padding-left:15px;
}
header nav ul li ul li a:hover {
	background:#666;
	color:#fff;
}
header nav ul li ul li ul {
	display:none !important;
}
header nav ul li ul li:hover ul {
	display:block !important;
	position:absolute;
	top:0px;
	right:300px;
}
header nav ul li ul li:hover ul li ul {
	display:none !important;
}
header nav ul li ul li ul li:hover ul {
	display:block !important;
	position:absolute;
	top:0px;
	right:250px;
}



/* ###############################################
	MOBILE NAV
############################################### */
@media (min-width: 992px) and (max-width: 1200px) {
	.agenda #agenda_info{
		width: 100% !important;
	}
}
@media screen and (min-width: 1000px) {
	.slicknav_menu {
		display:none;
		float: right;
	}
	.mobile-menu-button {
		display:none;
	}
	nav#menu > ul {
		display:block !important;
	}
}
@media screen and (max-width: 1000px) {
	.slicknav_menu {
		display:block;
		float: right;
	}
	
	nav #logo-menu-container img {
	    margin-top: 5px;
    	width: 195px;
	}
	
	nav #logo-menu-container{
	    height: 35px;
	}
	
	
	.mobile-menu-button {
		display:block;
	}
	nav#menu > ul {
		display:none !important;
	}

	.mobile-menu {
		/*position:absolute;*/
		right:0px;
		top:13px;
		width:100%;
		background-color: green;
		color: white;
	}
}

/* ###############################################
	H TYPOGRAOHY
############################################### */
section > h1,
section > h2,
section > h3,
section > h4,
section > h5,
section > h6 {
	font-family: "Raleway", sans-serif !important;
	color:#333;
	font-weight:300;
	letter-spacing:0.05em;
}
section > h1 {
	font-size:36px !important;
	margin-top:0px;
	padding-top:0px;
}
section > h2 {
	font-size:30px !important;
}
section > h3 {
	font-size:24px !important;
}
section > h4 {
	font-size:18px !important;
}
section > h5 {
	font-size:14px !important;
	line-height:24px !important;
}
section > h6 {
	font-size:13px !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	padding-top:0px !important;
	margin-top:0px !important;
}
/* Modal Unidad Movil */
#contieneUMIFT + .modal,.modal {
	z-index: 99999999999999999 !important;
}
.btn_green{
	background: #5cb85c;
	border-radius: 10px;
	padding: 5px;
	color: #fff;
	box-shadow: none;
	border:initial;
}
.spacing{
	margin-top: 25px;
}
h3.support-title {
	color:#999;
	letter-spacing:0.03em;
	font-weight:300;
	padding:0px;
	margin:0px;
	font-size:24px;
	font-family: "Raleway", sans-serif;
}
h5.page-post-title {
	font-size:14px;
	color:#333;
	font-weight:400;
	letter-spacing:0.05em;
	line-height:24px;
	margin-top:10px !important;
}
p.page-post-desc {
	color:#666;
	letter-spacing:0.05em;
	line-height:24px;
	font-size:13px;
	font-weight:300;
}
.tool-text {
	color:#666;
	font-size:13px;
	padding-left:5px;
	padding-right:10px;
}
p.support-p-text {
	color:#999;
	line-height:30px;
	letter-spacing:0.03em;
	margin-top:30px;
}
p.count-text {
	font-size:36px;
	color:#666;
	letter-spacing:0.03em;
}



.features-1 {
	margin-top:60px;
}
.features-1 > i {
	color:#666666;
	font-size:72px;
	margin-bottom:20px;
}
.features-1 h4 {
	margin-top:30px;
	color:#666;
	font-weight:300 !important;
	letter-spacing:0.05em;
}
.features-1 h5 {
	margin-top:30px;
	color:#666;
	font-weight:300 !important;
	letter-spacing:0.05em;
	line-height:24px;
}
.features-1 a {
	color:#999;
	padding:10px;
	padding-left:20px;
	padding-right:20px;
	margin-top:15px;
	border:1px solid #999;
	text-decoration:none;
	display:inline-block;
}
.features-1 a:hover {
	background:#999;
	color:#FFF;
	text-decoration:none;
}

/* ###############################################
	TOP TOOLS MENU SIGN IN CSS
############################################### */
/*.ts-item {
	display:relative;	
}
.ts-item:hover {
	background:#464646;
}*/
.ts-item .icon {
	margin-left:10px;
}
.ts-item .link {
	margin-right:10px;
}
.ts-item#signin .signin-panel {
	display:none;
	width:280px;
	background:#333;
	position:absolute;
	z-index:9;
	border-top:5px solid #464646;
	padding-left:30px;
	padding-right:30px;
	padding-bottom:20px;
}
.ts-item#signin:hover .signin-panel {
	display:block;
}
.signin-panel-cont {
	position:relative;
	width:100%;
	margin-top:20px;
}
.signin-panel-cont input {
	background:none;
	border:none;
	border-bottom:1px solid #464646;
	height:40px;
	line-height:40px;
	font-size:13px;
	outline:none;
	width:100%;
	color:#787878;
}
.signin-panel-cont i.fa {
	position:absolute;
	top:-5px;
	right:10px;
}
.signin-panel-cont button {
	width:100%;
	height:40px;
	line-height:40px;
	background:none;
	border:1px solid #464646;
	letter-spacing:0.04em;
}
.signin-panel-cont button:hover {
	background:#464646;
	color:#eaeaea;
}

/* ###############################################
	CSS PADDING AND MARGIN
############################################### */
.padding-topx {
	padding-top: 170px !important;
}

.padding-topxx {
	padding-top:20px !important;
	padding-bottom: 20px !important;
}

.padding-topxxx {
	padding-top:30px !important;
}

.padding-top {
	padding-top:70px !important;
}
.margin-top {
	margin-top:70px !important;
}
.p0 {
	padding:0px !important;
}
.p10 {
	padding:10px;
}
.p25 {
	padding:25px !important;
}
.p20 {
	padding:20px !important;
}
.padding-tb-60 {
	padding-top:30px !important;
	padding-bottom:30px !important;
}

/* ###############################################
	OTHER CSS
############################################### */
.title-line {
	width:78px;
	height:3px;
	margin:0 auto;
	background:#333;
	margin-top:22px;
	margin-bottom:18px;
}

/* ###############################################
	SLIDES COVER
############################################### */
#slides div.slides-container div figure img {
	z-index:0;
	position:relative;
}
#slides div.slides-container div figure figcaption {
	display:table;
	z-index:1;
	background:rgba(0, 0, 0, 0.25);
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
}
@media screen and (min-width:600px) {
	#slides div.slides-container div figure figcaption h2 {
		font-family: "Raleway", sans-serif;
		font-size:110px;
		font-weight:300;
		letter-spacing:0.10em;
		padding:0;
		margin:0;
		width:100%;
		position:absolute;
		top:41%;
		text-align:center;
		color:#FFF;
		text-shadow:0 5px 5px rgba(0,0,0,0.75);
	}
	#slides div.slides-container div figure figcaption h4 {
		font-family: "Raleway", sans-serif;
		font-size:36px;
		letter-spacing:0.1em;
		font-weight:100;
		padding:0;
		margin:0;
		width:100%;
		height:100%;
		position:absolute;
		top:63%;
		text-align:center;
		color:#FFF;
		text-shadow:0 5px 5px rgba(0,0,0,0.75);
	}	
}
@media screen and (max-width:600px) {
	#slides div.slides-container div figure figcaption h2 {
		font-family: "Raleway", sans-serif;
		font-size:40px;
		font-weight:100;
		letter-spacing:0.10em;
		padding:0;
		margin:0;
		width:100%;
		position:absolute;
		top:45%;
		text-align:center;
		color:#FFF;
		text-shadow:0 5px 5px rgba(0,0,0,0.75);
	}
	#slides div.slides-container div figure figcaption h4 {
		font-family: "Raleway", sans-serif;
		font-size:22px;
		letter-spacing:0.1em;
		font-weight:100;
		padding:0;
		margin:0;
		width:100%;
		height:100%;
		position:absolute;
		top:55%;
		text-align:center;
		color:#FFF;
		text-shadow:0 5px 5px rgba(0,0,0,0.75);
	}	
}


/* ###############################################
	PAGE LOADER
############################################### */
.no-js #loader {	display: none; }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 999999;
	background: url(images/loader.gif) center no-repeat #fff;
}

/* ###############################################
	SOCIAL SECTION CSS
############################################### */
section.social {
	margin-top:76px !important;
	padding:30px;
	background:#999;
	color:#FFF;
}
.social h3 {
	letter-spacing:0.05em;
	font-weight:100;
}
.social p {
	font-weight:100;
	letter-spacing:0.05em;
	line-height:24px;
}
.social a.social-link {
	color:#FFF;
	border:1px solid #FFF;
	width:40px;
	height:40px;
	text-align:center;
	line-height:40px;
	display:inline-block;
	font-size:20px;
	margin-top:23px;
	margin-right:10px;
}
.social a.social-link:hover {
	background:#FFF;
	color:#999;
}
@media screen and (min-width: 1000px) {
	.social-button-cont {
		position:relative;
		text-align:right;
		margin-top:50px;
	}
	.social-button-cont a.social-button {
		border:1px solid #FFF;
		color:#FFF;
		padding:10px;
		display:inline-block;
		text-decoration:none;
	}
}
@media screen and (max-width: 1000px) {
	.social-button-cont {
		position:relative;
		text-align:center;
		margin-top:30px;
	}
	.social-button-cont a.social-button {
		border:1px solid #FFF;
		color:#FFF;
		padding:10px;
		display:inline-block;
		text-align:center;
		text-decoration:none;
	}
}

.social-button-cont a.social-button:hover {
	background:#FFF;
	color:#999;
}
.social-button-cont a.social-button i {
	margin-left:8px;
}

.clear {
	clear:both !important;
}

.img-full-width {
	width:100%;
	border:none;
	outline:none;
}

.circle-icon {
	border:1px solid #999;
	border-radius:50%;
	width:60px;
	height:60px;
	line-height:60px;
	text-align:center;
	color:#999;
	font-size:25px;
}
.circle-icon:hover {
	color:#FFF;
	background:#999;
}

/* ###############################################
	SUPPORT QUALITY SECTION
############################################### */
.support-left {
	width:75px;
	float:left;
}
.support-right {
	float:left;
	width: calc(100% - 90px);
}
.support-title {
	font-size:16px;
	color:#999;
	font-family: "Raleway", sans-serif;
	letter-spacing:0.03em;
}
.support-desc {
	font-size:14px;
	color:#999;
	font-family: "Raleway", sans-serif;
	letter-spacing:0.03em;
	line-height:20px;
	font-weight:200;
	margin-top:6px;
}


/* ###############################################
	TESTIMONIAL 1 CSS
############################################### */
.customer-comments {
	background:url(./../images/testimonial-bg.jpg) center center;
	background-size:auto 100%;
	background-repeat:no-repeat;
	position:relative;
	z-index:0;
}
.customer-comments:before {
	z-index:-1;
	background:#FFF;
	width:100%;
	height:100%;
	top:0;
	left:0;
	opacity:.75;
	content:"";
	position:absolute;
}
.carousel-item {
	margin-top:20px;
}

.img-comment-author {
	border-radius:50%;
	border:10px solid rgba(0,0,0, .1);
	width:200px !important;
	margin:0 auto;
}
.author-comment-text {
	text-align:center;
	font-size:18px;
	color:#666;
	margin-top:20px;
	line-height:36px;
	position:relative;
}
.author-comment-text i.fa-quote-left {
	position:absolute;
	top:-15px;
	margin-left:-45px;
	color:#999;
}
.author-comment-text i.fa-quote-right {
	position:absolute;
	bottom:-15px;
	padding-left:5px;
	color:#999;
}
p.author-comment {
	font-size:14px;
	color:#666;
	letter-spacing:0.05em;
	text-align:center;
	width:100%;
}
.carousel-container {
	position:relative;
}
.owl-controls {
	position:absolute;
	top:20%;
	width:100%;
}
.owl-controls .owl-buttons {
	position:relative;
	width:100%;
}
.owl-controls .owl-buttons .owl-prev {
	position:absolute;
	left:20px;
	font-size:30px;
	color:#666;
	background:rgba(255, 255, 255, .7);
	padding:20px;
}
.owl-controls .owl-buttons .owl-prev:hover {
	background:#FFF;
}
.owl-controls .owl-buttons .owl-next {
	position:absolute;
	right:20px;
	font-size:30px;
	color:#666;
	background:rgba(255, 255, 255, .7);
	padding:20px;
}
.owl-controls .owl-buttons .owl-next:hover {
	background:#FFF;
}

/* ###############################################
	TEAM 1 CSS
############################################### */
.profile-image {
	width:190px;
	height:190px;
}
@media screen and (max-width: 992px) {
	.team-item-1 {
		text-align:right;
		padding-bottom:30px;
	}
	.team-item-1 .profile-info {
		float:left;
		width:330px;
		margin-top:25px;
	}
	.team-item-1 .profile-img {
		float:left;
		width:200px;
		margin-top:20px;
		display:inline-block;
	}
	.team-item-2 {
		text-align:right;
		padding-bottom:30px;
	}
	.team-item-2 .profile-info {
		float:right;
		width:340px;
		margin-top:25px;
	}
	.team-item-2 .profile-img {
		float:right;
		width:190px;
		margin-top:20px;
		display:inline-block;
	}
}
@media screen and (min-width: 992px) {
	.team-item-1 {
		text-align:right;
		border-right:1px dotted #333;
		padding-bottom:30px;
	}
	.team-item-1:nth-child(1) {
		border-bottom:1px dotted #333;
	}
	.team-item-2:nth-child(5) {
		border-top:1px dotted #333;
	}
	.team-item-1 .profile-info {
		float:left;
		width:330px;
		margin-top:25px;
	}
	.team-item-1 .profile-img {
		float:left;
		width:200px;
	}
	.team-item-2 {
		text-align:right;
		padding-bottom:30px;
	}
	.team-item-2:nth-child(5) {
		margin-top:-1px;
	}
	.team-item-2 .profile-info {
		float:right;
		width:340px;
		margin-top:25px;
	}
	.team-item-2 .profile-img {
		float:right;
		width:190px;
	}
}

.profile-info .profile-title {
	font-size:16px;
	color:#666;
	letter-spacing:0.05em;
	line-height:24px;
}
.team-1-cont {
	overflow:hidden;
}
.ohid {
	overflow:hidden !important;
}
@media screen and (min-width: 500px) {
	.profile-info.tal {
		padding-left:25px;
	}
}
@media screen and (max-width: 500px) {
	.profile-info.tal {
		padding-left:60px;
	}
	.profile-info.tar {
		padding-right:60px;
	}
	.profile-info {
		text-align:center !important;
	}
	.customer-comments i {
		display:none;
	}
}
.profile-info .profile-desc {
	font-size:14px;
	font-family: "Raleway", sans-serif;
	color:#666;
	letter-spacing:0.03em;
	font-weight:200;
	line-height:24px;
	margin-top:10px;
}
.profile-info .profile-social {
	color:#828282;
	width:38px;
	height:38px;
	text-align:center;
	line-height:38px;
	border:1px solid #828282;
	display:inline-block;
	margin-top:20px;
	font-size:20px;
	margin-right:10px;
}
.profile-info .profile-social:hover {
	background:#828282;
	color:#FFF;
}
.page-post-image {
	width:100%;
	border:none;
	outline:none;
	margin-top:30px;
}

/* ###############################################
	FOOTER CSS
############################################### */

@media screen and (min-width: 480px) {
	.form-group {
		padding-top:30px;
		padding-bottom:30px;
		position:relative;
		width:100%;
	}
	.form-group * {
		outline:none;
	}
	.form-group input.footer-subscribe-input {
		border:1px solid #8b8b8b;
		height:50px;
		line-height:50px;
		padding-left:10px;
		background:none;
		color:#EAEAEA;
		width:260px;
		margin-right:5px;
		display:inline-block;
	}
	.form-group button.footer-subscribe-button {
		background:none;
		border:1px solid #8b8b8b;
		color:#999;
		height:50px;
		margin:0px;
		padding-left:20px;
		padding-right:20px;
		line-height:50px;
		position:absolute;
		top:30px;
		left:260;
	}
	.form-group button.footer-subscribe-button:hover {
		background:rgba(0, 0, 0, .25);
		color:#FFF;
	}
}
@media screen and (max-width: 480px) {
	.form-group {
		padding-top:60px;
		position:relative;
		width:100%;
	}
	.form-group * {
		outline:none;
	}
	.form-group input.footer-subscribe-input {
		border:1px solid #8b8b8b;
		height:50px;
		line-height:50px;
		padding-left:10px;
		background:none;
		color:#EAEAEA;
		width:100%;
		margin-right:5px;
		display:inline-block;
	}
	.form-group button.footer-subscribe-button {
		background:none;
		border:1px solid #8b8b8b;
		color:#999;
		height:50px;
		margin:0px;
		padding-left:20px;
		padding-right:20px;
		line-height:50px;
		position:absolute;
		top:60px;
		right:0px;
	}
	.form-group button.footer-subscribe-button:hover {
		background:rgba(0, 0, 0, .25);
		color:#FFF;
	}
}
footer .social-link {
	border:1px solid #999;
	width:48px;
	height:48px;
	text-align:center;
	line-height:48px;
	color:#999;
	font-size:20px;
	display:inline-block;
}
footer .social-link:hover {
	color:#fff;
	background:rgba(0, 0, 0, .25);
}
footer .line {
	height:1px;
	width:100%;
	margin-top:-15px;
	background:rgba(255, 255, 255, .3);
}
.footer-col-2 {
	padding-top:40px;
}
p.footer-text {
	color:#a3a3a3;
	font-family: "Raleway", sans-serif;
	font-weight:200;
	letter-spacing:0.04em;
	line-height:31px;
	margin-top:60px;
}
.footer-title {
	font-size:18px;
	letter-spacing:0.02em;
	color:#a3a3a3;
}
@media screen and (max-width:765px)  {
	.footer-title {
		margin-top:50px;
	}
}
.social-message-cont {
	margin-top:20px;
}
.social-message-item {
	color:#a3a3a3;
	line-height:21px;
	margin-bottom:30px;
}
.social-message-item a {
	color:#e7e7e7;
	letter-spacing:0.02em;
	line-height:21px;
}
.address-item {
	color:#a3a3a3;
	margin-bottom:25px;
}
footer .copyright {
	padding:30px;
	text-align:center;
	color:#a3a3a3;
	font-size:15px;
}
.shadow {
	-webkit-box-shadow: 0px 5px 10px -1px rgba(0,0,0,.1);
	-moz-box-shadow: 0px 5px 10px -1px rgba(0,0,0,.1);
	box-shadow: 0px 5px 10px -1px rgba(0,0,0,.1);
}

/* ###############################################
	PAGE COVER CSS
############################################### */
@media screen and (max-width:1600px) {
	.page-cover-sec {
		position:relative;
		z-index:0;
		background-size: auto 100% !important;
		height:400px;
	}
}
@media screen and (min-width:1600px) {
	.page-cover-sec {
		position:relative;
		z-index:0;
		background-size: 100% auto !important;
		height:400px;
	}
}

.page-cover-sec:before {
	z-index:-1;
	background:#000;
	width:100%;
	height:100%;
	top:0;
	left:0;
	opacity:.75;
	content:"";
	position:absolute;
}
.page-cover-sec div {
	height:100%;
}
.page-cover-sec .ver-sort {
	position:absolute;
	top:230px;
}
@media screen and (min-width:650px) {
	.page-cover-sec .ver-sort.blog-ver {
		position:absolute;
		top:230px;
	}	
}
@media screen and (max-width:650px) {
	.page-cover-sec .ver-sort.blog-ver {
		position:absolute;
		top:200px;
	}	
}

.page-cover-sec h1 {
	font-size:30px;
	color:#fff;
	letter-spacing:0.04em;
}
.page-cover-sec  p {
	color:#eaeaea;
	font-size:14px;
	letter-spacing:0.05em;
}
.page-cover-sec p a {
	font-size:14px;
	color:#eaeaea;
	letter-spacing:0.05em;
}
.page-cover-sec p a:hover {
	color:#FFF;
}
@media screen and (max-width:1600px) {
	.portfolio-cover-sec {
		position:relative;
		z-index:0;
		background-size: auto 100% !important;
		height:595px;
	}
}
@media screen and (min-width:1600px) {
	.portfolio-cover-sec {
		position:relative;
		z-index:0;
		background-size: 100% auto !important;
		height:595px;
	}
}

.portfolio-cover-sec:before {
	z-index:-1;
	background:#000;
	width:100%;
	height:100%;
	top:0;
	left:0;
	opacity:.50;
	content:"";
	position:absolute;
}
.portfolio-cover-sec div {
	position:relative;
	height:100%;
}
@media screen and (min-width:800px) {
	.portfolio-cover-sec h1 {
		position:absolute;
		top:230px;
		font-size:36px;
		color:#fff;
		letter-spacing:0.6em;
		font-weight:100;
		width:100%;
		text-align:center;
	}

	.portfolio-cover-sec  p {
		position:absolute;
		top:350px;
		color:#eaeaea;
		font-size:15px;
		letter-spacing:0.6em;
		width:100%;
		text-align:center;
		font-weight:100;
	}
}
@media screen and (max-width:800px) {
	.portfolio-cover-sec h1 {
		position:absolute;
		top:200px;
		font-size:26px;
		color:#fff;
		letter-spacing:0.6em;
		font-weight:100;
		width:100%;
		line-height:45px;
		text-align:center;
	}

	.portfolio-cover-sec  p {
		position:absolute;
		top:350px;
		color:#eaeaea;
		font-size:13px;
		letter-spacing:0.6em;
		width:100%;
		text-align:center;
		font-weight:100;
	}
}


p.title404 {
	font-size:130px;
	text-align:center;
	letter-spacing:0.04em;
	color:#787878;
}
@media screen and (min-width:360px) {
	.search-form-group {
		position:relative;
		width:350px;
		margin:0 auto;
		margin-top:40px;
	}
	.register-form-group {
		position:relative;
		width:350px;
		margin:0 auto;
		margin-top:20px;		
	}
	.register-form-group:nth-child(1) {
		margin-top:50px !important;
	}
}
@media screen and (max-width:360px) {
	.search-form-group {
		position:relative;
		width:calc(100% - 20px);
		margin:0 auto;
		margin-top:40px;
		margin-left:10px;
		margin-right:10px;
	}
	.register-form-group {
		position:relative;
		width:calc(100% - 20px);
		margin:0 auto;
		margin-top:20px;
		margin-left:10px;
		margin-right:10px;	
	}
	.register-form-group:nth-child(1) {
		margin-top:50px;
	}

}

/* ###############################################
	FORMS CSS
############################################### */
.search-form-group .search-input {
	width:100%;
	background:none;
	border:none;
	border-bottom:1px solid #636363;
	height:40px;
	padding-left:5px;
	line-height:40px;
	outline:none;
}
button.search-button {
	background:none;
	outline:none;
	color:#636363;
	height:40px;
	line-height:40px;
	border:none;
	font-size:18px;
	position:absolute;
	top:0px;
	right:5px;
}

.register-form-group .register-input {
	width:100%;
	background:none;
	border:none;
	border-bottom:1px solid #636363;
	height:40px;
	padding-left:5px;
	line-height:40px;
	outline:none;
}
.register-form-group i.fa {
	background:none;
	outline:none;
	color:#636363;
	height:40px;
	line-height:40px;
	border:none;
	font-size:18px;
	position:absolute;
	top:0px;
	right:10px;
}
.form-button {
	height:40px;
	display:inline-block;
	line-height:40px;
	padding-left:30px;
	padding-right:30px;
	color:#787878;
	background:none;
	border:1px solid #787878;
	text-transform:uppercase;
	letter-spacing:0.04em;
	margin-top:40px;
}
.form-button:hover {
	background:#787878;
	color:#EAEAEA;
}

/* ###############################################
	VIDEO BACKGROUND CSS
############################################### */
.video-bg {
	height:500px !important;
	overflow:hidden;
	position:relative;
	z-index:0 !important;
}
.video-bg div#tubular-container {
	position:relative;
	z-index:0;
}
.video-bg .video-content {
	background:rgba(0,0,0,.20);
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	z-index:1 !important;
}
.video-bg .video-content i.fa {
	font-size:150px;
	color:rgba(255, 255, 255, .2);
	margin-top:80px;
	cursor:pointer;
}
.video-bg .video-content i.fa:hover {
	color:rgba(255, 255, 255, 1);
}
.video-content h2 {
	text-transform:uppercase;
	font-size:36px;
	letter-spacing:0.03em;
	color:rgba(255, 255, 255, .8);
}
.video-content h4 {
	text-transform:uppercase;
	font-size:18px;
	margin-top:25px;
	letter-spacing:0.03em;
	color:rgba(255, 255, 255, .8);
}

/* ###############################################
	OUR SKILLS CSS
############################################### */
.skill-cont {
	position:relative;
	margin-top:30px;
}
.skill-cont .icon-circle {
	width:80px;
	height:80px;
	border:2px solid #adadad;
	text-align:center;
	line-height:80px;
	font-size:40px;
	color:#adadad;
	border-radius:50%;
	position:relative;
}
.skill-cont .icon-circle:hover {
	background:#adadad;
	color:#fff;
}
.skill-cont p {
	font-size:15px;
	color:#333;
	letter-spacing:0.03em;
	line-height:28px;
	font-weight:300;
}
.dib { display:inline-block !important; }
@media screen and (min-width:1200px) {
	.skill-cont .icon-line-1 {
		position:absolute;
		top:17px;
		right:-80px !important;
		transform: rotate(-53deg);
		height:216px;
		width:1px;
		background:#adadad;
	}
	.skill-cont .icon-line-2 {
		position:absolute;
		bottom:17px;
		right:-80px !important;
		transform: rotate(53deg);
		height:216px;
		width:1px;
		background:#adadad;
	}
}

/* ###############################################
	TESTIMONIAL 2 CSS
############################################### */
.testimonials {
	position:relative;
	background:url(./../images/testimonial-bg2.jpg) center center;
	background-repeat:no-repeat;
	background-size: auto 100%;
	padding-top:90px;
	z-index:1;
}
.testimonials {
	overflow:hidden !important;
}
@media screen and (min-width:900px) {
	.testimonials .testimonials-bg {
		background:rgba(255, 255, 255, .7);
		position:absolute;
		top:0px;
		width:70%;
		margin-left:15%;
		margin-right:15%;
		height:100%;
		z-index:-1;
		-ms-transform: skew(50deg,0);
		-webkit-transform: skew(50deg,0);
		transform: skew(50deg,0);
	}
}
@media screen and (max-width:900px) {
	.testimonials .testimonials-bg {
		background:rgba(255, 255, 255, .7);
		position:absolute;
		top:0px;
		width:90%;
		margin-left:5%;
		margin-right:5%;
		height:100%;
		z-index:-1;
		-ms-transform: skew(10deg,0);
		-webkit-transform: skew(10deg,0);
		transform: skew(10deg,0);
	}
}

.testimonial-item {
	text-align:center;
	padding-bottom:80px;
}
.testimonial-item p.comment-text {
	color:#333;
	letter-spacing:0.05em;
	line-height:40px;
	font-size:18px;
	font-weight:300;
	margin-top:50px;
}
.testimonial-item p.comment-author {
	font-weight:700;
	font-size:18px;
	letter-spacing:0.05em;
}
@media screen and (min-width:992px) {
	.clients-top {
		text-align:center;
		padding:0px !important;
		border-left:1px solid #ebebeb;
		border-bottom:1px solid #ebebeb;
	}
	.container .clients-top:nth-child(1) {
		border-left:none;
	}
	.clients-bottom {
		text-align:center;
		padding:0px;
		padding-top:30px;
		border-left:1px solid #ebebeb;
	}
	.container .clients-bottom:nth-child(5) {
		border-left:none;
	}
}
@media screen and (max-width:992px) {
	.clients-top {
		text-align:center;
		padding:0px !important;
	}
	.clients-bottom {
		text-align:center;
		padding:0px;
		padding-top:30px;
	}
}
.clients-top .clients-item {
	display:inline-block;
	padding-bottom:30px;
}

/* ###############################################
	GOOGLE MAP CSS
############################################### */
#map {
	width:100%;
	height:300px;
}

/* ###############################################
	CONTACT FORM CSS
############################################### */
.write-us {
	color:#666;
	background:#f2f2f2;
	padding-bottom:80px;
}
.write-us h3 {
	font-weight:300;
}
input.input-contact {
	border:1px solid #d3d3d3;
	width:100%;
	font-size:14px;
	background:none;
	outline:none;
	color:#333;
	height:50px;
	line-height:50px;
	padding-left:20px;
	margin-top:30px;
}
textarea.textarea-contact {
	border:1px solid #d3d3d3;
	width:100%;
	height:120px;
	max-width:100%;
	max-height:120px;
	font-size:14px;
	background:none;
	outline:none;
	color:#333;
	padding-left:20px;
	padding-top:20px;
	margin-top:30px;
}
button.contact-button {
	border:1px solid #d3d3d3;
	color:#7e7e7e;
	background:none;
	outline:none;
	height:50px;
	line-height:50px;
	padding-left:40px;
	padding-right:40px;
	margin-top:30px;
}
button.contact-button:hover {
	background:#d3d3d3;
	color:#333;
}

/* ###############################################
	INFO SECTION CSS
############################################### */
@media screen and (max-width:1000px) {
	.info-section-col {
		text-align:center;
		margin-top:55px;
	}
}
@media screen and (min-width:1000px) {
	.info-section-col {
		text-align:center;
		margin-top:55px;
		border-left:1px solid #e1e1e1;
	}
}
.container div#info2border .info-section-col:nth-child(1) {
	border-left:none !important;
}
.info-section-col i.fa-title {
	font-size:72px;
	color:#666;
}
.info-section-col h4 {
	color:#666;
	letter-spacing:0.05em;
	font-weight:300;
	padding:0px;
}
.info-section-col p {
	font-size:14px;
	font-family:"Raleway", sans-serif;
	font-weight:200;
	letter-spacing:0.03em;
	color:#999;
	line-height:24px;
	margin-top:25px;
}
.info-section-col a.info-two-button {
	color:#999 !important;
	border:1px solid #999;
	padding-left:20px;
	padding-right:20px;
	height:35px;
	line-height:35px;
	display:inline-block;
	text-decoration:none;
	margin-top:15px;
}
.info-section-col a.info-two-button:hover {
	background:#999;
	color:#eaeaea !important;
}

/* ###############################################
	IMAGE BACKGROUND SECTION CSS
############################################### */
.image-background-text {
	background:url(./../images/image-bg-text.jpg) center center;
	background-size: auto 100%;
	padding-top:60px;
	padding-bottom:60px;
	position:relative;
	z-index:0;
}
.image-background-text:before {
	z-index:-1;
	background:#000;
	opacity:0.5;
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	content: "";
}
.image-background-text h1 {
	color:#fff;
	font-size:36px;
	font-weight:100;
	letter-spacing:0.09em;
}
.image-background-text h4 {
	color:#FFF;
	font-size:16px;
	font-weight:300;
	letter-spacing:0.09em;
	line-height:36px;
	margin-top:40px;
}
.image-background-text a.bg-img-button {
	border:1px solid #fff;
	display:inline-block;
	color:#fff;
	text-decoration:none;
	height:40px;
	margin-top:40px;
	line-height:40px;
	padding-left:20px;
	padding-right:20px;
}
.image-background-text a.bg-img-button:hover {
	background:#fff;
	color:#000;
}

/* ###############################################
	CHARTS CSS
############################################### */
.charts {
	position:relative;
	width:100%;
}
.chart-item-1 {
	position:relative;
}
.chart-item-1 p,
.chart-item-2 p,
.chart-item-3 p {
	position:absolute;
	font-size:25px;
	top:111px;
	left:62px;
	color:#717171;
}
.charts div.chart-item-1,
.charts div.chart-item-2,
.charts div.chart-item-3 {
	padding-top:60px;
	padding-bottom:60px;
}
.charts .chart-bg-left {
	position:absolute;
	top:0px;
	left:0px;
	width:50%;
	height:100%;
	background:#fafafa;
	z-index:-1;
}
.charts .chart-bg-right {
	position:absolute;
	top:0px;
	right:0px;
	width:50%;
	height:100%;
	background:#f0f0f0;
	z-index:-1;
}
.chart-item-1 {
	background:#fafafa;
	padding:0px;
	padding-top:5px;
}
.chart-item-2 {
	background:#f4f4f4;
	padding:0px;
	padding-top:5px;
}
.chart-item-3 {
	background:#f0f0f0;
	padding:0px;
	padding-top:5px;
}
.charts canvas {
	width:140px;
	height:140px;
	float:left;
	margin-right:20px;
}
.charts h3 {
	font-size:20px;
	color:#717171;
	font-weight:300;
	letter-spacing:0.09em;
	margin-top:0px;
}
.charts h5 {
	font-size:13px;
	letter-spacing:0.05em;
	line-height:25px;
	font-weight:300;
}

/* ###############################################
	TEAM 2 CSS
############################################### */
.team2 {
	position:relative;
}
.team2 .team-left-img {
	margin-right:-100px;
}
.team2 .team-right-img {
	margin-left:-100px;
}
.team2 .team-left {
	z-index:-1;
}
.team2 .team-right {
	z-index:-1;
}
.team-introductions {
	background:#f6f6f6;
	border-top:10px solid #d7d7d7;
}
.team-slider-2 {
	text-align:center;
}
.team-slider-2 h3 {
	margin-top:30px !important;
}
.team-2-item {
	position:relative;
	padding-bottom:30px;
}
@media screen and ( min-width: 1200px ) {
	.team-2-item .triangle1 {
		height:50px;
		width:50px;
		margin-top:-30px;
		margin-left:230px;
		transform: rotate(45deg);
		background:#d7d7d7;
	}
	.team-2-item .triangle2 {
		height:50px;
		width:50px;
		margin-top:-30px;
		margin-left:540px;
		transform: rotate(45deg);
		background:#d7d7d7;
	}
	.team-2-item .triangle3 {
		height:50px;
		width:50px;
		margin-top:-30px;
		margin-left:840px;
		transform: rotate(45deg);
		background:#d7d7d7;
	}	
}
@media ( min-width: 990px ) and ( max-width: 1200px ) {
	.team-2-item .triangle1 {
		height:50px;
		width:50px;
		margin-top:-30px;
		margin-left:160px;
		transform: rotate(45deg);
		background:#d7d7d7;
	}
	.team-2-item .triangle2 {
		height:50px;
		width:50px;
		margin-top:-30px;
		margin-left:470px;
		transform: rotate(45deg);
		background:#d7d7d7;
	}
	.team-2-item .triangle3 {
		height:50px;
		width:50px;
		margin-top:-30px;
		margin-left:780px;
		transform: rotate(45deg);
		background:#d7d7d7;
	}	
}
@media ( min-width: 900px ) and ( max-width: 990px ) {
	.team-2-item .triangle1 {
		height:50px;
		width:50px;
		margin-top:-30px;
		margin-left:140px;
		transform: rotate(45deg);
		background:#d7d7d7;
	}
	.team-2-item .triangle2 {
		height:50px;
		width:50px;
		margin-top:-30px;
		margin-left:400px;
		transform: rotate(45deg);
		background:#d7d7d7;
	}
	.team-2-item .triangle3 {
		height:50px;
		width:50px;
		margin-top:-30px;
		margin-left:620px;
		transform: rotate(45deg);
		background:#d7d7d7;
	}	
}
@media screen and ( max-width: 900px ) {
	.team2 {
		display:none;
	}
	.team-responsive-image {
		margin-top:30px;
	}
}
@media screen and (min-width: 900px ) {
	.team-responsive-image {
		display:none;
	}
}
.team-2-item h3 {
	font-size:24px;
	color:#3c3c3c;
	font-weight:400;
	letter-spacing:0.05em;
	padding-top:26px;
}
.team-2-item p {
	letter-spacing:0.05em;
	line-height:36px;
	font-size:18px;
	font-weight:300;
	color:#3c3c3c;
}

/* ###############################################
	TEAM 3 CSS
############################################### */
.team-3 {
	background:#f0f0f0;
	padding-top:60px;
	padding-bottom:60px;
}
.team-3 .team3-img {
	border:5px solid #fff;
}
.team-3 h4 {
	font-size:15px;
	letter-spacing:0.09em;
	line-height:20px;
	color:#494949;
}
.team-3 p {
	color:#7a7a7a;
	font-size:13px;
	letter-spacing:0.09em;
	line-height:20px;
	margin-top:-8px;
	font-weight:300;
}
.team-3 .social-button-team3 {
	width:50px;
	height:50px;
	line-height:50px;
	text-align:center;
	background:#fff;
	color:#b3b3b3;
	font-size:25px;
	margin-bottom:15px;
}
.team-3 .social-button-team3:hover {
	color:#fff;
	background:#b3b3b3;
}
.team-3-item {
	text-align:left;
}
.team-3-item .team3-image-cont {
	float:left;
	width:190px;
}
.team-3-item .team3-social-cont {
	float:left;
}
@media (min-width: 500px) and (max-width:768px) {
	 .col-fake-6 {
		 float:left;
	 }
}
.pr {
	position:relative;
}

/* ###############################################
	PORTFOLIO PAGE CSS
############################################### */
@media screen and (max-width:600px) {
	.spaceforportfolio {
		margin-top:20px;
	}
	.portfolio-margin-top h3.title {
		margin-right:100px;
		margin-left:100px;
	}
	.portfolio-margin-top h3.title {
		display:none;
	}
	.portfolio-margin-top h3.title-responsive {
		display:block;
		width:100%;
		text-align:center;
	}
	.md {
		visibility:hidden;
	}
}
@media screen and (min-width:600px) {
	.spaceforportfolio {
		margin-top:20px;
	}
	.portfolio-margin-top h3.title {
		font-size:36px;
		line-height:42px;
		letter-spacing:0.3em;
		color:#333;
		font-weight:300;
		text-align:center !important;
	}
	.portfolio-margin-top h3.title-responsive {
		display:none;
	}
}
.portfolio-margin-top p.portfolio-text {
	font-size:18px;
	letter-spacing:0.03em;
	color:#333;
	font-weight:300;
	text-align:center;
	line-height:48px;
	left:50px;
}

@media screen and (min-width:992px) {
	.port-text-right h2.portfolio-title {
		font-size:30px;
		font-weight:100;
		line-height:40px;
		margin-top:90px !important;
	}
	.port-text-right h2.portfolio-title span {
		width:80px !important;
		display:inline-block;
	}
	.port-text-right div.line {
		height:1px;
		width:200px;
		margin-right:-100px;
		margin-top:10px;
		background:#636363;
		display:inline-block;
	}
	.port-text-right a.port-button {
		font-size:13px;
		letter-spacing:0.17em;
		height:40px;
		line-height:40px;
		display:inline-block;
		border:1px solid #666;
		color:#666;
		padding-left:20px;
		padding-right:20px;
		text-decoration:none;
	}
	.port-text-right .portfolio-title {
		margin-right:-100px;
		z-index:9;
	}
	/** **/
	.port-text-left h2.portfolio-title {
		font-size:30px;
		font-weight:100;
		line-height:40px;
		margin-top:90px !important;
	}
	.port-text-left h2.portfolio-title span {
		width:80px !important;
		display:inline-block;
	}
	.port-text-left div.line {
		height:1px;
		width:200px;
		margin-left:-100px;
		margin-top:10px;
		background:#636363;
		display:inline-block;
	}
	.port-text-left a.port-button {
		font-size:13px;
		letter-spacing:0.17em;
		height:40px;
		line-height:40px;
		display:inline-block;
		border:1px solid #666;
		color:#666;
		padding-left:20px;
		padding-right:20px;
		text-decoration:none;
	}
	.port-text-left .portfolio-title {
		margin-left:-100px;
		z-index:9;
	}
	a.port-button:hover {
		background:#666;
		color:#fff;
		text-decoration:none;
	}
}

@media screen and (max-width:992px) {
	.item-border-line {
		width:100%;
		height:1px;
		background:#eaeaea;
		margin-top:60px;
		margin-bottom:60px;
	}
	.port-text-right h2.portfolio-title {
		font-size:30px;
		font-weight:100;
		line-height:40px;
		margin-top:90px;
	}
	.port-text-right div.line {
		height:1px;
		width:200px;
		margin-top:10px;
		background:#636363;
		display:inline-block;
	}
	.port-text-right a.port-button {
		font-size:13px;
		letter-spacing:0.17em;
		height:40px;
		line-height:40px;
		display:inline-block;
		border:1px solid #666;
		color:#666;
		padding-left:20px;
		padding-right:20px;
		text-decoration:none;
	}
	.port-text-right .portfolio-title {
		z-index:9;
	}
	/** **/

	.port-text-left h2.portfolio-title {
		font-size:30px;
		font-weight:100;
		line-height:40px;
		margin-top:90px;
	}
	.port-text-left div.line {
		height:1px;
		width:200px;
		margin-top:10px;
		background:#636363;
		display:inline-block;
	}
	.port-text-left a.port-button {
		font-size:13px;
		letter-spacing:0.17em;
		height:40px;
		line-height:40px;
		display:inline-block;
		border:1px solid #666;
		color:#666;
		padding-left:20px;
		padding-right:20px;
		text-decoration:none;
	}
	.port-text-left .portfolio-title {
		z-index:9;
	}
	a.port-button:hover {
		background:#666;
		color:#fff;
		text-decoration:none;
	}
}

.port-text-right,
.port-text-left {
	z-index:2;
}
.port-img {
	z-index:1;
	position:relative;
	margin-top:50px;
}
.port-img .image-port-cover {
	background:url(./../images/port-cover.png);
	background-repeat:no-repeat;
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	right:0px;
}
@media screen and (max-width:760px) {
	.pad-res-0 .form-group {
		padding-bottom:0px !important;
	}
	.pad-res-0 .padding-tb-60 {
		padding-top:0px !important;
		float:left !important;
	}
}
.footer-item {
	margin-top:20px;
}
.footer-recent-post-item {
	margin-top:25px;
}
.footer-recent-post-item img {
	float:left;
	width:65px;
	margin-right:10px;
}
.footer-recent-post-item a {
	display:inline-block;
	float:left;
	font-size:15px;
	color:#a2a2a2;
	width:calc(100% - 80px);
	text-decoration:none;
}
.footer-recent-post-item a:hover {
	text-decoration:none;
	color:#969696;
}
.footer-recent-post-item time {
	display:inline-block;
	float:left;
	font-size:11px;
	color:#969696;
	padding-top:8px;
}



/*ADN*/
header nav ul li ul li a {
    padding-bottom: 10px !important;
    border-bottom: 1px solid #999999;
    padding-top: 10px !important;
    font-weight: normal !important;
}

header nav ul li a {
    cursor: pointer !important;
}

header nav ul li:nth-child(1) {
    max-width: 150px;
}
header nav ul li:nth-child(2) {
    max-width: 170px;
    /* max-width: 230px; */
}
header nav ul li:nth-child(3) {
    max-width: 230px;
    /*max-width: 150px;*/
}
header nav ul li:nth-child(4) {
    max-width: 150px;

}
	header nav ul li ul li:nth-child(1),
	header nav ul li ul li:nth-child(2),
	header nav ul li ul li:nth-child(3),
	header nav ul li ul li:nth-child(4){
		width: auto !important;
		display: block;
	}

.text-justify{
	text-align: justify;
    text-justify: inter-word;
}

h2.site-name {
    font-size: 100%;
    text-align: left;
}

#nav-container.container{
	position: relative; 
	top: 0;
}

.principal.container{
	position: relative; 
	top: 170px;
	margin-bottom: 180px;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.vertical-align {
    display: flex;
    align-items: center;
}

.titulos{
	color:#72A83A;
	text-align: left;
}

.row{
	margin-top: 10px; 
	margin-bottom: 10px
}

.vinietas-links{
	
}

.no-float{
	float: none !important;
}

.dinamicLoaded{
	display: inline-block;
}

.box-shadow--2dp {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12)
}
.box-shadow--3dp {
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, .14), 0 3px 3px -2px rgba(0, 0, 0, .2), 0 1px 8px 0 rgba(0, 0, 0, .12)
}
.box-shadow--4dp {
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12), 0 2px 4px -1px rgba(0, 0, 0, .2)
}
.box-shadow--6dp {
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, .14), 0 1px 18px 0 rgba(0, 0, 0, .12), 0 3px 5px -1px rgba(0, 0, 0, .2)
}
.box-shadow--8dp {
    box-shadow: 0 8px 10px 1px rgba(0, 0, 0, .14), 0 3px 14px 2px rgba(0, 0, 0, .12), 0 5px 5px -3px rgba(0, 0, 0, .2)
}
.box-shadow--16dp {
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, .14), 0 6px 30px 5px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .2)
}

.nav.cdc > li > a,
.nav.pym > li > a {
    display: table-cell;
    padding: 5px 9px;
    position: relative;
    vertical-align: bottom;
    height: 100px;
    font-size: 12px;
}
.nav.pym > li > a {
	height: 80px;
}
.dl-horizontal.cdc dt {
    width: 300px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 7px;
    background-color: #f3f3f3;
    padding: 5px;
}
.dl-horizontal.cdc dd {
    margin-left: 310px;
    background-color: #f3f3f3;
    padding: 5px;
    margin-bottom: 7px;
}

.virgula{
	float: right;
    margin-left: 9px;
}

.align-right{
	float: right !important;
    text-align: right;
}

.tabla-fichas-tabla-resumen{
	background-color: #599087 !important;
	color: #eee !important;
}

.tabla-fichas-tabla-1ro{
	background-color: #D1335C !important;
	color: #eee !important;
}

.tabla-fichas-tabla-2do{
	background-color: #3F588A !important;
	color: #eee !important;
}

.tabla-fichas-tabla-3ro{
	background-color: #FF5D35 !important;
	color: #eee !important;
}

.tabla-fichas-tabla-4to{
	background-color: #3D7857 !important;
	color: #eee !important;
}

.tabla-fichas-tabla-5to{
	background-color: #6453A5 !important;
	color: #eee !important;
}

.tabla-fichas-tabla-6to{
	background-color: #4D7AFF !important;
	color: #eee !important;
}

.tabla-fichas-interior-grado{
	background-color: #F7F7F8 !important;
}

.panel.fichas {
    background-color: #fff;
    border: 1px solid transparent !important;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 0;
}

.panel-heading.fichas {
    border-bottom: 1px solid transparent !important;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 10px 15px;
    cursor: pointer;
	padding-right: 30px;
}

.contenido-fichas {
    margin: 10px;
    padding: 10px;
}

.panel-heading.fichas{
	background-image: url("../images/arrow-up.png");
    background-position: right center;
    background-repeat: no-repeat;
}

.panel-heading.fichas.collapsed{
	background-image: url("../images/arrow-down.png");
    background-position: right center;
    background-repeat: no-repeat;
}

#tabla-contenidos thead tr th{
	font-size: 12px;
	text-align: center;
	background-color: #68B013;
	color: #eee;
}

#tabla-contenidos tbody tr th{
	font-size: 12px;
	text-align: left;
	background-color: #005826;
	color: #eee;
	padding: 5px;
}

#tabla-contenidos .empty-cell{
	background-color: #D7D9DD;
}

#tabla-contenidos tr:nth-child(even) {
	background: #9DCC65;
}
#tabla-contenidos tr:nth-child(odd) {
	background: #BBDB95;
}

#tabla-contenidos a.accesible,
#tabla-contenidos a.regular{
	background-image: url("../images/descarga-fichas-iconos.png");
    display: block;
    float: left;
    height: 24px;
    margin-right: 5px;
    overflow: hidden;
    width: 29px;
}

#tabla-contenidos a.accesible{
	background-position: 0 center;
}

#tabla-contenidos a.regular{
	background-position: 88px center;
}

#tabla-contenidos a.accesible:hover,
#tabla-contenidos a.accesible:focus{
	background-position: 58px center;
}

#tabla-contenidos a.regular:hover,
#tabla-contenidos a.regular:focus{
	background-position: 146px center;
}

#tabla-contenidos .downloads a:first-child{
	margin-left: 8px;;
}

#tabla-seminario tbody tr td {
    background-color: #f3f3f3;
    border-bottom: 5px solid #fff;
    padding: 5px;
    text-align: left;
}

.text-resizer{
    float: right;
    margin: -6px 0px 0px;
    padding: 0px;
}
    ol.text-resizer li{
            list-style: none;
            list-style-type: none;
            float: left;
            margin-left: 11px;
    }


a > h4, a > h5{
    margin-top: 10px !important;
}


.rvfs-1{ font-size: 70%  !important}
.rvfs-2{ font-size: 80%  !important}
.rvfs-3{ font-size: 90%  !important}
.rvfs-4{ font-size: 100%  !important}
.rvfs-5{ font-size: 110%  !important}
.rvfs-6{ font-size: 120%  !important}
.rvfs-7{ font-size: 130%  !important}

@media screen and (max-width:600px) {
	h2.site-name {
	    font-size: 84%;
	    text-align: right;
	}
}

@media screen and (max-width: 1205px) {
	header nav ul li ul li {
		max-width: inherit !important;
	}
	
	nav #logo-menu-container{
	    height: 58px;
	    width: 226px;
	}
	
	header nav img.logo-menu{
		display: block;
	}
}

@media only screen and (max-device-width: 480px) {
	/*estilos para móviles*/
	h2.site-name {
	    font-size: 66%;
	    text-align: right;
	}
	
	.principal.container{
		position: relative; 
		top: 160px;
		/*margin-bottom: 140px;*/
	}
	
	.top-section > .container{
		top: 0;
    	position: relative;
	}
	
	.vinietas-links{
	}
}

@media (max-width: 991px) {
  .hidden-sm-down {
    display: none !important;
  }
  
  a > h5 {
    margin-top: 10px !important;
    max-width: 260px;
  }

}

@media (min-width: 991px) {
  .hidden-md-up {
    display: none !important;
  }
  
  
  
  
}


/*Estilos del footer*/
.footer {
    background-color: #414042;
    color: white !important;
    padding: 40px;
    border-top: 3px solid #7AC142;
    padding-bottom: 0;
    margin-bottom: 0;
    /*position: absolute;*/
}
.footer a,
.footer span,
.footer p{
	color:  rgb(255, 255, 255);
}

.containerLineText {
    height: 1px;
    background-color: #A7A9AC;
    text-align: left;
}
.ContainerText {
    background-color: #414042;
    position: relative;
    top: -12px;
    padding-right: 10px;
}

@media(max-width:1200px){
	.ContainerText {
	    padding-right: 0px;
	}
	
	.tab30px {
        margin-left:30px;
    }
    .tab30px > br {
	    display:block
	}
}

.tab30px {
    margin-left:0px;
}
.tab30px > br {
    display:none
}
@media(max-width:992px) {
    .tab30px {
        margin-left:0px;
    }
    .tab30px > br {
	    display:none
	}
}
@media(max-width:380px) {
    .tab30px {
        margin-left:30px;
    }
    .tab30px > br {
	    display:block
	}
}

.t4 {
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
}

.iconGrayColor {
    color: #FFF;
}

#facebook:hover {
    color: #3B5998 !important;
}

#twitter:hover {
    color: #00aced !important;
}

#youtube:hover {
    color: #bb0000 !important;
}

#cplus:hover {
    color:#bb0000 !important;
}

.HideByHearColors{
    position:absolute;
    top:-9999px;
    left:-9999px;
}

.PaddingTop10 {
    padding-top: 10px !important;
}

.Padding0 {
    padding: 0 !important;
}

.font14 {
    color: #fff;
    font-size: 14px;
}

.panelDescargaApp {
    padding-top: 15px;
}
.paddingTop13 {
    padding-top: 13px;
}

.row.footer.hidden-md-up{
    width: 100% !important;
}

.footer-icon{
	color: #414042;
	background-color: #7AC143;
	padding: 7px;
	border-radius: 50%;
	margin-right: 10px;
}
/*Termina Estilos del footer*/

.modal-header{
	background-color: #5cb85c;
	color: #fff;
}

.bx-prev, .bx-next{
	opacity: 0.2;
	transition: .5s;
}

.bx-prev:hover, .bx-next:hover{
	opacity: 1;
}
.selected{
	width: 23% !important;
	margin-bottom: 2%;
	margin-top: 1%;
	margin-left: 83%;
}
@media only screen and (max-width: 991px){
	.selected {
		margin-top: auto !important;
margin-right: auto;
margin-left: 62%;
} }
@media only screen and (max-width: 800px){
	.selected {
		margin-top: auto !important;
margin-right: auto;
margin-left: 61%;
} }
   @media only screen and (max-width: 491px){
	   .selected {
		margin-top: auto !important;
margin-right: 3%;
margin-left: 34%;
} }

@media only screen and (max-width: 365px){
	.selected {
		margin-top: auto !important;
margin-right: auto;
margin-left: 18%;
} }

.selected_modal{

	width: 22% !important;
	margin-bottom: 2%;
	margin-top: 1%;
	margin-right: 30%;
	margin-left: 70%;
}
@media only screen and (max-width: 991px){
	.selected_modal {
		margin-top: 3% !important;
		margin-right: 64%;
		margin-left: 6% !important;
		margin-bottom: 12%;
} }
@media only screen and (max-width: 800px){
	.selected_modal {
		margin-bottom: 13%;
    margin-top: 8% !important;
    margin-right: 52%;
    margin-left: 10% !important;
} }
   @media only screen and (max-width: 491px){
	   .selected_modal {
		margin-top: 8% !important;
		margin-right: 39%;
		margin-left: 9% !important;
		margin-bottom: 13%;
} }

@media only screen and (max-width: 365px){
	.selected_modal {
		margin-top: 9% !important;
		margin-right: auto;
		margin-left: 18%;
		margin-bottom: 13%;
} }