/*
Theme Name: Todos Apensar
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: todos-apensar
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Todos Apensar is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

html, body {
	max-width: 100%;
	min-width: 320px;
}

.row {
	margin-right: 0;
	margin-left: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/*fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}*/

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: hidden;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

.hfeed .site {
    max-width: 18000px;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}

textarea {
	padding-left: 3px;
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	color: purple;
}

a:hover,
a:focus,
a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}




/*--------------------------------------------------------------
## INICIO CODIGO
--------------------------------------------------------------*/
@font-face {
	font-family: 'Fontello';
	src: url('fonts/fontello.eot');
	src: url('fonts/fontello.eot?#iefix') format('embedded-opentype'),
	url('fonts/fontello.woff') format('woff'),
	url('fonts/fontello.ttf') format('truetype'),
	url('fonts/fontello.svg#fontawesomeregular') format('svg');
	font-weight: normal;
	font-style: normal;
}


/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a {
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/* Search widget. */
.widget_search .search-submit {
	display: none;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	/*max-width: 100%;*/
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
## HEADER
--------------------------------------------------------------*/
/* Barra de navegacion */
/* navbar */
.navbar-default {
	background-color: #FFFFFF;
   	border: none;
    /*margin-left: 150px;*/
    /*margin-right: 150px;*/
    max-height: 90px;
}
.navbar-brand {
    float: left;
    padding: 0; 
}
#logo {
	margin-top: 20px;
	/*margin-left: 5px;*/
	/*margin-right: 20px;*/
	width: 152px;
	height: auto;
	padding-right: 3px;
	padding-left: 3px;
}
#logo img {
	margin-left: 10px;
}

/* link */
.nav .navbar-nav {
	position: absolute;
    width: 100%;
    text-align: center;
    margin: auto;
}
.navbar-default .navbar-nav .menu-item > a {
    color: #8fb5ab;
    font-size: 20px;
    font-weight: 300;
    font-family: 'Lato', Arial, sans-serif;
    padding-top: 35px;
    padding-bottom: 35px;
    display: inline-block;
}
#menuLinks ul li {
	text-align: center;
}
#menuLinks > li > a:hover,
#menuLinks > li > a:focus {
    color: #8fb5ab;
    /*background-color: #cff0e9;*/
    background-color: rgba(143,181,171,0.3);
}
#menuLinks a {
	padding-left: 10px;
	padding-right: 10px; 
}
#menuLinks a {
	padding-left: 30px;
	padding-right: 30px; 
}
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus {
    color: #8fb5ab;
    background-color: #ffffff;
}
.navbar-default .navbar-nav > .open > a, 
.navbar-default .navbar-nav > .open > a:hover, 
.navbar-default .navbar-nav > .open > a:focus {
    color: #8fb5ab;
    background-color: #ffffff;
}
#redes {
	padding-right: 1px;
}
#redes .menu-secundario {
	margin: 0 0 0 0;
	display: inline-block;
	height: 40px;
	width: 35px;
	margin-left: 15px;
	margin-top: 25px;
}
#redes .dropdown {
	margin: 0 0 0 0;
	display: inline-block;
	height: 39px;
	width: 39px;
	margin-left: 11px;
	margin-top: 28px;
}
#redes .dropdown .dropdown-toggle {
	background: url(images/menu-descargar.jpg) no-repeat;
	background-size: 39px 39px;
}
#redes .dropdown .dropdown-toggle:hover {
	background: url(images/menu-descargar_on.jpg) no-repeat;
	background-size: 39px 39px;
}
#redes .dropdown .dropdown-menu {
	margin-top: 22px;
	margin-right: -15px;
}
#redes .menu-secundario a {
	margin: 0 0 0 0;
	height: 39px;
	width: 31px;
}
#redes li a img {
	width: 40px;
	height: 40px;
	margin: -25px 0px -17px -20px;
}
#menu-tiendas {
	margin-bottom: 10px;
	margin-left: 50px;
}
#menu-tiendas li a img {
	width: 25px;
	height: auto;
	margin-left: -9px; 
	margin-top: -20px; 
	margin-right: 7px;
}
#redes .dropdown-toggle {
	height: 65px;
}
ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
    margin: 0;
}
.dropdown-menu > li > a {
	color: #7d7d7d;
	font-family: 'Lato', Arial, sans-serif;
	font-weight: 300;
	font-size: 15px;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
	color: #7d7d7d;
	background-color: #FFFFFF;
}

/* version movil */
.navbar-default .navbar-toggle {
    border-color: #ffffff;
    padding: 34px 18px;
    margin: 0px 0px 0px -3px;
}
.navbar-default .navbar-toggle:hover {
	background-color: #ffffff;
}
.navbar-default .navbar-toggle:focus {
    background-color: #ecf2ef;
}
.navbar-default .navbar-toggle .icon-bar {
	color: #648479;
    background-color: #9ccbb7;
    padding: 2px 12px;
}
.dropdown ul li:first-child > a:before {
    content:"";
    position: absolute;
    left: 118px;
	top: -10px;
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 9px solid #aeaeae;
}
.dropdown ul li:first-child > a:after {
	content: '';
	position: absolute;
	left: 119px;
	top: -8px;
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 8px solid #FFFFFF;
	z-index:9998;
 }
 .dropdown ul {
	box-shadow: none;
 }
#langMenu {
 	margin-top: 32px;
 	/*margin-left: 17px;*/
 	text-align: center;
 	position: absolute;
}
#langMenu a,
#langMenuMovil a {
	color: #89baae;
	text-decoration: none;
}
#langMenu a:hover,
#langMenuMovil a:hover {
	font-weight: bold;
}
#langMenuSeparador {
	height: 1px;
    width: 25px;
    background-color: #89baae;
}
#langMenuMovil {
	/*height: 72px;*/
    width: 50px;
    /*vertical-align: middle;*/
    line-height: 33px;
    margin-top: 11px;
    margin-left: 590px;
    text-align: center;
    position: absolute;
	margin-left: -50px;
	left: 80%;
}
#langMenuMovil a {
	padding: 5px;
}
#langMenuSeparadorMovil {
	height: 1px;
    width: 26px;
    margin-left: 12px;
    background-color: #89baae;
}


