@charset "utf-8";
@font-face{
	font-family:'Consolas';
	font-weight: 100;
}

html{
	background: #000000
}

h1{
	font-family: 'Consolas';
	font-size: 3vw;
	text-align: center;
	color:#39B54A;
}

h2{
	font-family: 'Consolas';
	font-size: 2.5vw;
	text-align: left;
	color:#39B54A;
}

h3{
	font-family: 'Consolas';
	font-size: 2vw;
	text-align: center;
	color:#808080;
}

h4{
	font-family: 'Consolas';
	font-size: 5vw;
	text-align: center;
	color:#808080;
}



p, ul, li{
	font-family: 'Consolas';
	font-size: 1.2vw;
	text-align:justify; 
	color:#808080;
}

article {
  -webkit-column-width: 500px;
     -moz-column-width: 500px;
          column-width: 500px;
}

label{
	font-family: 'Consolas';
	font-size: 1.2vw;
	text-align:left; 
}

.p-h{
	font-family: 'Consolas';
	font-size: 2.5vw;
	text-align: left;
	color:#808080;
}


.p-b{
	font-family: 'Consolas';
	font-size: 1.2vw;
	text-align:center; 
	color:white;	
}

.p-g{
	font-family: 'Consolas';
	font-size: 1.2vw;
	text-align:center; 
	color:#39B54A;	
}

.p-g-l{
	font-family: 'Consolas';
	font-size: 1.2vw;
	text-align:left; 
	color:#39B54A;	
}



.t-logos{
	padding:50px;
}

