﻿
/* ==== Google font ==== */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700,600);
@import url('font-awesome.css');
/* ==== overwrite bootstrap standard ==== */
@import url('overwrite.css');
@import url('animate.css');

body {
	font-family:'Open Sans', Arial, sans-serif;
	font-size:14px;
	font-weight:300;
	line-height:1.6em;
	color:#333;
	background-color:#fff;
	overflow-x: hidden;
}
.loader {
	position:fixed;
	text-align: center;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 15000;
	background: url("../img/52A.gif") 50% 50% no-repeat rgba(30,30,30,1.00);
	opacity: inherit;
	}

header {
	display: none;
	width:100%;

	font-size:13px;
	font-weight:800;
	text-transform:uppercase;
	padding-right: 0px;
	padding-left: 0px;
	background:#A4DB2F;
	-webkit-overflow-scrolling: touch;
	border-top: 0;
	border-bottom:0; 
}
 
header nav {

	width:100%;
	z-index: 1000;
	max-width: 1000px;
	margin:0px;
	background:#A4DB2F;
	position: relative;
}
 
.menu_bar {
	display:none;
}

 
header nav ul {

	list-style:none;
	display:block;
	
}
 
header nav ul li {

	display:inline-block;
	position: relative;
}
 
header nav ul li a {

	color:#fff;
	padding:15px;
	display:block;
	text-decoration:none;
	
}
header nav ul li:hover {

	background: #A4DB2F;
	color: #fff;
}
header nav ul li:hover .children {

	display: block;
	z-index: 10000;
	border: 5px;
}
header nav ul li .children {
	background: #333333;
	position: absolute;
	width: 150%;
	z-index: 10000;
}
header nav ul li .children li{
	display: block;
	overflow: hidden;
	border-bottom: 1px;

}
.header nav ul.active  {
	color: #fff;
  cursor: default;
  background-color:#A4DB2F;
  border: 0;
  border-bottom-color: transparent;

}
header nav ul li .caret {
	position: relative;
	top:0px;
	margin-right: 0px;
	margin-left: 10px;
}
header nav ul li .children {
		display: none;
	font-size: 13px;
	text-transform: uppercase;
	background-color: #333333;
	  margin-right: 0px;
  width: 120%;
  border: 1px;
  color:#fff;
	z-index: 1000;
}
header nav ul li span {
	margin-right:10px;
}
 
header nav ul li a:hover {
background: #A4DB2F;
	color: #fff;
}
 
section {
	padding:20px;
}
 
@media screen and (max-width:1000px ) {
	.menuasd {
	display:none;
}

	header{
		display: contents;
		background: #023859;
	}
	body{
		padding-top: 60px;
		z-index: 1500;
		font-size: 20px;
		display:block;
	}
	header nav {
		background: #023859;
		padding-top: 20px;
		z-index: 500;
		width:60%;
		height:calc(100%-80px);
		left:100%;
		margin:0px;
		position: fixed;
		right: 100%;
		overflow: hidden;
		display:block;

	}
	header nav ul li a{
		display: block;
			
	}
 
	header nav ul li {
		display:block;
		float:none;
		border-bottom:1px solid rgba(255,255,255, .3);
		margin-left: -40px;

	}
	
	header nav ul li:hover .children {
		display:block;
		position: relative;

	}
	
	header nav ul li .children {
		width: 100%;
		position: relative;

	}
	
	header nav ul li .children li a{
		margin-left: 10px;
		display:block;
		position: relative;
		
	}
	header nav ul li .children li a span{
		float: right;
		position: relative;
		top: 3px;
		margin-right: 0px;
		margin-left: 0px;
		
	}
	.menu_bar {
		display:block;
		width:100%;
		position: fixed;
		top:0;
		background: #023859;
		z-index: 1000;

	}
 
	.menu_bar .bt-menu {
		display:block;
		padding:20px;
		background:#131313;
		color:#fff;
		overflow: hidden;
		text-decoration:none;
		font-weight: bold;
		font-size:25px;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
	}
 
	.menu_bar span {
		float:right;
		font-size:40px;
	}
}


/* ==== women table ==== */
#divs {
 overflow-y:scroll;
 height:400px;
 width: 85% auto;
 margin-top:15px;
 font-size: 12px;
 		
	}