/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
	/* Version movil del menu */
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #8fb5ab;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #8fb5ab;
    	background-color: #ffffff;
    }
	#logo {
		padding-bottom: 15px; 
	}
}
/* Para arreglar menu */
@media only screen and (max-width : 939px) {
    .navbar-default {
	    margin-left: 0px;
	    margin-right: 0px;
	}	
}
/* Small Devices, Tablets */
/* Fondo del dropdown responsive menu */
@media only screen and (max-width : 768px) {
	.navbar-default {
		max-height: 10000px;
	}
	#redes {
		display: none;
	}
	#menuLinks li a {
		width: 100%;
	}
}

/* Contenedor Header */
#contenedor-menu {
    padding-left: 15px;
    margin-left: auto;
}
@media only screen and (min-width: 1201px) {
	#contenedor-menu {
	    width: 1170px;
	}
	#redes {
		margin-right: 45px;
	}
	#langMenu {
		margin-left: 442px;
	}
	#langMenuMovil {
		display: none;
	}
}
@media only screen and (max-width: 1200px) {
	#contenedor-menu {
	    width: 998px;
	}
	#langMenu {
		margin-left: 295px;
	}
	#langMenuMovil {
		display: none;
	}
}
@media only screen and (max-width: 1060px) {
	#contenedor-menu {
	    width: 750px;
	}
	#redes {
		display: none;
	}
	#langMenu {
		margin-left: 15px;
	}
}
@media only screen and (max-width: 767px) {
	#contenedor-menu {
	    width: 100%;
	}
	#langMenu {
		display: none;
	}
	#langMenuMovil {
		display: block;
	}
}
@media only screen and (min-width: 768px) {
	.navbar-right {
		margin-right: 0px;
	}
	#menuLinksFuera ul {
		margin-left: 15px;
	}
}
@media only screen and (max-width: 455px) {
	#langMenuMovil {
		left: 77%;
	}
}


/*--------------------------------------------------------------
## FOOTER	
--------------------------------------------------------------*/
#colophon {
	height: 177px;
	margin-top: 160px;
}
.site-footer .site-info {
	background-color: #ebebeb;
	padding-top: 50px;
	color: #989898;
	font-family: 'Lato', Arial, sans-serif;
	font-weight: 300;
	font-size: 14px;
}
#footer-comparte {
	width: 237px;
	margin: 0 auto;
	text-align: center;
	position: relative;
}
#footer-comparte .rrss {
	position: absolute;
	top: -35px;
}
#footer-comparte .rrss a {
	font-size: 14px;
	font-family: 'Muli', Arial, sans-serif;
	color: white;
}
#footer-comparte #twitter {
	left: 103px;
	top: -70px;
}
#footer-comparte #googleplus {
	left: 202px;
}
#footer-comparte .rrss .followers {
	position: absolute;
	top: -63px;
	left: -6px;
	width: 47px;
	display:none;
}
#footer-comparte .rrss .followers div {
	position: absolute;
	left: 0;
	right: 0;
	top: 15px;
}
#footer-comparte .rrss a:hover .followers { 
	display: block; 
}
#footer-nube {
	margin-bottom: -19px;
}
#footer-logo img {
	margin-top: -9px;
    width: 120px;
}
#terminos-condiciones {
	text-align: center;
	margin-top: -25px;
	color: #989898;
    font-family: 'Lato', Arial, sans-serif;
    font-size: 12px;
    font-weight: 300;
}
#terminos-condiciones a,
#terminos-condiciones a:hover {
	color: #989898;
	text-decoration: none;
}
@media only screen and (min-width : 1200px) {
	.site-footer .site-info {
		height: 115px;
		padding-left: 7%;
	}
	#footer-logo {
		text-align: right;
	}
}
@media only screen and (max-width : 1199px) {
	.site-footer .site-info {
		height: 145px;
		text-align: center;
	}
	#footer-copyright {
		margin-top: 15px;
	}
}


/*--------------------------------------------------------------
## CUERPO DEL SITIO (SIN HEADER, SIN FOOTER)	
--------------------------------------------------------------*/
.content-area {
	margin-top: -20px;
}


/*--------------------------------------------------------------
## HOME	
--------------------------------------------------------------*/
#home-container {
	font-family: 'Lato', Arial, sans-serif;
	font-weight: 300;
}
h1 {
	color: #8fb5ab;
	/*font-size: 30px;*/
	text-align: center;
	margin-bottom: -2px;
	font-weight: 300;
}
h5 {
	/*color: #4b4b4b;*/
	text-align: center;
	font-weight: 300;
	font-size: 15px;
}

/* Popups */
.popupop {
	z-index: 10; 
	display: none; 
	position: fixed; 
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, 0.6); 
}

.popupop .image {
	position: absolute;
	left: 0; right: 0; top: 0; bottom: 0;
	max-height: 90%;
	max-width: 90%;
	margin: auto;
}

/* Foto-Video */
/*#container-video {
	background-color: #000000;
	position: absolute;
}*/
#foto-video {
	position: relative;
	text-align: center;
	overflow: hidden;
}
#btn-playvideo {
	display: none;
}
#video-landing {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
}
@media only screen and (min-width : 1025px) {
	#foto-video {
		height: 450px;
		/*line-height: 450px;*/
	}
	#btn-playvideo img {
		width: 154px;
		margin-top: 130px;
	}
}
@media only screen and (max-width : 1024px) {
	#foto-video {
		height: 400px;
		/*line-height: 400px;*/
	}
	#btn-playvideo img {
		width: 115px;
		margin-top: 130px;
		vertical-align: initial;
	}
}
@media only screen and (max-width : 768px) {
	#foto-video {
		height: 366px;
	}
	#btn-playvideo img {
		margin-top: 110px;
	}
}
@media only screen and (max-width : 600px) {
	#foto-video {
		height: 333px;
	}
	#btn-playvideo img {
		margin-top: 110px;
	}
}
@media only screen and (max-width : 480px) {
	#foto-video {
		height: 300px;
	}
	#btn-playvideo img {
		width: 100px;
		margin-top: 100px;
	}
}


