
/* #Basic Styles
================================================== */
* {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    font-size: 100%;
}

html {width: 100%; height:100%;}

body{
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	background:url(../images/diseño-web-merida2.jpg);
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	background-attachment:fixed;
	background-position: center left;
	font-size: 18px;
	font-family: 'Dosis', sans-serif;
	line-height:28px;
	color:#333333;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
.hide{
	display: none
}
.show{
	display: block;
}

ul, ol {list-style: none;}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

p {}
b{ font-weight: normal}
a, a:visited {	text-decoration: none; color:#00CCFF;}
a:hover {text-decoration:none; color:#fff;}
p a, p a:visited { line-height: inherit; text-decoration: none;}
a:focus {outline:none;}
header{position:fixed; z-index:2}

.contenedor{
	width: 100%;
	margin: 0 auto;
	padding: 0;
	height:100%;
}
.buttons .boton{
	width:250px;
	padding: 7px;
	background:#f2e559;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	border-radius: 5px;
	-webkit-box-shadow: 10px 10px 14px -9px rgba(0,0,0,0.75);
	-moz-box-shadow: 10px 10px 14px -9px rgba(0,0,0,0.75);
	box-shadow: 10px 10px 14px -9px rgba(0,0,0,0.75);
	font-size:18px;
	color: #000;
	text-align: center;
	display: inline-block;
	margin-right: 10px;
}
.buttons{
	margin: 0 auto;
	text-align: center;

}

@media screen and (max-width: 60em) {
.buttons .boton{float: none; margin: 10px auto;}
.buttons .boton .hide{display: block;}
.buttons .boton .show{display: none;}
}


/* ------------------------------------------
  HOME STYLES
--------------------------------------------- */

.home {
	width:100%;
	height:100%;
	position: relative;
	background:url(../images/home.jpg);
	top: 0%;
	left: 0%;
	bottom: 0%
	right:0%;
	margin:0 auto;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	background-attachment:fixed;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.home-wrap{
	position: absolute; 
	top:35%;
	left: 10%;
	padding: 25px;
	text-align: left;
}
.home .extracto{
	font-family: 'Sacramento', Arial, cursive;
	width: 100%;
	margin-bottom: 20px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	font-size:30px;
	letter-spacing: 2px;
	color: #a57685;;
	text-shadow: 0 0 1px #f6eeee, 0 0 1px #f6f0f0, 0 0 1px #f9f3f3, 0 0 1px #f9f4f4, 0 0 1px #f6f1f1, 0 0 1px #f9f3f3, 0 0 1px #fff, 0 0 1px #fff;
}
.home h1{
	width: 100%;
	font-family: 'Sacramento', Arial, cursive;
	margin-bottom: 20px;
	padding-bottom: 0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	font-size:40px;
	font-weight: bold;
	text-shadow: 0 0 1px #f9f4f4, 0 0 1px #dbd0d0, 0 0 1px #dbd0d0, 0 0 1px #dbd0d0, 0 0 1px #f9f4f4, 0 0 1px #dbd0d0, 0 0 1px #dbd0d0, 0 0 1px #dbd0d0;
	line-height: 44px;
	color: #000;
}
.home .slogan{
	width: 100%;
	margin-bottom: 30px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	font-size:20px;
	color: #fff;
}

@media screen and (max-width: 60em) {
/* HOME */
.home-wrap{
	position: static; 
	top:15%;
	left: 0%;
	padding: 15px;
	text-align: center;
	margin: 0 auto;
	padding-top: 100px;
}
.home h1{
	font-size: 30px;
	line-height: 35px;
}
}

/* ------------------------------------------
  SECCION 1 : NOSOTROS
--------------------------------------------- */

.seccion-1{
	padding: 100px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	background:url(../images/home4.jpg);
	background-attachment:fixed;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	background-position:center;
	margin:0 auto;
	width:100%;
	line-height:0;
	overflow:hidden;
}
.skills-right{
	float:right;
	width:50%;
	margin:0 auto;
	background:#F5F5F5;
	padding-bottom:30px;
}
.seccion-1 .titulo{
	font-family: 'Sacramento', Arial, cursive;
	font-size: 40px;
	line-height: 34px;
	text-align: center;
	color: #000;
	padding-bottom: 40px;
	padding-top: 40px;
}

.skills-right p{
	margin-bottom:40px;
	margin:0 auto;
	width:70%;
	line-height: 40px;
	text-align: justify;
	font-size:14px;
	color:#333333;
}
.skillbar {
	position:relative;
	display:block;
	margin:0 auto;
	margin-bottom:35px;
	width:80%;	
	background-repeat:repeat;
	height:35px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-webkit-transition:0.4s linear;
	-moz-transition:0.4s linear;
	-ms-transition:0.4s linear;
	-o-transition:0.4s linear;
	transition:0.4s linear;
	-webkit-transition-property:width, background-color;
	-moz-transition-property:width, background-color;
	-ms-transition-property:width, background-color;
	-o-transition-property:width, background-color;
	transition-property:width, background-color;	
}
.skillbar-title {
	position:absolute;
	top:0;
	left:0;
    width:110px;
	font-weight:bold;
	font-size:13px;
	color:#ffffff;
	-webkit-border-top-left-radius:3px;
	-webkit-border-bottom-left-radius:4px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-bottomleft:3px;
	border-top-left-radius:3px;
	border-bottom-left-radius:3px;
}

.skillbar-title span {
	display:block;
	background:rgba(0, 0, 0, 0.1);
	padding:0 20px;
	height:35px;
	line-height:35px;
	color:#333333;
	-webkit-border-top-left-radius:3px;
	-webkit-border-bottom-left-radius:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-bottomleft:3px;
	border-top-left-radius:3px;
	border-bottom-left-radius:3px;
}

.skillbar-bar {
	height:35px;
	width:0px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}

.skill-bar-percent {
	position:absolute;
	right:10px;
	top:0;
	font-size:11px;
	height:35px;
	line-height:35px;
	color:#ffffff;
	color:rgba(0, 0, 0, 0.4);
}

.bg-pink{background:#FF66CC}
.bg-blue{background:#66CCFF}
.bg-green{background:#CCFF00}/* COLORES DE LAS BARRAS */

@media screen and (max-width: 60em) {
/* SECCION-1 */
.seccion-1{  /*El padding del original le impide al skills-right estar all 100% por eso lo eliminamos*/
	padding: 0;
}

.skills-right{
	float:none;
	width:100%;
	margin:0 auto;
}
.skills-right p{
	width: 90%;
}
}
/* ------------------------------------------
  SECCION 2 : LO QUE NOS HACE DIFERENTES
--------------------------------------------- */
.seccion-2{
	padding: 50px 100px;
	margin:0 auto;
	width:100%;
	overflow:hidden;
	background:#fff;
	background-attachment:fixed;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	background-position:center;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	text-align: center;
}
.seccion-2 .titulo{
	margin-bottom: 50px;
	line-height: 40px;
	text-align: center;	
	font-size:40px;
}
.seccion-2 p{
	padding-bottom: 50px;
	width: 60%;
	margin:0 auto;
	text-align: center;
	font-size: 16px;
	color:#979aa0;
}
.seccion-2 .box-right{
	float:left;
	width: 50%;
	padding: 30px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.seccion-2 .mini-box{
	position: relative;
	margin-bottom: 20px;
}
.seccion-2 .lista span{
	position: absolute;
	left: -60px;
	top:10px;
	text-align: center;
	font-size: 38px;
	color: #d2d4d8;
}
.seccion-2 .lista{
	text-align: left;
	font-weight: bold;
}
.seccion-2 .descripcion{
	text-align: left;
	font-size: 16px;
	color: #979aa0;
}
.seccion-2 .box-left{
	float: right;
	width: 50%;
	padding: 30px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
@media screen and (max-width: 60em) {
.seccion-2{
	padding: 50px 40px;
}
}
@media screen and (max-width: 45em) {
/* SECCION-2 */
.seccion-2 {
	padding: 0;
	}
.seccion-2 p{
	width: 100%;
	text-align: justify;
}
.seccion-2{
	padding: 50px 15px;
}
.seccion-2 img{
	width: 100%;
}
.seccion-2 .box-right{
	float: none;
	width: 75%;
	padding: 0px;
	position: relative;
	left: 60px;
}
.seccion-2 .lista span{

}
.seccion-2 .mini-box .descripcion{
	text-align: justify;
}
.seccion-2 .box-left{
	float: none;
	width: 100%;
	padding: 0 30px;
}
.seccion-2 .box-left img{
	width: 80%;
}
}
/* ------------------------------------------
  SECCION 3 : VENTAJAS 
--------------------------------------------- */

.seccion-3{
	padding: 80px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	background:url(../images/home.jpg);
	background-attachment:fixed;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	background-position:center;
	margin:0 auto;
	width:100%;
	overflow:hidden;
}

.seccion-3 h2{
	margin: 80px auto;
	text-align: center;
	font-size: 35px;
	color: white;
	line-height: 42px;
	text-transform: uppercase;
	font-weight: bold;
}

.seccion-3 .wrapper{

}
.seccion-3 .box{
	width: 31%;
	position: relative;
	float: left;
    padding: 40px 40px 20px 70px;
    margin: 20px 1.1%;
    border: 1px dashed #444;
    background: #F5F5F5;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	height: auto; /* La altura de la caja la define la altura del titulo + altura del "p" */
}
.seccion-3 .box .titulo{
	padding-top: 0px;
	margin-bottom: 5px; 
	font-size: 25px;
	line-height: 30px;
	text-align: left;
	text-transform: capitalize;
	font-family: 'Dosis', sans-serif;
	color: black;
	height: 70px; /* Esto cambia por completo la altura de la caja */
}
.seccion-3 .box span{
	position: absolute;
	left: 25px;
	top:45px;
	text-align: center;
	font-size: 33px;
	color: #9c5a8d;
}
.seccion-3 .box p{
	color: #000;
	height: 140px; /* Esto cambia por completo la altura de la caja */
}

/* SECCION-3 */

@media screen and (max-width: 70em) {
.seccion-3{
	padding: 10px;
}
.seccion-3 .box{
	height: 250px /* Define la altura de la caja */
}
.seccion-3 .box .titulo{
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
	height: auto; /* Ya no necesita la altura pues ahora la definimos en la caja */
}
}
@media screen and (max-width: 60em) {

.seccion-3 .box{
	width: 48%;
	float: left;
	margin: 10px 1%;
	height: 200px;/* Define la altura de la caja */
}
}

@media screen and (max-width: 50em) {
.seccion-3 .box{
	height: 220px;/* Define la altura de la caja */
}
}

@media screen and (max-width: 45em) {
.seccion-3 .box{
	width: 100%;
	float: none;
	margin: 10px auto;
	height: auto; /*La altura de la caja es automática */
}
}
/* ------------------------------------------
  SECCION 4 : SERVICIOS
--------------------------------------------- */

.seccion-4{
	padding: 100px 80px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	background: #F5F5F5;
	background-attachment:fixed;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	background-position:center;
	margin:0 auto;
	width:100%;
	overflow:hidden;
}

.seccion-4 .titulo{
	text-align: center;
	color: #000;
	font-size: 35px;
	line-height: 35px;
	text-transform: uppercase;
	margin-bottom: 90px;
}
.seccion-4 .subtext{ 
	margin: 50px;
	color:#000;
	text-align: center;
}
.services-single{
	width:25%;
	float:right;
	margin:0 auto;
	text-align:center;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	color:#999999;
	font-size:12px;
}
.services-single h2{
	font-size:25px;
	line-height: 38px;
	margin-bottom: 35px;
	color:#444;
	font-family: 'Dosis', sans-serif;
	height: 50px;
}
.services-single p{
	width: 90%; 
	margin: 0 auto;
	font-size: 20px;
}
.services-single span{
	color:#444;
}

.services-single span:hover{
    background: #444;
    margin-bottom: 60px;
    color:#fff;
}
.circle{
  display: inline-block;
  text-align: center;
  width: 145px;
  height: 145px;
  line-height: 145px;
  margin: 0 auto;
  font-size: 32px;
  position: relative;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  text-decoration: none;
  outline: 0;
  border-radius: 50%;
  border:2px solid #000;
  margin-bottom:30px;
  background:#F5F5F5;

}

.circle:hover{
    background: #444;
    margin-bottom: 60px;

}

@media only screen and (min-width: 701px) and (max-width:850px) {
.seccion-4{
	padding:20px;
}
.services-single h2{
	margin-bottom: 10px;
	height: auto;
}
.seccion-4 .subtext{ 
	margin:0;
	text-align: justify;
	padding: 20px;
}
.services-single{
	width:48%;
	float:right;
	margin: 0 1%;
	border: 2px solid #94d1c8; ;
	padding-bottom: 40px;
	padding-top: 40px;
	margin-bottom: 30px; 
	height: 200px;
}
}
@media only screen and (max-width: 700px){
.seccion-4{
	padding:20px;
}
.seccion-4 .subtext{ 
	margin:0;
	text-align: justify;
	padding: 20px;
	margin-bottom: 30px;
}
.services-single{
	width:100%;
	float:none;
	border-right: none;
	padding-bottom: 40px;
	margin-bottom: 30px; 
}
}

/*===============PORTAFOLIO TEMPORAL==========*/


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


}

.inner{
	padding: 100px 80px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	background: white;
	background-attachment:fixed;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	background-position:center;
	margin:0 auto;
	width:100%;
	overflow:hidden;
}
.inner .titulo{
	text-align: center;
	font-size: 35px;
	margin-bottom: 30px;

}
.inner p{
	text-align: center;
	margin-bottom: 30px;
}

article .titulo{
	font-weight: 900;
	line-height: 1.5;
    margin: 0 auto;
    text-transform: uppercase;
    text-align: center;
	font-size:10px;
	vertical-align: baseline;
}


.mosaico {
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-moz-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	postiion: relative;
	margin: -2.5em 0 0 -2.5em;
}
.mosaico article {
	-moz-transition: -moz-transform 0.5s ease, opacity 0.5s ease;
	-webkit-transition: -webkit-transform 0.5s ease, opacity 0.5s ease;
	-ms-transition: -ms-transform 0.5s ease, opacity 0.5s ease;
	transition: transform 0.5s ease, opacity 0.5s ease;
	position: relative;
	width: calc(33.33333% - 2.5em);
	margin: 2.5em 0 0 2.5em;
}

.mosaico article > .image {
	-moz-transition: -moz-transform 0.5s ease;
	-webkit-transition: -webkit-transform 0.5s ease;
	-ms-transition: -ms-transform 0.5s ease;
	transition: transform 0.5s ease;
	position: relative;
	display: block;
	width: 100%;
	border-radius: 4px;
	overflow: hidden;
}

.mosaico article > .image img {
	display: block;
	width: 100%;
}

.mosaico article > .image:before {
	-moz-pointer-events: none;
	-webkit-pointer-events: none;
    -ms-pointer-events: none;
    pointer-events: none;
	-moz-transition: background-color 0.5s ease, opacity 0.5s ease;
	-webkit-transition: background-color 0.5s ease, opacity 0.5s ease;
	-ms-transition: background-color 0.5s ease, opacity 0.5s ease;
	transition: background-color 0.5s ease, opacity 0.5s ease;
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 1.0;
	z-index: 1;
	opacity: 0.8;
}

.mosaico article > .image:after {
	-moz-pointer-events: none;
	-webkit-pointer-events: none;
	-ms-pointer-events: none;
	pointer-events: none;
	-moz-transition: opacity 0.5s ease;
	-webkit-transition: opacity 0.5s ease;
	-ms-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
	content: '';
	display: block;
	position: absolute;
	top: 0;
    left: 0;
    width: 100%;
	height: 100%;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cstyle%3Eline %7B stroke-width: 0.25px%3B stroke: %23ffffff%3B %7D%3C/style%3E%3Cline x1='0' y1='0' x2='100' y2='100' /%3E%3Cline x1='100' y1='0' x2='0' y2='100' /%3E%3C/svg%3E");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	opacity: 0.25;
	z-index: 2;
}

.mosaico article > a {
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-moz-flex-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-moz-align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-moz-justify-content: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-moz-transition: background-color 0.5s ease, -moz-transform 0.5s ease;
	-webkit-transition: background-color 0.5s ease, -webkit-transform 0.5s ease;
	-ms-transition: background-color 0.5s ease, -ms-transform 0.5s ease;
	transition: background-color 0.5s ease, transform 0.5s ease;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 1em;
	border-radius: 4px;
	border-bottom: 0;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	z-index: 3;
}
.mosaico article > a > :last-child {
	margin: 0;
}

.mosaico article > a:hover {
	color: #ffffff !important;
}

.mosaico article > a .titulo {
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	font-weight: 900;
	line-height: 1.5;
	margin: 0 2em 2em 0;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	opacity: 0;
}

.mosaico article > a .content {
	-moz-transition: max-height 0.5s ease, opacity 0.5s ease;
	-webkit-transition: max-height 0.5s ease, opacity 0.5s ease;
	-ms-transition: max-height 0.5s ease, opacity 0.5s ease;
	transition: max-height 0.5s ease, opacity 0.5s ease;
	width: 100%;
	max-height: 0;
    line-height: 1.5;
	margin-top: 0.35em;
	margin-right: 2em;
	opacity: 0;

}

.mosaico article > a .content > :last-child {
	margin-bottom: 0;
}
.mosaico article.style1 > .image:before {			
	background:url(../images/psicologo-en-merida.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.mosaico article.style2 > .image:before {
	background:url(../images/abogados-en-merida.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.mosaico article.style3 > .image:before {
	background:url(../images/dermatologa-en-merida.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-size: 
}

body:not(.is-touch) .mosaico article:hover > .image {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

body:not(.is-touch) .mosaico article:hover > .image:before {
	background-color: #333333;
	opacity: 0.35;
}

body:not(.is-touch) .mosaico article:hover > .image:after {
    opacity: 0;
}

body:not(.is-touch) .mosaico article:hover .content {
	max-height: 15em;
	opacity: 1;
}

* + .mosaico {
	margin-top: 2em;
}

body.is-loading .mosaico article {
	-moz-transform: scale(0.9);
	-webkit-transform: scale(0.9);
	-ms-transform: scale(0.9);
	transform: scale(0.9);
	opacity: 0;
}
body:not(.is-touch) .mosaico article:hover .content, /* Permite que aparescan el título y su descripción */
body:not(.is-touch) .mosaico article:hover .titulo {
	max-height: 15em;
	opacity: 1;
}

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

.mosaico {
	margin: -1.25em 0 0 -1.25em;
}

.mosaico article {
	width: calc(33.33333% - 1.25em);
	margin: 1.25em 0 0 1.25em;
}
}

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

.mosaico {
    margin: -2.5em 0 0 -2.5em;
}
.mosaico article {
	width: calc(50% - 2.5em);
	margin: 2.5em 0 0 2.5em;
}
}

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

.mosaico {
	margin: -1.25em 0 0 -1.25em;
}

.mosaico article {
	width: calc(50% - 1.25em);
	margin: 1.25em 0 0 1.25em;
}

.mosaico article:hover > .image {
	-moz-transform: scale(1.0);
	-webkit-transform: scale(1.0);
	-ms-transform: scale(1.0);
	transform: scale(1.0);
}
}
@media screen and (max-width: 480px) {
.mosaico {
	margin: 0;
}

.mosaico article {
	width: 100%;
	margin: 1.25em 0 0 0;
}
.inner{
	padding: 10px;
}
.inner .titulo{
	margin-top: 30px;
}
}



/*============PORTAFOLIO FIJO==========*/


.seccion-5{
	padding: 0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	background: #eff4fc;
	background-attachment:fixed;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	background-position:center;
	margin:0 auto;
	width:100%;
	overflow:hidden;
}

/* Tiles */

.tiles {
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-moz-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	postiion: relative;
	margin: 0 auto;
	}

.tiles article {
	-moz-transition: -moz-transform 0.5s ease, opacity 0.5s ease;
	-webkit-transition: -webkit-transform 0.5s ease, opacity 0.5s ease;
	-ms-transition: -ms-transform 0.5s ease, opacity 0.5s ease;
	transition: transform 0.5s ease, opacity 0.5s ease;
	position: relative;
	width: 20%;
	margin: 0;
    }

.tiles article > .image {
	-moz-transition: -moz-transform 0.5s ease;
	-webkit-transition: -webkit-transform 0.5s ease;
	-ms-transition: -ms-transform 0.5s ease;
	transition: transform 0.5s ease;
	position: relative;
    display: block;
	width: 100%;
	overflow: hidden;
	}

.tiles article > .image img {
	display: block;
	width: 100%;
	}

.tiles article > .image:before {
	-moz-pointer-events: none;
	-webkit-pointer-events: none;
	-ms-pointer-events: none;
	pointer-events: none;
	-moz-transition: background-color 0.5s ease, opacity 0.5s ease;
	-webkit-transition: background-color 0.5s ease, opacity 0.5s ease;
	-ms-transition: background-color 0.5s ease, opacity 0.5s ease;
	transition: background-color 0.5s ease, opacity 0.5s ease;
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0; /* Permite que se vea la imagen tal cual, si le pones uno aparecera en negro */
	}


.tiles article > a {
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
		-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-moz-flex-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-moz-align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-moz-justify-content: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-moz-transition: background-color 0.5s ease, -moz-transform 0.5s ease;
    -webkit-transition: background-color 0.5s ease, -webkit-transform 0.5s ease;
    -ms-transition: background-color 0.5s ease, -ms-transform 0.5s ease;
	transition: background-color 0.5s ease, transform 0.5s ease;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 1em;
	border-radius: 4px;
	border-bottom: 0;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	z-index: 3;
	}

.tiles article > a > :last-child {
	margin: 0;
	}

.tiles article > a:hover {
	color: #ffffff !important;
	}

.tiles article > a h2 {
	margin: 0;
	text-align: center;
		-moz-transition: max-height 0.5s ease, opacity 0.5s ease;
	-webkit-transition: max-height 0.5s ease, opacity 0.5s ease;
	-ms-transition: max-height 0.5s ease, opacity 0.5s ease;
	transition: max-height 0.5s ease, opacity 0.5s ease;
	width: 100%;
	max-height: 0;
	line-height: 1.5;
	margin-top: 0.35em;
	opacity: 0; /* Permite se esconda el titulo */
	}

.tiles article > a .content {
	-moz-transition: max-height 0.5s ease, opacity 0.5s ease;
	-webkit-transition: max-height 0.5s ease, opacity 0.5s ease;
	-ms-transition: max-height 0.5s ease, opacity 0.5s ease;
	transition: max-height 0.5s ease, opacity 0.5s ease;
	width: 100%;
	max-height: 0;
	line-height: 1.5;
	margin-top: 0.35em;
	opacity: 0; /* Permite esconder la descripción */
	}

.tiles article > a .content > :last-child {
	margin-bottom: 0;
	}

.tiles article.style1 > .image:before {
    }

.tiles article.style2 > .image:before {
	background-color: #7ecaf6;
    }

.tiles article.style3 > .image:before {
	background-color: #7bd0c1;
    }

.tiles article.style4 > .image:before {
	background-color: #c75b9b;
	}

.tiles article.style5 > .image:before {
	background-color: #ae85ca;
	}

.tiles article.style6 > .image:before {
	background-color: #8499e7;
	}


body:not(.is-touch) .tiles article:hover > .image:before {
	background-color: #000; /* Transición color negro */
	opacity: 0.6; /* Transparencia de la pantalla en negro cuando haces hover */
    }

body:not(.is-touch) .tiles article:hover > .image:after {
	opacity: 0;
	}

body:not(.is-touch) .tiles article:hover .content, /* Permite que aparescan el título y su descripción */
body:not(.is-touch) .tiles article:hover h2 {
	max-height: 15em;
	opacity: 1;
	}

* + .tiles {
	margin-top: 2em;
    }


body.is-touch .tiles article .content {
	max-height: 15em;
	opacity: 1;
    }

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

	.tiles {
	margin: -1.25em 0 0 -1.25em;
	}

	.tiles article {
	width: calc(33.33333% - 1.25em);
	margin: 1.25em 0 0 1.25em;
	}

}

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

    .tiles {
	margin: -2.5em 0 0 -2.5em;
	}

	.tiles article {
	width: calc(50% - 2.5em);
	margin: 2.5em 0 0 2.5em;
	}

}

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

	.tiles {
	margin: -1.25em 0 0 -1.25em;
	}

	.tiles article {
	width: calc(50% - 1.25em);
	margin: 1.25em 0 0 1.25em;
	}

	.tiles article:hover > .image {
	-moz-transform: scale(1.0);
	-webkit-transform: scale(1.0);
	-ms-transform: scale(1.0);
	transform: scale(1.0);
	}

}

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

     .tiles {
      margin: 0;
	}

	.tiles article {
	width: 100%;
	margin: 1.25em 0 0 0;
	}

}



/* Overall
================================================== */

.overall{
	padding:70px 0;
	background: #F5F5F5;
	background-repeat:repeat;
	width:100%;
	margin:0 auto;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	overflow: hidden;

}
.left p{text-align: justify;}

.left{
	display: inline-block;
	vertical-align:top;
	zoom: 1;
	/*IE Hack*/
    *display: inline;
	width:40%;
	margin-left:7%;
	margin-right:0%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	padding:50px;
	font-size: 20px;
	font-family: "Titillium Web" Arial, Helvetica, Sans-serif;

}

.overall .left img{
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	width: 100px;
	height: 100px;
	display: inline;
	margin-right: 2%;
}
.left .inline{
	display: inline;

}
.overall .subtitulo{
	text-align: left;
	font-size: 20px;
	margin-bottom: 10px;
	text-transform: uppercase;
	color: #444;
}
.overall .left span{
	font-size:23px;
	margin-right: 10px;
	text-shadow:none;
	text-align: justify;
	float: left;
	width:auto;
	height:auto;
	color: #42d168;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}


.right{
	display: inline-block;
	vertical-align:top;
	zoom: 1;
	/*IE Hack*/
    *display: inline;
	width:40%;
	margin-left:0%;
	margin-right:7%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	padding:50px;
	text-align:left;
	list-style:none;
	color:#444;
	border: 1px solid #ccc;
	font-size:20px;
	
}
.overall .button{
	padding: 10px;
	background: #2CA6D5;
	color: white;
	margin-bottom: 10px;
	width: 50%;
}
.overall .title{
	margin-bottom:20px;
	margin-top:10px;
	color: #444;
	text-shadow:none;
	text-transform: uppercase;
	font-family: 'Titillium Web' Arial, Helvetica, sans-serif;
	font-weight: 700;
	letter-spacing: 2px;
	font-size: 25px; line-height: 30px; letter-spacing:1px

}
.overall .right span{
	
	font-size:35px;
	margin-right:15px;
	text-shadow:none;
	float: left;
	width:auto;
	height:auto;
	color: #2CA6D5;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.overall .right .button span{
	color: #fff;
}
.overall .left .button{
	background: #9BE468;
}
.overall .left .button span{
	color: #fff;
}

@media only screen and (min-width: 721px) and (max-width:1024px){
	.left, .right{
		padding: 30px;
		margin:0;
		width: 48%;
		font-size: 18px;
	}
	.left{
	}
	.overall .button{
		width: 90%;
	}
}
@media only screen and (min-width: 521px) and (max-width:720px){
.left{
	display: block;
	width:80%;
	margin:0 auto;
	padding:20px;
}
.right{
	display: block;
	width:70%;
	margin:0 auto;
	padding:30px;
	color:#444;
	background: #fff;
	border: none;
	font-size:20px;
}
.overall{
	padding: 0;
}
.overall .button{
	width: 250px;
	margin: 10px auto;

}
}
@media only screen and (max-width:520px) {
.left{
	display: block;
	width:100%;
	margin:0 auto;
	padding:20px;
	font-size: 20px;
	font-family: "Titillium Web" Arial, Helvetica, Sans-serif;
}
.right{
	display: block;
	width:90%;
	margin:0 auto;
	padding:30px;
	color:#444;
	background: #fff;
	border: none;
	font-size:20px;
}
.overall{
	padding: 0;
}
.overall .button{
	width: 90%;
	margin: 10px auto;

}

}


/* =============== CONTACT ===================*/

.contact{
	padding:70px 0;
	background: #F5F5F5;
	background-repeat:repeat;
	width:100%;
	margin:0 auto;
	text-align:center;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	overflow: hidden;
}
.contact h1{
	text-shadow:none;
	color: #444;
}
.contact-left{
	display: inline-block;
	vertical-align:top;
	zoom: 1;
	/*IE Hack*/
    *display: inline;
	width:40%;
	margin-left:3%;
	margin-right:3%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	padding:10px;
	font-size: 20px;
	font-family: "Titillium Web" Arial, Helvetica, Sans-serif;

}

.contact-s{
	width:100%;
	margin:0 auto;
	text-align:left;

}

.contact input{
	background:transparent;
	border-bottom: 1px solid #CCCCCC;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	padding:10px;
	margin: 5px 5px 15px 5px;
	width: 96%;
	color:#444;
}
.contact textarea{
	background:transparent;
	border: 1px solid #CCCCCC;
	width: 96%;
	height:100px;
	padding: 10px;
	margin: 5px 5px 20px 5px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	font-family:inherit;
	color:#444;

}

.form-button{
	padding:10px;
	width:50%;
	text-align: center;
	background: #FFCC00;
	color:#FFFFFF;
	border:1px solid #000000;
	-webkit-box-shadow: 9px 9px 13px 0px rgba(3, 0, 0, 0.4);
    -moz-box-shadow:    9px 9px 13px 0px rgba(3, 0, 0, 0.4);
    box-shadow:         9px 9px 13px 0px rgba(3, 0, 0, 0.4);
}
.form-button:hover{
	background:rgba(0,0,0,0.5);
	color:#FFFFFF;
	border:3px solid #fff;
	cursor:pointer;
}

.form-button a:link, .form-message-button a:visited  {
	color: #000;
}
.form-button:hover a:link, .form-message-button:hover a:visited  {
	color: #fff;
}
@media only screen and (max-width: 768px){
.contact-left{
	display:block;
	margin:0 auto;
	width:90%;
	margin-bottom:50px;
}
.form-button{
	width:100%;

}
}

/* ===============SEND.php===================*/

.success{
	width:100%;
	height:100%;
	margin:0 auto;
	position:absolute;
	background:rgba(0,0,0,0.6);
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.success h3{
	font-size:30px;
	color:#FFF;
	text-shadow:1px 1px 1px #000;
	margin-bottom:70px;
	margin-top:70px;
}
.error{
	width:100%;
	height:100%;
	margin:0 auto;
	position:absolute;
	background:rgba(250,0,0,0.6);
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.error h3{
	font-size:30px;
	color:#FFF;
	text-shadow:1px 1px 1px #000;
	margin-bottom:70px;
	margin-top:70px;
}
.form-message-box{
	text-align:center;
	color:#CCCCCC;
	text-shadow:1px 1px 1px #000;
	font-size:24px;
}
.form-message-button{
	background:rgba(250,250,250,0.5);
	color:#000000;
	padding:20px;
	border-radius:10px;
	border:2px solid #000;
	width:20%;
	margin:70px auto;
	text-align: center;
	-webkit-box-shadow: 9px 9px 13px 0px rgba(3, 0, 0, 0.4);
    -moz-box-shadow:    9px 9px 13px 0px rgba(3, 0, 0, 0.4);
    box-shadow:         9px 9px 13px 0px rgba(3, 0, 0, 0.4);
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;

}


/* #Tema
================================================== */


.tema {
	width:100%;
	height:100%;
	position: relative;
	background:url(../images/marketing-digital-merida.jpg);
	top: 0%;
	left: 0%;
	bottom: 0%
	right:0%;
	margin:0 auto;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	background-attachment:fixed;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	overflow: hidden;
}
.tema-wrap{
	position: absolute; 
	top:25%;
	left: 4%;
	right: 4%;
	padding: 25px;
	text-align: center;
}

.tema h1{
	width: 50%;
	margin: 0 auto;
	margin-bottom: 20px;
	padding-bottom: 0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	font-size:60px;
	font-weight: bold;
	font-family: 'Century Gothic', sans-serif;
	line-height: 70px;
	color: #000;
}
.tema .slogan{
	width: 50%;
	margin: 0 auto;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	font-size:20px;
	padding: 20px;
	margin: 20px auto;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	border-radius: 10px;
	font-size:18px;
	color: #000;
	border:#000 3px solid;
	text-align: center;
}

@media only screen and (max-width: 900px){
.tema-wrap{
	left: 0%;
	right: 0%;
	top:15%;

}
.tema h1{
	width: 70%;
	font-size: 40px;
	line-height: 69px;
	margin-bottom: 50px;
}
.tema .slogan{
	width: 70%;
}

}

@media only screen and (max-width: 768px){
.tema-text img{
	width: 100%;
}
.tema h1{
	width: 100%;
	font-size: 40px;
	line-height: 69px;
	margin-bottom: 50px;
}
.tema .slogan{
	width: 100%;
}

}

@media only screen and (max-width: 500px){
.tema-text img{
	width: 100%;
}
.tema h1{
	width: 100%;
	font-size: 34px;
	line-height: 39px;
}
.tema .slogan{
	width: 100%;
}

.tema{
}
}

/* ATTENTION SEEKER
================================================== */

.net{
	background:url(../images/net2.png);
	background-repeat:repeat;
	padding:70px 0;
	margin: 0 auto;
	text-align: center;
}

.clear{clear:both;}
.attention button{
	background: #42f471;
	color: white;
	width: 250px;
	border-radius: 5px;
	padding: 20px;
	font-size: 20px;
	text-align: center;
	margin-top:50px;
	-moz-transition: max-height 0.5s ease, opacity 0.5s ease;
	-webkit-transition: max-height 0.5s ease, opacity 0.5s ease;
	-ms-transition: max-height 0.5s ease, opacity 0.5s ease;
	transition: max-height 0.5s ease, opacity 0.5s ease;
}

.attention button:hover{
	background: #2fa84f;
	-moz-transition: max-height 0.5s ease, opacity 0.5s ease;
	-webkit-transition: max-height 0.5s ease, opacity 0.5s ease;
	-ms-transition: max-height 0.5s ease, opacity 0.5s ease;
	transition: max-height 0.5s ease, opacity 0.5s ease;
}
.attention{
	background:url(../images/home3.jpg);
	background-attachment:fixed;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	background-position:center;

}

.attention .subtext{
	color:#fff;
	letter-spacing:2px;
	font-size: 50px;
	line-height: 50px;
	text-align:center;
	font-family: arial;
	margin:30px;
}
.attention .titulo{
	line-height:50px; 
	width:95%; 
	margin-left: auto; 
	margin-right:auto; 
	margin-bottom: 30px;
	font-size: 25px;
	font-weight: bold; 
	font-family: arial;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
}
.attention button{


}
@media only screen and (max-width: 768px){
.attention .titulo{
	font-size: 20px;
	line-height: 30px;
}	
}

/* #PRECIOS
================================================== */

.precios{
	margin:0 auto;
	width:100%;
	padding: 20px;
	text-align:center;
	background:#EEEEEE;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	overflow: hidden;
}
.precios .wrapper{
	margin:0 auto;
	text-align: center;
	padding: 30px 100px 100px 100px;
}

.precios h1{
	font-weight: bold;
	font-size: 40px;
	color: #000;
	line-height: 30px;
	margin-bottom: 50px;
}
.precios h2{
	font-weight: bold;
	font-size: 30px;
	color: #444;
	text-transform: uppercase;
	line-height: 30px;
	margin-bottom: 60px;
	margin-top: 30px;
}
.precios p{
	margin-bottom: 30px;
	text-align: justify;
}
.pricing-table h6{
	margin-bottom:40px;
	text-shadow:none; 
	text-transform:uppercase; 
	color:#fff;
	font-size:30px; 
	font-weight: bold;}

.pricing-wrapper{
	margin:0 auto;
	width:80%;
	text-align:center;
	padding: 0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.pricing-table{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	margin-bottom: 100px;
	width:29.3%;
	margin-right: 2%;
	margin-left: 2%;
	float:left;
	background: #444;
	padding:30px 0;
	font-size: 14px;
}
.pricing-table span{
	margin-bottom:50px; 
	color: #fff;
	font-size: 28px;
	text-shadow: 4px 6px 10px #000;
}
.pricing-table ul{
	margin-bottom: 20px;
}
.pricing-table li{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-transition: all .5s;
  	-moz-transition: all .5s;
  	transition: all .5s;
  	color: #fff;
  	line-height: 30px;
}
.price-tag{
	font-size: 30px; 
	font-weight: bold; 
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.price{
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 3px;
	color: #fff;
	padding: 20px;
	background:#e76888;
	height: 100px;
		-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	line-height: 50px;
}
.pricing-table .subtext{color:#fff;text-shadow: 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000; letter-spacing:2px;}
.pricing-table h2{line-height:37px; width:95%; margin-left: auto; margin-right:auto;}


@media only screen and (min-width: 621px) and (max-width: 1021px){
.pricing-wrapper{
	width:100%;
}
}

@media only screen and (max-width: 768px){
.pricing-table{
	float:none;
	width:100%;
	margin: 0 auto 30px auto;
}
.pricing-wrapper{
	width:100%;
}
.precios .wrapper{
	padding: 0px;
}
.pricing-table li{
	padding: 0;
}
}

/* #PRECIOS
================================================== */

.seccion-6{
	padding: 50px 100px;
	margin:0 auto;
	width:100%;
	overflow:hidden;
	background:#fff;
	background-attachment:fixed;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	background-position:center;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	text-align: center;
}
.seccion-6 .titulo{
	margin-bottom: 50px;
	line-height: 40px;
	text-align: center;	
	font-size:40px;
}
.seccion-6 p{
	padding-bottom: 50px;
	width: 60%;
	margin:0 auto;
	text-align: center;
	font-size: 16px;
	color:#979aa0;
}
.seccion-6 .box-right{
	float:left;
	width: 45%;
	padding: 50px 0px 0 70px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.seccion-6 .mini-box{
	position: relative;
	margin-bottom: 20px;
}
.seccion-6 .lista span{
	position: absolute;
	left: -60px;
	top:10px;
	text-align: center;
	font-size: 38px;
	color: #ace2b2;
}
.seccion-6 .lista{
	text-align: left;
	margin-bottom: 15px;
	font-weight: bold;
	text-transform: uppercase;
}
.seccion-6 .descripcion{
	text-align: justify;
	font-size: 16px;
	color: #979aa0;
}
.seccion-6 .box-left{
	float: right;
	width: 45%;
	padding: 50px 0px 0 70px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
@media screen and (max-width: 60em) {
.seccion-6{
	padding: 50px 40px;
}
}
@media screen and (max-width: 45em) {
/* SECCION-2 */
.seccion-6 p{
	width: 100%;
}
.seccion-6{
	padding: 50px 40px;
}
.seccion-6 img{
	width: 100%;
}
.seccion-6 .box-right{
	float: none;
	width: 100%;
	padding: 30px 0 0px 40px;
}
.seccion-6 .box-left{
	float: none;
	width: 100%;
	padding: 0 30px;
}
.seccion-6 .box-left img{
	width: 80%;
}
}
/* #Footer
================================================== */

footer{
	background: #333;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	width:100%;
	margin:0 auto;
	text-align:center;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	padding:20px;
	overflow: hidden;
}
footer span{
	font-size:31px;
	padding:10px;
	text-shadow:none;
	width:50px;
	height:50px;
	color: #fff;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	
}
.f-content{
	width: 100%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	height: auto;
	color: #898b92;
}

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

}