@font-face {font-family: "Futura Std";
    src: url("font-face/6457161a2bd1197bca298f423ddeb76a.eot");
    src: url("font-face/6457161a2bd1197bca298f423ddeb76a.eot?#iefix") format("embedded-opentype"),
    url("font-face/6457161a2bd1197bca298f423ddeb76a.woff2") format("woff2"),
    url("font-face/6457161a2bd1197bca298f423ddeb76a.woff") format("woff"),
    url("font-face/6457161a2bd1197bca298f423ddeb76a.ttf") format("truetype"),
    url("font-face/6457161a2bd1197bca298f423ddeb76a.svg#Futura Std") format("svg");
}
html {
font-size: inherit !important;

}


body {
   font-family:'Futura Std';
   margin: 0;
   padding: 0;
   
}

header { width:1000px; }

#topBlock, #bottomBlock{
	
	background-color:#04839c;
	position:relative;
	
	
}


#totalContainer {
    height: 150%;
    width: 100%;
}



#containerData{
    
    min-height:535px;
    
    
}



#upperSide, #bottomSide{
	
width:99%;	
background-color:#04839c;
margin: 0 auto;
	
	
}

#containerCasillas{
	width: 50%;
	height: 15%;
	overflow: auto;
	margin: auto;
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;

	
	
}


.grilla{
	display: flex;
  justify-content: center;
  align-items: center;

}

#openerStart{
	
	position: fixed;
    width: 100%;
    top: 0;
    width: 1200px;
    height: 800px;
    top: 0;
    z-index: 30;
    background-color: #ac5d00;

	
}



#btnFull{

	position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	text-align: -webkit-center;

}





#opener{
	
	margin:0 auto;
	
	
}


#menuGroup{
	
	position:relative;
	width: 90%;
	cursor:pointer;
	transform: translateY(4%);
	/* overflow:hidden; */
    margin: 0 auto;
	display:grid;
	grid-template-columns:50% 50%;
	border-radius: 30px 30px;
	/* height: 100%; */
    height: 80vh;
}




#leftBtn{
	
	position:relative;
	background-color:#4a6b73;
	left:-300px;
	padding: 20px;
	font-size: 30px;
	display: grid;
	color:white;
	border-radius: 30px 30px;
	transition: box-shadow 0.3s ease-in-out;
	
	
	
	animation-duration: 3s;
	animation-iteration-count: infinite;

}

#rightBtn{

	position:relative;
	background-color:gray;
	left:-600px;
	padding: 20px;
	font-size: 30px;
	z-index:-1;
	display: grid;
	border-radius: 30px 30px;
	transition: box-shadow 0.3s ease-in-out;
	
	

	animation-duration: 3s;
	animation-iteration-count: infinite;

	
}

@keyframes pulse {
  0% {
    background-color: #fffafa;
  }
  50% {
    background-color: #4b7abd;
  }
  100 {
    background-color: #fffafa;
  }
}



#rightArrow {
	width: 6%;
    position: absolute;
    right: 3%;
	top: 3%;
	display:none;
	
	
	animation-duration: 3s;
	animation-iteration-count: infinite;
	
}

#leftArrow{
	width: 6%;
    position: absolute;
    left: 3%;
	top: 3%;
	display:none;
	
	animation-duration: 3s;
	animation-iteration-count: infinite;
	
}


@keyframes pulseArrow {
  0% {
    fill: #4b7abd;
  }
  50% {
    fill: #fffafa;
  }
  100% {
    fill: #4b7abd;
  }
}






.innerData{
	
	
	text-align: center;
    justify-self: center;
    align-self: center;
	min-width:90%;
	
}


#containerGrids{
	
	display:none;
	
	
	
}


#flagContainer{
	
	
	display:none;
	
	
}





#flagGrid{
	
	
	display:grid;
	grid-template-columns: repeat(auto-fit, minmax(25%, 1fr));
	align-items: center; 
	opacity:0;
	transition: opacity .5s;
	grid-row-gap: 1%;
	
	
}

.flagSquare{
	
	min-height:130px;
	display: flex;
    align-items: center;
    justify-content: flex-end;
	overflow: hidden;
	filter:grayscale(0%);
	transition :box-shadow 500ms;
	background-position: center;
    background-size: 100% !important;

}