/* Redes Sociales Movil */
.redesMovil {
	background-color: #f5f5f5;
	text-align: center;
	height: 90px;
	width: 100%;
	display: inline-block;
}
.redesMovil a {
	margin-left: 3%;
    margin-right: 2%;
	
}
.redesMovil a img {
	width: 55px;
	margin-top: 17px;
}
/* Colocar redes sociales version movil */
/*@media only screen and (min-width : 768px) {*/
@media only screen and (min-width : 1061px) {
	.redesMovil { 
		display: none;
	}
}


/* Ponte a Pensar */
.ponteapensar .row {
	margin-top: 30px;
}
#ponteapensar-cel {
	margin-bottom: 20px;
}
#ponteapensar-cel img {
	float: right;
}
#bullets span {
	color: #8fb5ab;
	margin-left: 15px;
}
#bullets p {
	color: #4b4b4b;
	text-align: left;
}
@media only screen and (min-width : 992px) {
	.ponteapensar {
		margin-top: 45px;
	}
	#bullets {
		margin-top: 7%;
	}
	#bullets img {
		width: 55px;
		height: 55px;
		margin-left: 10px;
	}
	#bullets span {
		font-size: 24px;
	}
	#bullets p {
		font-size: 15px;
		margin: 15px 0px 35px 40px;
	}
}
@media only screen and (max-width : 991px) {
	.ponteapensar {
		margin-top: 35px;
	}
	.ponteapensar .home-titulo {
		display: none;
	}
	#bullets img {
		width: 35px;
		height: 35px;
		margin-bottom: 10px;
	}
	#bullets span {
		font-size: 26px;
	}
	#bullets p {
		font-size: 17px;
		margin: 0px 25px 25px 45px;
	}
}


/* Experiencia Premium */
.experienciapremium {
	display: table;
    margin: 0 auto;
}
#ipad-espacio {
	margin-top: 20px;
	position: relative;
	display: inline-block;
	width: 100%;
}
#capa2 {
	margin-top: -615px;
	position: absolute;
}
#capa2 div {
	background-color: #c3c3c3;
	height: 1px;
}
#demo {
	float: left;
}
#demo-ipad,
#demo-ipad-eng {
	margin: 0 auto;
	top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
#demo-ipad-movil {
	margin: 0 auto;
	display: table;
}
#info-izq {
	font-size: 15px;
	text-align: right;
	float: left;
	margin-right: -60px;
	width: 214px;
	padding-right: 15px;
}
#info-der {
	font-size: 15px;
	text-align: left;
	float: left;
	margin-left: -60px;
	width: 214px;
}
#iframe-juego {
    /*visibility: hidden;*/
    display: none;
}
.gameoverlay {
    display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #000000;
	opacity: 0.7;
	z-index: 102;
	padding-top: 10px;
	padding-right: 5%;
}
.gameoverlay p {
	cursor: pointer;
	float: right;
	font-size: 30px;
	color: #FFFFFF;
}
@media only screen and (min-width : 930px) {
	#demo {
		width: 600px;
	}
	#demo-ipad {
		position: relative;
		background: url("images/demo-ipad.jpg") no-repeat;
		background-position: center center;
		background-size: 480px 698px;
		width: 480px;
		height: 698px;
	}
	#demo-ipad-eng {
		position: relative;
		background: url("images/demo-ipad-eng.jpg") no-repeat;
		background-position: center center;
		background-size: 480px 698px;
		width: 480px;
		height: 698px;
	}
	#iframe-juego {
		margin-top: 60px;
	    margin-left: 40px;
   	}
	#info-izq,
	#info-der {
		display: block;
	}
	#demo-boton-desktop img {
		width: 96px;
		height: 96px;
		position: absolute;
   		left: 45%;
   		top: 82%;
   		z-index: 102;
	}
	#demo-boton-movil,
	#demo-explicacion-movil,
	#demo-ipad-movil {
		display: none;
	}
	.gameoverlay {
		display: none !important;
	}
}
@media only screen and (max-width : 929px) {
	#demo {
		width: 100%;
	}
	.experienciapremium {
		margin-top: 10px;
	}
	.experienciapremium .home-titulo {
		display: none;
	}
	#demo-ipad,
	#demo-ipad-eng {
		display: none;
		background-color: #FFFFFF;
		width: 400px;
    	height: 531px;
    	position: fixed;    /* position: absolute; */
    	margin: auto;
    	z-index: 102;
    	border-radius: 10px;
    	overflow: hidden;
    	border-color: #FFFFFF;
    	border-style: solid;
	}
	#iframe-juego {
		position: absolute;
/*		margin: auto;
	    top: 50%;
	    left: 50%;
	    margin-left: -200px;
	    margin-top: -266px;*/
	    /*border-radius: 15px;
	    overflow: hidden;*/
	}
	#capa2,
	#info-izq,
	#info-der,
	#demo-boton-desktop {
		display: none;
	}
	#demo-boton-movil {
		display: block;
    	margin: 0 auto;
		width: 124px;
		height: 124px;
	}
	#demo-explicacion-movil {
		margin: 25px 15px 0px 15px;
	}
	#demo-explicacion-movil > div {
		position: relative;
		padding-left: 55px;
		margin: 0px;
	}
	#demo-explicacion-movil img {
		position: absolute;
		top: 50%; left: 0;
		margin-top: -22px;
	}
	#demo-explicacion-movil p {
		color: #4b4b4b;
		font-size: 17px;
		margin: 38px 0px;
	}
	#demo-ipad-movil {
		display: block;
		width: 90%;
	}
}