#main-container{
	margin: 15px auto;
	width: 85%;
	
}
table{
  	overflow-x: auto;
	overflow-y:auto;
	text-align: left;
	background-color: white;
	border-collapse:separate;
	width: 100%;
}

th{
	width: auto;
	padding: 5px;
	background:none;
	background-color: hotpink;
	border-bottom: solid 5px hotpink;
	color: white;
}

td{
	width: auto;
	padding: 5px;
}

thead{
	padding: 5px;
	background:none;
	background-color: hotpink;
	border-bottom: solid 5px hotpink;
	color: white;
	font-size: 10px;
}
tr:nth-child(even){
	background-color: pink;
}

tr:hover td{
	background-color: hotpink;
	color: white;
}
/* ==== END women table ==== */

/* ==== Head woman table ==== */
#divsas {
 height:60px;
 width: 85% auto;		
	}

#main-containeras{
	margin: 5px auto;
	width: 85%;
}

/* ==== END Head woman table ==== */



/* ==== men table ==== */
.divs2 {
 overflow-y:scroll;
 height:400px;
 width: 85% auto;
font-size: 12px;		
	}

.main-container2{
	margin: 15px auto;
	width: 85%;
}
.main-container2 .divs2 table{
  	overflow-x: auto;
	overflow-y:auto;
	text-align: left;
	background-color: white;
	border-collapse: collapse;
	width: 100%;
}

.divs2 table th{
	width: auto;
	padding: 5px;
	background:none;
	background-color: grey;
	border-bottom: solid 5px grey;
	color: white;
}

.divs2 td{
	width: auto;
	padding: 5px;
}

.divs2 thead{
	padding: 5px;
	background:none;
	background-color: grey;
	border-bottom: solid 5px grey;
	color: white;
}
.divs2 tr:nth-child(even){
	background-color: #C5C6D0;
}

.divs2 tr:hover td{
	background-color: grey;
	color: white;
}
/* ==== END men table ==== */

/* ==== Head man table ==== */
.divsas2 {
 height:60px;
 width: 85% auto;		
	}

.main-containeras2{
	margin: 0px auto;
	width: 85%;
}
.tabla-resultadoas2
{
	height:40px;
    width: 78% auto;
	margin: 0px auto;
}
.divsas2 thead{
	padding: 0px;
	background:none;
	background-color: dimgrey;
	border-bottom: solid 5px dimgrey;
	color: white;
}
.divsas2 th{
	width: auto;
	padding: 5px;
	background:none;
	background-color: #52B2BF;
	border-bottom: solid 5px #52B2BF;
	color: white;
	height: 0px;
	top: 5px;
}   
/* ==== END Head man table ==== */

.grid-gallery ul {
	list-style:none;
	margin:0;
	padding:0;
}
.grid-gallery figure {
	margin:0;
}
.grid-gallery figure img {
	display:block;
	width:100%;
}
.grid-gallery figcaption h3 {
	margin:0;
	padding:0 0px 0;
	color:#fff;
	font-size:17px;
	font-weight:300;
}
.grid-gallery figcaption p {
	margin:0;
	font-size: 12px;
}
/* Grid style */
.grid-wrap {
		margin:0 auto;
}
.grid {
	margin:0 auto;
}
.grid li {
	width:25%;
	float:left;
	cursor:pointer;
}
.grid figure {
	padding:15px;
	-webkit-transition:opacity 0.2s;
	transition:opacity 0.2s;
}
.grid li:hover figure {
	opacity:0.7;
}
.grid figcaption {
	background:#333;
	padding: 25px;
}
.parallax {
	text-align:center;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:auto;
	background-attachment:fixed !important;
	overflow:hidden;
}
.parallax-pattern-overlay {
	background-image:url("../img/1.jpg");
	background-repeat: no-repeat;
}
hi,h2,h3,h4,h5,h6 {
	color:#333;
	line-height:1.1em;
}

p {
	color:#8a8d94;
}
a {
    text-decoration:none;
    transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    outline: none;
	color:#333;
}
a:hover {
  text-decoration: none;
  color:#A4DB2F;	
}

hr {
	margin-top:20px;
	margin-bottom:40px;
}
.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 30px;
  line-height: 20px;
}
a.navbar-brand span {
	color:#fff;
	font-size:35px;	
}

