/* ==================================================
   Basic Styles
================================================== */

html, body {
	height: 100%;
}

html, hmtl a{
	width: 100%;
	font-size: 100%; 
	-webkit-text-size-adjust: 100%; 
	-ms-text-size-adjust: 100%;
}

body{
	background: #193246;
	color: #3a444e;
	font-weight: 300;
	font-size: 16px;
	font-family: 'Exo 2', sans-serif;
	line-height: 28px;
}

nav ul,nav li{
	display: block;
	font-family: 'Acme', sans-serif;
}
ol,ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
nav.vertical ul li{
	display: block;
	}
nav.horizontal ul li{
	display: inline-block;
}

table{
	display: table;
	margin: 0;
	padding: 0;
	font-weight: 300;
	font-size: 16px;
	line-height: 28px;
	text-align: !important;
}

a{
	color: #18A8CE;
	text-decoration: none;
	cursor: pointer;
	
	-webkit-transition: color 0.1s linear 0s;	
	   -moz-transition: color 0.1s linear 0s;
		 -o-transition: color 0.1s linear 0s;
		    transition: color 0.1s linear 0s;
}

a:hover,
a:active,
a:focus{
	outline: 0;
	color: #FFF696;
	background: rgba(36,56,76,0.5);
	text-decoration:none;
}

a img {
	border: none;
}

a > img {
	vertical-align: bottom;	
}

img {
	max-width: none;	
}

strong {
  	font-weight: 500;
}