/* Descarga la Aplicacion */
.descargalaaplicacion {
	text-align: center;
}
.descargalaaplicacion p {
	color: #4b4b4b;
	font-size: 17px;
}
#primeros-botones img,
#descarga-amazon img {
	width: 150px;
}
#jugar-facebook {
	margin-top: 20px;
}
#jugar-facebook img {
	width: 155px;
}
@media only screen and (min-width : 992px) {
	.descargalaaplicacion p {
		font-size: 15px;
	}
}
/*@media only screen and (min-width : 930px) {
	.descargalaaplicacion {
		margin-top: 270px;
	}
}*/
@media only screen and (max-width : 929px) {
	.descargalaaplicacion {
		margin-top: 35px;
	}
}
@media only screen and (min-width : 768px) {
	.descargalaaplicacion .descarga-uno {
		display: block;
		margin-bottom: 30px;
	}
	.descargalaaplicacion .descarga-dos {
		display: none;
	}
	#boton-appstore {
		float: right;
	}
	#boton-googleplay {
		float: left;
	}
	#primeros-botones {
		margin-bottom: 23px;
	}
}
@media only screen and (max-width : 767px) {
	.descargalaaplicacion .descarga-uno {
		display: none;
	}
	.descargalaaplicacion .descarga-dos {
		display: block;
		margin-bottom: 20px;
	}
	#primeros-botones img,
	#descarga-amazon img {
		margin-bottom: 12px;
	}
}


/* Descargala y Unete */
.descargalayunete {
	margin-top: 50px;
}
#desc img {
	margin-bottom: 12px;
}
#freebasics {
	text-align: center;
	margin-top: 40px;
	font-size: 15px;
}
#freebasics div {
	padding: 0px 5px;
	display: inline-block;
}
@media only screen and (min-width : 768px) {
	.descargalayunete .row {
		margin-top: 45px;
	}
	.descargalayunete .descarga-uno {
		display: block;
	}
	.descargalayunete .descarga-dos {
		display: none;
	}
	#nube-cuadrada {
		float: right;
		margin-top: 5px;
	}
	#desc {
		width: 170px;
	}
	#desc div {
		display: inline-block;
	}
	#desc img {
		width: 140px;
	}
}
@media only screen and (max-width : 767px) {
	.descargalayunete .row {
		margin-top: 25px;
	}
	.descargalayunete .descarga-uno {
		display: none;
	}
	.descargalayunete .descarga-dos {
		display: block;
		margin-bottom: 20px;
	}
	#nube-cuadrada {
		margin: 0 auto;
		display: table;
	}
	#desc {
		text-align: center;
	}
	#desc a {
		display: inline-block;
		margin-top: 13px;
		height: 50px;
	}
	#desc img {
		width: 165px;
	}
}


/* Slider Posts */
.slider-posts {
	/*height: 510px;*/
	text-align: center;
	overflow: hidden;
}
#slider-holder > div {
	display: none;
}
#slider-holder > div:first-child {
	display: block;
}
.slider-posts .pager {
	display: block;
    margin: 0px;
    position: absolute;
    bottom: 25px;
    z-index: 101;
    left: 0;
    right: 0;
    line-height: 6px;
    -webkit-transition: bottom 0.4s ease 0s;
    -moz-transition: bottom 0.4s ease 0s;
    -o-transition: bottom 0.4s ease 0s;
    transition: bottom 0.4s ease 0s;
}
.slider-posts .pager span {
	display: inline-block;
	background-color: #c2c2c2;
	padding: 6px 6px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	margin: 0 10px;
	cursor: pointer;
}
.slider-posts .pager span.active {
	background-color: #FFFFFF;
}
.cycle-slide > div {
	background-color: #ececec;
	padding: 25px 0px 50px 0px;
	text-align: center;
}
.col-centered {
	float: none;
	margin-right: auto;
	margin-left: auto;
}


/* Cuentanos (Que te parece) */
.cuentanos { margin: 20px 0 35px 0; }
#valoracion {
	background-color: #f8f8f8;
	border-radius: 5px;
	/*width: 600px;*/
	padding: 20px 10px;
	position: relative;
}
#form-overlay {
	display: none;
	position: absolute;    
	background-color: rgba(165,164,164,0.5);
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	text-align: center;
    font-weight: 400;
    font-size: 30px;
    color: #FFFFFF;
    z-index: 1;
    border-radius: 5px;
