@charset "UTF-8";
/* CSS Document */

* {
  	margin: 0;
  	padding: 0;
}

body {
	background: #ebebdf;
}

/*--------------------------------------------------------- bloque tipografias -----------------------*/
@font-face {
  font-family: "Optika-Black";
  src: url("../font_/Optika-Black.ttf");
}
@font-face {
  font-family: "Optika-Bold";
  src: url("../font_/Optika-Bold.ttf");
}
@font-face {
  font-family: "Optika-SemiBold";
  src: url("../font_/Optika-SemiBold.ttf");
}
@font-face {
  font-family: "Optika-Regular";
  src: url("../font_/Optika-Regular.ttf");
}
/*--------------------------------------------------------- bloque tipografias -----------------------*/

#gov {
	background: #3366CC;
	height: 34px;
	width: 100%;
	position: fixed;
	top: 0px;
}
#int-icon {
	width: 1220px;
	height: 34px;
	margin: 0px auto !important;
}
#icon {
	background: url("../ima_/logo-gov-co.png") no-repeat center;
	background-size: contain;
	width: 110px;
	height: 34px;
	float: left;
}
#leng {
	width: 130px;
	height: 100%;
	float: right;
}
.ico-leng {
	width: 58px;
	height: 20px;
	float: right;
	margin-top: 7px;
}
.lng-a {
	background: url("../ima_/icon-leng-esp_.png") no-repeat right;
	background-size: contain;
	margin-right: 6px;
}
.lng-a:hover {
	background: url("../ima_/icon-leng-esp-h_.png") no-repeat right;
	background-size: contain;
	transition: 0.5s;
}
.lng-b {
	background: url("../ima_/icon-leng-ing_.png") no-repeat right;
	background-size: contain;
}
.lng-b:hover {
	background: url("../ima_/icon-leng-ing-h_.png") no-repeat right;
	background-size: contain;
	transition: 0.5s;
}

header {
	background: #ebebdf;
	position: fixed;
	top: 30px;
	height: 140px;
	width: 100%;
	z-index: 2;
}
#logo-time {
	background: url("../ima_/logo-time__.png") no-repeat left;
	background-size: contain;
	float: left;
	width: 420px;
	height: 48px;
	margin-top: 10px;
}

#logo-sdm {
	background: url("../ima_/logo-inst_.png") no-repeat right;
	background-size: contain;
	float: right;
	width: 190px;
	height: 64px;
	margin-top: 10px;
}

.head {
	width: 1220px;
	margin: 0px auto !important;
}
.c-a {
	height: 88px;
}
.c-b {
	border-top: #4343f4 solid 2px;
	border-bottom: #4343f4 solid 2px;
	height: 50px;
}

main {
	width: 100%x;
	height: 30px;
	float: left;
	margin-top: 5px;
}
a.mn {
	font-family: "Optika-SemiBold";
	font-size: 18px;
	float: left;
	color: #333333;
	text-decoration: none;
	margin-top: 10px;
}
a.mn:hover {
	color: #fd732c;
	transition: 0.5s;
}
a.mn.m-y:visited {
	color: #fd732c;
	transition: 0.5s;
}

a.m-bld {
	font-family: "Optika-Black";
	font-size: 18px;
	float: left;
	color: #4343f4;
	text-decoration: none;
	margin-top: 10px;
	margin-left: 50px;
}
a.m-bld:hover {
	color: #fd732c;
	transition: 0.5s;
}
.m-a {
	margin-left: 18px;
}
.m-b {
	margin-left: 46px;
}

section {
	width: 100%;
	height: auto;
	margin-top: 192px;
}
.sect {
	width: 1220px;
	margin: 0px auto;
}
.aa {
	height: 300px;
}


#info-1 {
	/*background: #4343f9;*/
	width: 100%;
	height: auto;
	float: left;
}
#text-1 {
	background: url("../ima_/text-1_.png") left top no-repeat;
	background-size: contain;
	width: 1220px;
	height: 650px;
	margin: 30px auto 0px !important;
}
#text-2 {
	background: url("../ima_/text-2_.png") left top no-repeat;
	background-size: contain;
	width: 1220px;
	height: 1040px;
	margin: 40px auto 0px !important;
}
#text-3 {
	background: url("../ima_/text-3_.png") left top no-repeat;
	background-size: contain;
	width: 1220px;
	height: 700px;
	margin: 30px auto !important;
}
#text-4 {
	background: url("../ima_/text-4_.png") left top no-repeat;
	background-size: contain;
	width: 1220px;
	height: 850px;
	margin: 30px auto 0px !important;
}
#text-5 {
	background: url("../ima_/text-5_.png") left top no-repeat;
	background-size: contain;
	width: 1220px;
	height: 560px;
	margin: 30px auto 100px !important;
}


#info-regis {
	background: #4343fd;
	width: 100%;
	height: 386px;
	float: left;
}
#ima-info-regis {
	background: url("../ima_/boto-registro_.png") center no-repeat;
	background-size: contain;
	width: 1220px;
	height: 232px;
	margin: 60px auto !important;
	transition: 0.5s;
}
#ima-info-regis:hover {
	background: url("../ima_/boto-registro-h_.png") center no-repeat;
	background-size: contain;
	width: 1220px;
	height: 232px;
	margin: 60px auto !important;
}