white { color: #FFFFFF; }
black {	color: #000000; }

blue {	color: #0D9DCA; }
blue-dark {	color: #18A8CE; }

orange { color: #DE7054; }
orange-dark { color: #F7846A; }

purple { color: #A645C6; }
purple-dark { color: #C08DF0; }

green { color: #3E9C52; }
green-dark { color: #96C896; }

.whatsapp {font-size: 20px; font-weight: 500; margin: 10px; }

p {
	font-weight: 300;
	font-size: 18px;
	font-family: 'Exo 2', sans-serif;
	margin: 0 0 30px;
	line-height: 28px;
}

em {
	font-size: 14px;
	font-style: italic;
	color: #D76D6D;
}

em-dark {
	font-size: 14px;
	font-style: italic;
	color: #E58585;
}

hr {
	border-style: solid;
	border-color: #4B565D;
	border-bottom: none;
	border-left: none;
	border-right: none;
	margin: 50px 0;	
}

.align_left{
	float:left;
	margin:0 25px 0 0px!important;
}

.align_right{
	float:right;
	margin:0 0 0 25px!important;
}

.text_align_left {
	text-align: left;
}

.text_align_center {
	text-align: center;
}

.text_align_right {
	text-align: right;	
}

.color-text {
    color: #18A8CE;
}

.through{
	text-decoration:line-through;
}

input, button, select, textarea {
	font-weight: 300;
	font-family: 'Exo 2', sans-serif;
	outline: 0;
	line-height:28px;
}

input:focus, 
textarea:focus,
input[type="text"]:focus {
	outline: 0;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #7F8289;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #7F8289;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #7F8289;
}

/* ==================================================
   Code and Pre
================================================== */

code,
pre {
  	padding: 0 3px 2px;
  	-webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
  	color: #232527;
  	font-size: 12px;
  	font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}

code {
  	padding: 2px 4px;
  	border: 1px solid #DDE4E9;
  	background-color: #F6F6F6;
  	color: #232527;
  	white-space: nowrap;
}

pre {
  	display: block;
  	margin: 70px 50px;
  	padding: 30px;
  	border: 1px solid #DDE4E9;
  	-webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
  	background-color: #FCFCFC;
  	white-space: pre;
  	white-space: pre-wrap;
  	word-wrap: break-word;
  	word-break: break-all;
  	font-size: 12px;
  	line-height: 20px;
}

pre code {
  	padding: 0;
  	border: 0;
  	background-color: transparent;
  	color: inherit;
  	white-space: pre;
  	white-space: pre-wrap;
}

.pre-scrollable {
  	overflow-y: scroll;
  	max-height: 340px;
}

/* ==================================================
   Typography
================================================== */

h1,
h2,
h3,
h4,
h5,
h6{
	margin: 0 0 20px 0;
	font-weight: 300;
	font-family: 'Exo 2', sans-serif;
	line-height: 1.5em;
}

h1{
	font-size:32px;
	padding-top:20px;
}

h2{
	font-size:28px;
	padding-top:20px;
}

h3{
	font-size:24px;
}

h4{
	font-size:22px;
}

h5{
	font-size:20px;
}

h6{
	font-size:18px;
}

h7{
	margin: 0;
	font-weight:400;
	font-family: 'Exo 2', sans-serif;
	font-size: 20px;
}
h8{
	margin: 0;
	font-weight:400;
	font-family: 'Exo 2', sans-serif;
	font-size: 28px;
}

h3.spec {
	color: #FFFFFF;
    font-size: 28px;
    font-weight: 300;
    line-height: 1em;
    margin-bottom: 30px;
    text-transform: uppercase;
}


/* ==================================================
   Margin Bottom Sets
================================================== */

.margin-0{
	margin-bottom:0 !important;
}

.margin-10{
	margin-bottom:10px !important;
}

.margin-15{
	margin-bottom:15px !important;
}

.margin-20{
	margin-bottom:20px !important;
}

.margin-30{
	margin-bottom:30px !important;
}

.margin-40{
	margin-bottom:40px !important;
}

.margin-50{
	margin-bottom:50px !important;
}

.margin-60{
	margin-bottom:60px !important;
}

.margin-70{
	margin-bottom:70px !important;
}

.margin-80{
	margin-bottom:80px !important;
}

/* ==================================================
   Home Slider
================================================== */

#home-slider {
	position: relative;
	overflow: hidden;
	height: 100%;
	margin-top: 0px;
}

#home-slider .overlay { 
	position: absolute;
	width: 100%;
	height: 100%;
	background: #142332;
	opacity: 0;
	filter: alpha(opacity=0);
	z-index: 0;
}

#home-slider .slider-text {
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -150px 0 0 -585px;
	width: 1170px;
	height: 250px;
	text-align: center;
	z-index: 2;	
}

#home-slider #slidecaption {
	width: 100%;
	line-height: 250px;
	margin: 0;
	text-align: center;
	text-shadow: none;	
}

#home-slider .slide-content {
	width:100%;	
	color: #FFFFFF;
	text-transform: none;
}

#home-slider .slide-content h1 {
	font-family: 'Orbitron', sans-serif;
	letter-spacing: -1px;
	font-weight: 500;
	font-size: 82px;
}

#home-slider .slide-content h2 {
	font-family: 'Orbitron', sans-serif;
	letter-spacing: -1px;
	font-weight: 400;
	font-size: 68px;
    color: #FAC8B4;
}

#home-slider .slide-content p {
	font-size: 48px;
}

#home-slider .control-nav {
	position: absolute;
	width: 100%;
	background: #193246;
	height: 50px;
	bottom: 0;
	z-index: 2;
}

#home-slider #nextslide,
#home-slider #prevslide {
	background-image: none;
	background-color: #193246;
	display: inline-block;
	margin: 0;
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	width: 50px;
	height: 50px;
	opacity: 1;
	filter: alpha(opacity=100);
	
	-webkit-transition: background 0.2s linear 0s;	
	   -moz-transition: background 0.2s linear 0s;
		 -o-transition: background 0.2s linear 0s;
		    transition: background 0.2s linear 0s;
}

#home-slider #nextslide {
	margin-left: -3px;	
}

#home-slider #nextsection {
	float:right;
}

#home-slider #nextslide:hover,
#home-slider #prevslide:hover {
	background-color: #142332;
}

#home-slider #nextslide i,
#home-slider #prevslide i {
	font-size: 16px;
	color: #FFFFFF;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -7px;
	line-height: 1em;
}

#home-slider #nextslide i {
	margin-left: -8px;	
}

#home-slider #prevslide i {
	margin-left: -9px;	
}

#home-slider ul#slide-list {
	top: 50%;
	padding: 0;
	margin:-6px 0 0 0;	
}

#home-slider ul#slide-list li {
	margin-right: 12px;
}