.flagName{
	background-color: white;
    color: black;
    position: relative;
    top: 0;
    right: -5%;
    width: 60%;
    height: -webkit-fill-available;
	display: flex;
    align-items: flex-end;
    justify-content: flex-end;
	transform: skewX(-25deg);
	align-self: self-end;
	/* box-shadow: -10px -6px 20px #000000; */
	
	
	
}


.name{
	
	margin-right: 20%;
	transform: skewX(25deg);
	font-family:Futura Std;
	
	
	
}




#containerProds{
	display:grid;
	grid-template-columns:60% 40%;

}


#prodList{
	
	display:grid;
	grid-template-columns: repeat(auto-fit, minmax(20%, 1fr));
	
}


::-webkit-scrollbar {
    width: 0px;
	height: 0px; 	/* Remove scrollbar space */
    background: transparent;  /* Optional: just make scrollbar invisible */
}
/* Optional: show position indicator in red */
/* ::-webkit-scrollbar-thumb { */
    /* background: #FF0000; */
/* } */


#dropProds{
	
	
	background-image: url('../img/aquaLogo.png'),linear-gradient(-45deg, #b2afaf, #fffafa);
	background-position:bottom left;
	background-repeat:no-repeat;
	background-size:cover;
	
	
}





.imgProd{
	
	
	
}


.imgSize{
	
	
	max-width:100%;
	 
	height: auto
	
	
}





#titleMap, #titleMap2{
	
	padding-bottom: 2%;
	color:black;
	font-family:Futura Std;
	
	
}

#mapa{
	
	margin: 0 auto;
	transition: height 3s;
	
	
}

.checkSig{
	
	width: 30%;
    position: absolute;
    margin: 0 auto;
    /* float: left; */
    z-index: 20;
}
    


#submitBtn{
	
	position: absolute;
    right: -1000px;
    bottom: 10%;
    width: 35%;
    height: 15%;
    font-size: 2em;
    font-style: italic;
    font-style: futura;
    font-family: futura std;
	
	
}


/* ---------------------flagS-------------------- */




#usaFlag{
	background-image: url("../img/flags/usa.png");
	background-repeat: no-repeat;
	/* background-position: center; */
	font-size: 1em;
	background-size: contain;
}

#canFlag{
	background-image: url("../img/flags/can.png");
	background-repeat: no-repeat;
	/* background-position: center; */
	font-size: 0.8em;
	background-size: contain;
}

#caFlag{
	background-image: url("../img/flags/cam.png");
	background-repeat: no-repeat;
	/* background-position: center; */
	font-size: 0.8em;
	background-size: contain;
}

#saFlag{
	background-image: url("../img/flags/sa.png");
	background-repeat: no-repeat;
	/* background-position: center; */
	font-size: 0.8em;
	background-size: contain;
	
}




#ueFlag{
	background-image: url("../img/flags/eu.png");
	background-repeat: no-repeat;
	/* background-position: center; */
	font-size: 0.9em;
	background-size: contain;
}

#chiFlag{
	background-image: url("../img/flags/cn.png");
	background-repeat: no-repeat;
	/* background-position: center; */
	font-size: 1em;
	background-size: contain;
}


#jaFlag{
	background-image: url("../img/flags/japan.png");
	background-repeat: no-repeat;
	/* background-position: center; */
	font-size: 1em;
	background-size: contain;
}



#koFlag{
	background-image: url("../img/flags/kor.png");
	background-repeat: no-repeat;
	/* background-position: center; */
	font-size: 1em;
	background-size: contain;
}

#ruFlag{
	background-image: url("../img/flags/rus.png");
	background-repeat: no-repeat;
	/* background-position: center; */
	font-size: 1em;
	background-size: contain;
}

#ausFlag{
	background-image: url("../img/flags/aus.png");
	background-repeat: no-repeat;
	/* background-position: center; */
	font-size: 0.67em;
	background-size: contain;
}

#islFlag{
	background-image: url("../img/flags/isl.png");
	background-repeat: no-repeat;
	/* background-position: center; */
	font-size: 0.8em;
	background-size: contain;
}



/* --------------------prods ------------------ */

.prodName{
	
	position: absolute;
    bottom: 0;
    right: 0;
    background-color: gray;
	color:white;
	font-size: 1.2rem;
	
}


/* --------------------prods ------------------ */

