@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}
ul, ol {
	list-style-type: none;
}
body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 100%;
	line-height: 1.6875rem;
	background: #f2f2f2;
	color: #010b19;
	text-align: center;
}
a {
	color: #1251A8;
	text-decoration: none;
}
a:hover {
	transition: .4s ease all;
}
.btnvm {
	display: inline-block;
	padding: 0 .25rem;
	margin: .25rem 0 0 0;
	border-radius: .25rem;
	background-color: #010b19;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 95%;
	font-weight: 600;
	text-transform: uppercase;
}
.btnvm:hover {
	background-color: #fff;
}
p.intro a.btnvm, li a.btnvm {
	margin: 0;
	line-height: 1.25;
}
section {
	padding: 0 0 2rem 0;
}
img {
	max-width: 100%;
	height: auto;
}
#test {
	border: 1px solid lime;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Open Sans Condensed', sans-serif;
	text-transform: uppercase;
}
h1 {
	font-size: 2.25rem;
	line-height: 2.5rem;
	padding: 1.25rem 0;
}
section h1 {
	margin: 2rem 0 0 0;
}
h2 {
	color: #fff;
	font-size: 1.5rem;
	padding: .5rem 0;
}
h3, .col3 h2 {
	font-size: 1.3125rem;
	clear: both;
	margin: 2rem 0 .5rem 0;
	font-weight: normal;
}
h4 {
	font-size: 1.125rem;
}
h5 {
	font-size: 1rem;
}
p {
	font-size: 1rem;
	margin: .5rem;
}
p.intro {
	text-align: center;
	margin: 1.5rem 0;
	clear: both;
}
.modIntroA {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 1.3125rem;
	line-height: 2.5rem;
	color: #444;
}
p.ph2 {
	font-size: 2.25rem;
	font-weight: 600;
	padding: 1.5rem 0;
	margin: 0;
	font-family: 'Open Sans Condensed', sans-serif;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
}
p.highlight {
	font-family: 'Fjalla One', sans-serif;
	margin: 2rem 0 0 0;
	padding: .5rem 1rem;
	border-radius: .5rem;
	display: inline-block;
	background-color: #FF6505;
	color: #fff;
	font-size: 1.3125rem;
}
blockquote.bq1 {
	color: #fff;
	background-color: #ff6405;
	padding: 1rem;
	margin: 1rem;
	font-family: 'Open Sans Condensed', sans-serif;
}
blockquote.bq1 p {
	font-size: 1.5rem;	
}
blockquote.bq1 p:last-child {
	font-family: 'Fjalla One', sans-serif;
	text-align: right;
	font-size: 1rem;
}
.listA {
	margin: 1rem 0;
	background: #e2e2e2;
	padding: 1.5rem;
}
.listA li {
	margin: 0 0 .5rem 0;
}
.listA li:before {
	content: '\2731';
	padding-right: 0.5em;
}
.dlA {
	margin: 1rem 0;
	overflow: hidden;
}
.dlA dt {
	float: left;
	clear: left;
	margin: 0 0 .5rem 0;
	font-family: 'Fjalla One', sans-serif;
	font-size: 1.125rem;
}
.dlA dt a {
	color: #010b19;
	border-bottom: 1px solid #010b19;
	background: #fff;
	padding: 0.25rem;
	text-transform: uppercase;
}
.dlA dt a:hover {
	color: #ff6405;
	border-bottom: 1px solid #ff6405;
}
.dlA dd {
	float: left;
	padding: 0 1.5rem 0 1.5rem;
	border-bottom: 1px dashed #888;
}
#personalizacion-parametros p:last-child {
	display: none;
}
#temario-diseno-web {
	color: #f2f2f2;
}
#perfiles {
	padding: 1rem 0 .25rem 0;
	overflow: hidden;	
}
#perfiles li {
	margin: 0 0 0.25rem 0;
}
#perfiles li a {
	font-family: 'Fjalla One', sans-serif;
	padding: .5rem;
	font-size: 1.125rem;
	color: #010b19;
	background: #f2f2f2;
	display: block;	
}
#perfiles a.prflSlctd {
	background-color: #FFA105; 
}
#perfiles a.prflSlctd strong {
	color: #fff;	
}
#perfiles a strong {
	color: #ff6405;
	font-weight: 400;
}
#perfiles a:hover {
	color: #ff6405;	
}
#perfiles a:hover strong {
	color: #010b19;	
}
#listaTemas {
	overflow: hidden;
	padding: 2rem;
	font-family: 'Open Sans Condensed', sans-serif;
	color: #010b19;	
	text-align: left;
}
#listaTemas li {
	padding: 0 2rem .25rem 0;	
}
#listaTemas li:before {
	content: '\2731';
	padding-right: 0.25em;
	color: #010b19;	
}
#listaTemas li, #temarioNota {
	display: none;	
}
#temarioNota {
	clear: both;	
}
.col3 p:last-child {
	text-align: center;	
}
.col5 ul li {
	margin: .5rem;
}
.col5 ul li strong {
	color: #ff6405;
}
.col5 ul li:nth-child(even) {
	color: #073068;
}
.tableA {
	width: 100%;
	margin: 2rem 0;
	background: #f2f2f2;
	padding: 1rem;
}
.tableA th {
	font-family: 'Fjalla One', sans-serif;
	font-weight: normal;
	font-size: 1.3125rem;
	padding: 2rem 0 1rem 0;
	text-align: left;
}
.tableA tr th:first-child {
	text-align: right;
}
.tableA th strong {
	color: #ff6405;
}
.tableA td {
	width: 50%;
	margin: .5rem;
	background: #ccc;
	padding: 1rem;
	text-align: right;
	color: #444;
}
.tableA tr td:last-child {
	background-color: #010b19;
	color: #fff;
	text-align: left;
}
.tableA tr td:last-child strong {
	color: #ff6405;
}
#cursos-de-diseno-web-ubicacion {
	display: none;	
}
#language-skills {
	background: #010b19;
	color: #f2f2f2;	
	clear: both;
}
#language-skills tr td:first-child {
	min-width: 36px;	
}
#language-skills tr td:nth-child(2) {
	font-family: 'Fjalla One', sans-serif;
	text-transform: uppercase;
	color: #f2f2f2;
	font-size: 1.125rem;
}
#language-skills tr td {
	padding: .25rem;	
}
.flag {
	width: 32px;
	height: 32px;
	background: url(../images/flags.png) no-repeat;
}
.flag.flag-de {background-position: -32px 0}
.flag.flag-dk {background-position: -64px 0}
.flag.flag-es {background-position: -96px 0}
.flag.flag-fr {background-position: 0 -32px}
.flag.flag-gb {background-position: -32px -32px}
.flag.flag-it {background-position: -64px -32px}
.flag.flag-nl {background-position: -96px -32px}
.flag.flag-pl {background-position: 0 -64px}
.flag.flag-pt {background-position: -32px -64px}
#cursos-de-diseno-web-ubicacion h3 {
	color: #fff;
	position: absolute;
	width: 100%;
	font-family: 'Fjalla One', sans-serif;
	text-shadow: .1rem .1rem 0 #010b19;
	font-size: 1rem;
}
#cursos-de-diseno-web-ubicacion h3 span {
	display: none;	
}
#cursos-de-diseno-web-ubicacion div img {
	display: block;
}
#yeti-ciudad-de-mexico {
	display: none;	
}
/* header */ 