#home-slider ul#slide-list li:last-child {
	margin-right: 0;	
}

#home-slider ul#slide-list li a {
	background-color: #FABEA5;
	background-image: none;
	width: 12px;
	height: 12px;
	
	-webkit-border-radius: 999px;
	-moz-border-radius: 999px;
	border-radius: 999px;	
	
	-webkit-transition: background 0.2s linear 0s;	
	   -moz-transition: background 0.2s linear 0s;
		 -o-transition: background 0.2s linear 0s;
		    transition: background 0.2s linear 0s;
}

#home-slider ul#slide-list li a:hover {
	background-color: #FFFFFF;	
}

#home-slider ul#slide-list li.current-slide a,
#home-slider ul#slide-list li.current-slide a:hover {
	background-color: #FFFFFF;
}

#home-slider #nextsection {
	background-color: #193246;
	margin: 0;
	position: relative;
	float:right;
	width: 50px;
	height: 50px;
	
	-webkit-transition: background 0.2s linear 0s;	
	   -moz-transition: background 0.2s linear 0s;
		 -o-transition: background 0.2s linear 0s;
		    transition: background 0.2s linear 0s;
}

#home-slider #nextsection:hover {
	background-color: #142332;
}

#home-slider #nextsection i {
	font-size: 16px;
	color: #FFFFFF;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -7px;
	line-height: 1em;
}

#home-slider #nextsection i {
	margin-left: -7px;	
}


/* ==================================================
   Header
================================================== */

header {
	width: 100%;
	z-index: 99;
}

header .sticky-nav {
	position: relative;
	width: 100%;
	height: 60px;
	background: #142332;
	z-index: 1001;
	
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
}

header .sticky-nav.stuck {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1001;
}

header #logo {
	color: #FFFFFF;
	float: left;
	padding: 10px 0;
	margin-left: 20px;
}

header #logo a {
	background: url("https://codificando.com.mx/_include/img/main/logo_menu.png") no-repeat;
	width: 192px;
	height: 40px;
	text-indent: -9999px;
	display: block;
	opacity: 1;
	filter: alpha(opacity=100);
	
	-webkit-transition: opacity 0.25s ease-in-out 0s;	
	   -moz-transition: opacity 0.25s ease-in-out 0s;
		 -o-transition: opacity 0.25s ease-in-out 0s;
		    transition: opacity 0.25s ease-in-out 0s;	
}

header #logo a:hover {
	opacity: 1;
	filter: alpha(opacity=100);	
}

nav#menu {
	float: right;
	margin-right: 0px;
}

nav#menu #menu-nav {
	margin: 0;
}

nav#menu #menu-nav li {
	list-style: none;
	display: inline-block;
	margin-left: 0px;
}

nav#menu #menu-nav li:first-child {
	margin-left: 0;	
}

nav#menu #menu-nav li a {
	color: #FFFFFF;
	font-size: 20px;
	font-weight: 300;
	line-height: 60px;
	display: block;
	text-transform: uppercase;
	padding: 0 22px 0 22px;
}

nav#menu #menu-nav li.current a,
nav#menu #menu-nav li a:hover {
	color: #FAC8B4;
	background: #193246;
}


/* ==================================================
   Mobile Navigation
================================================== */

#mobile-nav {
	display: none;	
}

.menu-nav {
	background: url("https://codificando.com.mx/_include/img/menu-mobile.png") 0 0 no-repeat;
	width: 16px;
	height: 16px;
	display: block;
	margin: 22px 0 0 0;
	
	-webkit-transform: rotate(0deg);
	   -moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		 -o-transform: rotate(0deg);
			transform: rotate(0deg);
	
	-webkit-transition: -webkit-transform 250ms ease-out 0s;	
	   -moz-transition:    -moz-transform 250ms ease-out 0s;
		 -o-transition:      -o-transform 250ms ease-out 0s;
		    transition:         transform 250ms ease-out 0s;
}

.menu-nav:hover {
	background: #283C50 url("https://codificando.com.mx/_include/img/menu-mobile.png") 0 0 no-repeat;
}