footer {
	width: 100%;
	height: auto;
	float: left;
	margin-top: 60px;
	margin-bottom: 40px;
}

#org {
	background: url("../ima_/logo-organizan_.png") center no-repeat;
	background-size: contain;
	width: 1220px;
	height: 160px;
	margin: -10px auto 60px !important;
}

#foot {
	background: url("../ima_/ima-footer_.png") center no-repeat;
	background-size: contain;
	width: 1220px;
	height: 108px;
	margin: 0px auto !important;
	margin-top: 60px;
}

/*------------------------------------------------------------------------ menu hamburguesa ------------------------------*/



/*------------------------------------------------------------------------ menu hamburguesa ------------------------------*/


/*--------------------------------------------------------- respondive inicio ------------------------*/
@media screen and (max-width: 550px) {
	
	#gov {
		background: #ebebdf;
		height: 0px;
		width: 0%;
		position: fixed;
		top: 0px;
	}
	
	#icon {
		background: none;
		background-size: contain;
		width: 0px;
		height: px;
		float: left;
		margin-left: -10px;
	}
	
	#int-icon {
		width: 90%;
		height: 0px;
		margin: 0px auto !important;
	}
	
	#leng {
		background: red;
		width: 130px;
		height: 100%;
		float: right;
	}
	.ico-leng {
		width: 0px;
		height: 0px;
		float: right;
		margin-right: 30px;
		margin-top: 7px;
	}
	
	header {
		background: #ebebdf;
		position: fixed;
		top: -30px;
		height: 290px;
		width: 100%;
		margin: 0px auto;
		z-index: 2;
	}
	
	main {
		width: 90%x;
		height: 30px;
		float: left;
		margin-top: 8px;
	}
	a.mn {
		font-family: "Optika-SemiBold";
		font-size: 14px;
		float: left;
		color: #333333;
		text-decoration: none;
		margin-top: 10px;
		margin-left: 20px;
	}
	a.mn:hover {
		color: #fd732c;
		transition: 0.5s;
	}
	a.m-bld {
		font-family: "Optika-Black";
		font-size: 14px;
		float: left;
		color: #4343f4;
		text-decoration: none;
		margin-top: 10px;
		margin-left: 30px;
	}
	a.m-bld:hover {
		color: #fd732c;
		transition: 0.5s;
	}
	
	#logo-time {
		background: url("../ima_/logo-time__.png") no-repeat left;
		background-size: contain;
		float: left;
		width: 80%;
		height: 48px;
		margin-top: 10px;
		margin-left: 10px;
	}

	#logo-sdm {
		background: url("../ima_/logo-inst_.png") no-repeat left;
		background-size: contain;
		float: left;
		width: 90%;
		height: 64px;
		margin-top: 4px;
		margin-left: 10px;
	}
	
	.head {
		width: 100%;
		margin: 50px auto !important;
	}
	.c-b {
		border-top: #4343f4 solid 2px;
		border-bottom: #4343f4 solid 2px;
		height: 100px;
	}
	
	section {
		width: 90%;
		height: auto;
		margin-top: 192px;
		margin: 192px auto !important;
	}
	.sect {
		width: 90%;
		margin: 0px auto;
	}
	
	
	#info-1 {
		width: 100%;
		height: auto;
		float: left;
	}
	#text-1 {
		background: url("../ima_/text-1-RP_.png") top left no-repeat;
		background-size: contain;
		width: 100%;
		height: 440px;
		margin: 80px auto 30px !important;
	}
	#text-2 {
		background: url("../ima_/text-2-RP_.png") top left no-repeat;
		background-size: contain;
		width: 100%;
		height: 1080px;
		margin: 20px auto 40px !important;
	}
	#text-3 {
		background: url("../ima_/text-3-RP_.png") top left no-repeat;
		background-size: contain;
		width: 100%;
		height: 670px;
		margin: 40px auto -30px !important;
	}
	#text-4 {
		background: url("../ima_/text-4-RP_.png") top left no-repeat;
		background-size: contain;
		width: 100%;
		height: 820px;
		margin: 40px auto -30px !important;
	}
	#text-5 {
		background: url("../ima_/text-5-RP_.png") top left no-repeat;
		background-size: contain;
		width: 100%;
		height: 740px;
		margin: 40px auto 30px !important;
	}
	
	
	#info-regis {
		background: #4343fd;
		width: 100%;
		height:auto;
		float: left;
	}
	#ima-info-regis {
		background: url("../ima_/boto-registro-RP_.png") center no-repeat;
		background-size: contain;
		width: 90%;
		height: 140px;
		margin: 40px auto !important;
		transition: 0.5s;
	}
	#ima-info-regis:hover {
		background: url("../ima_/boto-registro-RP-h_.png") center no-repeat;
		background-size: contain;
		width: 90%;
		height: 140px;
		margin: 10px auto !important;
	}

	footer {
		width: 100%;
		height: 200px;
		float: left;
		margin-top: 10px;
		margin-bottom: 20px;
	}
	
	#org {
		background: url("../ima_/logo-organizan-RP_.png") center no-repeat;
		background-size: contain;
		width: 90%;
		height: 100px;
		margin: -10px auto 30px !important;
	}

	#foot {
		background: url("../ima_/ima-footer-RP_.png") center no-repeat;
		background-size: contain;
		width: 90%;
		height: 120px;
		margin: 0px auto !important;
	}
	
}