.navbar-collapse {
	float:right;
	padding-right: 15px;
	padding-left: 15px;
	overflow-x: visible;
	-webkit-overflow-scrolling: touch;
	border-top: 0;
	
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 0;
  background-color:#131313;
}
.nav-tabs {
  border-bottom:0; 
}
.nav-tabs ul {
	display: none;
  border-bottom:0; 
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 20px 25px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 0;
  border-radius: 0 0 0 0;
  text-transform:uppercase;
  font-weight:600;
  color:#fff;
  /*display:block;*/ /*añadi*/
}
.nav-tabs:hover {
	background-color: #131313;
}
.nav-tabs > li > a:hover {
	background-color: #A4DB2F;
}
.nav-tabs > li.active > a {
	color: #fff;
  cursor: default;
  background-color:#A4DB2F;
  border: 0;
  border-bottom-color: transparent;

}
.nav-tabs > li.active > a:hover {/*Cuando selecciono algo del menu*/
	color: #FFF;
	border: 0;
	background-color: #A4DB2F;
	cursor:pointer;
}

.nav-tabs > li {
	Float:left;
    margin-bottom: 0;
}
.nav-tabs  li ul {
	display:none;
	position:absolute;
	min-width:140px;
			}
			
.nav-tabs li:hover > ul {
	display:block;
	background-color:#131313;
	}



.navbar-custom ul.nav ul.dropdown-menu {/*eliminar pone espacio entre el header y los botones*/
	border-radius: 100;	
	margin-top: 0px;
}

.navbar ul.nav ul.dropdown-menu li {/*color de los bordes inferior y superior*/
	border-bottom: 0px solid #fff;

}

.navbar ul.nav ul.dropdown-menu li:last-child{/*color del fondo 2 item*/
	border-bottom: none;
	background-color: #A4DB2F;
}

.navbar ul.nav ul.dropdown-menu li a {
	padding: 4px 20px;
	font-size: 13px;
	text-transform: uppercase;
	background-color: #fff;
}

.navbar ul.nav ul.dropdown-menu li a:hover {/*color del fondo*/
	background: #A4DB2F;
	background-color: #A4DB2F;
}

.navbar top-nav-collapse ul.nav ul.dropdown-menu li a {
	color: #A4DB2F;
	background-color: #A4DB2F;
}

/*.navbar-custom .nav li a:hover,.navbar-custom .nav li a:focus  {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}*/



.navbar-custom.navbar-fixed-top .nav li a:hover,
.navbar-custom.navbar-fixed-top .nav li a:focus,
.navbar-custom.navbar-fixed-top .nav li.active a,
.navbar-custom.navbar-fixed-top .nav li.active {
    outline: 0;
	background: #A4DB2F;
}
.navbar-custom.top-nav-collapse .nav li a:hover,
.navbar-custom.top-nav-collapse .nav li a:focus,
.navbar-custom.top-nav-collapse .nav li.active {
    outline: 0;
    background-color: rgba(255,255,255,.2);
}




.slider {
	margin-top:130px;
	background-color:#030303;
	
}
.bxslider li {
	margin-left:40px;

}

.content {
	margin-top:20px;
}

.text-center {
	text-align:center;
	margin-top:30px;
}
.text-center p {
	color:#8a8d94;
	font-size:15px;
	
}

.box {
	text-align:center;
}

.icon {
	color:#A4DB2F;
	margin-top:30px;
	margin-bottom:30px;
}
.ficon  {
	margin-top:30px;
	margin-bottom:30px;
}
.ficon i {
	color:#A4DB2F;	
}
.ficon a {
	color:#333;
}
.ficon a:hover {
	color:#eee;
}
.btn {
	color:#333;
  display: inline-block;
  padding: 10px 20px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0;
}

.btn:hover {
  color: #fff;
  text-decoration: none;
  background-color: #36CBD4;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.btn-default {
  color: #fff;
  background-color: #fff;
  border-color: #ccc;
}

.btn-primary {
  padding: 8px 20px;
  background: #2E2D2D;
  color: #fff;
  border:none;
  margin-top: 10px;
}