#certResults{
	position:relative;
	left:2500px;
	width: 90%;
	height:100%;
	transform: translateY(4%);
	/* overflow:hidden; */
    margin: 0 auto;
	display:grid;
	grid-template-rows:10% 90%;
	border-radius: 30px 30px;
	
	
	
}


#titleCerts{
	
	text-align:center;
	
}


#certData{
	
	overflow:hidden;
	overflow-y: scroll;
	border-radius:10px 10px;
	
	
}


.certsContainer{
	
	display:grid;
	grid-template-columns:repeat(7, 1fr);
	
	
}


.indiCert{
	min-height: 60px;
	position:relative;

}


.imgCertInside{
	
	width: 100%;
    
    display: block;
    object-fit: contain;
	
}


.miniFlagContainer{
	
	display: block;
	width: 135px;
	overflow: hidden;
    overflow-x: hidden;
	margin: 0 auto;

}


.flagScroller{
	
	display:block;
	--webkit-overflow-scrolling: touch;
	overflow-x:scroll;
	margin-bottom: 3%;
	
	

	
}


.containerFlags{

	display: flex;
    position: relative;
	margin-bottom: 3%;
 
	
}


.miniFlag{
			
	display:inline-flex;
	height:24px;
	max-height:24px;
	margin-left: 1px;
	margin-right: 1px;
	margin-bottom:0;
	min-width:32px;
		
}

.tabContainer{
	
	    height: 70%;
		overflow: scroll;
	
	
}


#tabs{
	
	border-radius:10px 10px;
	

}

.tab-content>.tab-pane{
  display: block !important;
  height: 0px!important;
  overflow: hidden;
}

.widget-tab.mixed-tab .tab-pane.active{
  height: auto;
}


#tabNames{
	
	border-radius:10px 10px 0 0;
	background: #067185;

}

#tabNameSquare{
	
	border-radius:10px 10px 0 0;
	font-family: 'Futura Std';


}


#sureBtn{
	
	position: absolute;
    bottom: -900px;
    right: 0;
	display:none;
	max-height:150px;
	overflow:hidden;
	display: block;
    width: 35%;
}
	
.registryMe{
	
	
    position: relative;
    vertical-align: top;
    width: 33%;
	right:7%;
	
	
}



#imgSureBtn{
	
	display: inline-flex;
    position: relative;
    right: 0%;
    top:0;
	width: 33%;
	
	
}

#eunnha{
	
	width: 85%;
    vertical-align: sub;
	margin: 0 auto;
	
}

#aToContinue{
	
	position: relative;
    /* top: -191px; */
    display: inline-block;
    vertical-align: top;
    width: 33%;
	left: 5%;
	
}


#globo{
	
	  height: 45%;
	  color:white; 
	  display:table;
	  width: 100%;
	  padding: 10%;
	  margin:2%;
	
}




#btnRegister{
	
	  height: 45%;
	  color:white; 
	  display:table;
	  width: 100%;
	  padding: 10%;
	  margin:2%;
	  cursor:pointer;
	
}



#pickChoice{
	
	display:inline-block;
	vertical-align:top;
	height: 150px;
	width: 33%;
	
	
}

.certsButtons{
	
	display:table-cell; 
	vertical-align:middle;
	text-align: center;
	
	
}



.box {
      width: 90%;
    /* margin: 50px auto; */
    background: #00bfb6;
  padding: 20px;
  text-align: center;
  font-weight: 900;
  color: #fff;
  font-family: arial;
  position: relative;
  border-bottom: 1px solid black;
  border-right: 1px solid black;
  border-top: 1px solid #0cdfd5;
  /* overflow:hidden; */

}

.sb1:before {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  border-left: 10px solid #00bfb6;
  border-right: 10px solid transparent;
  border-top: 10px solid #00bfb6;
  border-bottom: 10px solid transparent;
  right: -20px;
  top: 6px;
}



.sb2:before {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  border-left: 10px solid transparent;
  border-right: 10px solid #00bfb6;
  border-top: 10px solid #00bfb6;
  border-bottom: 10px solid transparent;
  left: -19px;
  top: 6px;
  
}

.sb3:before {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  border-left: 10px solid #00bfb6;
  border-right: 10px solid transparent;
  border-top: 10px solid #00bfb6;
  border-bottom: 10px solid transparent;
  left: 19px;
  bottom: -19px;
}