/*    display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;*/
}
#form-overlay span {
	position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
}
#paginador {
	width: 87px;
	height: 24px;
	margin: 0 auto;
	background: url("images/form-paginador.jpg") no-repeat;
 	background-position: left center;
 	-webkit-transition:background-position .2s ease-in;  
    -moz-transition:background-position .2s ease-in;  
    -o-transition:background-position .2s ease-in;  
    transition:background-position .2s ease-in; 
    -webkit-transition-delay: 2s; /* Safari */
    transition-delay: 2s;
    -moz-transition-delay: .2s; 
    -o-transition-delay: .2s;
    transition-delay: .2s;
}
#form-page-uno {
	text-align: center;
	transition: all .3s ease-out;
}
#rate-dispositivo { 
	/*margin-top: 20px;*/
	margin-bottom: 10px;
}
#rate-dispositivo div {
	margin: 0 20px;
	display: inline-block;
}
#rate-dispositivo input {
	cursor: pointer;
	margin-right: 5px;
	font-size: 11px;
}
#rate-dispositivo label span {
	color: #7eada1;
	font-weight: 300;
	font-size: 22px;
	vertical-align: -4px;
}
#rate-dispositivo img { margin-left: 3px; }
.enviar-enlace, .regresar-formulario {
	display: inline-block;
	text-align: center;
    margin: 15px auto 0px auto;
    width: 255px;
	height: 36px;
	line-height: 34px;
    color: #FFFFFF;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 400;
}
.enviar-enlace {
	margin: 15px 5px 0px 5px;
}
.regresar-formulario {
	margin: 0px 5px;
	order: 1;
}
.enviar-enlace:hover, .regresar-formulario:hover {
	text-decoration: none;
	color: #FFFFFF;
}
.enviar-enlace:focus, .enviar-enlace:visited,
.regresar-formulario:focus, .regresar-formulario:visited {
	text-decoration: none;
	color: #FFFFFF;
}
#form-page-dos { display: none; }
#contactform p {
	color: #7eada1;
	font-size: 17px;
	margin-bottom: 0;
}
#contactform .row { /*width: 600px;*/ }
form {
	position: relative;
    /*width: 360px;
    margin-top: 45px;*/
}
#contactform input, #contactform textarea {
	display: table;
	/*width: 250px;*/
	background: #FFFFFF;
	border: 1px solid #dedede;
	padding: 5px;
	margin-top: 2px;
	margin-bottom: 15px;
	font-size: 15px;
	font-weight: 300;
    font-family: 'Lato', Arial, sans-serif;
	color: #9b9b9b;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding-right: 25px;
	background-repeat: no-repeat;
}
#contactform input {
	height: 30px;
	background-position: 98% center;
}
#contactform textarea {
	height: 174px;
	background-position: 98% top;
}
#contactform input:focus, textarea:focus {
    border: 1px solid #97d6eb;
    outline-color: #aeaeae;
}
#contactform input:focus::-webkit-input-placeholder { color:transparent; }
#contactform input:focus:-moz-placeholder { color:transparent; } /* FF 4-18 */
#contactform input:focus::-moz-placeholder { color:transparent; } /* FF 19+ */
#contactform input:focus:-ms-input-placeholder { color:transparent; } /* IE 10+ */
#contactform input:-webkit-autofill {-webkit-box-shadow: 0 0 0px 1000px white inset;} /* Fondo de autocomplete */
#contactform textarea:focus::-webkit-input-placeholder { color:transparent; }
#contactform textarea:focus:-moz-placeholder { color:transparent; } /* FF 4-18 */
#contactform textarea:focus::-moz-placeholder { color:transparent; } /* FF 19+ */
#contactform textarea:focus:-ms-input-placeholder { color:transparent; } /* IE 10+ */
.form-botones {
	display: flex;
	justify-content: center;
	margin-top: 25px;
}
.btn-enviar {
	display: none;
	width: 255px;
	height: 36px;
    border: none;
    margin: 0px 5px;
    color: #FFFFFF;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 400;
    order: 2;
}
.empty { background-color: #d7d7d7; }
/*.btn-enviar.empty:hover { background-color: #a5a4a4; }*/
.notempty { background-color: #8abeb7; }
.notempty:hover { background-color: #789691; text-decoration: none; }
.notempty-send { background-color: #009688; }
.notempty-send:hover { background-color: #017267; text-decoration: none; }
.error {
	position: absolute;
    width: 100%;
    color: red;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
}
.rating, .rating-fijo {
	width: 270px;
    margin: 0 auto;
    border: none;
    /*padding: 5px;*/
    padding-right: 5px;
}
.rating fieldset, .rating label, .rating-fijo fieldset, .rating-fijo label { margin: 0; padding: 0; }
.rating > label:hover { cursor: pointer; }
.rating > input, .rating-fijo > input { display: none; } 
.rating > label:before, .rating-fijo > label:before { 
	margin: 10px;
	font-size: 32px;
	font-family: Fontello;
	display: inline-block;
	content: "\E801";
}
.rating > label, .rating-fijo > label { color: #c9c9c9; float: right; }
.rating > input:checked ~ label, /* show gold star when clicked */
.rating-fijo > input:checked ~ label, /* show gold star when clicked */
.rating:not(:checked) > label:hover, /* hover current star */
.rating:not(:checked) > label:hover ~ label { color: #f89a1c; } /* hover previous stars in list */

.rating > input:checked + label:hover, /* hover current star when changing rating */
.rating > input:checked ~ label:hover,
.rating > label:hover ~ input:checked ~ label, /* lighten current selection */
.rating > input:checked ~ label:hover ~ label { color: #f9b04d; }


/*.rating > input { display: none; } 
.rating > input:checked ~ label,
.rating:not(:checked) > label:hover,
.rating:not(:checked) > label:hover ~ label { color: #f89a1c; }*/



#twitter-user {
	text-align: left;
	color: #8fb5ab;
	font-size: 20px;
}
#twitter-user a {
	text-decoration: none;
	color: #8fb5ab;
}
#twitterdev-feed {
	width: 340px;
	margin-top: -22px;
}
#plugin-fb {
	margin-top: -10px;
}
#reviews-tienda {
	margin-top: 50px;
}
#owl-demo {
	display: block;
	font-family: 'Lato', Arial, sans-serif;
	font-size: 14px;
	font-weight: 300;
	position: relative;
}
.owl-stage-outer {
	position: relative;
	/*background-color: pink;*/
	background-color: #FFFFFF;
}
.owl-item {
	background-color: #FFFFFF;
}
#gradient {
	/*border-style: solid;
    border-width: 3px;
    border-color: #000000;*/
	z-index: 1;
	position: absolute;
	/*top: 3232px;*/
	margin-top: -129px;
	height: 119px;
	background:-webkit-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0) 80%, rgb(255, 255, 255) 100%);
	background:-o-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0) 80%, rgb(255, 255, 255) 100%);
	background:-moz-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0) 80%, rgb(255, 255, 255) 100%);
	/*background:linear-gradient(90deg, rgb(255, 255, 255) 0%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0) 80%, rgb(255, 255, 255) 100%);*/
	background:linear-gradient(90deg, rgb(255, 255, 255) 0%, rgba(255,255,255,0.001) 20%, rgba(255,255,255,0.001) 80%, rgb(255, 255, 255) 100%);
}
#rev-flecha-izq {
	margin-top: 20px;
	margin-left: -60px;
	-webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
