body {
	background-color: #fff;
	margin: 0;
	font-family: 'Roboto', sans-serif;
}

li, a {
	font-family: 'Roboto', sans-serif;
}

header {
	position: relative;
	width: auto;
	height: 69px;
	padding-top: 15px;
	padding-right: 40px;
	background-color: #FCFCFC;
  	-webkit-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.2);
	

	z-index: 10;
}

.active {
	font-weight: 700;
}

#logo {
	margin-top: 6px;
	float: left;
}

.nav-item object {
	float: left;
}

.disabled {
	font-weight: 400;
}
@media screen and (min-width: 750px) {
	.dropdown-toggle2 {
		background-color: #ECECEC;
		color: #505050;
		font-size: 13px;
		font-weight: 600;
		margin-top: -15px;
		height: 69px;
		width: auto;
		padding: 17px 15px 0 15px;
	}

	.nav-link.disabled {
		color: #505050;
	}

	.dropdown-toggle2 object {
		margin-top: 8px;
		margin-right: 4px;
	}

	.drop_english {
		width: auto;
		height: auto;
		float: left;
		padding-left: 2px;
		padding-right: 2px;
		color: #202020;
	}

	.drop_english i {
		margin-left: 4px;
	}

	.fa-sort-down {
		float: right;
		margin-top: 1px;
		margin-left: 3px;
	}

	.active_2 {
		color: #007bff;
		font-weight: 600;
	}
}



@media screen and (max-width: 750px) {
	.dropdown-toggle3 {
		background-color: none;
		color: #fff;
		font-size: 15px;
		font-weight: 400;
		margin-top: -15px;
		height: 69px;
		width: 70px;
		transform: translateX(-50%);
		left: 50%;
		position: relative;
	}

	.dropdown-toggle3 object {
		margin-top: 11px;
	}

	.dropdown-menu-center2 {
		transform: translateX(-50%);
		left: 50%;
		position: absolute;
	}

	.drop_english li a {
		width: auto;
		height: auto;
		float: left;
		padding-left: 2px;
		padding-right: 2px;
	}

	.fa-sort-down {
		float: right;
		margin-top: 1px;
		margin-left: 3px;
	}

	.dropdown-menu a {
		color: #2a2a2a;
	}


	.dropdown-menu>.active_2 {
		color: #007bff;
		font-weight: 600;
	}

	.dropdown-item {
		text-align: center;
	}

	.uk-offcanvas-bar a:hover {
		color: #16181b;
	}

}


@media screen and (min-width: 601px) {

	#logo {
		margin-left: 40px;
	}
}

@media screen and (max-width: 600px) {

	#logo {
		margin-left: 25px;
	}

	header {
		padding-right: 20px;
	}
}


@media screen and (min-width: 360px) {

	.main_home {
		width: auto;
		height: calc(91vh - 69px);
		-webkit-transform-style: preserve-3d;
		-moz-transform-style: preserve-3d;
		transform-style: preserve-3d;
	}
}

#text h3 {
	font-weight: 700;
}

#text h1 {
	color: #0085D8;
}

@media only screen and (max-width: 1400px) {

	#text h1 {

		font-weight: 100;
		font-size: 3.857vw;
	}
	#text h3 {
		margin-top: -10px;
		font-size: 1.7143vw;
		word-spacing: 0.5px;
	}
}


@media only screen and (min-width: 1401px) {

	#text h1 {

		font-weight: 100;
		font-size: 54px;
	}
	#text h3 {
		margin-top: -10px;
		font-size: 24px;
	}
}

@media screen and (min-width: 600px) {
	footer {
		-webkit-transform-style: preserve-3d;
		-moz-transform-style: preserve-3d;
		transform-style: preserve-3d;
		width: auto;
		height: 90px;
		background-color: #0076BE;
	}

	footer h5 {
		position: relative;
		top: 50%;
		transform: translateY(-50%);
		color: #fff;
		float: left;
		font-weight: 300;
		margin-left: 2%;
		letter-spacing: 1.5px;
	    font-size: 16px;
	}

	footer h6 {
		position: relative;
		top: 50%;
		transform: translateY(-50%);
		color: #fff;
		float: right;
		margin-right: 2%;
		letter-spacing: 1.5px;
	}
}

@media screen and (max-width: 600px) {

	footer {
		-webkit-transform-style: preserve-3d;
		-moz-transform-style: preserve-3d;
		transform-style: preserve-3d;
		width: auto;
		height: 100px;
		background-color: #0076BE;
		position: relative;
	}

	footer h5 {
		position: absolute;
		top: 30%;
		transform: translateY(-50%);
		transform: translateX(-50%);
		left: 50%;
		color: #fff;
		float: left;
		font-weight: 300;
		letter-spacing: 1.5px;
	    font-size: 16px;
	    width: 100%;
	    text-align: center;
	}

	footer h6 {
		position: absolute;
		top: 55%;
		transform: translateY(-50%);
		transform: translateX(-50%);
		left: 50%;
		color: #fff;
		float: right;
		width: 100%;
	    text-align: center;
	}
}


.carousel-indicators {
	position: absolute;
	bottom: -50px;
	z-index: 2;
	right: -4px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: right;
	justify-content: all;
	padding-left: 0;
	list-style: none;
}

.carousel-indicators li {
  position: relative;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 14px;
  height: 14px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  border: 1px solid;
  border-color: #0076BE;
  border-radius: 0px;
}

.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators .active {
  background-color: #0076BE;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 10px;
  left: 0;
  z-index: 15;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  width: 100%;
}

.carousel-control-prev-icon {
 background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}

.carousel-caption h5, p {
	color: #505050;
}

.carousel-caption h5 {
	font-size: 16px;
	font-weight: 300;
}

.carousel-caption h5 {
	text-align: left;
}

.txt_left {
	float: left;
	margin-left: 45px;
}

.txt_right {
	float: right;
	margin-right: 8px;
	font-weight: 300;
	color: #2a2a2a;
}

.txt_right:hover {
	text-decoration: underline;
}

.carousel-caption object {
	margin-right: 45px;
	margin-top: 5px;
	float: right;
	width: 16px;
	height: 11px;
}

b {
	font-weight: 700;
	color: #2a2a2a;
}

@media screen and (min-width: 1110px) {
	#webdesign, #uxtag, #demotag, #appdesign, #modeladotag {
		padding: 10px 11px 8px 12px;
	}

	#webdesign h6, #uxtag h6, #demotag h6, #appdesign h6, #modeladotag h6 {
		font-size: 12px;
		margin-bottom: 0px;
		font-weight: 500;
		letter-spacing: 0.3px;
		-webkit-font-smoothing: antialiased !important; 
		font-smoothing: antialiased !important;
	}
}

@media screen and (min-width: 870px) and (max-width: 1109px) {
	#webdesign, #uxtag, #demotag, #appdesign, #modeladotag {
		padding: 8px 7px 6px 8px;
	}

	#webdesign h6, #uxtag h6, #demotag h6, #appdesign h6, #modeladotag h6 {
		font-size: 11px;
		margin-bottom: 0px;
		font-weight: 400;
		letter-spacing: 0.3px;
	}
}