.menu-nav.open {
	background-position: 0 -16px;
		  
	-webkit-transform: rotate(-180deg);
	   -moz-transform: rotate(-180deg);
		-ms-transform: rotate(-180deg);
		 -o-transform: rotate(-180deg);
			transform: rotate(-180deg);
	
	-webkit-transition: -webkit-transform 250ms ease-out 0s;	
	   -moz-transition: -moz-transform 250ms ease-out 0s;
		 -o-transition: -o-transform 250ms ease-out 0s;
		    transition: transform 250ms ease-out 0s;	
}

#navigation-mobile {
	display: none;
	text-align: center;
	width: 100%;
	background: #142332;	
	border-bottom: 1px solid #193246;
	position: relative;
	float: left;
	z-index: 9999;
}

#navigation-mobile li {
	list-style: none;
	border-top: 1px solid #193246;
}

#navigation-mobile li a{
	display: block;
	font-size: 16px;
	font-weight: 300;
	text-transform: uppercase;
	padding: 20px 0;
	color: #FAC8B4;
}

/* ==================================================
   Section Page
================================================== */

.page {
	width: 100%;
	background: #FFFFFF;
	padding: 0 0 50px 0;
	position: relative;
	z-index: 99;
}

.page-alternate {
	background: #ECEDEF;
	background-image: url("https://codificando.com.mx/_include/img/overlay.png");
	background-position: top left;
	background-repeat: repeat;
	background-size: auto;
	padding: 0 0 50px 0;
	position: relative;
	z-index: 99;
}

.full {
	width: 100%;
	min-height: 554px;
	position: relative;
}

.wall {
	background-image: url("https://codificando.com.mx/_include/img/triangles.png");
	background-position: center center;
	background-repeat: repeat-x;
}

.bg-404 {
	background-image: url("https://codificando.com.mx/_include/img/main/404-bg.png");
	background-position: center center;
	background-repeat: repeat-x;
}

.page-portfolio {
	position: relative;
	width: 100%;
	padding: 0 0 50px 0;
	height: auto;
	background: rgba(20,35,50, 0.75);
	color: #DCE6F0;
	text-align: center;
	z-index: 99;
}

.title-page {
	text-align: center;
	margin-bottom: 50px;	
}

.title-page .title {
	margin: 10px 0 10px 0;
	color: #454545;
	}

.title-page .title-description {
	font-weight: 300;
	margin: 0;
	color: #A645C6;
}

.title-page-dark .title {
	margin: 10px 0 10px 0;
	color: #FFFFFF;
}

.title-page-dark .title-description {
	font-weight: 300;
	margin: 0;
	color: #61BBCF;
}

/* ==================================================
   Section Portfolio
================================================== */

.type-work {
	color: #FFFFFF;
	font-size: 28px;
	font-weight: 400;
	margin-bottom: 30px;
	line-height: 1em;
	text-transform: uppercase;
}

.work-nav #filters {
	margin: 0;
	padding: 0;
	list-style: none;
}

.work-nav #filters li {
	margin: 0 0 30px 0;
	padding: 0;
}

.work-nav #filters li a {
	color: #7F8289;
	font-size: 16px;
	display: block;	
}

.work-nav #filters li a:hover {
	color: #FFFFFF;
}

.work-nav #filters li a.selected {
	color: #18A8CE;
}

#thumbs {
	margin: 0;
	padding: 0;	
}

#thumbs li {
	list-style-type: none;
}