.sb4:before {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  border-left: 10px solid transparent;
  border-right: 10px solid #00bfb6;
  border-top: 10px solid #00bfb6;
  border-bottom: 10px solid transparent;
  right: 19px;
  bottom: -19px;
}



#clientProfile{
	position:relative;
	left:2500px;
	width: 100%;
    margin: 0 auto;
	display:flex;

	border-radius: 30px 30px;

}



#infoBox{
	
	width: 90%;
    margin: 0 auto;
    background-color: #067185;
    border-radius: 15px;
	
	
}

.clientSquares{
	
	width:96%;
	display:grid;
	margin:0 auto;
	background-color:white;
	margin: 2%;
    border-radius: 15px;
	grid-template-columns:60% 40%;
	min-height: 450px;
}


.field {
  display: flex;
  flex-flow: column-reverse;
  margin-bottom: 1em;
  
}

label, input {
  transition: all 0.2s;
  touch-action: manipulation;
}

input[type=text],input[type=email], input[type=number] {
  font-size: 1.5em;
  border: 0;
  border-bottom: 1px solid #ccc;
  font-family: inherit;
  -webkit-appearance: none;
  border-radius: 0;
  padding: 0;
  cursor: text;
  width: 70%;
  height: 50px;
  background: transparent;
  border: none;
  border-bottom: 1px solid #067185;
  width: 90%;
}

input:focus {
  outline: 0;
  border-bottom: 1px solid #666;
}

label {
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

input:placeholder-shown + label {
  cursor: text;
  max-width: 66.66%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transform-origin: left bottom;
  transform: translate(0, 2.125rem) scale(1.5);
}

::-webkit-input-placeholder {
  opacity: 0;
  transition: inherit;
}

input:focus::-webkit-input-placeholder {
  opacity: 1;
}

input:not(:placeholder-shown) + label,
input:focus + label {
  transform: translate(0, 0) scale(1);
  cursor: pointer;
}






#leftInfo{
	margin:2%;
	
	
}
#rightInfo{
	
	position:relative;
	
	
}

.clientLabel{
	
	max-width:60%;
	color: #27464c;
	font-size:1.5em;
	
	
}


#textTerms{
	
	background-color: #04839c;
    color: white;
	border-radius: 15px;
	display: inline-block;
	width: 95%;
	position: relative;
    

}


#agreementBox{
	
	
	margin: 2px;
    position: absolute;
	top:5%;
	

}


#agrCheckBox{
	
	width: 95%;
	font-size: 0.85em;
	text-align:center;
	
	
}


#teacher{
	height: 150px;
	width:95%;
	text-align: center;
	overflow: hidden;
    max-height: 170px;
	position:relative;
	
	
}

#btnAccept{
	
	width: 40%;

	
	
}

#dialog{
	
	width:80%;
	max-height:500px;
	overflow:hidden;
	overflow-y: scroll;
	
	
}

.ui-dialog > .ui-widget-header {
	background: #04839c;
	color:white;
	font-family:'Futura Std';
	}




#btnReg{
	
	position: absolute;
    bottom: 0px;
    width: 100%;
    display: flex;
    align-items: center;
	height:10%;

}

#accBtn{
	
	height: 100%;
    width: 35%;
}
	
	


#endCerts{
	
	width:100px;
	height:50px; 
	background-color:red;
	position:relative;
	line-height:50px;
	text-align:center;


}


#seFini{
	
	position: relative;
    right: -2000px;
    width: 100%;
    height: 75%;
    display: flex;
    align-items: center;
    justify-content: center;
	
}

#containerOnline{
	
	display:grid;
	grid-template-rows: 20% 80%;
	height: 90%;
	position:relative;
	right:-1500px;
	
	
	
}







#mcBar{
	
	color:white;
	
}

.dropdown-menu {
	
	cursor:pointer;
	
	
}


.navBarColor{
	
	
	font-family:"Myriad Pro", "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
	background-image: linear-gradient(#158297, #0A414B);
	font-size:1.4em;
	
	
	
	
}

.navbar-default .navbar-nav>li>a {
    color: #FFFFFF;
	
}


#imgLogoMc{
		position: absolute;
		width: 40%; 
		right:1%;
		margin-top: 1%;
	  }


#imgOnlineCerts{
		  
	position: relative;
    width: 100%;
    float: right;
		  
		  
		  
	  }

