@font-face {
	font-family: 'Quicksand-Regular';
	src: url('../font/Quicksand-Regular.ttf');
}

h1, h2, h3, p, a{
  font-family: 'Quicksand-Regular';
  font-size: 25px;
  color: balck;
  letter-spacing: 1px;
  font-style: normal;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
}

html,body{
	width:100%;
	height:100%;
	border: 0;
	margin: 0;
	padding: 0;
	position: absolute;
  text-align: center;
  overflow: auto;
  background: white;
  -webkit-overflow-scrolling: touch;
  background: rgba(255,255,255,1);
  background: -moz-linear-gradient(-45deg, rgba(255,255,255,1) 0%, rgba(230,230,230,1) 47%, rgba(168,168,168,1) 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(47%, rgba(230,230,230,1)), color-stop(100%, rgba(168,168,168,1)));
  background: -webkit-linear-gradient(-45deg, rgba(255,255,255,1) 0%, rgba(230,230,230,1) 47%, rgba(168,168,168,1) 100%);
  background: -o-linear-gradient(-45deg, rgba(255,255,255,1) 0%, rgba(230,230,230,1) 47%, rgba(168,168,168,1) 100%);
  background: -ms-linear-gradient(-45deg, rgba(255,255,255,1) 0%, rgba(230,230,230,1) 47%, rgba(168,168,168,1) 100%);
  background: linear-gradient(135deg, rgba(255,255,255,1) 0%, rgba(230,230,230,1) 47%, rgba(168,168,168,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#a8a8a8', GradientType=1 );
}

/*****************************************************************
  LOADER
*****************************************************************/

.loader {
  position : fixed;
  z-index: 9999;
  background : url('../img/loader.svg') 50% 50% no-repeat;
  top : 0px;
  left : 0px;
  height : 100%;
  width : 100%;
  cursor : wait;
  background-color: black;
  text-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  display: -webkit-flex;
}

.loader img{
  width: 115px;
}

/*****************************************************************
	LOGO + FLAGS
*****************************************************************/

.logo{
  position: relative;
  width: 200px;
  margin: 0 auto;
  padding-bottom: 20px;
}

.icon_maintenance{
  position: absolute;
  width: 40px;
  margin: 0 auto;
  top: 115px;
}

.flag{
  position: absolute;
  top: 10px;
  right: 15px;
  opacity: .7;
}

.flag img{
  position: relative;
  width: 30px;
  margin: 3px;
}

.text_info {
  font-size: 15px;
  background-color: white;
  position: absolute;
  top: 28px;
  z-index: 8;
  left: 0px;
  padding: 14px;
  display: none;
  -webkit-box-shadow: 4px 4px 16px -5px rgba(0,0,0,0.75);
  -moz-box-shadow: 4px 4px 16px -5px rgba(0,0,0,0.75);
  box-shadow: 4px 4px 16px -5px rgba(0,0,0,0.75);
}

.info {
  width: 30px;
  position: absolute;
  top: 10px;
  left: 15px;
  cursor: pointer;
}

.file-xls{
    width: 240px;
    position: absolute;
    top: -15px;
    color: black;
    left: 75px;
    cursor: pointer;
    background-color: #e8ea4e;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
/*****************************************************************
  SQUARES
*****************************************************************/

.section_square, .section_copyrigth{
  position: relative;
  width: 100%;
  height: 100%;
  margin-left: 5px;
  margin-right: 5px;
  top: 0%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.container{
  width: 100%;
  padding-top: 10px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 100px;
}

.container div{
  position: relative;
  width: calc(25% - 10px);
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  display: inline-block;
  opacity: .1;
  padding: 5px;
  -webkit-animation: opacity 2s ease;
  -moz-animation: opacity 2s ease;
  -o-animation: opacity 2s ease;
  animation: opacity 2s ease;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;*/
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -o-transition: 1s ease;
  transition: 1s ease;
}

.container div img{
  background: rgba(255,255,255,1);
  background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(232,229,232,1) 47%, rgba(153,153,153,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(47%, rgba(232,229,232,1)), color-stop(100%, rgba(153,153,153,1)));
  background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(232,229,232,1) 47%, rgba(153,153,153,1) 100%);
  background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(232,229,232,1) 47%, rgba(153,153,153,1) 100%);
  background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(232,229,232,1) 47%, rgba(153,153,153,1) 100%);
  background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(232,229,232,1) 47%, rgba(153,153,153,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#999999', GradientType=0 ); position: relative;
  width: 100%;
  height: 100%;
  padding-top: 70px;
  padding-bottom: 30px;
  border-radius: 3px;
  -webkit-box-shadow: 0 4px 6px rgba(50,50,93,.61), 0 1px 3px rgba(0,0,0,.08);
  box-shadow: 0 4px 6px rgba(50,50,93,.61), 0 1px 3px rgba(0,0,0,.08);
}

.container p{
  position: absolute;
  top: -20px;
  color: white;
  width: calc(100% - 10px);
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.85);
  border-radius: 3px 3px 0 0;
  -webkit-transition: .8s ease;
  -moz-transition: .8s ease;
  -o-transition: .8s ease;
  transition: .8s ease;
}

/*****************************************************************
  HOVER
*****************************************************************/

.container div:hover{
  transform: scale(1.04);
  -webkit-transform: scale(1.04);
  -moz-transform: scale(1.04);
  -o-transform: scale(1.04);
}

.container div:hover p{
  background-color: rgba(0, 0, 0, 0.65);
}

/*****************************************************************
  EFFETS
*****************************************************************/

@keyframes opacity {
      0% {opacity: .1;}
      100% {opacity: 1;}
    }
@-webkit-keyframes opacity {
      0% {opacity: .1;}
      100% {opacity: 1;}
    }
@-moz-keyframes opacity {
      0% {opacity: .1;}
      100% {opacity: 1;}
    }
@-o-keyframes opacity {
      0% {opacity: .1;}
      100% {opacity: 1;}
    }


/*****************************************************************
  POPUP
*****************************************************************/

#TX, #SX, #SM{
  display: none;
}