@media screen and (max-width: 869px) {
	#webdesign, #uxtag, #demotag, #appdesign, #modeladotag {
		padding: 10px 11px 8px 12px;
	}

	#webdesign h6, #uxtag h6, #demotag h6, #appdesign h6, #modeladotag h6 {
		font-size: 12px;
		margin-bottom: 0px;
		font-weight: 400;
		letter-spacing: 0.3px;
	}
}

@media screen and (max-device-width: 320px) {
	
	#webdesign, #uxtag, #demotag, #appdesign, #modeladotag {
		padding: 8px 7px 6px 8px;
	}

	#webdesign h6, #uxtag h6, #demotag h6, #appdesign h6, #modeladotag h6 {
		font-size: 11px;
		margin-bottom: 0px;
		font-weight: 400;
		letter-spacing: 0.3px;
	}
}

#webdesign, #uxtag, #demotag, #appdesign, #modeladotag {
	width: auto;
	height: auto;
	background-color: #C91416;
	float: left;
	z-index: 10;
	color: #fff;
	border-radius: 6px;
	margin-right: 6px;
	margin-bottom: 6px;
}

#webdesign {
	background-color: #C91416;
}

#uxtag {
	background-color: #0076BE;
}

#demotag {
	background-color: #d65823;
}

#appdesign {
	background-color: #035770;
}

#modeladotag {
	background-color: #1f9f7a;
}

#uxui_tags {
	width: auto;
	height: auto;
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 10;
	color: #fff;
}


@media only screen and (min-width: 1490px) {


	.uxui_center {
		margin-left: auto;
		margin-right: auto;
	}

	.main_uxui {
		width: 1380px;
		height: auto;
		margin-right: auto;
		margin-left: auto;
		margin-bottom: 40px;
	}

	#txt_uxui {
		margin-top: 60px;
		text-align: center;
		height: 140px;
	}

	#txt_uxui h1 {
		font-weight: 300;
		color: #008BE0;
	}

	#txt_uxui h5 {
		color: #2a2a2a;
		font-weight: 300;
	}

	#trabajo_1 {
		position: relative;
		width: 440px;
		height: auto;
		float: left;
		margin-left: 10px;
		margin-right: 10px;
		margin-bottom: 20px;
		box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
		-moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
		-webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
		border-radius: 0px;
	}

	#trabajo_1 img {
		-o-transition:.2s;
		-ms-transition:.2s;
		-moz-transition:.2s;
		-webkit-transition:.2s;
		transition: .2s;
/*		filter: grayscale(90%);*/
		filter: brightness(95%);
		width: 440px;
		height: auto;
		border-radius: 0px;
	}

	#trabajo_1:hover img  {
/*		filter: grayscale(40%);*/
		filter: brightness(100%);
	}

	#trabajo_1:hover #solido_blanco {
		height: 92px;
	}

	#trabajo_1:hover #txt_uxui_trabajos {
		bottom: 12px;
	}

	#trabajo_1:hover #uxui_trabajos_over {
		opacity: 1;
		bottom: 18px;
	}

	#trabajo_1:hover {
		box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
		-moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
		-webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
	}

	#trabajo_1:hover .txt_left2 {
		bottom: 75px;
	}

	#solido_blanco {
		-o-transition:.2s;
		-ms-transition:.2s;
		-moz-transition:.2s;
		-webkit-transition:.2s;
		transition: .2s;
		width: calc(100% - 20px);
		height: 80px;
		opacity: 0.95;
		background-color: #fff;
		position: absolute;
		bottom: 10px;
		margin-left: 10px;
		z-index: 1;
		border-radius: 0px;
	}

	#txt_uxui_trabajos {
		-o-transition:.2s;
		-ms-transition:.2s;
		-moz-transition:.2s;
		-webkit-transition:.2s;
		transition: .2s;
		width: calc(100% - 90px);
		height: 65px;
		position: absolute;
		color: #2a2a2a;
		bottom: 0px;
		left: 50%;
		transform: translateX(-50%);
		z-index: 3;
	}

	#txt_uxui_trabajos h3 {
		color: #0076BE;
		font-weight: 300;
		-webkit-backface-visibility: hidden;
		-webkit-font-smoothing: antialiased !important; 
		font-smoothing: antialiased !important;
	}

	#txt_uxui_trabajos h4 {
		font-weight: 700;
		font-size: 20px;
	}

	#uxui_trabajos_over {
		-o-transition:.2s;
		-ms-transition:.2s;
		-moz-transition:.2s;
		-webkit-transition:.2s;
		transition: .2s;
		width: calc(100% - 32px);
		bottom: 10px;
		z-index: 3;
		position: absolute;
		opacity: 0;
	}

		#uxui_trabajos_over object {
			float: right;
			margin-top: 5px;
			pointer-events: none;
	}
		#uxui_trabajos_over h6 {
			/*color: #007bff;*/
			font-size: 14px;
			margin-top: 2px;
	}

}

@media only screen and (min-width: 1200px) and (max-width: 1489px) {

	#txt_uxui_trabajos h3 {
		font-size: 1.88vw;
	}
	
	#txt_uxui_trabajos h4 {
		font-size: 1.3432vw;
	}
}


@media only screen and (min-width: 870px) and (max-width: 1489px) {

	.uxui_center {
		width: auto;
		height: 10px;
		margin-left: auto;
		margin-right: auto;
	}
	.main_uxui {
		width: 93vw;
		height: auto;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 40px;
	}

	#txt_uxui {
		margin-top: 60px;
		text-align: center;
		height: 140px;
	}

	#txt_uxui h1 {
		font-weight: 300;
		color: #008BE0;
	}

	#txt_uxui h5 {
		color: #2a2a2a;
		font-weight: 300;
	}

	#trabajo_1 {
		position: relative;
		width: calc(33.3333% - 20px);
		height: auto;
		float: left;
		margin-left: 10px;
		margin-right: 10px;
		margin-bottom: 20px;
		box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
		-moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
		-webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
		border-radius: 0px; 
	}

	#trabajo_1 img {
		-o-transition:.2s;
		-ms-transition:.2s;
		-moz-transition:.2s;
		-webkit-transition:.2s;
		transition: .2s;
/*		filter: grayscale(50%);*/
		filter: brightness(95%);
		width: 100%;
		height: auto;
		border-radius: 0px;
	}



	#trabajo_1:hover img  {