.navbar-default .navbar-nav>.active>a {
    color: #FFFFFF;
    background-color: #246B80;
}


.onlineCertsContainer{
	
	display:grid;
	grid-template-columns: repeat(auto-fit, minmax(135px, 1fr));
	
	
}

.onlineTabs{
	
	border-radius:10px 10px;
	height: 80%;
    overflow: scroll;
	

}


#footer{
	
	background:gray;
	height:15%;
	text-align:center;
	display:table;
	width:100%;
	position: relative;
    margin-top: 3%;
	
	
}

#footerTxtN{
	
	
	display: table-cell;
    vertical-align: middle;
	font-family:"Myriad Pro", "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
	font-weight: bold;
    font-size: 1.7rem;
}
	
	


#dataSpace{
	
	height:70%;
	margin-bottom:3%;
	transition :all .3s;
	
	
}



#inpMun{
	
	display:inline-flex;
	width:49%;
	
	
}

#dropTextSt{
	
	font-size: 3.2rem;
	
	
}

#textCerts1{
	
	font-size: 1.8rem;
	
}

#textCerts2{
	
	font-size: 1.2rem;
	
}

#thankstxt{
	
	font-size: 3.5em;
	
	
}

#imgMasc{
	
	width:50%;
	
}

#contBlocks{
	
	
	overflow:hidden;
	height:85vh !important;
}
#inpDept{
    
    width:49%;
    
    
}

#titleOnCerts{
    
    font-size: 1.5em;
    
}





#containerTablas{
	
	width:95%;
	margin: 0 auto;
	display:grid;
	grid-template-columns: 70% 30%;
	font-size:1.5rem;
	max-height: 560px;
    overflow: scroll;
	
	
	
	
}
tr:nth-child(even) {background-color: #c1c1c1;}
	
th, td {
  padding: 5px;
  


}

#flagContt{
	
	display:grid;
	grid-template-columns:auto auto;
	transform: translateY(10%);
	
	
}

.fStyle{
	
	border: 1px solid black;
	border-collapse: collapse;
	
	
}



#dataAnalizer{
	
	text-align: center;
	
	
}



#incomingContainer{
	height:100%;
	display:grid;
	grid-template-rows:25% 20% 20% 35%;
	    text-align: center;
	
	
}

#tableResults{
	
	font-size:1.15rem;
	
	
}


#tableContainer{
    
        overflow: scroll;
    max-height: 586px;
    
    
    
}