#rev-flecha-der {
	margin-top: 20px;
	float: right;
	margin-right: -60px;
}
.review-box {
	float: left;
	width: 98%;
	height: 119px;
	background-color: #FFFFFF;
	display: none;
}
.reviewer-foto {
	background-repeat: no-repeat;
	border-radius: 50px;
	height: 45px;
	width: 45px;
	float: left;
	margin-left: 5px;
}
.reviewer-foto-img {
	clip:rect(0,68px,68px,0);
	/* 68, 83 */
}
.review-info {
	padding-left: 57px;
}
.reviewer {
	font-weight: 400;
	font-size: 14px;
	padding-right: 5px;
}
.review-fecha {
	font-size: 10px;
}
.review-rating {
	background: url(images/rating-grey.jpg);
	z-index: 50;
	height: 14px;
	width: 84px;
}
.review-titulo {
	font-weight: 400;
}
.review-texto {
	padding-left: 3px;
}
@media (min-width: 1000px) {
    #reviews-tienda {
		margin-left: 13%;
		margin-right: 15%;
	}
	#gradient {
		width: 73%;
	}
}
@media (max-width: 999px) {
    #reviews-tienda {
		margin-left: 3%;
		margin-right: 3%;
	}
	#gradient {
		width: 94%;
	}
	#rev-flecha-izq {
		margin-left: -20px;
	}
	#rev-flecha-der {
		margin-right: -20px;
	}
}
@media (min-width: 992px) {
    #valoracion {
        float: right;
        width: 90%;
    }
    #contactform input, #contactform textarea {
		width: 95%;
	}
}
@media (max-width: 991px) {
    #valoracion {
        width: 90%;
        margin: 0 auto;
    }
    #contactform input, #contactform textarea {
    	margin: 0 auto;
		width: 80%;
	}
	#contactform input {
		margin-bottom: 10px;
	}
	#contactform textarea {
		margin-bottom: 5px;
	}
	#contactform p {
		margin-left: 10%;
	}
}
@media (max-width: 767px) {
	#contactform input, #contactform textarea {
		width: 99%;
	}
	#contactform p {
		margin-left: 0;
	}
    #rev-flecha-izq {
		margin-left: -10px;
	}
	#rev-flecha-der {
		margin-right: -10px;
	}
}
@media (max-width: 480px) {
	#valoracion {
        width: 100%;
    }
	#gradient {
		display: none;
	}
	#flechas {
		display: none;
	}
}


/* Instagram Feed */
#insta-wrap {
	width: 100%;
	height: 420px;
	overflow: hidden;
	position: relative;
	display: none;
}
#instafeed {
	width: 2000px;
	position: absolute;
	top: 0;
	left: 0;
}
#instafeed .instaimg {
	width: 210px;
}
.seccion-imagen {
	display: inline-block;
	position: relative;
	text-align: center;
}
.imagen-info {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	color: #fff;
	background: rgba(131,164,191,0.6);
	transition: all 1s;
    -webkit-transition: all 1s;
	visibility: hidden;
	opacity: 0;
	padding: 40% 15% 0 15%;
}
.like-com {
	font-size: 14px;
	font-weight: 400;
	font-family: 'Lato', Arial, sans-serif;
	margin-left: 3px;
	margin-right: 10px;
}
.imagen-fecha {
	font-size: 15px;
	font-family: Arial, sans-serif;
	margin-top: 5px;
}
.seccion-imagen:hover .imagen-info {
	visibility: visible;
	opacity: 1;
}
.instagram-like {
	height: 15px;
	width: 15px;
	margin-left: 13px;
	margin-right: 2px;
}
.instagram-comment {
	height: 17px;
	width: 17px;
	margin-right: 2px;
	margin-left: 10px;
	margin-top: -2px;
}
@media (min-width:768px) {
	#insta-wrap {
		height: 520px;
	}
	#instafeed .instaimg {
		width: 260px;
	}
}
@media (min-width:992px) {
	#insta-wrap {
		height: 600px;
	}
	#instafeed .instaimg {
		width: 300px;
	}
}
@media (min-width:1200px) {
	#insta-wrap {
		height: 720px;
	}
	#instafeed .instaimg {
		width: 350px;
	}
}


/* Insignias */
#insignias {
	padding: 28px 0;
	background-color: #8fb5ab;
	border-top: 1px solid #FFFFFF;
	text-align: center;
	height: 160px;
	color: #FFFFFF;
	line-height: 25px;
}
#insignias #top-developers, #insignias #mejor-app-google, #insignias #mejor-app-explosion,
#insignias #mejor-app-google-eng {
	display: inline-block;
	vertical-align: middle;
	height: 105px;
	font-size: 25px;
	margin: 0 15px;
	font-weight: 400;
	padding: 10px 35px 0px 35px;
}
#insignias #top-developers {
	background: url(images/fondo-insignia1.jpg) center center no-repeat;
	width: 210px;
}
#insignias #mejor-app-google, #insignias #mejor-app-google-eng {
	background: url(images/fondo-insignia2.jpg) center center no-repeat;
	width: 265px;
}
#insignias #mejor-app-google-eng {
	padding-top: 24px;
}
#insignias #mejor-app-explosion {
	background: url(images/fondo-insignia3.jpg) center center no-repeat;
	padding-top: 24px;
	width: 236px;
}
#insignias div span {
	font-size: 18px;
	font-weight: 300;
}
/*@media only screen and (max-width : 991px) {*/
@media only screen and (max-width : 1060px) {
	#insignias {
		display: none;
	}
}



/*--------------------------------------------------------------
## PAGINAS	
--------------------------------------------------------------*/
#titulo-desktop {
	color: #8fb5ab;
	font-size: 39px;
	text-align: center;
	margin-top: 33px;
}
#titulo-mobile {
	color: #8fb5ab;
	font-size: 33px;
	text-align: center;
	margin-top: 20px;
}
@media only screen and (max-width : 480px) {
	#titulo-desktop {
		display: none;
	}
}
@media only screen and (min-width : 481px) {
	#titulo-mobile {
		display: none;
	}
}