/*		filter: grayscale(0%);*/
		filter: brightness(100%);
	}

	#trabajo_1:hover #solido_blanco {
		height: 92px;
	}

	#trabajo_1:hover #txt_uxui_trabajos {
		bottom: 12px;
	}

	#trabajo_1:hover #uxui_trabajos_over {
		opacity: 1;
		bottom: 18px;
	}

	#trabajo_1:hover {
		box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
		-moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
		-webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
	}

	#trabajo_1:hover .txt_left2 {
		bottom: 75px;
	}

	.txt_left2 {
		-o-transition:.2s;
		-ms-transition:.2s;
		-moz-transition:.2s;
		-webkit-transition:.2s;
		transition: .2s;
		position: absolute;
		bottom: 62px;
		left: 45px;
		z-index: 10;
		color: #505050;
		font-size: 13px;
	}

	#solido_blanco {
		-o-transition:.2s;
		-ms-transition:.2s;
		-moz-transition:.2s;
		-webkit-transition:.2s;
		transition: .2s;
		width: calc(100% - 20px);
		height: 80px;
		opacity: 0.95;
		background-color: #fff;
		position: absolute;
		bottom: 10px;
		margin-left: 10px;
		z-index: 1;
		border-radius: 0px;
	}

	#txt_uxui_trabajos {
		-o-transition:.2s;
		-ms-transition:.2s;
		-moz-transition:.2s;
		-webkit-transition:.2s;
		transition: .2s;
		width: calc(100% - 90px);
		height: 65px;
		position: absolute;
		color: #2a2a2a;
		bottom: 0px;
		left: 50%;
		transform: translateX(-50%);
		z-index: 3;
	}	

	#uxui_trabajos_over {
		-o-transition:.2s;
		-ms-transition:.2s;
		-moz-transition:.2s;
		-webkit-transition:.2s;
		width: calc(100% - 32px);
		transition: .2s;
		bottom: 10px;
		z-index: 4;
		position: absolute;
		opacity: 0;
	}

	.txt_right {
		float: right;
		font-size: 14px;
		margin-top: 2px;
	}

	.txt_left2 {
		float: left;
	}


	#txt_uxui_trabajos h3 {
		color: #0076BE;
		font-weight: 300;
		-webkit-backface-visibility: hidden;
		-webkit-font-smoothing: antialiased !important; 
		font-smoothing: antialiased !important;
	}

	#txt_uxui_trabajos h4 {
		font-weight: 700;
	}

		#uxui_trabajos_over object {
			float: right;
			margin-top: 5px;
			pointer-events: none;
	}

}


@media only screen and (min-width: 700px) and (max-width: 1199px) {

	#txt_uxui_trabajos h3 {
		font-size: 23px;
	}
	
	#txt_uxui_trabajos h4 {
		font-size: 16px;
	}
}

@media only screen and (min-width: 870px) and (max-width: 1200px) {

	#txt_uxui_trabajos {
		width: calc(100% - 60px);
	}

	#uxui_trabajos_over {
		width: calc(100% - 60px);
		left: 31px;
	}

	.txt_left2 {
		left: 30px;
	}
}



@media only screen and (max-width: 870px) {

	#txt_uxui h5 {
		font-size: 16px;
		font-weight: 700;
	}

	#txt_uxui {
		width: 80%;
		height: auto;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		height: 140px;
		margin-top: 60px;	
	}

	#txt_uxui h1 {
		font-weight: 300;
		color: #008BE0;
	}

	#txt_uxui h5 {
		color: #2a2a2a;
		font-weight: 300;
	}

	.main_uxui {
		width: 97vw;
		height: auto;
		margin-right: auto;
		margin-left: auto;
		position: relative;
		margin-bottom: 40px;
	}

	#trabajo_1 {
		position: relative;
		width: calc(50% - 10px);
		height: auto;
		float: left;
		margin-left: 5px;
		margin-right: 5px;
		margin-bottom: 14px;
		box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
		-moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
		-webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
		border-radius: 0px;
	}

	#trabajo_1 img {
		-o-transition:.2s;
		-ms-transition:.2s;
		-moz-transition:.2s;
		-webkit-transition:.2s;
		transition: .2s;
		width: 100%;
		border-radius: 0px;
		height: auto;
	}


	#solido_blanco {
		-o-transition:.2s;
		-ms-transition:.2s;
		-moz-transition:.2s;
		-webkit-transition:.2s;
		transition: .2s;
		width: calc(100% - 20px);
		height: 92px;
		opacity: 0.95;
		background-color: #fff;
		position: absolute;
		bottom: 10px;
		left: 50%;
		transform: translateX(-50%);
		z-index: 1;
		border-radius: 0px;
	}

	#txt_uxui_trabajos {
		-o-transition:.2s;
		-ms-transition:.2s;
		-moz-transition:.2s;
		-webkit-transition:.2s;
		transition: .2s;
		width: calc(100% - 60px);
		height: 73px;
		position: absolute;
		color: #2a2a2a;
		bottom: 55px;
		left: 50%;
		transform: translateX(-50%);
		z-index: 2;
		bottom: 0;
	}

	#txt_uxui_trabajos h3 {
		font-size: 24px;
		color: #0076BE;
		font-weight: 300;
		-webkit-backface-visibility: hidden;
		-webkit-font-smoothing: antialiased !important; 
		font-smoothing: antialiased !important;
	}

	#txt_uxui_trabajos h4 {
		font-weight: 700;
		font-size: 16px;
	}

	#uxui_trabajos_over {
		-o-transition:.2s;
		-ms-transition:.2s;
		-moz-transition:.2s;
		-webkit-transition:.2s;
		width: calc(100% - 60px);
		transition: .2s;
		bottom: 15px;
		left: 30px;
		z-index: 2;
		position: absolute;
	}

	#uxui_trabajos_over object {
		visibility: hidden;	
	}

	.txt_right {
		float: right;
		margin-right: 0;
	}

	#uxui_trabajos_over h6 {
		font-size: 12px;
		font-weight: 300;
		margin-top: 1px;
	}

	.txt_left2 {
		-o-transition:.2s;
		-ms-transition:.2s;
		-moz-transition:.2s;
		-webkit-transition:.2s;
		transition: .2s;
		position: absolute;
		bottom: 65px;
		left: 45px;
		z-index: 10;
		color: #505050;
		font-size: 12px;
	}
}


.btn_hidden {
	visibility: hidden;
	position: absolute;
}


@media screen and (max-device-width: 870px) {

	#myBtn {
		visibility: visible;
		position: fixed;
	    bottom: 20px;
	    right: 20px;
	    background: rgb(0, 0, 0);
	    background: rgba(0, 0, 0, 0.7);
	    width: 60px;
	    border: none;
	    color: #fff;
	    height: 60px;
	    display: block;
	    text-decoration: none;
	    -webkit-border-radius: 35px;
	    -moz-border-radius: 35px;
	    border-radius: 35px;
	    display: none;
	    -webkit-transition: all 0.3s linear;
	    -moz-transition: all 0.3s ease;
	    -ms-transition: all 0.3s ease;
	    -o-transition: all 0.3s ease;
	    transition: all 0.3s ease;
	    z-index: 1000;
	}
}