.img-table {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.img-table-f {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.navbar{
	background-color: black;
	overflow: hidden;
	font-family:'Consolas';

}
.navbar a{
	float:right;
	color: white;
	text-decoration: none;
	text-align: center;
	padding: 14px 20px;
}
.navbar a:hover, .dropdown:hover .dropdown-content{
  color: #39B54A;
}
.navbar span::before {
	content: "[";
	float:left;
	position: absolut;
	color: transparent;
	-webkit-background-clip: text;
	top: 0;
	left: 0;
	z-index: -1;
	transition: .5s;
}
.navbar span::after {
	content: "]";
	float:right;
	position: absolut;
	color: transparent;
	-webkit-background-clip: text;
	top: 0;
	left: 0;
	z-index: -1;
	transition: .5s;
}
.navbar span:hover:before, span:hover:after {
	color:#39B54A;
}
.dropdown-serv {
	float: right;
	overflow: hidden;
	background-color: black;
}
.drop-serv {
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: black;
  font-family: inherit;
}
.dropdown-content-serv {
	margin: 40px 0 0 0;
	background-color: black;
	float:right;
	display: none;
	position: absolute;
	box-shadow: 0px 2px 16px 0;
	z-index: 1;
}
.dropdown-content-serv a {
  float: none;
  color: white;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}
.dropdown-serv:hover .dropdown-content-serv {
  display: block;
}
.drop-inicio{
	display:none;
}

video{
	position: fixed;  
	top:10%;
	left: 50%;
	transform: translateX(-50%) translateY(-10%);   
	z-index: -100;

}


.separator-vid{
	padding-top: 30%;
}

.separator{
	padding-top: 5%;
}

section{
	background: #FFFFFF;
}

.col-lat{
	width: 15%;
}

.col-lat-cap{width: 10%;}

table{
	table-layout: fixed;
}


.progress{
  margin: 50px auto;

  width: 100%;
  max-width: 500px;
  background: #EEEEEE;
  border-radius: 20px;
  height: 30px;
}

.progressbar-b{
  width: 33%;
  padding: 2px;
  max-width: 500px;
  background:#39B54A;
  border-radius: 20px;
  height: 30px;
  animation: fill-bar 5s infinite;
}

@keyframes fill-bar {
  from {width: 0%;}
  to {width: 33%;}
}



.tabset > input[type="radio"] {
  position: absolute;
  left: -200vw;
}

.tabset .tab-panel {
  display: none;
}

.tabset > input:first-child:checked ~ .tab-panels > .tab-panel:first-child,
.tabset > input:nth-child(3):checked ~ .tab-panels > .tab-panel:nth-child(2),
.tabset > input:nth-child(5):checked ~ .tab-panels > .tab-panel:nth-child(3),
.tabset > input:nth-child(7):checked ~ .tab-panels > .tab-panel:nth-child(4),
.tabset > input:nth-child(9):checked ~ .tab-panels > .tab-panel:nth-child(5),
.tabset > input:nth-child(11):checked ~ .tab-panels > .tab-panel:nth-child(6) {
  display: block;
}

.tabset > label {
  position: relative;
  display: inline-block;
  padding: 15px 15px 25px;
  border: 1px solid #808080;
  border-bottom: 0;
  cursor: pointer;
  font-weight: 600;
}

.tabset > label::after {
  content: "";
  position: absolute;
  left: 15px;
  bottom: 10px;
  width: 22px;
  height: 4px;
  background:#808080;
}

.tabset > label:hover,
.tabset > input:focus + label {
  color: #39B54A;
}

.tabset > label:hover::after,
.tabset > input:focus + label::after,
.tabset > input:checked + label::after {
  background: #39B54A;
}

.tabset > input:checked + label {
  border-color: #39B54A;
  border-bottom: 1px solid #fff;
  margin-bottom: -1px;
}

.tab-panel {
  padding: 30px 0;
  border-top: 1px solid #39B54A;
}






@media only screen and (max-width: 650px) {

	.drop-inicio{
		display: inline;
	}
	.dropdown-inicio {
	float:right;
	overflow: hidden;
	background-color: black;
		
	}


	.drop-inicio {
	  border:none;
	  outline: none;
	  color: white;
	  padding: 20px 40px;
	  background-color: black;
	  font-family: inherit;
	}

	.dropdown-content-inicio {
		background-color: black;
		display: none;
		box-shadow: 0px 2px 16px 0;
		z-index: 1;
		bottom: 0;
		left: 0;
		height: 100vh;
		position:fixed;
		right: 0;
    	top: 0;
    	width: 100vw;
	}

	.dropdown-inicio:hover .dropdown-content-inicio {
	  display:table-cell;
	}
	
.table-img table {
    border: 0;
  }

 
  .table-img table th {
    border: none;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  .table-img table tr {
    display: block;
  }
  
   table td{
      display: block;
	  margin-left: auto;
	  margin-right: auto;
  }
  
	.t-logos{
		width:50%
		
	}

	.col-lat{
	width: 5%;
	}
	
	.t-logos{
	padding:20px;
}
	
	h1{
	font-family: 'Consolas';
	font-size: 6vw;
	text-align: center;
	color:#39B54A;
}

h2{
	font-family: 'Consolas';
	font-size: 5.5vw;
	text-align: left;
	color:#39B54A;
}

h3{
	font-family: 'Consolas';
	font-size: 5vw;
	text-align: center;
	color:#808080;
}

p{
	font-family: 'Consolas';
	font-size: 4.2vw;
	text-align:justify; 
	color:#808080;
}

.p-b{
	font-family: 'Consolas';
	font-size: 3.2vw;
	text-align:center; 
	color:white;	
}

.p-g{
	font-family: 'Consolas';
	font-size: 2.8vw;
	text-align:center; 
	color:#39B54A;	
}
	
.p-g-l{
	font-family: 'Consolas';
	font-size: 4.6vw;
	text-align:left; 
	color:#39B54A;	
}
	
.img-table-f {
  display: block;
  width:30%;
}
	
	
.p-h{
	font-family: 'Consolas';
	font-size: 5.5vw;
	text-align: left;
	color:#808080;
}
	
label{
	font-family: 'Consolas';
	font-size: 4.2vw;
	text-align:left; 
}
	
	
	
	
}

/* CSS Document */