/*--------------------------------------------------------------
## POSTS - NOTAS DE PRENSA, BLOG, Q&A's
--------------------------------------------------------------*/

/*************************************************
 *     NOTAS DE PRENSA (Y ALGUNOS UTILIZADOS     *
 *           TAMBIEN POR Q&A'S, BLOG)            *
 *************************************************/
.post {
    float: left;
    text-align: center;
    max-width: 50%;
    padding: 10px;
}
.show-posts {
	padding-left: 20px;
	padding-right: 20px;
}
.post-fecha {
	font-style: italic;
	margin-bottom: 5px;
	font-size: 12px;
}
.post-titulo {
	font-weight: 400;
	margin-bottom: 10px;
}
.post-excerpt {
	line-height: 1.5em;
}
.leermas-notas {
	font-size: 20px;
	color: #8fb5ab;
    width: 155px;
    min-height: 30px;
    display: block;
	background: url(images/leermas.jpg) 100% 100% no-repeat;
}
.leermas-notas:hover {
	background: url(images/leermas_on.jpg) 100% 100% no-repeat;
}
a.leermas-notas {
	text-decoration: none;
}
a.leermas-notas:hover,
a.leermas-notas:focus,
a.leermas-notas:visited {
	color: #8fb5ab;
}
.post_load_more_div {
	height: 60px;
	color: #8fb5ab;
	text-align: center;
	font-size: 20px;
	padding-top: 14px;
}
.post_load_more_div a {
	color: #8fb5ab;
	text-decoration: none;
}
.post_load_more_div a:hover {
	font-weight:400;
}
.post-separador {
	background-color: #b9d0ca;
	height: 1px;
}
#more-posts-separador {
	background-color: #b9d0ca; 
	height: 1px;
	margin-bottom: 10px;
}
@media only screen and (min-width : 1231px) {
	.show-posts {
		width: 30%;
		margin-bottom: 25px;
		height: 250px;
	}
	.post-separador {
		display: none;
	}
	#posts-notas {
		margin-left: 14%; 
		margin-right: 7%;
	}
	.post_load_more_div {
		width: 90%;
    	border-top: 1px solid #b9d0ca;
	}
	#more-posts-separador {
		margin-left: 270px; 
		margin-right: 270px;
	}
}
@media only screen and (max-width : 1230px) {
	.show-posts {
		width: 50%;
		height: 220px;
		margin-bottom: 10px;
	}
	.post-separador {
		display: none;
	}
	#posts-notas {
		margin-left: 50px; 
		margin-right: 50px;
	}
	.post_load_more_div {
		width: 100%;
		border-top: 1px solid #b9d0ca;
	}
	#more-posts-separador {
		margin-left: 170px; 
		margin-right: 170px;
	}
}
@media only screen and (max-width : 768px) {
	.show-posts {
		width: 100%;
		height: 185px;
	}
	.post-separador {
		display: block;
	}
	#posts-notas {
		margin-left: 0px; 
		margin-right: 0px;
	}
	.post_load_more_div {
		background-color: #f0f0f0;
    	border-top: 1px solid transparent;
	}
	#more-posts-separador {
		margin-left: 70px; 
		margin-right: 70px;
	}
}
@media only screen and (max-width : 470px) {
	.show-posts {
		height: 210px;
	}
}


/************************************************
 *                  PRESS-KIT                   *
 ************************************************/
#post-pk-titulo-mobile {
	font-weight: 300;
	margin-top: 95px;
}
.postImage {
	position: relative;
	width: 259px;
}
.postImage > a {
	position: absolute;
	height: 156px;
	text-decoration: none;
	background: rgba(0, 0, 0, 1.0);
}
.postImage img {
	height: 156px;
	transition: opacity 0.3s ease;
}
.postImage a:hover img {
	opacity: 1.0;
}
.postImage-titulo {
	position: absolute;
	top: 0;
	left: 0;
	color: #FFF;
	height: 156px;
	width: 259px;
	padding: 0px 40px;
}
.postImage-titulo:hover {
	color: transparent;
}
.postImage-titulo span {
	display: block;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	line-height: 2;
	width: 100%;
	text-align: center;
}
#post-pk-titulo-mobile {
	margin-left: 10%;
	margin-right: 10%;
	font-weight: 400;
}
.post_load_more_div-pk {
	height: 60px;
	width: 90%;
	text-align: center;
	font-size: 20px;
	padding-top: 14px;
	/*margin-bottom: 20px;*/
	margin: 0 auto;
}
.post_load_more_div-pk a {
	color: #8fb5ab;
	text-decoration: none;
}
.post_load_more_div-pk a:hover {
	font-weight: 400;
}

@media only screen and (min-width : 1045px) {
	.show-posts-pk {
		margin-bottom: 50px;
		height: 135px;
		/*display: inline-block;
		vertical-align: middle;*/
	}
	.post_load_more_div-pk {
		border-top: 1px solid #b9d0ca;
	}
	#post-pk-titulo-mobile {
		visibility: hidden;
	}
	.postImage {
		display: table;
		margin: 0 auto;
	}
	.postImage-titulo {
		visibility: visible;
	}
	.postImage img {
		opacity: 0.5;
	}
}
@media only screen and (max-width : 1044px) {
	.show-posts-pk {
		margin-bottom: 50px;
		height: 135px;
		display: inline-block;
		vertical-align: middle;
	}
	.post_load_more_div-pk {
		border-top: 1px solid #b9d0ca;
	}
	#post-pk-titulo-mobile {
		visibility: hidden;
	}
	.postImage {
		display: table;
		margin: 0 auto;
	}
	.postImage-titulo {
		visibility: visible;
	}
	.postImage img {
		opacity: 0.5;
	}
	#more-posts-separador {
		margin-left: 25%;
		margin-right: 25%;
	}
}
@media only screen and (max-width : 767px) {
	.show-posts-pk {
		margin-left: 0;
		height: 185px;
		margin-bottom: 25px;
	}
	.postImage {
		margin-left: 0;
		display: table;
    	margin: 0 auto;
	}
	.postImage-titulo {
		visibility: hidden;
	}
	.postImage img {
		opacity: 1.0;
	}
	#post-pk-titulo-mobile {
		visibility: visible;
		text-align: center;
	}
	.post_load_more_div-pk {
		background-color: #f0f0f0;
    	border-top: 1px solid transparent;
	}
}