div#mainHdr {
	background-image: url(../images/yetiHdrBgr.png);
	padding: .5rem 0 0 0;
	overflow: hidden;
}
#mainIllu {
	display: block;
	margin: 0 auto;
}
#mainNav ul li {
	padding: .5rem 0;
}
#mainNav ul li a {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 1.5rem;
	display: inline-block;
	background: rgba(1,11,25,.25);
	padding: .5rem;
	border-radius: .5rem;
	color: #fff;
}
#mainNav ul li a:hover {
	background: rgba(1,11,25,.75);
}
#mainNav ul li#indxLnk a {
	background: none;
	border-radius: 0;
	padding: 0;
	opacity: 1;
	line-height: 1rem;
}
#mainNav ul li#indxLnk a img {
	border: 1px solid #fff;
}
#mainNav ul li#indxLnk a:hover {
	padding: 0;
	border: none;
	opacity: 1;
	transform: scale(1.1, 1.1);
}
#eu {
	display: inline-block;
	transform: scale(.8,.8);	
	position: relative;
	top: .15rem;
}
@keyframes hdrImg {
 from {
transform: translateY(100%);
}
 to {
transform: translateY(0);
}
}
/* colors */

.pgOrange .mainClrStripe, .pgOrange div#mainHdr, .pgOrange h2, .pgOrange .ph2 {
	background-color: #FF6505;
}
.pgOrange h1 {
	color: #FF6505;
	background-color: #010b19;
}
.pgOrange h3, .pgOrange .listA li:before, .pgOrange a.btnvm {
	color: #FF6505;
}
.pgTeal .mainClrStripe, .pgTeal div#mainHdr, .pgTeal h2, .pgTeal .ph2 {
	background-color: #03A480;
}
.pgTeal h1 {
	color: #03A480;
	background-color: #010b19;
}
.pgTeal h3, .pgTeal .listA li:before, .pgTeal a.btnvm {
	color: #03A480;
}
.pgBlue .mainClrStripe, .pgBlue div#mainHdr, .pgBlue h2, .pgBlue .ph2 {
	background-color: #1251A8;
}
.pgBlue h1 {
	color: #1251A8;
	background-color: #010b19;
}
.pgBlue h3, .pgBlue .listA li:before, .pgBlue a.btnvm {
	color: #1251A8;
}
.pgYellow .mainClrStripe, .pgYellow div#mainHdr, .pgYellow h2, .pgYellow .ph2 {
	background-color: #FFA105;
}
.pgYellow h1 {
	color: #FFA105;
	background-color: #010b19;
}
.pgYellow h3, .pgYellow .listA li:before, .pgYellow a.btnvm {
	color: #FFA105;
}
.pgDrkOrange .mainClrStripe, .pgDrkOrange div#mainHdr, .pgDrkOrange h2, .pgDrkOrange .ph2 {
	background-color: #9D3C00;
}
.pgDrkOrange h1 {
	color: #9D3C00;
	background-color: #010b19;
}
.pgDrkOrange h3, .pgDrkOrange .listA li:before, .pgDrkOrange a.btnvm {
	color: #9D3C00;
}
.pgSilver .mainClrStripe, .pgSilver div#mainHdr, .pgSilver h2, .pgSilver .ph2 {
	background-color: #5683C0;
}
.pgSilver h1 {
	color: #5683C0;
	background-color: #010b19;
}
.pgSilver h3, .pgSilver .listA li:before, .pgSilver a.btnvm {
	color: #5683C0;
}
.pgLightTeal .mainClrStripe, .pgLightTeal div#mainHdr, .pgLightTeal h2, .pgLightTeal .ph2 {
	background-color: #4BBCA3;
}
.pgLightTeal h1 {
	color: #4BBCA3;
	background-color: #010b19;
}
.pgLightTeal h3, .pgLightTeal .listA li:before, .pgLightTeal a.btnvm {
	color: #4BBCA3;
}
.yetiDarkBgr {
	background-color: #010b19;
}
.orangBckgr {
	background-color: #ff6405;	
}
.blueBckgr {
	background-color: #1251A8;	
}
.tealBckgr {
	background-color: #03A480;	
}
.yellowBckgr {
	background-color: #FFA105;
}
.whiteBgr {
	background-color: #fff;
}
.blueA {
	color: #073068;
}
.tealA {
	color: #00654f;
}
.yellowA {
	color: #ffa105;
}
/* atn */