@media only screen and (max-device-width: 870px) {

	#txt_uxui {
		width: 80%;
		margin-top: 30px;
		height: 140px;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}

	#txt_uxui h1 {
		font-weight: 300;
		color: #008BE0;
	}

	#txt_uxui h5 {
		font-size: 16px;
		color: #2a2a2a;
		font-weight: 700;
	}

	.main_uxui {
		width: 100vw;
		height: auto;
		margin-right: auto;
		margin-left: auto;
		position: relative;
		margin-bottom: 20px;
	}

	#trabajo_1 {
		position: relative;
		width: calc(100vw - 50px);
		height: auto;
		float: left;
		margin-left: 25px;
		margin-right: 25px;
		margin-bottom: 25px;
		box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
		-moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
		-webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
		border-radius: 0px;
	}

	#trabajo_1 img {
		-o-transition:.2s;
		-ms-transition:.2s;
		-moz-transition:.2s;
		-webkit-transition:.2s;
		transition: .2s;
		width: 100%;
		border-radius: 0px;
		height: auto;
	}

	.txt_left2 {
		-o-transition:.2s;
		-ms-transition:.2s;
		-moz-transition:.2s;
		-webkit-transition:.2s;
		transition: .2s;
		position: absolute;
		width: calc(100% - 60px);
		bottom: 54px;
		left: 50%;
		transform: translateX(-50%);
		z-index: 10;
		color: #505050;
		font-size: 12px;
	}

	#solido_blanco {
		-o-transition:.2s;
		-ms-transition:.2s;
		-moz-transition:.2s;
		-webkit-transition:.2s;
		transition: .2s;
		width: calc(100% - 20px);
		height: 72px;
		opacity: 0.95;
		background-color: #fff;
		position: absolute;
		bottom: 10px;
		left: 50%;
		transform: translateX(-50%);
		z-index: 1;
		border-radius: 0px;
	}

	#txt_uxui_trabajos {
		-o-transition:.2s;
		-ms-transition:.2s;
		-moz-transition:.2s;
		-webkit-transition:.2s;
		transition: .2s;
		width: calc(100% - 60px);
		height: 72px;
		position: absolute;
		color: #2a2a2a;
		bottom: 55px;
		left: 50%;
		transform: translateX(-50%);
		z-index: 2;
		bottom: 0;
	}

	#txt_uxui_trabajos h3 {
		font-size: 22px;
		margin-top: 15px;
		color: #0076BE;
		font-weight: 300;
		-webkit-backface-visibility: hidden;
		-webkit-font-smoothing: antialiased !important; 
		font-smoothing: antialiased !important;
	}

	#txt_uxui_trabajos h4 {
		font-weight: 700;
		font-size: 16px;
	}

	#uxui_trabajos_over {
		visibility: hidden;
	}

	#uxui_trabajos_over object {
		visibility: visible;
		position: absolute;
		bottom: 22px;
		right: 0px;
		pointer-events: none;
	}

	.txt_right {
		float: right;
		margin-right: 0;
	}

	#uxui_trabajos_over h6 {
		font-size: 12px;
		font-weight: 300;
		margin-top: 1px;
	}

	.icon-chevron-up {
	    color: #fff;
	    margin: 0;
	    position: relative;
	    left: 16px;
	    top: 13px;
	    font-size: 25px;
	    -webkit-transition: all 0.3s ease;
	    -moz-transition: all 0.3s ease;
	    -ms-transition: all 0.3s ease;
	    -o-transition: all 0.3s ease;
	    transition: all 0.3s ease;
	    z-index: 1001;

	}

}

@media screen and (min-width: 600px) {

	.uxui_tags_internas {
			margin-left: 15px;
			margin-top: 10px;
		}

	.uxui_tags_internas #webdesign, .uxui_tags_internas #uxtag, .uxui_tags_internas #demotag, .uxui_tags_internas #appdesign, .uxui_tags_internas #modeladotag {
		padding: 10px 11px 8px 12px;
	}

	.uxui_tags_internas #webdesign h6, .uxui_tags_internas #uxtag h6, .uxui_tags_internas #demotag h6, .uxui_tags_internas #appdesign h6, .uxui_tags_internas #modelotag h6 {
		font-size: 12px;
		margin-bottom: 0px;
	}
}

@media only screen and (min-width: 1300px) {

		#interna_txt_1 h3, #interna_txt_2 h3 {
			color: #0076BE;
			font-weight: 100;
		}

		#interna_txt_1 h6, #interna_txt_2 h6 {
			margin-top: 30px;
			color: #797979;
			font-weight: 300;
		}

		#interna_hero {
			position: relative;
			width: 1200px;
			height: 500px;
			margin-left: auto;
			margin-right: auto;
			margin-top: 50px;
			box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
		}

		#interna_hero_txt {
			margin-left: 40px;
			width: 700px;
			height: 175px;
			position: absolute;
			bottom: 30px;
			background-color: rgba(255, 255, 255, 0.9);
			padding-left: 55px;
			padding-top: 35px;
			padding-right: 35px;
			box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
		}

		#interna_hero_txt h1 {
			color: #0076BE;
			font-weight: 300;
		}

		#interna_hero_txt h5 {
			color: #2A2A2A;
			font-weight: 700;
		}

		#interna_hero_txt h6 {
			font-weight: 300;
		}

		#interna_txt_1 img, #interna_txt_2 img {
			position: absolute;
			top: 40px;
		}

		#interna_txt {
			margin-top: 55px;
			width: 1200px;
			height: auto;
			margin-bottom: 70px;
			margin-left: auto;
			margin-right: auto;
		}

		#interna_txt_1, #interna_txt_2 {
			margin-top: 10px;
			position: relative;
			width: 48.167%;
			height: auto;
			float: left;
		}

		#interna_txt_2 {
			margin-left: 44px;
		}

		#splay_video {
			width: 1000px;
			height: 563px;
			margin-left: auto;
			margin-right: auto;
			margin-bottom: 100px;
		}

		#splay_video iframe {
			width: 1000px;
			height: 563px;
			margin-left: auto;
			margin-right: auto;
			margin-bottom: 100px;
		}		

		#ciudad_video {
			width: 990px;
			height: 557px;
			margin-left: auto;
			margin-right: auto;
			margin-bottom: 100px;
		}

		#ciudad_video iframe {
			width: 990px;
			height: 557px;
			margin-left: auto;
			margin-right: auto;
			margin-bottom: 100px;
		}		
}