.footer-distributed{
	/* background: #666; */
	background: rgb(102,102,102);
	background: -moz-linear-gradient(155deg, rgba(102,102,102,1) 48%, rgba(25,25,25,1) 100%);
	background: -webkit-linear-gradient(155deg, rgba(102,102,102,1) 48%, rgba(25,25,25,1) 100%);
	background: linear-gradient(155deg, rgba(102,102,102,1) 48%, rgba(25,25,25,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#666666",endColorstr="#191919",GradientType=1);
	
	
	
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
	box-sizing: border-box;
	width: 100%;
	text-align: left;
	font: bold 16px sans-serif;
	padding: 4vh;
}

.footer-distributed .footer-left,
.footer-distributed .footer-center,
.footer-distributed .footer-right{
	display: inline-block;
	vertical-align: top;
}

/* Footer left */

.footer-distributed .footer-left{
	width: 40%;
}

/* The company logo */

.footer-distributed h3{
	color:  #ffffff;
	font: normal 36px 'Open Sans', cursive;
	margin: 0;
}

.footer-distributed h3 span{
	color:  lightseagreen;
}

/* Footer links */

.footer-distributed .footer-links{
	color:  #ffffff;
	margin: 20px 0 12px;
	padding: 0;
}

.footer-distributed .footer-links a{
	display:inline-block;
	line-height: 1.8;
  font-weight:400;
	text-decoration: none;
	color:  inherit;
}

.footer-distributed .footer-company-name{
	color:  #222;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
}

/* Footer Center */

.footer-distributed .footer-center{
	width: 35%;
}

.footer-distributed .footer-center i{
	background-color:  #33383b;
	color: #ffffff;
	font-size: 25px;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	text-align: center;
	line-height: 42px;
	margin: 10px 15px;
	vertical-align: middle;
}

.footer-distributed .footer-center i.fa-envelope{
	font-size: 17px;
	line-height: 38px;
}

.footer-distributed .footer-center p{
	display: inline-block;
	color: #ffffff;
  font-weight:400;
	vertical-align: middle;
	margin:0;
}

.footer-distributed .footer-center p span{
	display:block;
	font-weight: normal;
	font-size:14px;
	line-height:2;
}

.footer-distributed .footer-center p a{
	color:  lightseagreen;
	text-decoration: none;;
}

.footer-distributed .footer-links a:before {
  content: "|";
  font-weight:300;
  font-size: 20px;
  left: 0;
  color: #fff;
  display: inline-block;
  padding-right: 5px;
}

.footer-distributed .footer-links .link-1:before {
  content: none;
}

/* Footer Right */

.footer-distributed .footer-right{
	width: 20%;
}

.footer-distributed .footer-company-about{
	line-height: 20px;
	color:  #92999f;
	font-size: 13px;
	font-weight: normal;
	margin: 0;
}

.footer-distributed .footer-company-about span{
	display: block;
	color:  #ffffff;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 20px;
}

.footer-distributed .footer-icons{
	margin-top: 25px;
}

.footer-distributed .footer-icons a{
	display: inline-block;
	width: 35px;
	height: 35px;
	cursor: pointer;
	/* background-color:  #33383b; */
	border-radius: 2px;

	/* font-size: 20px; */
	font-size: 2rem;
	color: #ffffff;
	text-align: center;
	line-height: 35px;

	margin-right: 3px;
	margin-bottom: 5px;
}


.footerBrand{
	
	width:15vw;
	
}

.fa-linkedin:hover{
	
	color:#0172b1;
	text-shadow: 0 0 3px #FFF;
	
	
}
.fa-twitter:hover{
	
	color:#1d9bf0;
	text-shadow: 0 0 3px #FFF;
	
}

.fa-facebook:hover{
	
	color:#4867aa;
	text-shadow: 0 0 3px #FFF;
	
}


.fa-instagram:hover:before{
	
	/* color:#4867aa; */
	

   background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
  box-shadow: 0px 3px 10px rgba(0,0,0,.25);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
		
	
	
}
.cookiealert{
	
	text-align: center;
    font-size: 0.8rem;
	
}
.cookiealert.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

#cookieHref{
	
	color:#00ffff;
	
	
}  
.btn-sm.acceptcookies{
	
	height: 3vh;
    width: 6vw;
	
	
}

.rollOver{
	
	
}
.slick-track{
	
	overflow:hidden !important;
	
}



@media (min-width: 320px) and (max-width: 480px){
		#imgLogoMc{
			position: absolute;
			width: 66%;
			right: 1%;
			margin-top: 3%;
		}

		#imgOnlineCerts{
			  
			position: relative;
			width: 75%;
			float: right;
	  
		}
		
		#prodList {
		grid-template-columns: repeat(auto-fit, minmax(25%, 1fr));
		
		}
		
		.prodName{
			
			font-size: 0.8rem;
			
		}
		
		#flagGrid {
		
		grid-template-columns: repeat(auto-fit, minmax(49%, 1fr));
		}
		
		.flagSquare {
		min-height: 50px;

		}
		
		
		.flagName{
			
			right:-10%;
			
		}
		
		/* ---------------------------flags------------------ */
		
		
		
	#usaFlag{
		
		font-size: 2rem;
		
	}

	#canFlag{
		
		font-size: 1.3rem;
		
	}

	#caFlag,#saFlag{
		font-size: 1.25rem;
	}


	#ueFlag{
		font-size: 1.4rem;
	}

	#chiFlag,#jaFlag,#koFlag,#ruFlag{
		font-size: 1.6rem;
	}

	#islFlag{
		
		font-size: 1.1rem;
		
	}



	.certsContainer {
		grid-template-columns: repeat(auto-fit, minmax(135px, 1fr));
	}

	#certResults{
		
		transform: translateY(0%);
		grid-template-rows:20% 80%;
		height:100%;
		
	}



	#tabs{
		height:99%;
		overflow:hidden;
		
		
	}


	#sureBtn{
		
		position: relative;
		bottom: -900px;
		right: 0;
		display: none;
		max-height: 120px;
		overflow: hidden;
		display: block;
		width: 90%;
		margin: 0 auto;
		
		
	}

	#dataSpace{
		
		height: 80%;
		
		
	}

	.tabContainer{
		
		height:90%;
		
	}

	#pickChoice{
		
		height:100px;
		
		
	}


	#globo{
		
		height:inherit;
		font-size: 1.1rem;

	}




	#inpmun, #inpDept{
		display:flex;
		width:100%;
		
		
	}
	
	


	



	#leftInfo{
		
		font-size: 0.9rem;
		
		
	}

	#rightInfo{
		
		font-size:1.3rem;
		
		
	}

	#teacher{
		
		display:none;
		
		
	}

	#accBtn{
		
		width:50%;
		font-size: 0.9rem;
		
		
	}

	#agrCheckBox {

		margin-top: 5%;
	}


	#btnAccept{
		
		width:60%;

	}



	#submitBtn {
		
		font-size: 1.7rem;
		
		
	}


	#dropTextSt{
		
		font-size: 1.5rem;
		
		
	}

	#textCerts1{
		
		font-size: 1.5rem;
		
	}

	#textCerts2{
		
		font-size: 0.9rem;
		
	}

	#thankstxt{
		
		font-size: 2.5em;
		
	}

	#imgMasc{
		
		width:80%;
		
	}

	#containerOnline {
	grid-template-rows: 25% 75%;

	}

	#menuGroup{
		
		height:95%;
		top:-3%;
		
		
	}


	.innerdata{
		
		height:90%;
		
		
	}

	#titleMap{
		
		font-size:2.3rem;
		margin-bottom:15%;
		position:relative;
		top:25%;

	}
	
	#titleMap2{
		
		font-size:2.3rem;
		margin-bottom:15%;
		position:relative;
		top:25%;

	}
	
	


	header { 
	width:320px; 
	}
	
	
	#agreementBox{
	    
	    
	    font-size: 0.9rem;
	    
	    
	}
	