.popup_TX{
  position: fixed;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.85);
  top: 0px;
  left: 0px;
  z-index: 100;
  overflow-y: hidden;
}

.popup_TX div{
  position: relative;
  width: calc(80% - -40px);
  max-width: 300px;
  margin: 0 auto;
  display: inline-block;
  opacity: .1;
  margin-top: 100px;
  padding: 5px;
  -webkit-animation: opacity 2s ease;
  -moz-animation: opacity 2s ease;
  -o-animation: opacity 2s ease;
  animation: opacity 2s ease;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;*/
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -o-transition: 1s ease;
  transition: 1s ease;
}

.popup_TX div img{
  background: rgba(255,255,255,1);
  background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(232,229,232,1) 47%, rgba(153,153,153,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(47%, rgba(232,229,232,1)), color-stop(100%, rgba(153,153,153,1)));
  background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(232,229,232,1) 47%, rgba(153,153,153,1) 100%);
  background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(232,229,232,1) 47%, rgba(153,153,153,1) 100%);
  background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(232,229,232,1) 47%, rgba(153,153,153,1) 100%);
  background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(232,229,232,1) 47%, rgba(153,153,153,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#999999', GradientType=0 ); position: relative;
  width: 100%;
  height: 100%;
  padding-top: 70px;
  padding-bottom: 30px;
  border-radius: 3px;
  -webkit-box-shadow: 0 4px 6px rgba(50,50,93,.61), 0 1px 3px rgba(0,0,0,.08);
  box-shadow: 0 4px 6px rgba(50,50,93,.61), 0 1px 3px rgba(0,0,0,.08);
}

.popup_TX p{
  position: absolute;
  top: -20px;
  color: white;
  width: calc(100% - 10px);
  z-index: 1;
  background-color: rgba(72, 70, 70, 0.9);
  border-radius: 3px 3px 0 0;
  -webkit-transition: .8s ease;
  -moz-transition: .8s ease;
  -o-transition: .8s ease;
  transition: .8s ease;
}

/*****************************************************************
  EXIT
*****************************************************************/

.exit_popup{
  position: fixed;
  width: 50px;
  height: 50px;
  cursor: pointer;
  margin: 0 auto;
  z-index: 104;
  color: white;
  right: 10px;
  top: 10px;
  display: none;
}

.cross{
  position: absolute;
  background-color: white;
  height: 2px;
  width: 30px;
  cursor: pointer;
  -o-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

.cross1{
  top: 20px;
  right: 10px;
  -o-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.cross2{
  top: 20px;
  right: 10px;
  -o-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.exit_popup:hover .cross1, .exit_popup:hover .cross2{
  -o-transform: rotate(0deg)!important;
  -moz-transform: rotate(0deg)!important;
  -webkit-transform: rotate(0deg)!important;
  transform: rotate(0deg)!important;
}

/*****************************************************************
  POPUP
*****************************************************************/

.popup {
  background: rgba(100, 100, 100, 0.6);
  position: fixed;
  padding-top: 100px;
  text-align: center;
  z-index: 5000;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  display: none;
}

.popup form {
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  width: 300px;
  height: 100px;
  background-color: white;
  margin: 0 auto;
  position: relative;
}

.popup .go {
  margin-left: 10px;
}

.popup .hide {
  position: absolute;
  cursor: pointer;
  font-size: 18px;
  top: -12px;
  right: 10px;
}