@media only screen and (max-width: 1299px) {

		#interna_txt_1 h3, #interna_txt_2 h3 {
			color: #0076BE;
			font-weight: 100;
		}

		#interna_txt_1 h6, #interna_txt_2 h6 {
			margin-top: 30px;
			color: #797979;
			font-weight: 100;
		}

		#interna_hero {
			position: relative;
			width: calc(100vw - 100px);
			height: 500px;
			margin-left: auto;
			margin-right: auto;
			margin-top: 50px;
			box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
		}

		#interna_hero img {
			width: 1200px;
			height: 500px;
			object-fit: cover;
		}

		#interna_hero_txt {
			margin-left: 40px;
			width: 700px;
			height: 175px;
			position: absolute;
			bottom: 30px;
			background-color: rgba(255, 255, 255, 0.9);
			padding-left: 55px;
			padding-top: 35px;
			padding-right: 35px;
			box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
		}

		#interna_hero_txt h1 {
			color: #0076BE;
			font-weight: 300;
		}

		#interna_hero_txt h5 {
			color: #2A2A2A;
			font-weight: 700;
		}

		#interna_hero_txt h6 {
			font-weight: 300;
		}

		#interna_txt_1 img, #interna_txt_2 img {
			position: absolute;
			top: 40px;
		}

		#interna_txt {
			margin-top: 55px;
			width: calc(100vw - 100px);
			height: auto;
			margin-bottom: 70px;
			margin-left: auto;
			margin-right: auto;
		}

		#interna_txt_1, #interna_txt_2 {
			margin-top: 10px;
			position: relative;
			width: calc(50vw - 72px);
			height: auto;
			float: left;
		}

		#interna_txt_2 {
			margin-left: 44px;
		}

		#splay_video {
			width: calc(100vw - 100px);
			height: auto;
			margin-left: auto;
			margin-right: auto;
			margin-bottom: 100px;
		}

		#splay_video video {
			width: 100%;
			height: auto;
			margin-left: auto;
			margin-right: auto;
		}

		#splay_video iframe {
			width: 100%;
			height: auto;
			margin-left: auto;
			margin-right: auto;
		}

		#ciudad_video {
			width: 800px;
			height: 450px;
			margin-left: auto;
			margin-right: auto;
			margin-bottom: 100px;
		}

		#ciudad_video iframe {
			width: 800px;
			height: 450px;
			margin-left: auto;
			margin-right: auto;
		}
}

@media screen and (max-width: 850px) {

		#ciudad_video {
			width: 500px;
			height: 281px;
			margin-left: auto;
			margin-right: auto;
			margin-bottom: 100px;
		}

		#ciudad_video iframe {
			width: 500px;
			height: 281px;
			margin-left: auto;
			margin-right: auto;
		}
}


@media screen and (max-width: 550px) {

		#ciudad_video {
			width: 400px;
			height: 225px;
			margin-left: auto;
			margin-right: auto;
			margin-bottom: 100px;
		}

		#ciudad_video iframe {
			width: 400px;
			height: 225px;
			margin-left: auto;
			margin-right: auto;
		}
}

@media screen and (max-width: 320px) {

		#ciudad_video {
			width: 300px;
			height: 169px;
			margin-left: auto;
			margin-right: auto;
			margin-bottom: 100px;
		}

		#ciudad_video iframe {
			width: 300px;
			height: 169px;
			margin-left: auto;
			margin-right: auto;
		}
}

@media only screen and (min-width: 600px) and (max-width: 880px) {

		#interna_hero {
			position: relative;
			width: calc(100vw - 100px);
			height: 500px;
			margin-left: auto;
			margin-right: auto;
			margin-top: 50px;
			box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
		}

		#interna_hero img {
			width: 1200px;
			height: 500px;
			object-fit: cover;
		}

		#interna_hero_txt {
			margin-left: 40px;
			width: calc(100% - 80px);
			height: 175px;
			position: absolute;
			bottom: 20px;
			background-color: rgba(255, 255, 255, 0.9);
			padding-left: 55px;
			padding-top: 40px;
			padding-right: 35px;
			box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
		}

		#interna_hero_txt h1 {
			font-size: 28px;
			color: #0076BE;
			font-weight: 300;
		}

		#interna_hero_txt h5 {
			font-size: 17px;
			color: #2A2A2A;
			font-weight: 700;
		}

		#interna_hero_txt h6 {
			font-size: 15px;
			font-weight: 300;
		}

		#interna_txt_1 h3, #interna_txt_2 h3 {
			color: #0076BE;
			font-weight: 100;
		}

		#interna_txt_1 h6, #interna_txt_2 h6 {
			margin-top: 30px;
			color: #797979;
			font-weight: 100;
		}
}

@media only screen and (max-width: 600px) {

		
		#interna_hero {
			position: relative;
			width: calc(100vw - 50px);
			height: 500px;
			margin-left: auto;
			margin-right: auto;
			margin-top: 50px;
			box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
		}

		#interna_hero img {
			width: 1200px;
			height: 500px;
			object-fit: cover;
		}

		#interna_hero_txt {
			margin-left: 15px;
			width: calc(100% - 30px);
			height: 145px;
			position: absolute;
			bottom: 20px;
			background-color: rgba(255, 255, 255, 0.9);
			padding-left: 20px;
			padding-top: 30px;
			padding-right: 10px;
			box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
		}

		#interna_hero_txt h1 {
			font-size: 24px;
			color: #0076BE;
			font-weight: 300;
		}

		#interna_hero_txt h5 {
			font-size: 15px;
			color: #2A2A2A;
			font-weight: 700;
		}

		#interna_hero_txt h6 {
			font-size: 14px;
			font-weight: 300;
		}

		#interna_txt {
			margin-top: 55px;
			width: calc(100vw - 50px);
			height: auto;
			margin-bottom: 70px;
			margin-left: auto;
			margin-right: auto;
		}

		#interna_txt_1, #interna_txt_2 {
			margin-top: 10px;
			position: relative;
			width: calc(100vw - 50px);
			height: auto;
			float: left;
		}

		#interna_txt_1 h3, #interna_txt_2 h3 {
			color: #0076BE;
			font-weight: 300;
		}

		#interna_txt_1 h6, #interna_txt_2 h6 {
			color: #2a2a2a;
			font-weight: 300;
		}

		#interna_txt_2 {
			margin-top: 60px;
			margin-left: 0px;
		}

		#splay_video {
			width: calc(100vw - 50px);
			height: auto;
			margin-left: auto;
			margin-right: auto;
			margin-bottom: 100px;
		}

		#splay_video  video {
			width: 100%;
			height: auto;
			margin-left: auto;
			margin-right: auto;
		}
}

@media screen and (max-width: 320px) {

	#interna_hero_txt {
		padding-top: 25px;
	}

	.breadcrumb li {
		font-size: 14px;
	}
}

.slider_interna {
	margin-bottom: 130px;
	height: auto;
}

.slider_cover img, .slider_cover video {
	width: 300px;
	height: 41.23vw;
	object-fit: cover;	
}

.uk-position-bottom {
  bottom: 15px;
  left: 15px;
  right: 15px;
  height: 78px;
  background-color: rgba(255, 255, 255, 0.92);
}

.uk-position-bottom h6:hover {
	text-decoration: underline;
}

.uk-overlay {
	position: relative;
}

.uk-overlay object {
	float: right;
	position: absolute;
	bottom: 30px;
	right: 30px;
	pointer-events: none;
}

.uk-light svg {
	color: rgba(0, 0, 0, 0.9);
}

.pos_right {
	transform: translateX(0%);
	right: 0;
	margin-top: 20px;
	left: unset;
	transform: unset;
}

.uk-dotnav > * {
	padding-left: 8px;
	margin-left: 0px;
}

#interna_txt_2 b {
	font-weight: 700;
	color: #2a2a2a;

}

.uk-position-small {
  margin-left: 30px;
  margin-right: 30px;
}

#cta_2 {
	margin-top: 28px;
	-o-transition:.2s;
	-ms-transition:.2s;
	-moz-transition:.2s;
	-webkit-transition:.2s;
	transition: .2s;
	padding-left: 20px;
	padding-top: 12px;
	width: 160px;
	height: 48px;
	border: 1px solid #9D9D9D;
	border-radius: 0px;
	box-shadow: none;
}