.btn-primary:hover, 
.btn-primary:focus{
  background: #A4DB2F;
  outline: none;
  box-shadow: none;
} 

.btn-transparent {
  border: 3px solid #fff;
  background: transparent;
  color: #fff;
}

.btn-transparent:hover {
  border-color: rgba(255, 255, 255, 0.5);
}
/* --- Services --- */
.service {
	margin-top:80px;
}

.services {
	text-align:center;
	margin-bottom:30px;
	margin-top:-50px;
	padding:50px;
	
}
/* --- Blog --- */
.blogs {
	margin-top:110px;
}

.page-header {
  padding-bottom: 9px;
  margin: 20px 0 20px;
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
  border-right: 1px solid #eee;
  border-left: 1px solid #eee;
  margin-top:50px;
}

.blog h5 {
	color:#000;
	margin-left:20px;
	text-transform:uppercase;
	margin-top:10px;
}
.blog img {
	margin-top:10px;
	margin-bottom:10px;	
}

.blog h3,p {
	color:#000;
	padding:15px;
}
.blog .ficon {
	text-align:center;
	margin-bottom:30px;
}
.blog .ficon a:hover {
	color:#A4DB2F;
}

.form-search .form-control {
	text-transform:uppercase;
	margin-top:50px;	
}

.media h4 {
	color:#000;
	margin-bottom:30px;
}
.media-body .ficon {
	float:right;
	margin-right:30px;
}
.media-body .ficon a:hover {
	color:#A4DB2F;
}
.media-body h4 {
	color:#000;

}
.media-list {
  padding-left: 0;
  list-style: none;
  margin-left:90px;
  margin-bottom:20px;
}

.panel {
	margin-top:20px;
  margin-bottom: 20px;
  background-color: #fff;
  border:#eee 1px solid transparent;
  border-radius: 0;
   -webkit-box-shadow: none;
          box-shadow: none;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  text-align:center; 
}

.panel-default {
  border-color: #eee;
  border-bottom-color:#eee;
}
.panel-default > .panel-heading {
  color: #fff;
  background-color: #A4DB2F;
  border-color: #eee;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #eee;
   border-bottom-color:#eee;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #eee;
}

.list-group h5 {
	color:#fff;
	text-align:center;
	margin-bottom:-5px;
	background:#A4DB2F;
	
	padding:15px 20px;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #eee;
  color:#000;
}
.list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.list-group-item > .badge {
  float: right;
  border-radius:0;
  background-color:#fff;
  color:#000;
}
.embed-responsive  {
	margin-top:-100px;
	margin-bottom:50px;
}
.popular-tags h5 {
	color:#A4DB2F;
	margin-bottom:30px;
	text-align:center;
}
.popular-tags ul.tags {
	list-style:none;
	margin:0;
	margin-left: 0;
	padding-left:0;
	
}
.popular-tags ul.tags li {
	margin:0 5px 15px 0;
	display:inline-block;
}
.popular-tags ul.tags li a {
	background:#eee;
	color:#333;
	padding:5px 10px;
}
.popular-tags ul.tags li a:hover {
	text-decoration:none;
	color:#fff;
	background-color:#A4DB2F;
}

/* --- Portfolio --- */
.portfolios {
	margin-top:110px;
}

.portfolio {
	margin-top:30px;
	text-align: center;


}
.portfolio-2 {
	margin-top:30px;
	margin-bottom:50px;
	text-align: center;

}

.flipLightBox img {
	margin-top:20px;

}

/* --- Map --- */
.map{
	position:relative;
	margin-top:50px;
	margin-bottom:40px;
}

/* google map */
#google-map{
    position:relative;
    height: 400px;
}


#contact-page{
  padding-top: 0;
  background:#fff;
}

#contact-page .contact-form 
.form-group label {
  color: #131313;
  font-size: 16px;
  font-weight: 300;
}

.form-group .form-control {
  padding: 7px 12px;
  border-color:#f2f2f2;
  box-shadow: none;
}

textarea#message{
  resize: none;
  padding: 10px;
}

#contact-page .contact-wrap {
  margin-top: 20px;
}

.validation {
    color: red;
    display:none;
    margin: 0 0 20px;
    font-weight:400;
    font-size:13px;
}

