@font-face {font-family: "Futura Std";
    src: url("https://extra.mascontrolconsultores.co/css/font-face/6457161a2bd1197bca298f423ddeb76a.eot");
    src: url("https://extra.mascontrolconsultores.co/css/font-face/6457161a2bd1197bca298f423ddeb76a.eot?#iefix") format("embedded-opentype"),
    url("https://extra.mascontrolconsultores.co/css/font-face/6457161a2bd1197bca298f423ddeb76a.woff2") format("woff2"),
    url("https://extra.mascontrolconsultores.co/css/font-face/6457161a2bd1197bca298f423ddeb76a.woff") format("woff"),
    url("https://extra.mascontrolconsultores.co/css/font-face/6457161a2bd1197bca298f423ddeb76a.ttf") format("truetype"),
    url("https://extra.mascontrolconsultores.co/css/font-face/6457161a2bd1197bca298f423ddeb76a.svg#Futura Std") format("svg");
}

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



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



.specBtn{
    
    font: bold 3.1rem futura std;
    background-color: #2d2d2d;
    color: transparent;
    text-shadow: 2px 2px 3px rgba(255,255,255,0.5);
    -webkit-background-clip: text;
    
    
}

#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: #246B80;

	
}



#btnFull{

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

}





#opener{
	
	margin:0 auto;
	
	
}

endcerts

#leftTextStart{
    
    transition: text-shadow 0.4s;
    
    
}



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

}




#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:1fr 1fr 1fr;
	grid-template-rows:1/4 1/4 1/4 1/4;
	 align-items: center;
	
	
}

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

}




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


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




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

}


#prodList{
	
	display:grid;
	grid-template-columns:auto auto auto auto auto;
	grid-template-rows:auto auto auto auto auto;
	
    
	
	
	
}


::-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{
	
	max-width:100px;
	
}


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





#titleMap{
	
	padding-bottom: 5%;
	color:black;
	
	
}

#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: 0;
    width: 35%;
    height: 15%;
    font-size: 2em;
    font-style: italic;
    font-style: futura;
    font-family: futura std;
    border-width: 0;
	
	
}


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




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

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

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

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




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

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


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



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

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

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

#islFlag{
	background-image: url("https://extra.mascontrolconsultores.co/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: 0.45em;
	
}


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

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


#titleCerts{
	
}


#certData{
	
	overflow:hidden;
	overflow-y: scroll;
	border-radius:10px 10px;
	max-height:85%;
	
	
}


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


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

}


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


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

}


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

.miniFlag{
			
	display:inline-flex;
			
			
}

.tabContainer{
	
	    height: 100%;
	
	
}


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

}

#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:450px;
}
	




#imgSureBtn{
	
	display: inline-block;
    position: relative;
    right: 41%;
    top:0;
	
	
}



#btnRegister{
	
	    bottom: 180px;
	
}






.box {
  width: 300px;
  margin: 50px auto;
  background: #CCCCCC;
  padding: 20px;
  text-align: center;
  font-weight: 900;
  font-family: futura std;
  position: relative;
  border-bottom: 1px solid black;
  border-right: 1px solid black;
  /* overflow:hidden; */
  

}





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




#clientProfile{
	position:relative;
	/* left:2500px; */

	width: 100%;
	height:700px;
	transform: translateY(4%);
	/* overflow:hidden; */
    margin: 0 auto;
	display:grid;
	grid-template-rows:8% 90%;
	border-radius: 30px 30px;

}



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

.clientSquares{
	
	width:90%;
	display:grid;
	margin:0 auto;
	background-color:white;
	margin-top: 3%;
    border-radius: 15px;
	grid-template-columns:55% 45%;
	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: 56px;
  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;
	
	
}


#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;
	
	
}


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

#btnAccept{
	
	width: 40%;
    margin-left: 30%;
    margin-right: 30%;
	
	
}

#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;
    height: 135px;
    width: 100%;
    display: flex;
    align-items: center;

}



#endCerts{
	
	width:100px;
	height:50px; 
	background-color:#991a1a;
	position:absolute;
	line-height:50px;
	text-align:center;
	left:-100px;
	top:0px;
	box-shadow: 4px 4px 5px #3c3c3c;

}


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

#containerOnline{
	
	display:grid;
	grid-template-rows:10% 14% 76%;
	height: 90%;
	
	
	
}


#mcBar{
	
	color:white;
	
}

.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: 90%;
    overflow: scroll;
	

}



#textEnding{
    
    opacity:0;
    
    
}






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

  }
}


@media (min-width: 992px){
	.navbar li {
		margin-left: 1.1em;
		margin-right: 1.1em;
	}
	
	#imgOnlineCerts{
		  
	position: relative;
    width: 60%;
    float: right;
		  
		  
		  
	  }
	
	
	
	
}



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

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



@media (max-width: 801px) {
	
	#teacher{
		width:95%;
		text-align: center;
		overflow: hidden;
		max-height: 102px;
		
		
	}	
	
	
}