#cta_2 object, h6 {
	font-size: 16px; 
	float: left;
}

#cta_2 object {
	-o-transition:.2s;
	-ms-transition:.2s;
	-moz-transition:.2s;
	-webkit-transition:.2s;
	transition: .2s;
	transition-timing-function: ease-out;
	margin-top: 7px;
	margin-left: 12px;
}

#cta_2:hover {

	box-shadow: 4px 4px 0px rgba(0, 0, 0, .3);
}

#cta_2:hover object {
	margin-left: 16px;
}

@media only screen and (min-width: 1350px) {
	.uk-width-3-4 {
		width: 1031px;
	}

	.slider_cover img, .slider_cover video {
		height: 557px;
	}
}

@media only screen and (min-width: 769px) {

	.uk-dotnav {
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		margin-top: 30px;
	}

	.pos_right {
		transform: translateX(0%);
		right: 0;
		margin-top: 20px;
		left: unset;
		transform: unset;
	}

	#slider_v2 {
		width: 55vw;
		position: relative;
		top: 8%;
		transform: translateY(-50%);
		transform: translateX(-50%);
		left: 65%;
	}

	.uk-overlay h5 {
		float: left;
		color: #505050;
		position: absolute;
		bottom: 27px;
	}

	.uk-overlay h6 {
		float: right;
		color: #505050;
		position: absolute;
		bottom: 27px;
		right: 58px;
	}


}

@media screen and (max-width: 449px) {

	.main_home {
		width: auto;
		height: auto;
		-webkit-transform-style: preserve-3d;
		-moz-transform-style: preserve-3d;
		transform-style: preserve-3d;
	}	

	.fixed-bottom {
		position: unset;
		margin-top: 60px;
	}

	.uk-dotnav {
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		margin-top: 30px;
		margin-left: -4px;
	}

	.pos_right {
		transform: translateX(0%);
		right: 0;
		margin-top: 20px;
		left: unset;
		transform: unset;
	}

	.uk-position-bottom {
		bottom: 15px;
		left: 15px;
		right: 15px;
		height: 55px;
		background-color: rgba(255, 255, 255, 0.85);
	}

	#slider_v2 {
		width: calc(100vw - 50px);
		margin-top: 130px;
		margin-left: auto;
		margin-right: auto;
	}

	.uk-slideshow-items {
		height: 350px;
		/*top: 10px;*/
	}

	#slider_v2 h5, #slider_v2 h6 {
		font-size: 13px;
	}

	#slider_v2 h6 {
		right: 30px;
	}

	.uk-overlay object {
		float: right;
		position: absolute;
		transform: translateY(-50%);
		top: 50%;
	}

	.uk-overlay h5 {
		float: left;
		color: #505050;
		position: absolute;
		bottom: 20px;
		width: auto;
	}

	.uk-overlay h6 {
		visibility: hidden;
	}

	.uk-dotnav > * > * {
	  display: block;
	  box-sizing: border-box;
	  width: 16px;
	  height: 4px;
	  background: transparent;
	  text-indent: 100%;
	  overflow: hidden;
	  white-space: nowrap;
	  background-color: #9B9B9B;
	  border: unset;
	  transition: 0.2s ease-in-out;
	  transition-property: background-color, border-color;
	}

	.uk-dotnav > * > :hover,
	.uk-dotnav > * > :focus {
	  background-color: #9B9B9B;
	  outline: none;
	  border-color: transparent;
	}
	/* OnClick */
	.uk-dotnav > * > :active {
	  background-color: #9B9B9B;
	  border-color: transparent;
	}
	/* Active */
	.uk-dotnav > .uk-active > * {
	  background-color: #0076BE;
	  border-color: transparent;
	}

	.uk-dotnav {
		flex-wrap: unset;
	}

	#text h1 {
		font-weight: 300;
		font-size: 36px;
	}

	#text h3 {
		margin-top: -10px;
		font-size: 16px;
	}

	#text {
		margin-top: 60px;
		padding-right: 10px;
		padding-left: 10px;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		height: auto;
		z-index: 3;
		text-align: center;
		margin-left: 0px;
	}

	#cta_2 {
		position: absolute;
		transform: translateX(-50%);
		left: 50%;
		margin-top: 0px;
	}

	#cta_2:hover {

		box-shadow: none;
	}

	#cta_2:hover object {
		margin-left: 12px;
	}

}

@media screen and (min-width: 450px) and (max-width: 768px) {

	.main_home {
		width: auto;
		height: auto;
		-webkit-transform-style: preserve-3d;
		-moz-transform-style: preserve-3d;
		transform-style: preserve-3d;
	}	

	.fixed-bottom {
		position: unset;
		margin-top: 100px;
	}

	.uk-dotnav {
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		margin-top: 30px;
	}

	.pos_right {
		transform: translateX(0%);
		right: 0;
		margin-top: 20px;
		left: unset;
		transform: unset;
	}

	#slider_v2 {
		width: calc(100vw - 50px);
		margin-top: 130px;
		margin-left: auto;
		margin-right: auto;
	}

	.uk-slideshow-items {
		max-height: 350px;
	}

	#slider_v2 h5, #slider_v2 h6 {
		font-size: 13px;
	}

	#slider_v2 h6 {
		right: 30px;
	}

	.uk-overlay h6 {
		visibility: hidden;
	}

	.uk-overlay object {
		float: right;
		position: absolute;
		transform: translateY(-50%);
		top: 50%;
	}

	.uk-overlay h5 {
		float: left;
		color: #505050;
		position: relative;
		transform: translateY(-50%);
		top: 50%;
		width: auto;
	}

	.uk-dotnav > * > * {
	  display: block;
	  box-sizing: border-box;
	  width: 16px;
	  height: 4px;
	  background: transparent;
	  text-indent: 100%;
	  overflow: hidden;
	  white-space: nowrap;
	  background-color: #505050;
	  border: unset;
	  transition: 0.2s ease-in-out;
	  transition-property: background-color, border-color;
	}

	.uk-dotnav > * > :hover,
	.uk-dotnav > * > :focus {
	  background-color: #505050;
	  outline: none;
	  border-color: transparent;
	}
	/* OnClick */
	.uk-dotnav > * > :active {
	  background-color: #505050;
	  border-color: transparent;
	}
	/* Active */
	.uk-dotnav > .uk-active > * {
	  background-color: #0076BE;
	  border-color: transparent;
	}

	.uk-dotnav {
		flex-wrap: unset;
	}

	#text h1 {
		font-weight: 300;
		font-size: 36px;
	}

	#text h3 {
		margin-top: -10px;
		font-size: 16px;
	}

	#text {
		margin-top: 60px;
		padding-right: 10px;
		padding-left: 10px;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		height: auto;
		z-index: 3;
		text-align: center;
		margin-left: 0px;
	}

	#cta_2 {
		position: absolute;
		transform: translateX(-50%);
		left: 50%;
		margin-top: 0px;
	}

	#cta_2:hover {

		box-shadow: none;
	}

	#cta_2:hover object {
		margin-left: 12px;
	}

}