#sendmessage {
    color: green;
    border:1px solid green;
    display:none;
    text-align:center;
    padding:15px;
    font-weight:600;
    margin-bottom:15px;
}

#errormessage {
    color: red;
    display:none;
    border:1px solid red;
    text-align:center;
    padding:15px;
    font-weight:600;
    margin-bottom:15px;
}

#sendmessage.show, #errormessage.show, .show {
	display:block;
}

/*=========================
  Footer
 ================= */

.footer {
	background: #A4DB2F;
	margin-top:0px;
	position:relative;
	margin-right:-15px;
}
.footer .container {
	padding:7px 1px 1px;
}
.footer ul {
	margin:0 auto;
	margin-bottom:30px;
	margin-top:10px;
	text-align:center;
	list-style-type:none;
	padding-left:0;
}
.footer ul li {
	display:inline-block;
	text-align:center;
	background:rgba(0,0,0,0.2);
	color:#A4DB2F;
	line-height:45px;
	margin:0 4px 0px;
	width:45px !important;
	height:45px !important;
		-webkit-border-radius:3px;
	border-radius:3px;
}
.footer ul li:hover {
	background:#2a2a2a;
}
.footer ul li:hover	a {
	color:#131313;
}
.footer ul li a {
	color:#fff;
	width:42px !important;
	height:42px !important;
}
.footer ul li a i {
	line-height:45px;
	color:#fff;
}
.footer p {
	color:#fff;
	font-size:13px;
	line-height:24px;
	font-weight:300;
	text-align:center;
	text-transform:uppercase;
}
.gototop {
	display:inline-block;
	width:60px;
	height:60px;
	background:#fff;
	position:absolute;
	margin-left:-30px;
	top:-35px;
	border-radius:50%;

}
.gototop i {
	color:#A4DB2F ;
	line-height:70px;

}
.footer a,.footer a:hover {
	color:#fff;
}

.inner-footer  ul li,a  {
	list-style:none;
}
.widgetheading {
  font-size: 20px;
  color: #000;
  font-weight: 600;
  margin-top: 40px;
  margin-bottom: 40px; 
}
.f-about a h1 {
	text-align:center;
	margin-top: 40px;
	margin-bottom: 40px;
	color: #A4DB2F;	
}
.f-about a h1 span {
	color: #A4DB2F;	
}
.f-about p {
  font-size: 14px;
  color: #A4DB2F;
 
}
.l-posts h3 {
	margin-left:40px;
}
.l-posts li a {
  font-size: 14px;
  color: #8a8d94;
  margin: 0;
  font-weight: 300;
  border-bottom: 1px solid #f6f6f6;
  padding-bottom: 10px;
  margin-bottom: 10px;
  display: block;
}

.l-posts li a:hover  {
  color: #A4DB2F;
}

.f-contact p {
  font-size: 14px;
  color: #A4DB2F;
  margin: 0;
  
  font-weight: 300;
  margin-bottom: 15px;
}

.f-contact i {
  color: #56595f;
  font-size: 16px;
  margin-right: 10px;
}

.f-contact a:hover p{
  color: #A4DB2F;
}
.last-div {
	margin-top:0px;
    background: #A4DB2F;
    padding: 0px 0;
    position: relative;
}

.copyright {
    font-size: 14px;
    color: #131313;
    margin: 0;   
    font-weight: 300;
    float: left;
}
.copyright a{
    color: #131313;
}
.copyright a:hover {
    text-decoration: underline;
    color: #A4DB2F;
}

ul.social-network {
	list-style:none;
	margin-top:-20px;
	float:right;
	font-size:18px;	
	margin-right:20px;
}

ul.social-network li {
	display:inline;
	margin: 0 15px;
	color:#131313;
}
ul.social-network li a {	
	color:#131313;	
}
ul.social-network li a:hover {	
	color:#fff;	
}

a.scrollup{
    color:#fff;
	height:55px;
	width:55px;
	font-size:22px;
	line-height:50px;
	text-align:center;
	text-decoration:none;
	position:fixed;
	bottom:10px;
	right:40px;	
	opacity:0,5;
	border-radius:50%;
	z-index:999;
	border: black 50px solid;
}
a.scrollup:hover{
	opacity:1;
	background-color:#A4DB2F;
	color:#fff;
	border: black 50px solid;
}