.item-thumbs {
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
	cursor: pointer;
	
	background: -webkit-linear-gradient(to top, #d5d4d0 0%, #d5d4d0 1%, #eeeeec 31%, #ffffff 75%, #e9e9e7 100%);
	background:    -moz-linear-gradient(to top, #d5d4d0 0%, #d5d4d0 1%, #eeeeec 31%, #ffffff 75%, #e9e9e7 100%);
	background:     -ms-linear-gradient(to top, #d5d4d0 0%, #d5d4d0 1%, #eeeeec 31%, #ffffff 75%, #e9e9e7 100%);
	background:      -o-linear-gradient(to top, #d5d4d0 0%, #d5d4d0 1%, #eeeeec 31%, #ffffff 75%, #e9e9e7 100%);
	background:         linear-gradient(to top, #d5d4d0 0%, #d5d4d0 1%, #eeeeec 31%, #ffffff 75%, #e9e9e7 100%);	

	border-radius: 12px;
	
}

.item-thumbs a + img {
	width: 100%;
}

.item-thumbs .hover-wrap {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
}

.item-thumbs:hover .hover-wrap,
.item-thumbs.active .hover-wrap {
	background: #FFFFFF;
	opacity: 0.5;
	filter: alpha(opacity=50);	
}

.item-thumbs .hover-wrap .overlay-img {
	background: #FFFFFF;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 10px;
	filter: grayscale(100%);
}

.item-thumbs .hover-wrap .overlay-img-thumb {
	background: #FFFFFF;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -16px 0 0 -16px;
	color: #FFFFFF;
	font-size: 32px;
	line-height: 1em;
	opacity: 1;
	filter: alpha(opacity=100);

}


/* ==================================================
   About Section
================================================== */

.profile-name {
	margin-bottom: 15px;
}

.profile-name h3 {
  color: #333333;  
  }
    
.profile-name h3:first-letter {
  color: #18A8CE;
  font-weight: 500;  
  }

.profile-description {
	margin-bottom: 25px;	
}

.image-wrap {
	position: relative;
	overflow: hidden;	
	margin-bottom: 10px;
	cursor: default;
	display: table;
}

.image-wrap img {
	width: 100%;	
}

.image-wrap .hover-wrap {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	opacity: 0;
	filter: alpha(opacity=0);
	
	-webkit-transition: all 450ms ease-out 0s;	
	   -moz-transition: all 450ms ease-out 0s;
		 -o-transition: all 450ms ease-out 0s;
		    transition: all 450ms ease-out 0s;
		  
	-webkit-transform: rotateY(180deg) scale(0.5,0.5);
	   -moz-transform: rotateY(180deg) scale(0.5,0.5);
		-ms-transform: rotateY(180deg) scale(0.5,0.5);
		 -o-transform: rotateY(180deg) scale(0.5,0.5);
			transform: rotateY(180deg) scale(0.5,0.5);	
}

.image-wrap:hover .hover-wrap,
.image-wrap.active .hover-wrap {
	opacity: 1;
	filter: alpha(opacity=100);
	
	-webkit-transform: rotateY(0deg) scale(1,1);
	   -moz-transform: rotateY(0deg) scale(1,1);
		-ms-transform: rotateY(0deg) scale(1,1);
		 -o-transform: rotateY(0deg) scale(1,1);
		    transform: rotateY(0deg) scale(1,1);
}

.image-wrap .hover-wrap .overlay-img {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #3980A0;
	opacity: 0.40;
	filter: alpha(opacity=40);
	border-radius: 10px;
}

.image-wrap .hover-wrap .overlay-text-thumb {
	position: absolute;
	width: 100%;
	height: 32px;
	top: 50%;
	margin: -16px 0 0 0;
	color: #D2D6D8;
	font-size: 20px;
	font-weight: 300;
	line-height: 32px;
	text-transform: uppercase;
	text-align: center;
	opacity: 1;
	filter: alpha(opacity=100);
	z-index: 2;
}

.image-wrap .mission {
	display: table-cell;
	vertical-align: middle;
	top: 50%;
	text-align: center;
	height: 200px;
	padding: 2em 2em 2em 2em;
	border:solid 2px #D2D6D8;
	color: #DCE6F0;
	border-radius: 10px;
	z-index: 1;	
	
	background: -webkit-linear-gradient(#B45050,#78145A,#280A32);
	background:    -moz-linear-gradient(#B45050,#78145A,#280A32);
	background:     -ms-linear-gradient(#B45050,#78145A,#280A32);
	background:      -o-linear-gradient(#B45050,#78145A,#280A32);
	background:         linear-gradient(#B45050,#78145A,#280A32); 
}

.image-wrap .vision {
	display: table-cell;
	vertical-align: middle;
	top: 50%;
	text-align: center;
	height: 200px;
	padding: 2em 2em 2em 2em;
	border:solid 2px #D2D6D8;
	color: #DCE6F0;
	border-radius: 10px;
	z-index: 1;
	
	background: -webkit-linear-gradient(#3C785A,#1E3C5A,#0A1E32);
	background:    -moz-linear-gradient(#3C785A,#1E3C5A,#0A1E32);
	background:     -ms-linear-gradient(#3C785A,#1E3C5A,#0A1E32);
	background:      -o-linear-gradient(#3C785A,#1E3C5A,#0A1E32);
	background:         linear-gradient(#3C785A,#1E3C5A,#0A1E32); 

}

.image-wrap .values {
	display: table-cell;
	vertical-align: middle;
	top: 50%;
	text-align: center;
	height: 200px;
	padding: 2em 2em 2em 2em;
	border:solid 2px #D2D6D8;
	color: #DCE6F0;
	border-radius: 10px;
	z-index: 1;
	
	background: -webkit-linear-gradient(#326496,#3C2864,#1E001E);
	background:    -moz-linear-gradient(#326496,#3C2864,#1E001E);
	background:     -ms-linear-gradient(#326496,#3C2864,#1E001E);
	background:      -o-linear-gradient(#326496,#3C2864,#1E001E);
	background:         linear-gradient(#326496,#3C2864,#1E001E); 
}

.image-wrap .history {
	display: table-cell;
	vertical-align: middle;
	top: 50%;
	text-align: center;
	padding: 2em 2em 2em 2em;
	border:solid 2px #D2D6D8;
	color: #DCE6F0;
	border-radius: 10px;
	z-index: 1;
	
	background: -webkit-linear-gradient(#28323C,#505A64,#142332);
	background:    -moz-linear-gradient(#28323C,#505A64,#142332);
	background:     -ms-linear-gradient(#28323C,#505A64,#142332);
	background:      -o-linear-gradient(#28323C,#505A64,#142332);
	background:         linear-gradient(#28323C,#505A64,#142332); 
}

.social-icons {
	margin: 0;
	padding: 0;
}

.social-icons li {
	display: inline-block;
	margin-left: 15px;	
}

.social-icons li:first-child {
	margin-left: 0;
}

.social-icons li a{
	color: #FFFFFF;
	font-size: 16px;
	line-height: 1em;
	width: 16px;
	height: 16px;
	opacity: 0.40;
	filter: alpha(opacity=40);
	
	-webkit-transition: opacity 0.1s linear 0s;	
	   -moz-transition: opacity 0.1s linear 0s;
		 -o-transition: opacity 0.1s linear 0s;
		    transition: opacity 0.1s linear 0s;
}

.social-icons li a:hover{
	opacity: 1;
	filter: alpha(opacity=100);
}

/* ==================================================
   Countdown CSS
================================================== */

.time-count {
  display: block;
  text-align: center;
}

.time-count ul {
  padding-left: 0;
}

#countdown {
  display: block;
  max-width: 980px;
  margin: 0px auto 0px;
}

#countdown li {
  float: left;
  display: block;
  width: 25%;
  text-align: center;
  height: 150px;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain !important;
  position: relative;
  color: #FFF;
}

#countdown li.angle-one {
  background-image: url(https://codificando.com.mx/_include/img/main/coming-soon1.png);
  left: 180px;
}

#countdown li.angle-two {
  background-image: url(https://codificando.com.mx/_include/img/main/coming-soon2.png);
  left: 60px;
}

#countdown li.angle-three {
  background-image: url(https://codificando.com.mx/_include/img/main/coming-soon3.png);
  right: 60px;
}

#countdown li.angle-four {
  background-image: url(https://codificando.com.mx/_include/img/main/coming-soon4.png);
  right: 180px;
}

#countdown li > span {
  font-size: 36px;
  line-height: 36px;
  font-weight: 700;
  color: #FFF;
  display: inline-block;
  margin-top: 30px;
}

#countdown li.angle-two > span,
#countdown li.angle-four > span {
  margin-top: 60px;
}



/* ==================================================
   Contact Section
================================================== */

.contact-details h3 {
	color: #FFFFFF;
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 30px;
	line-height: 1em;
    text-transform: uppercase;
}

.contact-details ul {
	margin: 0;
	padding: 0;
	list-style: none;	
}

.contact-details ul li {
	margin: 0 0 10px;
	line-height: 28px;
	padding: 0;	
}

#contact-form {
	margin-bottom: 0;
	margin-top: 0;
}

#contact-form p {
	margin-bottom: 1px;	
}

#contact-form input,
#contact-form textarea {
    border: solid 1px;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
    -webkit-box-shadow: none;
	   -moz-box-shadow: none;
	box-shadow: inset;
	background: #193246;
    color: #C0C8D8;
    font-size: 16px;
    height: auto;
    padding: 10px;
	margin-top: 0px;
	margin-bottom: 10px;
	border-color: #506478;
	border-radius: 10px;
    resize: none;
}

#contact-form input {
    width: 100%;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#contact-form textarea {
    width: 100%;
	resize: vertical;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#contact-form input:focus,
#contact-form textarea:focus {
    color: #FFFFFF;
}

#contact-form .submit {
    background: #007896;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
	width: 50%;
    font-size: 18px;
    font-weight: 500;
    padding: 16px;
    text-align: center;
	text-transform: uppercase;
    vertical-align: middle;
	margin: 0 0 30px 0;
	border-radius: 10px;
	
	-webkit-transition: background 0.1s linear 0s, color 0.1s linear 0s;	
	   -moz-transition: background 0.1s linear 0s, color 0.1s linear 0s;
		 -o-transition: background 0.1s linear 0s, color 0.1s linear 0s;
		    transition: background 0.1s linear 0s, color 0.1s linear 0s;
}

#contact-form .submit:hover {
    background: #0AB9D2;
    color: #FFFFFF;
}

#response {
	margin-top: 10px;
	margin-bottom: 20px;
	font-style: italic;
	color: #F77F82;
}

#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 10px;
	right: 20px;
	overflow: hidden;
	width: 44px;
	height:44px;
	border: none;
	text-indent: 100%;
	background: url(https://codificando.com.mx/_include/img/icons/top_move.png) no-repeat right top;
	z-index:10000;
}

#toTop:hover {
	background: url(https://codificando.com.mx/_include/img/icons/top_move_hover.png) no-repeat right top;
}

/* ==================================================
   Social Area
================================================== */

#social-area {
    text-align: center;
}

#social-area #social ul {
	margin: 0;
	padding: 0;
}

#social-area #social ul li {
	display: inline-block;
	margin-left: 30px;
	list-style: none;
	cursor: pointer;
}

#social-area #social ul li:first-child {
	margin-left: 0;
}

#social ul li a {
	display: block;
	width: 70px;
	height: 70px;

	background: #FFFFFF;
	
	-webkit-transition: all 400ms ease-out 0s;	
	   -moz-transition: all 400ms ease-out 0s;
		 -o-transition: all 400ms ease-out 0s;
		    transition: all 400ms ease-out 0s;
	
	-webkit-transform: rotateY(180deg);
	   -moz-transform: rotateY(180deg);
		-ms-transform: rotateY(180deg);
		 -o-transform: rotateY(180deg);
			transform: rotateY(180deg);
}

#social ul li a span {
	display: inline-block;
	margin: 0;
	color: #55606A;
	font-size: 32px;
	line-height: 70px;
	opacity: 0.3;
	filter: alpha(opacity=30);
	
	-webkit-transition: all 400ms ease-out 0s;	
	   -moz-transition: all 400ms ease-out 0s;
		 -o-transition: all 400ms ease-out 0s;
		    transition: all 400ms ease-out 0s;
		  
	-webkit-transform: rotateY(180deg);
	   -moz-transform: rotateY(180deg);
		-ms-transform: rotateY(180deg);
		 -o-transform: rotateY(180deg);
			transform: rotateY(180deg);
}

#social ul li:hover a,
#social ul li.active a {
	background-color: #18A8CE;	
	
	-webkit-transform: rotateY(0deg);
	   -moz-transform: rotateY(0deg);
		-ms-transform: rotateY(0deg);
		 -o-transform: rotateY(0deg);
		    transform: rotateY(0deg);
}

#social ul li:hover a span,
#social ul li.active a span {
	color: #FFFFFF;
	opacity: 1;
	filter: alpha(opacity=100);
	
	-webkit-transform: rotateY(0deg);
	   -moz-transform: rotateY(0deg);
		-ms-transform: rotateY(0deg);
		 -o-transform: rotateY(0deg);
			transform: rotateY(0deg);
}

/* ==================================================
   Footer
================================================== */

footer {
	position: relative;
	width: 100%;
	height: auto;
	text-align: center;
	z-index: 99;
}

footer .credits {
	color: #FFFFFF;
	font-size: 18px;
	margin-bottom: 0;
	padding: 0;
	text-transform: none;	
}

/* ==================================================
   Preloader
================================================== */

#jpreOverlay,
#jSplash {
	background-color: #193246;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 700;
}

#jpreSlide{

	position: absolute;
	top: 50% !important;
	left: 50% !important;
	margin: -50px 0 0 -50px;
	width: 100px;
	height: 100px;
}

#jpreLoader {
	position: relative !important;
	width: 100% !important;
	height: 100% !important;
	top: 0 !important;	
}

#jprePercentage {
	width: 50px;
	height: 50px !important;
	line-height: 50px;
	position: absolute !important;
	text-align: center;
	left: 50%;
	top: 50%;
	margin: -25px 0 0 -25px;
	z-index: 800;
	
	font-size: 24px;
	color: #FFFFFF;	

	-webkit-animation: circle 1s infinite forwards;
	   -moz-animation: circle 1s infinite forwards;
		-ms-animation: circle 1s infinite forwards;
		 -o-animation: circle 1s infinite forwards;
			animation: circle 1s infinite forwards;
}

#circle {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 11;
	margin: -50px 0 0 -50px;
	width: 100px;
	height: 100px;
	background: #18A8CE;
	-webkit-border-radius: 999px;
	-moz-border-radius: 999px;
	border-radius: 999px;
	opacity: 0;
	filter: alpha(opacity=0);
			
	-webkit-animation: circle 1s infinite forwards;
	   -moz-animation: circle 1s infinite forwards;
		-ms-animation: circle 1s infinite forwards;
			animation: circle 1s infinite forwards;
}

@-webkit-keyframes circle {
	0% {-webkit-transform: rotateY(0deg);
		-webkit-animation-timing-function: ease-in;
	}
	50% {-webkit-transform: rotateY(180deg);
		-webkit-animation-timing-function: ease-out;
	}
	100% {-webkit-transform: rotateY(0deg);
		-webkit-animation-timing-function: ease-in;
	}
}

@-moz-keyframes circle {
	0% {-moz-transform: rotateY(0deg);
	}
	50% {-moz-transform: rotateY(180deg);
		-moz-animation-timing-function: ease-out;
	}
	100% {-moz-transform: rotateY(0deg);
		-moz-animation-timing-function: ease-in;
	}
}

@-ms-keyframes circle {
	0% {-ms-transform: rotateY(0deg);
		-ms-animation-timing-function: ease-in;
	}
	50% {-ms-transform: rotateY(180deg);
		-ms-animation-timing-function: ease-out;
	}
	100% {-ms-transform: rotateY(0deg);
		-ms-animation-timing-function: ease-in;
	}
}

@-o-keyframes circle {
	0% {-o-transform: rotateY(0deg);
		-o-animation-timing-function: ease-in;
	}
	50% {-o-transform: rotateY(180deg);
		-o-animation-timing-function: ease-out;
	}
	100% {-o-transform: rotateY(0deg);
		-o-animation-timing-function: ease-in;
	}
}

@keyframes circle {
	0% {transform: rotateY(0deg);
		animation-timing-function: ease-in;
	}
	50% {transform: rotateY(180deg);
		animation-timing-function: ease-out;
	}
	100% {transform: rotateY(0deg);
		animation-timing-function: ease-in;
	}
}


/* ==================================================
   Isotope Filtering
================================================== */

/**** Isotope Filtering ****/

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}

/* End: Recommended Isotope styles */



/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
     -moz-transition: none;
      -ms-transition: none;
       -o-transition: none;
          transition: none;
}