@media screen and (min-width: 769px) {
	
	#text {
		width: auto;
		height: auto;
		position: absolute;
		top: 35%;
		transform: translateY(-50%);
		z-index: 3;
		margin-left: 6.5%;
		float: left;
	}
}

@media only screen and (min-width: 1306px) {

	#sobremi_der {
		width: 40vw;
		height: auto;
		float: left;
		margin-top: 80px;
		margin-left: 10px;
	}

	.main_sobremi {
		width: calc(100vw - 100px);
		height: calc(100vh - 159px);
		margin-right: auto;
		margin-left: auto;
	}

	#foto_izq {
		width: 50vw;
		height: 100%;
		position: relative;
		float: left;
		z-index: 1;
	}

	#foto_izq img {
		margin-top: 50px;
		width: 46.5vw;
		height: calc(100vh - 259px);
		object-fit: cover;
		z-index: 1;
	}
}

@media only screen and (min-width: 1090px) and (max-width: 1305px) {

	#sobremi_der {
		width: 48vw;
		height: auto;
		float: left;
		position: absolute;
		left: 42%;
		margin-top: 80px;
		margin-left: 50px;
	}

	.main_sobremi {
		width: calc(100vw - 100px);
		height: calc(100vh - 159px);
		margin-right: auto;
		margin-left: auto;
	}

	#foto_izq {
		width: 40vw;
		height: 100%;
		position: relative;
		float: left;
		z-index: 1;
	}

	#foto_izq img {
		margin-top: 50px;
		width: 36.5vw;
		height: calc(100vh - 259px);
		object-fit: cover;
		z-index: 1;
	}

}

@media only screen and (min-width: 651px) and (max-width: 1089px) {

	#sobremi_der {
		width: 600px;
		height: auto;
		left: unset;
		position: relative;
		margin-top: 40px;
		margin-right: auto;
		margin-left: auto;
	}
}

@media only screen and (max-width: 650px) {

	#sobremi_der {
		width: 100%;
		height: auto;
		position: relative;
		left: unset;
		margin-top: 40px;
		margin-left: auto;
		margin-right: auto;
	}

	#sobremi_der_info a:hover {
		text-decoration: none;
		box-shadow: none;
	}
}

@media only screen and (max-width: 400px) {

	#sobremi_softwares {
		width: 58vw;
	}

}

@media only screen and (max-width: 1089px) {

	.main_sobremi {
		width: calc(100vw - 50px);
		height: auto;
		margin-right: auto;
		margin-left: auto;
		margin-bottom: 40px;
	}

	#foto_izq {
		margin-top: 40px;
		width: 100%;
		height: 300px;
		position: relative;
		z-index: 1;
	}

	#foto_izq img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		z-index: 1;
	}

}

@media only screen and (min-width: 1090px) and (max-height: 862px) {

	.main_sobremi {
		width: calc(100vw - 100px);
		height: 703px;
		margin-right: auto;
		margin-left: auto;
	}


	#foto_izq img {
		margin-top: 50px;
		height: 603px;
		object-fit: cover;
		z-index: 1;
	}
	
}

#sobremi_der_info h1 {
	color: #008BE0;
	font-weight: 300;
	font-size: 36px;
	margin-bottom: 15px;
}


#sobremi_der_info li, #interna_txt_2 li {
	font-size: 14px;
	margin: 5px 0px;
	display: table;
	color: #505050;
	font-weight: 300;
}


#interna_txt_2 li {
	font-size: 15px;
}


#sobremi_der_info ul, #interna_txt_2 ul {
	margin-top: 15px;
	margin-left: 0px;
	padding-left: 0px;
}

#interna_txt_2 ul {
	margin-top: 35px;
}


#sobremi_softwares_cu object, #interna_softwares_cu object {
	margin-top: -3px;
	margin-right: 8px;
	float: left;
}

#sobremi_softwares_cu, #interna_softwares_cu {
	width: auto;
	height: 20px;
	float: left;
	margin-bottom: 30px;
	margin-right: 25px;
}

#sobremi_softwares {
	margin-top: 20px;
}

#interna_softwares {
	float: left;
	height: auto;
	margin-top: 20px;
}


#sobremi_der_info hr {
	margin: 10px 0px;
}

#interna_softwares hr {
	margin: 10px 0px 15px 0px;
}

#sobremi_der_info h6 {
	font-size: 15px;
	line-height: 21px;
	font-weight: 300;
	color: #4D4D4D;
	margin-bottom: 20px;
}

#sobremi_der_info a {
	-o-transition:.2s;
	-ms-transition:.2s;
	-moz-transition:.2s;
	-webkit-transition:.2s;
	font-size: 13px;
	line-height: 70px;
	font-weight: 500;
	color: #008BE0;
	padding: 10px 10px 10px 15px;
	border: 1px solid rgb(218, 220, 224);
	/*border-radius: 4px;*/
	/*background-color: #0078D4;*/
	letter-spacing: .05rem;
}
@media only screen and (min-width: 650px) {
		
	#sobremi_der_info a:hover {
		text-decoration: none;
		box-shadow: 4px 4px 0px rgba(0, 0, 0, .3);
	}
}

#sobremi_der_info i {
	margin-left: 5px;
}

#sobremi_softwares_cu h6, #interna_softwares_cu h6 {
	font-size: 15px;
	line-height: 21px;
	font-weight: 300;
	color: #4D4D4D;
	margin-bottom: 10px;
}

#interna_softwares_cu h6 {
	margin-top: 0px;
}

#cta_3 {
	margin-top: 28px;
	-o-transition:.2s;
	-ms-transition:.2s;
	-moz-transition:.2s;
	-webkit-transition:.2s;
	transition: .2s;
	padding-left: 20px;
	padding-top: 13px;
	width: 220px;
	height: 48px;
	border: 1px solid #9D9D9D;
	border-radius: 0px;
	box-shadow: none;
	float: left;
	margin-top: 40px;
}

#cta_3 object, h6 {
	font-size: 16px; 
	float: left;
}

#cta_3 h6 {
	color: #4D4D4D;
}

#cta_3 object {
	-o-transition:.2s;
	-ms-transition:.2s;
	-moz-transition:.2s;
	-webkit-transition:.2s;
	transition: .2s;
	transition-timing-function: ease-out;
	margin-top: 5px;
	margin-left: 12px;
}

@media screen and (min-width: 1090px) {

	#cta_3:hover {
		box-shadow: 4px 4px 0px rgba(0, 0, 0, .3);
	}

	#cta_3:hover object {
		margin-left: 16px;
	}
}


.contacto {
	position: relative;
	height: auto;
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
}

.contacto_1 {
	width: 700px;
	height: auto;
	left: 0;
	right: 0;
}

.contacto h1 {
	margin-bottom: 25px;
	margin-top: 60px;
	height: auto;
	font-weight: 300;
	color: #0185ca;
	text-align: center;
	font-weight: 300;
}

.contacto h5 {
	margin-top: 10px;
	height: auto;
	width: auto;
	font-weight: 300;
	color: #0185ca;
}

