@charset "utf-8";
/* CSS Document */

@import url(http://fonts.googleapis.com/css?family=Dosis:600,200|Great+Vibes);
@import url(http://weloveiconfonts.com/api/?family=fontawesome);
*, *:after, *:before {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
* {margin:0;padding:0;border: 0 none;position: relative;}
[class*="fontawesome-"]:before {font-family: 'fontawesome', sans-serif;}
[class*="fa-"]:before {font-family: 'fontawesome', sans-serif;}
html {
  background: #33485E;
  width: 100%;
  height: 100%;
  font-family: dosis, sans-serif;
  font-weight: 300;
  color: #fff;
}

section {
    background: #00BCD4;
    width: 100vw;
    max-width: 100%;
    min-width: 390px;
	height: 89vh;
    /*height: 100vh;*/
    min-height: 50rem;
    /* margin: 4rem auto; */
    padding-right: 5rem;
    box-shadow: 0 0 6px rgba(0,0,0,.4);
}
article {
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 5rem;
  overflow: auto;
  transition: .7s;
  transform: scale(0);
  transform-origin: 0% 0%;
  transition-delay: .1s;
}
article:before {
  color: rgba(255,255,255,.45);
  font-size: 4rem;
  font-weight: 100;
  position: absolute;
  top: 1rem;
  left: 1rem;
}
h2 {
  font-size: 2.5rem;
  font-weight: 600;
/*  height: 15rem;*/
  text-align: center;
  color: rgba(0,0,0,.7);
}
h2 img {
    width: 400px;
    height: auto;
    /*background: #f9f9f9;
    border: 1px solid rgba(0,0,0,.5);
    border-radius: 7%;*/
    padding: 12px;
    display: block;
    margin: 2rem auto 0;
    /*box-shadow: 0 0 8px rgba(0,0,0,.5);*/
}
h2 span {
  /*font-family: Great Vibes;*/
    margin-top: 25px;  
  font-weight: 400;
  display: block;
}
footer ul {
  width: 100%;
  color: rgba(0,0,0,.15);
}
footer li {
  list-style-type: none;
  float: left;
  width: 25%;
  text-align: center;
  font-size: 4rem;
  font-weight: 100;
  line-height: 6.5rem;  
}
p, dl, ol {
    margin: 1rem 1rem 1rem 1rem;
    /* line-height: 1.5; */
    font-size: 1rem;
    text-align: center;
}
ol li {margin-bottom: 1rem;}
dt {
  font-size: 1.6rem;
  font-weight: 600;
  text-indent: -1.5rem;
}
nav {
  background: #0D757D;
  width: 5rem;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}
nav:after {
  content:'';
  width: 5rem;
  height: 6rem;
  background: #008AC8;
  position: absolute;
  left: 0;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  transition: .5s;
}
navppal {
  background: #0D757D;
  width: 5rem;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}
navppal:after {
  content:'';
  width: 5rem;
  height: 6rem;
  background: #008AC8;
  position: absolute;
  left: 0;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  transition: .5s;
}
input {
  display: none;
}
label {
  display: block;
  height: 6rem;
  color: #15BFCC;
  text-align: center;
  cursor: pointer;
  border-left: 1px solid #004050;
  transition: .5s;
  z-index: 2;
}
label:hover {color: rgba(0,0,0,.5);font-weight:600;}
label:before {
  display: block;
  font-size: 3rem;
  padding-top: .8rem;
  z-index: 2;
}

labelppal {
	float:left;
	width: 95px;
	height: 6rem;
	color: #15BFCC;
	text-align: center;
	cursor: pointer;
	transition: .5s;
	z-index: 2;
	padding-top: 13px;
	}
labelppal:hover {color: rgba(0,0,0,.5);font-weight:600;}
labelppal:before {
	font-size: 3rem;
	padding-top: 1.8rem;
	z-index: 2;
	margin: 25%;
	width: 95px;
}

#inicio:checked ~ nav [for='inicio'],
#web:checked ~ nav [for='web'],
#seo:checked ~ nav [for='seo'],
#sem:checked ~ nav [for='sem'],
#smm:checked ~ nav [for='smm'],
#esclick:checked ~ nav [for='esclick']
{
  color: rgba(0,0,0,.5);
  font-weight: 600;
  border-left: 1px solid #008AC8;
}
#inicio:checked ~ nav [for='inicio'] {}
#sem:checked ~ nav [for='sem'] {}

#inicio:checked ~ nav:after {
  top:0rem;
  border-top: 0 none;
  border-bottom: 1px solid #004050;
}
#web:checked ~ nav:after {
  top: 6rem;
  border-top: 1px solid #15BFCC;
  border-bottom: 1px solid #004050;
}
#seo:checked ~ nav:after {
  top: 12rem;
  border-top: 1px solid #15BFCC;
  border-bottom: 1px solid #004050;
}
#sem:checked ~ nav:after {
  top: 18rem;
  border-top: 1px solid #15BFCC;
  border-bottom: 0 none;
}
#smm:checked ~ nav:after {
  top: 24rem;
  border-top: 1px solid #15BFCC;
  border-bottom: 0 none;
}

#esclick:checked ~ nav:after {
  top: 30rem;
  border-top: 1px solid #15BFCC;
  border-bottom: 0 none;
}

#inicio:checked ~ .uno,
#web:checked ~ .dos,
#seo:checked ~ .tres,
#sem:checked ~ .cuatro,
#smm:checked ~ .cinco,
#esclick:checked ~ .seis{
  display: block;
  transform: scale(1);
  transition-delay: .4s; 
}
iframe:focus { 
    outline: none;
}

iframe[seamless] { 
    display: block;
}



#contenedor{ height: 95px; }
#contenedor div
	{ 
	float: left;
    height: 91px;
    min-height: 95px;!important
	}	
#menusuperior
	{ 

	}
#wrap { margin:0 auto 0 auto;
		/*width:910px; */
			height:93%;
			}
	
/* CSS general */
	.wrapiframe {
	width: 100%;
	height:100%;

}

/* CSS pantallas de 320px o superior */
@media (min-width: 320px) {

	.wrapiframe {
	width: 100%;
	height:100%;
  } 

}

/* CSS pantalla 768px o superior */
@media (min-width: 768px) {

	.wrapiframe {
	width: 100%;
	height:100%;

  } 

}	