#footer{
    
    margin-top:0%;
    
    
}
	
	
#containerProds {
    
    grid-template-columns: none;
    grid-template-rows: 60% 35%;
    
    height: 100%;
}


#prodList {
    grid-template-columns: repeat(auto-fit, minmax(20%, 1fr));
}
	
.extraClass{
    
    height:100%;
    
    
}


#dropProds{
    
    margin-top: 5%;
    
}

.clientLabel{
    
    
    font-size:0.7rem;
    
}


.clientInput{
    
    height:35px;
    
    
}



#titleOnCerts{
    
    font-size: 1.5rem;
    
}
#certData{
    
    height:99%;
    
}

}


@media (min-width: 481px) and (max-width: 767px) {
  
 
  
}



@media only screen and (min-width: 768px) and (max-width: 1024px), (min-device-width: 768px) and
(max-device-width: 1024px) and (orientation: portrait) {
  
  .navbar-nav.navbar-center {
    position: absolute;
    left: 55%;
    transform: translatex(-50%);
	width: 70%;

  }
  
  #teacher{
		width:95%;
		text-align: center;
		overflow: hidden;
		max-height: 102px;
		
		
	}
  
}






@media only screen and (min-width: 768px) and (max-width: 1024px), (min-device-width: 768px) and
(max-device-width: 1024px) and (orientation: landscape) {
  
 .navbar-nav.navbar-center {
    position: absolute;
    left: 55%;
    transform: translatex(-50%);
	width: 70%;

  }
  
  #teacher{
		width:95%;
		text-align: center;
		overflow: hidden;
		max-height: 102px;
		
		
	}
  
  
  
}









@media (min-width: 1025px){
	
	.navbar-nav.navbar-center {
    position: absolute;
    left: 55%;
    transform: translatex(-50%);
	width: 70%;

  }
	
	
	
	.navbar li {
		margin-left: 1.1em;
		margin-right: 1.1em;
	}
	
	#imgOnlineCerts{
		  
	position: relative;
    width: 60%;
    float: right;

	  }
	  
	#prodList {
	grid-template-columns: repeat(auto-fit, minmax(15%, 1fr));
	
	}  
	
	#tableResults{
	
	font-size:inherit;
	
	
	}
	
	
	

	
}

@media (min-width: 1281px) {
  
 #submitBtn {
     bottom:10%;
     
     
 }
 
 
 #contBlocks{
     height:80%;
     
     
 }
 
 #textCerts1 {
    font-size: 1rem;
 
 }
 
 #textCerts2 {
    font-size: 1.2rem;
 
  
}
 
 
 
}