.controls {
	width: 700px;
}

#form_message {
	height: 30vh;
}

.contacto h5 {
	font-size: 16px;
}

@media screen and (min-width: 1200px) {


	.contacto_2 {
		width: 700px;
		margin-top: 20px;
		height: 100px;
	}

	.contacto_2_1 {
		width: 45%;
		height: 50px;
		float: left;
	}

	.contacto_2_2 {
		float: right;
		width: 178px;
	}

	.contacto_2_1_icono, .contacto_2_2_icono {
		margin-right: 15px;
		margin-top: 10px;
		float: left;
	}

	.contacto h6 {
		width: 700px;
		height: auto;
		font-weight: 300;
		color: #4D4D4D;
		text-align: center;
		font-weight: 300;
		position: relative;
		transform: translateX(-50%);
		left: 50%;
	}

	.main_contacto {
		width: calc(100vw - 100px);
		height: auto;
		margin-right: auto;
		margin-left: auto;
	}	
	#interna_hero_contacto {
		position: relative;
		width: 1200px;
		height: 366px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 50px;
		box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
	}

	.contacto_todo {
		width: auto;
		height: auto;
		margin-top: 20px;
	}

	#contacto {
		width: 700px;
		margin-right: auto;
		margin-left: auto;
	}

}


@media screen and (min-width: 800px) and (max-width: 1300px) {


	.contacto_2 {
		width: 700px;
		margin-top: 20px;
		height: 100px;
	}

	.contacto_2_1 {
		width: 45%;
		height: 50px;
		float: left;
	}

	.contacto_2_2 {
		float: right;
		width: 178px;
	}

	.contacto_2_1_icono, .contacto_2_2_icono {
		margin-right: 15px;
		margin-top: 10px;
		float: left;
	}

	.contacto h6 {
		width: 700px;
		height: auto;
		font-weight: 300;
		color: #4D4D4D;
		text-align: center;
		font-weight: 300;
		position: relative;
		transform: translateX(-50%);
		left: 50%;
	}

	.main_contacto {
		width: calc(100vw - 100px);
		height: auto;
		margin-right: auto;
		margin-left: auto;
	}

	#interna_hero_contacto {
		position: relative;
		width: calc(100vw - 100px);
		height: auto;
		margin-left: auto;
		margin-right: auto;
		margin-top: 50px;
		box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
	}

	#interna_hero_contacto img {
		width: calc(100vw - 100px);
		height: 366px;
		object-fit: cover;
	}

	#contacto {
		width: 700px;
		margin-right: auto;
		margin-left: auto;
	}

	.contacto_todo {
		width: auto;
		height: auto;
		margin-top: 20px;
	}

	.txt_getintouch {
		height: auto;
	}
}

@media screen and (max-width: 800px) {

	.main_contacto {
		width: calc(100vw - 50px);
		height: auto;
		margin-right: auto;
		margin-left: auto;
	}

	#interna_hero_contacto {
		position: relative;
		width: calc(100vw - 50px);
		height: auto;
		margin-left: auto;
		margin-right: auto;
		margin-top: 50px;
		box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
	}

	#interna_hero_contacto img {
		width: calc(100vw - 50px);
		height: 400px;
		object-fit: cover;
	}

	.contacto h1 {
		text-align: left;
	}

	.contacto h6 {
		font-weight: 300;
		color: #4D4D4D;
		text-align: left;
		font-weight: 300;
	}

	#contacto, #contact-form, .controls {
		width: calc(100vw - 50px)

	}

	.contacto_2 {
		width: calc(100vw - 50px);
		margin-top: 20px;
		height: 100px;
	}

	.contacto_2_1 {
		width: 55%;
		height: 50px;
		float: left;
	}

	.contacto_2_2 {
		float: right;
		width: 178px;
	}

	.contacto_2_1_icono, .contacto_2_2_icono {
		margin-right: 15px;
		margin-top: 10px;
		float: left;
	}

	.contacto_todo {
		width: auto;
		height: auto;
		margin-top: 20px;
	}
}

@media screen and (max-width: 600px) {

	.contacto {
		margin-top: 40px;
	}

	.main_contacto {
		width: calc(100vw - 50px);
		height: auto;
		margin-right: auto;
		margin-left: auto;
	}

	#interna_hero_contacto {
		position: relative;
		width: calc(100vw - 50px);
		height: auto;
		margin-left: auto;
		margin-right: auto;
		margin-top: 40px;
		box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
	}

	#interna_hero_contacto img {
		width: calc(100vw - 50px);
		height: 300px;
		object-fit: cover;
	}

	.contacto h1 {
		text-align: left;
		margin-top: 0px;
		font-size: 36px;
	}

	.contacto h6 {
		font-weight: 300;
		color: #4D4D4D;
		text-align: left;
		font-weight: 300;
	}

	.contacto h5 {
		font-size: 16px;
		margin-top: 13px;
	}

	#contacto {
		width: calc(100vw - 50px);
		margin-top: 0px;
	}

	.contacto_2 {
		width: calc(100vw - 50px);
		position: relative;
		margin-top: 20px;
		height: 150px;
	}

	.contacto_2_1 {
		top: 15px;
		width: 270px;
		left: 50%;
		position: absolute;
		transform: translateX(-50%);
		height: 50px;
	}

	.contacto_2_2 {
		top: 60px;
		left: 50%;
		position: absolute;
		transform: translateX(-50%);
		width: 203px;
	}

	.contacto_2_1_icono, .contacto_2_2_icono {
		margin-right: 15px;
		margin-top: 10px;
		float: left;
	}

	.contacto_todo {
		width: auto;
		height: auto;
		margin-top: 20px;
	}

	.txt_getintouch {
		height: auto;
	}

}

@media screen and (min-width: 751px) {
	
	.visibility {
		visibility: hidden;
	}

	.justify-content-end {
		visibility: all;
	}
}


@media screen and (max-width: 750px) {

	.visibility {
		visibility: all;
	}

	.uk-button-default {
		border: none;
		
	}

	.uk-nav-default {
		font-size: 18px;
	}
	
	.justify-content-end {
		visibility: hidden;
	}

	.uk-navbar {
		position: absolute;
		right: 5px;
		top: 0;
		height: 69px;
	}

	.uk-navbar-toggle {
		height: 69px;
	}

	.uk-nav {
		text-align: center;
		transform: translateY(-50%);
		top: 50%;
		position: relative;
	}

	.uk-nav > li > a {
		padding: 10px 0;
	}

	.uk-nav > li {
		margin-top: 10px;
	}
/*
	.uk-active {
		 border: 1px solid currentColor;
	}*/

}

.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(../imgs/uxui/gif.gif) center no-repeat #fff;
}

#cta_2 object {
	pointer-events: none;
}

.btn-success {
	background-color: #0185ca;
	border: none;
}

@media screen and (min-width: 600px) {

	.btn-success:hover {
		background-color: #006ca4;
		border: none;
	}
	
}

@media screen and (max-width: 600px) {

	.btn-success:hover {
		background-color: #0185ca;
	}
	
}