#atn {
	position: relative;
	background: #fff;
	width: 26.25rem;
	height: 26.25rem;
	border: 1px solid #ff6405;
	background-image: url(../diseno-web/yeti-consultoria-de-diseno-web.png);
	background-position: center center;
	background-repeat: no-repeat;
	transform: scale(.75, .75);
	left: -2rem;
}
#atn h4 {
	position: absolute;
	font-size: 3.125rem;
	margin: 0;
}
#atn li {
	position: absolute;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 1.75rem;
}
#atn h4.blueA { left: 9.375rem; top: 3.75rem;}
#atn h4.tealA {	left: 1.875rem; top: 20rem; }
#atn h4.yellowA { left: 14.875rem; top: 16.25rem; }

#atn ul.blueA li:nth-child(1) { top: 0.625rem; left: 0.625rem; }
#atn ul.blueA li:nth-child(2) {	top: 0.625rem; left: 10rem; }
#atn ul.blueA li:nth-child(3) { top: 3.125rem; left: 1.875rem; }
#atn ul.blueA li:nth-child(4) { top: 1.25rem; left: 16.25rem; }
#atn ul.blueA li:nth-child(5) { top: 4.375rem; left: 16.75rem; }
#atn ul.blueA li:nth-child(6) { top: 6.25rem; left: 1.25rem; }
#atn ul.blueA li:nth-child(7) { top: 6.625rem; left: 9.375rem; }
#atn ul.blueA li:nth-child(8) { top: 7.125rem; left: 18.15rem; }
#atn ul.tealA li:nth-child(1) { top: 10rem; left: 1.875rem; }
#atn ul.tealA li:nth-child(2) { top: 14.375rem; left: 1.25rem; }
#atn ul.tealA li:nth-child(3) { top: 12.5rem; left: 3.75rem; }
#atn ul.tealA li:nth-child(4) { top: 23rem; left: 1rem; }
#atn ul.tealA li:nth-child(5) { top: 14.75rem; left: 4.25rem; }
#atn ul.tealA li:nth-child(6) { top: 17.5rem; left: 1.25rem; }
#atn ul.tealA li:nth-child(7) { top: 23.75rem; left: 6.25rem; }
#atn ul.tealA li:nth-child(8) { top: 8.375rem; left: 6.25rem; }
#atn ul.tealA li:nth-child(9) { top: 16.75rem; left: 7.875rem; }
#atn ul.yellowA li:nth-child(1) { top: 13.75rem; left: 16.25rem; }
#atn ul.yellowA li:nth-child(2) { top: 8.375rem; left: 12.625rem; }
#atn ul.yellowA li:nth-child(3) { top: 11.85rem; left: 17.25rem; }
#atn ul.yellowA li:nth-child(4) { top: 21rem; left: 18.75rem; }
#atn ul.yellowA li:nth-child(5) { top: 22.5rem; left: 16.25rem; }
#atn ul.yellowA li:nth-child(6) { top: 19rem; left: 18rem; }
#atn ul.yellowA li:nth-child(7) { top: 24rem; left: 18.75rem; }
#atn ul.yellowA li:nth-child(8) { top: 9.75rem; left: 20rem; }