/************************************************
 *                   BLOG                       *
 ************************************************/
.rss-image {
	display: table;
    margin: 0 auto;
    padding-top: 20px;
    margin-bottom: -20px;
}
.show-posts-blog {
	padding-left: 20px;
	padding-right: 20px;
	display: inline-block;
	vertical-align: top;
}
.compartir-blogpost {
	color: #aeaeae;
	font-weight: 400;
	margin-bottom: 8px;
}
.compartir-blogpost span {
	margin-left: 5px;
}
@media only screen and (min-width : 1231px) {
	.show-posts-blog {
		width: 30%;
		margin-bottom: 25px;
	}
}
@media only screen and (max-width : 1230px) {
	.show-posts-blog {
		width: 49%;
		margin-bottom: 10px;
	}
}
@media only screen and (max-width : 768px) {
	.show-posts-blog {
		width: 100%;
	}
}



/************************************************
 *                   Q&A's                      *
 ************************************************/
.show-posts-qas {
	display: inline-block;
	padding: 10px;
	vertical-align: top;
}
.show-posts-qas.active {
	background-color: #f7f7f7;
}
.hidden-post {
    overflow: hidden;
    transition: height 0.6s ease;
}
.leermas,
.cerrar {
	cursor: pointer;
	font-size: 20px;
	color: #8fb5ab;
    width: 135px;
    min-height: 30px;
    display: block;
}
.leermas {
	margin-top: 10px;
	background: url(images/leermas.jpg) 100% 100% no-repeat; 
}
.leermas:hover {
	margin-top: 10px;
	background: url(images/leermas_on.jpg) 100% 100% no-repeat; 
}
.cerrar {
	background: url(images/cerrar.jpg) 100% 100% no-repeat; 
}
.cerrar:hover {
	background: url(images/cerrar_on.jpg) 100% 100% no-repeat; 
}
a.leermas,
a.cerrar {
	text-decoration: none;
}
a.leermas:hover,
a.leermas:focus,
a.cerrar:hover,
a.cerrar:focus {
	color: #8fb5ab;
}
.post_load_more_div-qas {
	height: 60px;
	width: 100%;
	float: left;
	color: #8fb5ab;
	text-align: center;
	font-size: 20px;
	padding-top: 14px;
}
.post_load_more_div-qas a {
	color: #8fb5ab;
	text-decoration: none;
}
.post_load_more_div-qas a:hover {
	font-weight:400;
}
@media only screen and (min-width : 1231px) {
	.show-posts-qas {
		width: 30%;
		padding: 25px;
		min-height: 260px;
	}
	#posts-qas {
		margin-left: 12%; 
		margin-right: 3%;
	}
	.hidden-post {
		height: 145px;
	}
	.post-separador {
		display: none;
	}
	.post_load_more_div-qas {
		width: 91%;
		margin-left: -16px;
    	border-top: 1px solid #b9d0ca;
	}
}
@media only screen and (max-width : 1230px) {
	.show-posts-qas {
		width: 49%;
		min-height: 225px;
		padding: 30px;
	}
	#posts-qas {
		margin-left: 50px; 
		margin-right: 50px;
	}
	.hidden-post {
		height: 125px;
	}
	.post_load_more_div-qas {
		width: 100%;
    	border-top: 1px solid #b9d0ca;
	}
}
@media only screen and (max-width : 768px) {
	#parrafo {
		display: none;
	}
	.show-posts-qas {
		width: 100%;
		min-height: 185px;
		padding-top: 10px;
		padding-bottom: 0px;
	}
	.show-posts-qas.active {
		margin-bottom: 15px;
	}
	.hidden-post {
		height: 100px;
	}
	#posts-qas {
		margin-left: 0px; 
		margin-right: 0px;
	}
	.leermas,
	.cerrar {
		margin-bottom: 20px;
	}
	.post-separador {
		display: block;
	}
	.post_load_more_div-qas {
		background-color: #f0f0f0;
    	border-top: 1px solid transparent;
	}
}
@media only screen and (max-width : 437px) {
	.show-posts-qas {
		width: 100%;
		min-height: 185px;
		padding-bottom: 0px;
	}
	.hidden-post {
		height: 100px;
	}
}


/*--------------------------------------------------------------
## ETC	
--------------------------------------------------------------*/
#main {
	font-family: 'Lato', Arial, sans-serif;
	font-size: 15px;
	font-weight: 300;
}

/* Barra Header */
#barra-header {
    min-height: 50px;
}
.pagina {
	margin-top: 40px;
	font-family: 'Lato', Arial, sans-serif;
	font-size: 15px;
    font-weight: 300;
}
.pagina h1 {
	font-size: 39px;
	margin-bottom: 25px;
}
.pagina p {
	font-size: 15px;
}
@media only screen and (min-width : 769px) {
	.pagina {
		margin-left: 70px;
		margin-right: 70px;
	}
}
@media only screen and (max-width : 768px) {
	.pagina {
		margin-left: 25px;
		margin-right: 25px;
	}
}



/*--------------------------------------------------------------
## TEMPORAL	
--------------------------------------------------------------*/
#menu-idiomas-qas {
	text-align: center;
}
#menu-idiomas-qas a {
	color: #404040;
}
#menu-idiomas-qas a:hover {
	color: #404040;
	font-weight: bold;
	text-decoration: none;
}
#menu-idiomas-qas span {
	margin: 0px 10px;
}




/* portrait */
/*@media screen and (orientation:portrait) {
	body {
		color: blue;
	}
}*/
/* landscape */
/*@media screen and (orientation:landscape) {
	body {
		color: red;
	}
}*/