@keyframes plsBlue {
0% { color: #073068; }
25% { color: #ff6405; }
50% { color: #073068; }
}
@keyframes plsTeal {
0% { color: #00654f; }
50% { color: #ff6405; }
75% { color: #00654f; }
}
@keyframes plsYellow {
0% { color: #ffa105; }
75% { color: #ff6405; }
100% { color: #ffa105; }
}
#atn .blueA { animation-name: plsBlue; animation-duration: 5s; animation-iteration-count: infinite; }
#atn .tealA { animation-name: plsTeal; animation-duration: 10s; animation-iteration-count: infinite; }
#atn .yellowA { animation-name: plsYellow; animation-duration: 15s; animation-iteration-count: infinite; }
/* contactForm */

#contactForm {
	padding: 1.5rem 0 0 0;
}
#contactForm input, #contactForm textarea {
	width: 80%;
	margin: 0 0 0 .5rem;
	border: none;
	padding: .5rem;
	color: #010b19;
	font-family: 'Open Sans', sans-serif;
}
#contactForm textarea {
	min-height: 10rem;
}
#contactForm input:focus, #contactForm textarea:focus {
	background: #f2f2f2;
	border: 1px solid #ccc;
}
#contactForm label {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 1.125rem;
	text-align: left;
	display: inline-block;
	width: 80%;
	padding: .5rem 0;
}
#contactForm input#btnEnviar {
	display: inline-block;
	width: auto;
	margin: 1rem 0 0 0;
	text-transform: uppercase;
	background-color: #010b19;
	color: #fff;
}
#contactForm input#btnEnviar:hover {
	cursor: pointer;
	background-color: #ffa105;
	transition: .4s ease all;
}
.msg {
	display: none;
	background: #010b19;
	color: #fff;
	padding: .5rem 1rem;
	width: 80%;
	margin: 1rem 0 0 0;
	font-size: .85rem;
	text-align: center;
}
.error {
}
.success {
}
.politicas, .politicas h3 {
	color: #fff;
}
.politicas p {
	font-size: .75rem;
}
/* footer */
footer {
	clear: both;
	overflow: hidden;
	text-align: center;
	padding: 1rem;
	color: #fff;
}
footer p {
	font-size: .8rem;
}
footer a {
	color: #999;
	display: inline-block;
	margin: 0 1rem;
}
footer a:hover {
	color: #ff6405;
}
p.fecha {
	color: #0b3e84
}
@keyframes arrwDwn {
	0% {transform: translateY(0) rotate(90deg); color: #fff;}
	70% {transform: translateY(1rem) rotate(90deg); color: #ff6405;}
	100% {transform: translateY(0) rotate(90deg); color: #fff;}
}
@media (min-width: 610px) {
.inner {
	margin: 0 auto;
	max-width: 960px;
}
.clearfix {
	overflow: hidden;
	clear: both;
}
section {
	overflow: hidden;
}
p, li {
	text-align: left;
}
#mainNav {
	overflow: hidden;
}
#mainNav ul li {
	width: 14.285%;
	float: left;
}
#mainNav ul li a {
	display: block;
	color: #fff;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 1.5rem;
	line-height: 1.1;
	text-align: center;
	padding: 1rem 0 0 0;
	border-bottom: 0 solid #fff;
	opacity: .8;
	background: none;
	border-radius: 0;
}
#mainNav ul li a:hover {
	padding: 1rem 0 0.5rem 0;
	border-bottom: .25rem solid #fff;
	background: none;
	border-radius: none;
}
#mainNav ul li a#selected {
	background-color: rgba(25,25,25,.5);
	padding: 1rem 0;
}
#mainIllu {
	transform: translateY(100%);
	animation-name: hdrImg;
	animation-duration: 4s;
	animation-timing-function: ease-out;
	animation-fill-mode: forwards;
}
section#yetiIntro div {
	width: 50%;
	float: left;
}
section#yetiIntro div:last-child {
	font-family: "Open Sans Condesed", sans-serif;
	width: 100%;
	float: none;
	clear: both;
	padding: 2rem 0 0 0;
}
section#yetiIntro div h2 {
	font-family: 'Fjalla One', sans-serif;
	padding: 1.5rem 0 0 0;
	font-weight: 400;
}
section#yetiIntro h2+p {
	color: #fff;
}
section#yetiIntro div p {
	text-align: center;
}
#atn {
	margin: 10rem 0 0 0;
	left: 0;
	transform: scale(1, 1);
}
.col2 {
	width: 48%;
	padding: 0 2% 0 0;
	float: left;
}
p.col2 {
	margin: 0;
}
.col3 {
	width: 31%;
	float: left;
	padding: 0 2% 0 0;
}
.col5 ul li {
	letter-spacing: -0.025em;
	word-spacing: -0.05em;
	padding: 0 1.5rem 0 0;
}
#divsCnt div ul li:before {
	content: '\2731';
	padding-right: 0.5em;
}
#webconsulting {
	background: url(../images/yeti01.png) no-repeat left center;
	padding: 0 20px 0 190px;
}
#cursos-de-diseno-web-personalizados {
	background: url(../images/yeti02.png) no-repeat right center;
	padding: 0 190px 0 20px;
	min-height: 400px;
}
#capacitacion-perfilada {
	background: url(../images/yeti03.png) no-repeat right center;
	padding: 0 190px 0 20px;
}
.tableA tr th:first-child span {
	color: #f2f2f2;
	padding: .5rem 1rem;
	display: inline-block;
	background-color: #010b19;
	border-radius: 50%;
}
#contactForm {
	width: 66%;
	float: left;
}
#contactForm p, #contactForm ul li {
	margin: 0 0 1rem 0;
}
#contactForm label {
	display: inline-block;
	width: 30%;
	text-align: right;
}
#contactForm input, #contactForm textarea {
	width: 60%;
	display: inline;
}
#contactForm label[for="mensaje"] {
	position: relative;
	top: -9.5rem;
}
#contactForm input#btnEnviar {
	float: right;
	margin: 1rem 2rem 0 0;
}
.msg {
	width: 60%;
	position: relative;
	left: 33%;
	top: .5rem;
}
.politicas {
	width: 33%;
	float: right;
	line-height: 1.5rem;
}
footer p {
	text-align: center;
}
}
@media (min-width: 960px) {

/* personalización */

#personalizacion {
	position: relative;
}
#personalizacion-parametros {
	position: absolute;
	top: 20px;
	left: 0;
	z-index: 9999;
	color: #fff;
}
#personalizacion-parametros p {
	text-align: center;
	font-size: 1.5rem;
	padding: 0 60px;
}
#personalizacion-parametros p:first-child {
	font-family: 'Open Sans Condensed', sans-serif;
	line-height: 1.5;	
	font-size: 1.75rem;
}
#personalizacion-parametros p:last-child {
	display: block;
	padding: 0;
	margin: 30px 0 0 0;
	border-top: 1px solid rgba(25,25,25,.5);
	border-bottom: 1px solid rgba(25,25,25,.5);	
}
#personalizacion-parametros a {
	font-family: 'Fjalla One', sans-serif;
	display: inline-block;
	text-transform: uppercase;
	color: rgba(25,25,25,.5);
	font-size: 2.25rem;
	padding: 10px;
	border-right: 1px solid rgba(25,25,25,.5);
}
#personalizacion-parametros a:first-child {
	border-left: 1px solid rgba(25,25,25,.5);	
}
#personalizacion-parametros a:after {
	content: "\25bc";	
	font-size: .85rem;
	padding: 0 0 0 .5rem;
	line-height: .5;
}
#personalizacion-parametros a.persoActi {
	background-color: rgba(25,25,25,.5);
	color: #fff;
}
#personalizacion-parametros a:hover {
	color: #fff;
}
#divs {
	position: relative;
	min-height: 520px;
}
#divsCnt {
	position: absolute;
	top: 0;
	left: 0;
	width: 4800px;
	overflow: hidden;
}
#divsCnt div {
	width: 960px;
	height: 320px;
	padding: 200px 0 0 0;
	float: left;
}
#divsCnt div h3 {
	display: none;	
}
#divsCnt div ul {
	padding: 20px 0 0 0;
}
#divsCnt div ul li {
	color: #010b19;
	letter-spacing: normal;
	word-spacing: normal;
	margin: 0 55px 10px 55px;
}
#divsCnt div ul li:before {
	color: rgba(25,25,25,.5); 
}
#divsCnt div ul li strong {
	color: #fff;
}
#personalizado-temario {
	background-color: #FF6505;
}
#personalizado-horario {
	background-color: #03A480;
}
#personalizado-costo {
	background-color: #FFA105;
}
#personalizado-grupo {
	background-color: #5683C0;
}
#personalizado-ubicacion {
	background-color: #4BBCA3;
}
blockquote.bq1 {
	float: right;
}
#cursos-de-diseno-web-ubicacion {
	display: block;	
}
#cursos-de-diseno-web-ubicacion h3 {
	font-size: 2.25rem;	
	margin: 1.5rem;	
}
#cursos-de-diseno-web-ubicacion h3 span {
	display: block;
	font-size: 3rem;
	margin: 1.5rem 0 0 0;
	transform: rotate(90deg);
	animation-name: arrwDwn;
	animation-duration: 4s;
	animation-iteration-count: infinite;
	animation-timing-function: ease-in-out;	
}
div#cursos-de-diseno-web-a-domicilio {
	position: relative;	
}
#yeti-ciudad-de-mexico {
	display: block;
	position: absolute;	
	width: 20%;
	height: 80%;
	bottom: 0;
	left: 40%;
}
#yetiPict {
	position: absolute;	
}
#europa {
	float: right;
	margin: 0 0 1rem 1rem;	
}
}
