/*
 Theme Name:     Thype Child Theme
 Theme URI:      https://www.codeless.co/june
 Description:    Thype Child Theme
 Author:         Codeless
 Author URI:     https://www.codeless.co
 Template:       thype

 Version:        1.0.0
 Template Version: 1.0.0
 Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, flexible-header, custom-colors, full-width-template
*/


/* =Theme customization starts here
------------------------------------------------------- */


/*!
Theme Name: WP Bootstrap 4
Theme URI: https://bootstrap-wp.com
Author: TwoPoints
Author URI:
Description: "WP Bootstrap 4" is a simple & easy to use WordPress theme. It is based on world's most popular framework for responsive websites, Twitter Bootstrap 4. "WP Bootstrap 4" is a perfect combination of Bootstrap 4 and WordPress. It is fast and light-weight with around 20 kb style.css. It is also search engine friendly. It has a built-in slider for featured posts on blog's home page. It supports all major & popular WordPress plugins like Jetpack, Contact Form 7, Elementor, Beaver Builder, SiteOrigin Page Builder etc. Check demo on https://bootstrap-wp.com
Version: 1.0.9
License: GNU General Public License v3 or later
License URI: https://www.gnu.org/licenses/gpl.html
Text Domain: wp-bootstrap-4
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, two-columns, left-sidebar, right-sidebar, custom-colors, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, blog

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.

WP Bootstrap 4 is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/

body {
	background-color: #f8f9fa;
	position: relative;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 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. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

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

a {
	text-decoration: none !important;
}


/* Text meant only for screen readers. */

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
	/* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	-webkit-clip-path: none;
	clip-path: none;
	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. */
}

/* Do not show the outline on the skip link target. */

#content[tabindex="-1"]:focus {
	outline: 0;
}

.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;
}

.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;
	table-layout: fixed;
}

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

.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

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

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

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

.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}


/* Globally hidden elements when Infinite Scroll is supported and in use. */

.infinite-scroll .posts-navigation,
.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;
}

.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%;
}


/* Make sure logo link wraps around logo image. */

.custom-logo-link {
	display: inline-block;
}

.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;
}

.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;
}

.rrssmobile {
	display: none;
	width:100% !important;
	text-align: center;
}


/*--------------------------------------------------------------
  # Custom
  --------------------------------------------------------------*/

.npnm {
	margin: 0 !important;
	padding: 0 !important;
}

body {
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	-webkit-font-smoothing: auto;
	text-rendering: optimizeLegibility !important;
	-moz-osx-font-smoothing: grayscale;
	font-smoothing: auto;
}

a,
button,
input {
	-webkit-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

blockquote {
	font-size: 1.25rem;
	padding: 1.25rem 1.75rem;
}

table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 1rem;
	background-color: transparent;
}

table th,
table td {
	padding: 0.75rem;
	vertical-align: top;
	border-top: 1px solid #dee2e6;
}

table thead th {
	vertical-align: bottom;
	border-bottom: 2px solid #dee2e6;
}

table tbody+tbody {
	border-top: 2px solid #dee2e6;
}

table table {
	background-color: #fff;
}

figcaption {
	padding-top: 0;
	padding-bottom: .75rem;
	color: #6c757d;
	text-align: left;
}

input[type="button"],
input[type="reset"],
input[type="submit"] {
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	line-height: 1.5;
	border-radius: 0.25rem;
	-webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	-o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	padding: 0.5rem 1.25rem;
	color: #fff;
	background-color: #007bff;
	border-color: #007bff;
}

input[type="button"]:active,
input[type="button"]:hover,
input[type="reset"]:active,
input[type="reset"]:hover,
input[type="submit"]:active,
input[type="submit"]:hover {
	color: #fff;
	background-color: #0062cc;
	border-color: #005cbf;
	cursor: pointer;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	display: block;
	width: 100%;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
	-webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	-o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #495057;
	background-color: #fff;
	border-color: #80bdff;
	outline: 0;
	-webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

input[type="text"]:-webkit-input-placeholder,
input[type="text"]:-moz-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="email"]:-webkit-input-placeholder,
input[type="email"]:-moz-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="url"]:-webkit-input-placeholder,
input[type="url"]:-moz-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="password"]:-webkit-input-placeholder,
input[type="password"]:-moz-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="search"]:-webkit-input-placeholder,
input[type="search"]:-moz-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="number"]:-webkit-input-placeholder,
input[type="number"]:-moz-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="tel"]:-webkit-input-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="range"]:-webkit-input-placeholder,
input[type="range"]:-moz-placeholder,
input[type="range"]:-ms-input-placeholder,
input[type="date"]:-webkit-input-placeholder,
input[type="date"]:-moz-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="month"]:-webkit-input-placeholder,
input[type="month"]:-moz-placeholder,
input[type="month"]:-ms-input-placeholder,
input[type="week"]:-webkit-input-placeholder,
input[type="week"]:-moz-placeholder,
input[type="week"]:-ms-input-placeholder,
input[type="time"]:-webkit-input-placeholder,
input[type="time"]:-moz-placeholder,
input[type="time"]:-ms-input-placeholder,
input[type="datetime"]:-webkit-input-placeholder,
input[type="datetime"]:-moz-placeholder,
input[type="datetime"]:-ms-input-placeholder,
input[type="datetime-local"]:-webkit-input-placeholder,
input[type="datetime-local"]:-moz-placeholder,
input[type="datetime-local"]:-ms-input-placeholder,
input[type="color"]:-webkit-input-placeholder,
input[type="color"]:-moz-placeholder,
input[type="color"]:-ms-input-placeholder,
textarea:-webkit-input-placeholder,
textarea:-moz-placeholder,
textarea:-ms-input-placeholder {
	color: #6c757d;
	opacity: 1;
}

select {
	height: calc(2.25rem + 2px);
	display: block;
	width: 100%;
	padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	-webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	-o-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
}

blockquote {
	font-style: italic;
	font-size: 1.15rem;
	border-left: 3px solid rgba(33, 37, 41, 0.25);
	padding: 0.5rem 1.75rem;
	background: rgba(33, 37, 41, 0.05);
}

blockquote p {
	font-size: 1.15rem;
}

blockquote p:last-child {
	margin-bottom: 0;
}

.navbar-dark .navbar-nav .dropdown-menu a {
	display: block;
	width: 100%;
	padding: .25rem 1.5rem;
	clear: both;
	font-weight: 400;
	color: #212529;
	text-align: inherit;
	white-space: nowrap;
	background-color: transparent;
	border: 0;
}

.site-footer {
	padding-top: 3rem;
	padding-bottom: 3rem;
}

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

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

.post-thumbnail {
	margin-top: 1.5em;
	display: inline-block;
}

.card-title.entry-title {
	margin-bottom: .25rem;
}

.entry-meta {
	font-size: .9rem;
}

.entry-footer {
	font-size: .9rem;
	margin-top: 1rem;
}

.comments-link {
	float: right;
	margin: 4px 0px 4px 10px;
	font-size: 90%;
	padding-top: 0.2em;
}

.cat-links .badge,
.tags-links .badge {
	font-size: 90%;
	font-weight: normal;
	border: 1px solid rgba(0, 0, 0, 0.125);
	margin: 4px 10px 4px 0;
	padding: 0.4em .9em;
}

.cat-links a,
.tags-links a {
	color: #6c757d;
}

.cat-links a:hover,
.tags-links a:hover {
	text-decoration: none;
	color: #212529;
}

.entry-meta a,
.comments-link a,
.edit-link a {
	color: #6c757d;
}

.entry-meta a:hover,
.comments-link a:hover,
.edit-link a:hover {
	text-decoration: none;
	color: #007bff;
}

.entry-title a:hover {
	color: #007bff !important;
}

.content-area.wp-bp-404 .card-body {
	padding: 2.5rem 4rem;
}

.sidebar-1-area .widget,
.footer-widgets .widget {
	margin-bottom: 0;
	padding: 2rem;
}

.sidebar-1-area .widget ul,
.footer-widgets .widget ul {
	padding-left: 20px;
	color: #6c757d;
	margin-bottom: 0;
}

.sidebar-1-area .widget ul li,
.footer-widgets .widget ul li {
	padding-top: 3px;
	padding-bottom: 3px;
	list-style: square;
}

.sidebar-1-area .widget ul li:last-child,
.footer-widgets .widget ul li:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
}

.sidebar-1-area .widget ul li a,
.footer-widgets .widget ul li a {
	color: #6c757d;
}

.sidebar-1-area .widget ul li a:hover,
.footer-widgets .widget ul li a:hover {
	color: #212529;
	text-decoration: none;
}

.footer-widgets .widget {
	padding: 0.5rem;
}

#wp-calendar #next {
	text-align: right;
}

#wp-calendar #prev a,
#wp-calendar #next a {
	color: #6c757d;
}

#wp-calendar #prev a:hover,
#wp-calendar #next a:hover {
	color: #212529;
	text-decoration: none;
}

#calendar_wrap table th,
#calendar_wrap table td {
	padding: .25rem;
}

.hentry.card .card-body {
	padding: 1.5rem;
}

select {
	height: calc(2.25rem + 2px);
	display: block;
	width: 100%;
	padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	-webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	-o-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
}

.entry-title a:hover {
	text-decoration: none;
}

.mt-3r {
	margin-top: 3rem;
}

.wp-bs-4-jumbotron {
	margin-bottom: 0;
}

.wp-bs-4-jumbotron .jumbotron-heading {
	font-weight: 600;
}

.wp-bs-4-jumbotron .container {
	max-width: 40rem;
}

.comments-area {
	clear: both;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	overflow-wrap: break-word;
	word-break: break-word;
}

.comments-area .media-body {
	overflow: auto;
}

.comments-area .comment-list {
	list-style: none;
	padding-left: 0;
}

.comments-area .comment-list>li {
	border-bottom: 1px solid #dee2e6 !important;
	padding: 2.5rem 4rem;
}

.comments-area .comment-list ul.children {
	list-style: none;
	padding-left: 2rem;
}

.comments-area .comment-list ul.children li {
	padding: 2.5rem 0 0;
}

.comments-area .comment-list .comment-respond {
	padding: 2.5rem 4rem;
}

.comments-area .comments-title {
	padding: 2.5rem 4rem;
	border-bottom: 1px solid #dee2e6 !important;
}

.comments-area .comment-navigation {
	padding: 1rem 4rem 0;
	border-bottom: 1px solid #dee2e6 !important;
}

.comments-area .wb-comment-form {
	padding: 2.5rem 4rem;
}

.comments-area .wb-cancel-reply {
	margin-left: 2rem;
}

.comments-area .logged-in-as {
	padding-left: 15px;
	font-size: .9rem;
}

.comments-area .logged-in-as a {
	color: #6c757d;
}

.comments-area .logged-in-as a:hover {
	color: #212529;
	text-decoration: none;
}

.comments-area .wb-comment-notes {
	font-size: .9rem;
}

.comments-area .no-comments {
	padding: 1rem 4rem;
}

.comments-area small {
	font-size: .9rem;
}

.comments-area p {
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	overflow-wrap: break-word;
	word-break: break-word;
}

.comments-area .comment-reply-link,
.comments-area .comment-edit-link {
	margin-right: 1rem;
	color: #6c757d;
}

.comments-area .comment-reply-link:hover,
.comments-area .comment-edit-link:hover {
	color: #212529;
	text-decoration: none;
}

.comments-area .comment-author a:hover {
	text-decoration: none;
	color: #212529;
}

.wp-bp-sticky {
	position: absolute;
	top: 0;
	right: 1rem;
}

.single .post-navigation .nav-links a {
	color: #6c757d;
	margin-bottom: 2rem;
	display: inline-block;
}

.single .post-navigation .nav-links a:hover {
	color: #212529;
	text-decoration: none;
}

.navbar {
	padding: 1rem;
	position: fixed;
	width: 100% !important
}

#wp-bp-posts-slider {
	border: 1px solid rgba(0, 0, 0, 0.125);
}

#wp-bp-posts-slider .carousel-item img {
	width: auto;
	height: 400px;
	-o-object-fit: cover;
	object-fit: cover;
}

#wp-bp-posts-slider .carousel-caption {
	background: rgba(0, 0, 0, 0.4);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 2rem 4rem;
}

#wp-bp-posts-slider .carousel-control-prev,
#wp-bp-posts-slider .carousel-control-next {
	width: 10%;
}

.custom-logo-link {
	margin-right: 1rem;
}

.site-title a,
.navbar-dark .navbar-brand,
.site-description {
	color: #fff;
	margin-bottom: 0;
}

.navbar-brand {
	font-size: 1.5rem;
}

.navbar-dark .navbar-nav .nav-link {
	color: #fff;
	opacity: 0.5;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
	color: #fff;
	opacity: 0.75;
}

.navbar-dark .navbar-nav .show>.nav-link,
.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
	color: #fff;
	opacity: 1;
}

.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
	color: #fff;
}

.navbar-dark .navbar-nav .dropdown-menu .active>.nav-link {
	color: #212529;
}

.navbar-dark .navbar-nav .dropdown-menu .nav-link:hover,
.navbar-dark .navbar-nav .dropdown-menu .nav-link:focus {
	color: #212529;
}

.page-template-full-width .site-footer.mt-4,
.wb-bp-front-page .site-footer.mt-4 {
	margin-top: 0 !important;
}

.wb-hide-mobile-sidebar .wp-bp-sidebar-width {
	display: none;
}

.navbar-toggler {
    padding: 0.25rem 0rem !important;
}


body.custom-background .wp-bp-main-content .col-md-8 {
	background: #f8f9fa;
	padding: 2rem;
	border: 1px solid rgba(0, 0, 0, 0.125);
}

.site-footer a:hover {
	text-decoration: none;
}

.admin-bar .site-header.sticky-top {
	top: 32px;
}

.wb-bp-front-page .site-header {
	border-bottom: 0;
}

.wb-bp-front-page .wp-bs-4-jumbotron {
	padding: 0;
	background-size: cover;
	background-position: center;
	background-color: #343a40;
	border-radius: 0;
}

.wb-bp-front-page .wp-bs-4-jumbotron .wp-bp-jumbo-overlay {
	padding: 10rem 2rem;
	/* background: rgba(#212529, 0.7); */
}

.wb-bp-front-page .wp-bs-4-jumbotron .wp-bp-jumbo-overlay .lead {
	opacity: .75;
}

.wb-bp-front-page .wp-bs-4-jumbotron .wp-bp-jumbo-overlay .jumbotron-heading {
	font-weight: 600;
	font-size: 3rem;
	margin-bottom: 1rem;
}

.wb-bp-front-page .wp-bp-services-section {
	padding: 4rem 0;
}

.wb-bp-front-page .wp-bp-main-content {
	padding: 4rem 0;
}

.wb-bp-front-page .wp-bp-main-content p {
	font-size: 1.25rem;
	font-weight: 300;
}

.wb-bp-front-page .wp-bp-main-content blockquote {
	font-size: 1.35rem;
}

.wb-bp-front-page .wp-bp-main-content blockquote p {
	font-size: 1.35rem;
}

.wb-bp-front-page .wp-bp-main-content .post-thumbnail {
	margin-bottom: 1rem;
	margin-top: 0.5rem;
}

.wb-bp-front-page .wp-bp-feat-card-img {
	-o-object-fit: cover;
	object-fit: cover;
	height: 200px;
	width: 100%;
}

.wp-caption .wp-caption-text {
	font-size: 0.95rem;
}

.w300 {
	font-weight: 300 !important
}

.w900 {
	font-weight: 900 !important
}

.text-estrategia-title div p {
	font-family: SourceSansPro;
	font-size: 28px;
	font-weight: 300;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.71;
	letter-spacing: normal;
	color: #000000;
}

.text-estrategia-title .mini-text {
	color: #000 !important;
	font-weight: 600 !important;
}

.container-text-estrategia {
	padding-right: 61px !important;
	max-width: 484px !important;
}

.container-text-estrategia div p {
	margin-bottom: 20px !important;
	font-family: SourceSansPro;
	font-size: 30px !important;
	font-weight: 300 !important;
	font-style: normal !important;
	font-stretch: normal !important;
	line-height: 1.71 !important;
	letter-spacing: normal !important;
	color: #000000;
}

.container-text-estrategia .text-estrategia-title h2 {
	font-size: 58px !important;
	font-weight: 900;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.17;
	letter-spacing: normal;
	color: #000000;
}

.text-innovacion-title p {
	font-size: 13px;
	font-weight: 600 !important;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: 1px;
	color: #000000;
}

.page-servicios-responsive .text-innovacion-title h2 {
	font-size: 58px !important;
	font-weight: 900 !important;
	font-style: normal !important;
	font-stretch: normal;
	line-height: 1.17 !important;
	letter-spacing: normal;
	color: #000000;
}

.page-servicios-responsive .text-producto-title h2 {
	font-size: 58px !important;
	font-weight: 900 !important;
	font-style: normal !important;
	font-stretch: normal;
	line-height: 1.17 !important;
	letter-spacing: normal;
	color: #000000;
}

	.section-innovacion .caja-container div {
		margin-bottom: 20px !important;
	}

.text-producto-title p {
	font-size: 13px;
	font-weight: 600 !important;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: 1px;
	color: #000000;
}

.caja-producto-altura {
    min-height: 100px;
    margin-bottom: 22px;
}	

.m-top-65{
	margin-top: 65px;
}


/*--------------------------------------------------------------
  # Media Queries
  --------------------------------------------------------------*/

@media (min-width: 768px) {
	.hentry.card .card-body {
		padding: 2.5rem 4rem;
	}
	.wb-hide-mobile-sidebar .wp-bp-sidebar-width {
		display: block;
	}
}


/*CUSTOM STYLES*/


/*/////////////////////////////////////////*/


/*/////////////////////////////////////////*/


/*GENERALES*/


/*/////////////////////////////////////////*/


/*/////////////////////////////////////////*/

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	margin-bottom: 0.5rem !important;
	line-height: 1.2 !important;
}

body {
	color: black !important;
	font-family: "Source Sans Pro", sans-serif !important;
}

@font-face {
	font-family: 'akzidenz';
	src: url('assets/fonts/akzidenzgrotesk-boldcondalt-webfont.woff2') format('woff2'), url('assets/fonts/akzidenzgrotesk-boldcondalt-webfont.woff') format('woff'), url('assets/fonts/akzidenzgrotesk-boldcondalt-webfont.ttf') format('ttf'), url('assets/fonts/AkzidenzGrotesk-BoldCondAlt.otf') format('otf');
	font-style: normal;
	font-weight: normal;
	text-rendering: optimizeLegibility;
}

p {
	font-family: 'Source Sans Pro', sans-serif !important;
	font-weight: 300 !important;
	font-size: 28px !important;
}

.sourcesanspro {
	font-family: 'Source Sans Pro', sans-serif !important;
}

section {
	color: white;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Source Sans Pro', sans-serif !important;
	font-weight: 900 !important;
}

h1 {
	font-size: 78px !important;
}

.section-home h1 {
	font-family: 'Source Sans Pro', sans-serif !important;
	font-weight: 900 !important;
	font-size: 93px !important;
}

.section-home h2 {
	font-size: 18px !important;
	font-family: 'Source Sans Pro', sans-serif !important;
	font-size: 32px !important;
	font-weight: normal !important;
	font-style: normal;
	font-stretch: normal;
	line-height: 1;
	letter-spacing: normal;
	color: #ffffff;
}

h2 {
	font-size: 78px !important;
}

.section-main-image {
	max-width: 370px;
}

.h-100-vh {
	height: 100vh !important;
}

.h-100-vh-js{
	height: 100vh; 
  	height: calc(var(--vh, 1vh) * 100);
}

.p-r-l-15 {
	padding: 0 150px;
}

.punto-ole {
	display: inline-block;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background-color: #0fd8bb;
	margin-left: 7px;
	z-index: -1;
}

.container-web {
	max-width: 1200px;
	margin: 0 auto;
}

.color-white {
	color: white !important;
}

.pastilla-verde p {
	text-align: center !important;
	margin: 0 auto !important;
	display: block !important;
}

.container-text-cabecera .pastilla-verde  {margin: 0 auto !important}



.pastilla-verde div p {
	text-align: center !important;
	margin: 0 auto !important;
	display: block !important;
}

.pastilla-verde {
	cursor: pointer;
	background-color: #13ac96;
	height: 88px;
	color: white;
	border-radius: 4px;
	font-size: 16px;
	text-transform: uppercase;
	padding: 34px 34px;
	width: fit-content;
	margin: 0 auto;
	letter-spacing: 2.5px;
	position: relative;
	z-index: 10;
	text-align: center !important;
	top: 38px;
		-webkit-transition: all 200ms ease-out !important;
	-moz-transition: all 200ms ease-out !important;
	-ms-transition: all 200ms ease-out !important;
	-o-transition: all 200ms ease-out !important;
	transition: all 200ms ease-out !important;
}

.pastilla-verde:hover {background-color:#148F7D !important}

.pastilla-verde a {text-decoration: none !important;}
.pastilla-verde a:hover {
color: white !important;
text-decoration: none !important;}

.pastilla-verde-izquierda {
	background-color: #13ac96;
	height: 88px;
	color: white;
	border-radius: 4px;
	font-size: 16px;
	text-transform: uppercase;
	padding: 34px 92px;
	width: fit-content;
	margin: 0 auto;
	letter-spacing: 2.5px;
	position: relative;
	z-index: 10;
	top: 23px;
}

.mini-text {
	font-size: 13px;
	margin-top: -15px;
}

.color-verde {
	color: #000 !important;
	font-weight: 600 !important;
}

body {
	background-color: white !important;
}

.m-0-auto {
	margin: 0 auto;
}

.m-t-150 {
	margin-top: 150px;
}

.m-t-450 {
	margin-top: 450px;
}

.text-super-bold {
	font-weight: 900 !important;
}


/*Popup Chat*/

.container-chat {
	background-color: white;
	width: 300px;
	height: 400px;
	position: fixed;
	right: 0;
	bottom: 0;
	z-index: 100;
	box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.15);
	overflow: scroll;
	display: block !important;
}

.container-chat-close {
	width: 56px;
	height: 56px;
	border-radius: 50%;
	background-color: #13ac96;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.16);
	position: fixed;
	bottom: 25px;
	right: 25px;
	cursor: pointer;
	display: block !important;
	transition: all .2s;
}

.container-chat-close:hover {
	background-color: #0fd8bb;
}

.close-sign-chat {
	width: 10px;
	height: 10px;
	position: fixed;
	right: 13px;
	bottom: 387px;
	color: #13ac96;
	cursor: pointer;
}

.container-chat-hide {
	display: none;
	
}


/*/////////////////////////////////////////*/


/*/////////////////////////////////////////*/


/*FIN GENERALES*/


/*/////////////////////////////////////////*/


/*/////////////////////////////////////////*/


/*/////////////////////////////////////////*/


/*/////////////////////////////////////////*/


/*/////////////////////////////////////////*/


/*HEADER*/


/*/////////////////////////////////////////*/


/*/////////////////////////////////////////*/


/*/////////////////////////////////////////*/

.home #site-navigation {
	background-color: transparent !important;
	padding: 20px 40px 0 40px;
}

.home #site-navigation {
	background-color: transparent !important
}

#site-navigation {
	padding: 0 40px 0 40px;
	-webkit-transition: all 200ms ease-out !important;
	-moz-transition: all 200ms ease-out !important;
	-ms-transition: all 200ms ease-out !important;
	-o-transition: all 200ms ease-out !important;
	transition: all 200ms ease-out !important;
	position: absolute;
	z-index: 1;
	background-color: transparent;
	width: 100%;
	z-index: 100;
}

#primary-menu li a:hover {
	color: #0fd8bb !important;
}



#primary-menu li:first-child {
	display: none;
}

.custom-logo {
	height: 25px !important;
}

.menu-fijo {
	-webkit-transition: all 200ms ease-out !important;
	-moz-transition: all 200ms ease-out !important;
	-ms-transition: all 200ms ease-out !important;
	-o-transition: all 200ms ease-out !important;
	transition: all 200ms ease-out !important;
}

.menu-scroll {
	-webkit-transition: all 200ms ease-out !important;
	-moz-transition: all 200ms ease-out !important;
	-ms-transition: all 200ms ease-out !important;
	-o-transition: all 200ms ease-out !important;
	transition: all 200ms ease-out !important;
	display: none;
	width: 100%;
	background-color: white;
	z-index: 9999;
	height: 60px;
	top: -100px;
	-webkit-box-shadow: 0px 7px 6px -1px rgba(0, 0, 0, 0.14);
	-moz-box-shadow: 0px 7px 6px -1px rgba(0, 0, 0, 0.14);
	box-shadow: 0px 7px 6px -1px rgba(0, 0, 0, 0.14);
}

.menu-scroll-100 {
	-webkit-transition: all 200ms ease-out !important;
	-moz-transition: all 200ms ease-out !important;
	-ms-transition: all 200ms ease-out !important;
	-o-transition: all 200ms ease-out !important;
	transition: all 200ms ease-out !important;
	top: 0 !important;
}

.menu-scroll .menu-scroll {
	height: 60px;
}

.menu-scroll #site-navigation {
	height: 60px;
}

.menu-scroll #site-navigation {
	padding-top: 0 !important;
}

#primary-menu li {
	margin: 0 15px;
}

.site-branding-text{
	height: 0px;
}

#primary-menu li a {
	opacity: 1 !important;
	font-family: 'Source Sans Pro', sans-serif !important;
	font-size: 13px;
	font-weight: 600;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: 1px;
	color: #fff;
	text-decoration: none !important;
}

.navbar-toggler {
	border-color: transparent !important;
}

.navbar-toggler-icon {
	background-image: url('assets/images/icono-menu.png') !important;
	height: 24px;
	width: 24px;
}

.page-template-template-equipo #site-navigation .navbar-toggler .navbar-toggler-icon,  .page-template-template-politicas #site-navigation .navbar-toggler .navbar-toggler-icon{
	background-image: url('assets/images/icono-menu-negro.png')!important;
	height: 24px;
	width: 24px;
}

.blog #site-navigation .navbar-toggler .navbar-toggler-icon {
	background-image: url('assets/images/icono-menu-negro.png')!important;
	height: 24px;
	width: 24px;
}

.single-post #site-navigation .navbar-toggler .navbar-toggler-icon {
	background-image: url('assets/images/icono-menu-negro.png')!important;
	height: 24px;
	width: 24px;
}

.archive #site-navigation .navbar-toggler .navbar-toggler-icon {
	background-image: url('assets/images/icono-menu-negro.png')!important;
	height: 24px;
	width: 24px;
}

.page-template-template-contacto #site-navigation .navbar-toggler .navbar-toggler-icon {
	background-image: url('assets/images/icono-menu-negro.png')!important;
	height: 24px;
	width: 24px;
}

.page-template-template-servicios #site-navigation .navbar-toggler .navbar-toggler-icon {
	background-image: url('assets/images/icono-menu-negro.png')!important;
	height: 24px;
	width: 24px;
}

.page-template-template-manifiesto .menu-scroll #site-navigation .navbar-toggler .navbar-toggler-icon {
	background-image: url('assets/images/icono-menu-negro.png')!important;
	height: 24px;
	width: 24px;
}

.navbar-toggler:focus,
.navbar-toggler:active {
	outline: none !important;
	box-shadow: none !important;
}

.show-redes-sociales-responsive {
	position: absolute;
	z-index: 100;
	display: block;
	width: 100%;
}

.navbar-nav-blanco li a {
	color: black !important;
}

.nav-header-blanco{
	padding-top: 20px !important;
}


.navbar-nav li a:hover .navbar-nav li {
	border-bottom: 4px solid #12e7d3;
}

.navbar-nav li a {
	display: inline;
	position: relative;
	overflow: hidden;
}

.navbar-nav li a:after {
	content: "";
	position: absolute;
	z-index: -1;
	right: 0;
	width: 0;
	bottom: -5px;
	background: #12e7d3;
	height: 4px;
	transition-property: width;
	transition-duration: 0.2s;
	transition-timing-function: ease-out;
}

.navbar-nav li a:hover:after,
.navbar-nav li a:focus:after,
.navbar-nav li a:active:after {
	left: 0;
	right: auto;
	width: 100%;
}

@media screen and (max-width: 992px) {
	.menu-scroll #site-navigation {
		/* 		top: -20px; */
		height: 60px
	}
}


/*/////////////////////////////////////////*/


/*/////////////////////////////////////////*/


/*FIN HEADER*/


/*/////////////////////////////////////////*/


/*/////////////////////////////////////////*/


/*/////////////////////////////////////////*/


/*/////////////////////////////////////////*/


/*/////////////////////////////////////////*/


/*FOOTER*/


/*/////////////////////////////////////////*/


/*/////////////////////////////////////////*/


/*/////////////////////////////////////////*/

footer {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
}

footer .footer-info div {
	display: inline-block;
	font-size: 13px;
	margin: 10px;
}

footer .caja-footer {
	padding: 15px 50px !important;
	background-color: white;
	box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.15);
}

.footer-menu ul li {
	display: inline-block;
	list-style-type: none;
	font-size: 13px;
	margin: 0px 20px;
}

.footer-menu ul li a {
	color: black;
}

.footer-menu ul {
	padding: 0 !important;
}

.footer-menu {
	width: 100%;
	text-align: center;
}

.footer-menu-responsive .footer-menu ul li {
	display: block;
	text-align: left;
	padding: 10px 0;
}


/*/////////////////////////////////////////*/


/*/////////////////////////////////////////*/


/*FOOTER*/


/*/////////////////////////////////////////*/


/*/////////////////////////////////////////*/


/*/////////////////////////////////////////*/


/*/////////////////////////////////////////*/


/*/////////////////////////////////////////*/


/*HOME*/


/*/////////////////////////////////////////*/


/*/////////////////////////////////////////*/


/*/////////////////////////////////////////*/

.current-menu-item a{
	pointer-events: none !important;
    cursor: default !important;
}

.home .text-evolucionamos-expecial {
	font-size: 40px;
	font-weight: 800
}

.home .margen-frase .titulo-evolucionamos {
	font-size: 68px !important;
	margin-top: 20px;
}

.home #content {
	position: relative;
	top: 0px;
}

#catapult-cookie-bar {
	right: 68px !important;
	bottom: 10% !important;
	border-radius: 4px !important;
	box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.15) !important;
	opacity: 0.92;
	font-family: 'Source Sans Pro'!important;
	font-weight: 400;
}

#catapult-cookie-bar span:first-child {
	font-weight: bold;
	font-size: 18px;
}

.cdlopd-more-info-link {
	display: block;
	font-weight: 600;
}


/* Heart beat animation */

@keyframes beat {
	to {
		transform: scale(1.2);
	}
}

div.hearts {
	width: 200px;
	height: 600px;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -50px;
}

div.heart {
	width: 30px;
	height: 30px;
	opacity: 1;
	position: absolute;
	bottom: 0;
	display: none;
}

div.heart i {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 1;
}

.colOne {
	color: #fce473;
}

.colTwo {
	color: #f68b39;
}

.colThree {
	color: #ed6c63;
}

.colFour {
	color: #847bb9;
}

.colFive {
	color: #97cd76;
}

.colSix {
	color: #35b1d1;
}

@keyframes flowOne {
	0% {
		opacity: 0;
		bottom: 0;
		left: 14%
	}
	40% {
		opacity: .8;
	}
	50% {
		opacity: 1;
		left: 0;
	}
	60% {
		opacity: .2;
	}
	80% {
		bottom: 80%
	}
	100% {
		opacity: 0;
		bottom: 100%;
		left: 18%
	}
}

@keyframes flowTwo {
	0% {
		opacity: 0;
		bottom: 0;
		left: 0;
	}
	40% {
		opacity: .8;
	}
	50% {
		opacity: 1;
		left: 11%
	}
	60% {
		opacity: .2;
	}
	80% {
		bottom: 60%
	}
	100% {
		opacity: 0;
		bottom: 80%;
		left: 0;
	}
}

@keyframes flowThree {
	0% {
		opacity: 0;
		bottom: 0;
		left: 0;
	}
	40% {
		opacity: .8;
	}
	50% {
		opacity: 1;
		left: 30%
	}
	60% {
		opacity: .2;
	}
	80% {
		bottom: 70%
	}
	100% {
		opacity: 0;
		bottom: 90%;
		left: 0;
	}
}

.hashtag-header {
	font-size: 13px;
	font-weight: 600;
	position: relative;
	top: 7px;
}

.section-home .container-texto {
	text-align: left;
	padding-left: 200px;
}

#seccion-home {
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

#fp-nav ul li a span {
	background: white !important;
}

.section-bg .fp-bg {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	width: 100%;
	height: 100vh;
}

.container-home {
	position: relative;
	text-align: center;
}

.container-home .texto-container {
	width: 100%;
	position: absolute;
	top: 50%;
}

.home-dark-gradient {
	background-color: rgba(0, 44, 55, 0.3);
	height: 100vh;
	width: 100%;
	position: absolute;
	z-index: 9999;
}

.home-gradient-bottom {
	height: 50vh;
	width: 100%;
	position: absolute;
	z-index: 9999;
	bottom: 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.16+100 */
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.16) 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.16) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.16) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#29000000', GradientType=0);
	/* IE6-9 */
}

.home-gradient {
	height: 100vh;
	width: 100%;
	position: absolute;
	z-index: 9999;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0f4e43+0,dc418f+100&1+0,0.5+100 */
	background: -moz-linear-gradient(45deg, rgba(15, 78, 67, 1) 0%, rgba(220, 65, 143, 0.5) 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(45deg, rgba(15, 78, 67, 1) 0%, rgba(220, 65, 143, 0.5) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg, rgba(15, 78, 67, 1) 0%, rgba(220, 65, 143, 0.5) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f4e43', endColorstr='#80dc418f', GradientType=1);
	/* IE6-9 fallback on horizontal gradient */
}

.grandient-home-redbull {
	opacity: 0.2;
	height: 100vh;
	width: 100%;
	z-index: 9999;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e21a4c+0,ffd300+100 */
	background: #e21a4c;
	/* Old browsers */
	background: -moz-linear-gradient(45deg, #e21a4c 0%, #ffd300 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(45deg, #e21a4c 0%, #ffd300 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg, #e21a4c 0%, #ffd300 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e21a4c', endColorstr='#ffd300', GradientType=1);
	/* IE6-9 fallback on horizontal gradient */
}

.iconos-redes-sociales {
	text-align: left;
}

.iconos-redes-sociales li a span {
	display: inline-block;
	width: 20px;
	height: 20px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	transition: all .2s ease-in;
}

.iconos-redes-sociales li {
	display: inline-block;
	margin: 0 15px;
}

a svg:hover #linkdn,a svg:hover #facebook, a svg:hover #instagram, a svg:hover #twitter{ 
	fill: #0fd8bb;
  }

  a svg #linkdn, a svg #facebook, a svg #instagram, a svg #twitter{ 
  transition: 100ms;
  transition-timing-function: ease-in-out;
  -webkit-transition: 100ms;
  -webkit-transition-timing-function: ease-in-out;
}

.footer-section-home {
	position: absolute;
	bottom: 0;
	width: 100%;
}

.raton-down {
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	height: 36px;
	width: 20px;
	display: block;
	margin: 0 auto;
	margin-bottom: 10px;
}

.flecha-down {
	display: block;
	height: 25px;
	width: 25px;
	background-size: contain;
	background-repeat: no-repeat;
	margin: 0 auto;
}

.tiempo-footer {
	width: fit-content;
	float: right;
}

.tiempo-footer li {
	display: inline-block;
	opacity: 0.54;
	margin: 5px;
}

#tiempo-container {
	overflow: hidden;
	width: fit-content;
	float: right;
}

#temp-icono {
	height: 50px;
	width: 50px;
}

.fp-section .fp-tableCell {
	z-index: -1 !important;
}

.footer-section-home .iconos-redes-sociales {
	position: relative;
	z-index: 9999;
}

.video-home {
	position: fixed;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -100;
	transform: translateX(-50%) translateY(-50%);
	background-size: cover;
	transition: 1s opacity;
}

#go-down {
	animation-iteration-count: 2;
}

.delay-animated-home {
	animation-delay: .3s;
}


/*Sección Definimos*/

.section-definimos .container-elemento-grafico {
	position: absolute;
	top: 0;
	width: 100%;
}

.section-definimos .container-elemento-texto {
	z-index: 10;
	position: absolute;
	width: 100%;
}

.section-definimos h2 {
	color: white;
	font-family: 'Source Sans Pro'!important;
	font-weight: 900 !important;
}

.section-definimos-container {
	padding: 0;
	overflow: hidden;
	position: relative;
	/* 	height: 100vh !important */
}

.section-definimos {
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
}


/*Seccion Goleamos*/

.section-goleamos .container-elemento-grafico {
	position: absolute;
	top: 0;
	width: 100%;
	text-align: right;
}

.section-goleamos .container-elemento-texto {
	z-index: 10;
	position: absolute;
	width: 100%;
}

.section-goleamos h2 {
	color: white;
	font-family: 'Source Sans Pro'!important;
	font-weight: 900;
}

.section-goleamos-container {
	padding: 0;
	overflow: hidden;
	position: relative;
	/* 	height: 100vh !important */
}

.section-goleamos {
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
}


/*Sección Triunfamos*/

.section-triunfamos h2 {
	color: white;
	font-family: 'Source Sans Pro'!important;
	font-weight: 900;
}

.section-triunfamos-container {
	padding: 0;
	overflow: hidden;
	position: relative;
	/* 	height: 100vh !important */
}

.section-triunfamos {
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
}

.section-triunfamos .likes-container {
	width: 198px;
	height: 78px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	margin-left: 15%;
	line-height: 78px;
	position: relative;
}

.section-triunfamos .likes-container .corazon {
	width: 25px;
	height: 25px;
	display: inline-block;
	background-size: contain;
	background-repeat: no-repeat;
	margin-left: 13px;
}

.section-triunfamos .likes-container .contador {
	color: white;
	display: inline-block;
	width: 94px;
	margin-left: 10px;
	text-align: center;
	font-size: 25px;
	position: relative;
	top: -5px;
}

.heart {
	cursor: pointer;
	font-size: 40px;
	color: #e00;
	animation: beat 0.6s infinite alternate;
	transform-origin: center;
}

.heart:hover {
	transform: scale(1.6);
	cursor: pointer;
}

.count {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 800
}

.p-txt-s {
	font-family: 'Source Sans Pro', sans-serif !important;
	font-size: 24px !important;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.33;
	letter-spacing: normal;
	color: #ffffff;
}

.title-s {
	font-size: 108px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #ffffff;
}


/*Seccion Ayudamos*/

.section-ayudamos .container-elemento-grafico {
	position: absolute;
	top: 0;
	width: 100%;
	text-align: right;
}

.section-ayudamos .container-elemento-texto {
	z-index: 10;
	position: absolute;
	width: 100%;
}

.section-ayudamos h2 {
	color: white;
	font-family: 'Source Sans Pro'!important;
	font-weight: 900;
}

.section-ayudamos-container {
	padding: 0;
	overflow: hidden;
	position: relative;
	/* 	height: 100vh !important */
}

.section-ayudamos {
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
}


/*Seccion Innovamos*/

.section-innovamos .container-elemento-grafico {
	position: absolute;
	top: 0;
	width: 100%;
	text-align: right;
}

.section-innovamos .container-elemento-texto {
	z-index: 10;
	position: absolute;
	width: 100%;
}

.section-innovamos h2 {
	color: white;
	font-family: 'Source Sans Pro'!important;
	font-weight: 900;
}

.section-innovamos-container {
	padding: 0;
	overflow: hidden;
	position: relative;
	/* 	height: 100vh !important */
}

.section-innovamos {
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
}


/*Seccion impulsamos*/

.section-impulsamos .container-elemento-grafico {
	position: absolute;
	top: 0;
	width: 100%;
	text-align: right;
}

.section-impulsamos .container-elemento-texto {
	z-index: 10;
	position: absolute;
	width: 100%;
}

.section-impulsamos h2 {
	color: white;
	font-family: 'Source Sans Pro'!important;
	font-weight: 900;
}

.section-impulsamos-container {
	padding: 0;
	overflow: hidden;
	position: relative;
}

.section-impulsamos {
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
}

/*Seccion logos*/
.section-logos-container{
	margin-top:80px;
}

.section-logos-logo{
	margin-bottom:70px;
	text-align: center;
}

@media(max-width: 768px) {
	.section-logos-container{
		margin-top:50px;
	}
	
	.section-logos-logo{
		margin-bottom:30px;
		
	}

}


/*Seccion evolucionamos*/



.section-evolucionamos {
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
}

.section-evolucionamos-container {
	padding: 0;
	overflow: hidden;
	position: relative;
	/* 	height: 100vh !important; */
}

.page-servicios-responsive .section-evolucionamos {
	position: relative;
	right: 0;
	left: 0;
	top: 0;
	margin: 310px auto 174px;
}

.section-evolucionamos .container-elemento-grafico {
	position: absolute;
	top: 0;
	width: 100%;
	text-align: right;
}

.section-evolucionamos .container-elemento-texto {
	z-index: 10;
	position: absolute;
	width: 100%;
}

.section-evolucionamos h2 {
	/* 	color: black !important; */
	font-family: 'Source Sans Pro'!important;
	font-weight: 900;
}

.section-evolucionamos-container h2 {
	font-size: 68px !important
}

.section-evolucionamos-container p {
	font-size: 32px !important;
	max-width: 500px;
	line-height: 38px;
	font-weight: 500 !important;
	margin-left: 37px;
	font-family: 'Source Sans Pro'!important;
}

.page-servicios-responsive .section-evolucionamos h2 {
	text-align: center !important
}


/* fin Seccion impulsamos*/


/*/////////////////////////////////////////*/


/*/////////////////////////////////////////*/


/*FIN HOME*/


/*/////////////////////////////////////////*/


/*/////////////////////////////////////////*/


/*/////////////////////////////////////////*/


/*/////////////////////////////////////////*/


/*/////////////////////////////////////////*/


/*SERVICIOS*/


/*/////////////////////////////////////////*/


/*/////////////////////////////////////////*/


/*/////////////////////////////////////////*/
.col-central {padding: 0}


.container-text-innovacion {
	
    padding-left: 61px !important;
    max-width: 484px !important;
    
   } 


.section-innovacion .pastilla-verde {float: right;}

.service-title-h3 {
	font-size: 28px !important;
}
.page-servicios-responsive .section-evolucionamos h2 {
	font-size: 50px !important;
	font-weight: 900 !important;
	font-style: normal !important;
	font-stretch: normal !important;
	line-height: 1.36 !important;
	letter-spacing: normal !important;
	text-align: center;
	color: #000000 !important;
	margin-bottom: 0 !important;
}

.last-boton {
	max-width: 584px !important;
	margin: 0 auto;
}

.section-cabecera {
	max-height: 1350px;
}

.container-text-cabecera {
	position: relative;
	top: -250px;
	margin: 0 auto;
}

.caja-larga div {
	margin-bottom: 40px
}

.caja-larga div p {
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: 1px;
	color: #000000;
}

.container-servicios {
	width: 1088px !important;
	margin: 0 auto;
}

.page-servicios section p,
.page-servicios section h2,
.page-servicios section h3,
.page-servicios section h4 {
	color: black !important;
}

.servicios-cabecera {
	height: 625px;
	background-size: contain;
	background-position: center;
	margin-bottom: 50px;
	background-repeat: no-repeat;
}

.servicios-cabecera-responsive {
	height: 560px;
	background-size: cover;
	background-position: center;
	margin-bottom: 50px;
	background-repeat: no-repeat;
}

.servicios-cabecera .container-contenido-cabecera {
	position: absolute;
	width: 100%;
	right: 0;
	left: 0;
	top: 260px;
}

.servicios-cabecera .row-cajas {
	margin: 0 auto;
}

.servicios-cabecera p {
	font-size: 24px;
}

.page-servicios .caja {
	background-color: white;
	color: black;
	padding: 23px 30px;
	box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.15);
}

.servicios-cabecera .container-contenido-cabecera h2 {
	margin-bottom: 32px;
	margin-top: 48px;
	font-size: 36px !important;
}

.servicios-evolucionamos .container-contenido-evolucionamos {
	margin: 0 auto;
	padding: 150px 0 50px 0;
	margin-bottom: 80px;
}

.servicios-evolucionamos .container-contenido-evolucionamos h2 {
	text-align: center;
	margin-bottom: 24px;
}

.servicios-estrategia {
	height: 800px;
}

.servicios-innovacion {
	height: 1300px;
}

.page-servicios h2 {
	font-size: 58px !important;
}

.servicios-estrategia-imagen-container,
.servicios-innovacion-imagen-container,
.servicios-producto-imagen-container {
	height: 283px;
	position: relative;
	top: -127px;
}

.servicios-estrategia-imagen {
	position: relative;
	z-index: -100;
}

.servicios-innovacion-imagen {
	max-width: 900px;
	position: absolute;
	left: 0;
	width: 100%;
}

.servicios-producto-imagen {
	max-width: 664px;
	position: absolute;
	right: 0;
	width: 100%;
	top: -13px;
	z-index: -10;
}

.bloque-texto {
	position: relative;
	width: 100%;
	top: -95px;
}

.servicios-innovacion {
	margin-top: 400px;
}

.posicion-baja-pastilla {
	margin-top: -45px;
}

.servicios-producto {
	height: 1400px;
	margin-top: 350px;
}

.servicios-contacto {
	height: 650px;
	margin-top: 83px;
	box-shadow: 0 0 100px 0 rgba(0, 0, 0, 0.15);
}

.contacto-txt-ppal p {
	font-size: 58px;
}

.contacto-email {
	padding-top: 30px;
	padding-bottom: 30px;
	width: 500px;
	border-radius: 4px;
	box-shadow: 0 2px 100px 0 rgba(0, 0, 0, 0.15);
	background-color: #ffffff;
	color: black;
	font-size: 34px;
	margin: 0 auto;
	font-weight: 300;
}

.contacto-images-pre-footer {
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	height: 600px;
	position: absolute;
	bottom: 0px;
	z-index: -100;
	width: 50%
}

.contacto-tel {
	font-size: 36px !important;
	margin-top: 15px;
	line-height: 1.33 !important;
	margin-top: 57px !important;
}

.page-servicios .caja-container {
	position: absolute;
	z-index: 10;
	width: 50%;
	right: 0;
	background-color: white;
	box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.15);
}




.caja-container-izqda {
	z-index: 10;
	width: 50%;
	left: 0;
	background-color: white;
	box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.15);
}

.page-servicios .caja-larga {
	color: black;
	padding: 70px;
	max-width: 570px;
}

#imagen-innovacion{
	top:-17px !important;
}

#imagen-estrategia{
	text-align: center;
}

#imagen-estrategia img{
	width:80%;
}



/*SERVICIOS RESPONSIVE*/

.caja-container-cabecera .caja h2 {
	margin-bottom: 17px !important
}

.page-servicios-responsive h2 {
	font-size: 36px !important;
	text-align: left !important;
}

.page-servicios-responsive .caja-container-cabecera p {
	font-size: 24px !important;
	font-weight: 300 !important;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.33 !important;
	letter-spacing: normal;
	color: #000000;
}

.page-servicios-responsive .caja {
	background-color: white;
	color: black;
	padding-top: 62px;
	padding-left: 48px;
	padding-right: 48px;
	padding-bottom: 107px !important;
	margin: 20px 0px;
	box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.15);
	height: 100%;
}

.page-servicios-responsive .pastilla-verde {
	background-color: #13ac96;
	height: 88px;
	color: white;
	border-radius: 4px;
	width: 100%;
	margin: inherit !important;
	margin-bottom: 50px;
	max-width: 584px !important;
	width: 100% !important;

}

.page-servicios-responsive .pastilla-verde p {
	text-transform: uppercase;
	font-size: 16px !important;
	letter-spacing: 2.5px;
	text-align: center;
	font-weight: 900 !important;
}

.section-evolucionamos p {
	font-size: 18px;
}

.home .margen-frase {
	padding-top: 140px;
}

.section-innovacion {
	margin: 150px auto !important;
}

.page-servicios-responsive .mini-text {
	margin-top: 10px;
	font-size: 16px !important;
}

.page-servicios-responsive .caja-container {
	background-color: white;
	box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.15);
	margin-top: 57px;
	padding-top: 66px !important;
	padding-left: 100px;
	padding-bottom: 56px;
	padding-right: 100px !important;
}

.section-producto .caja-container {padding:84px 71px 84px 75px !important;}


.caja-6 {display: none !important}

.page-servicios-responsive .caja-container p {
	font-family: SourceSansPro;
	font-size: 13px !important;
	font-weight: normal !important;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.69;
	letter-spacing: 1px;
	color: #000000;
	margin-bottom: 20px !important;
	
}



.page-servicios-responsive .contacto-responsive {
	text-align: center;
	padding-top: 40px;
	margin-bottom: 40px;
	margin-top: 275px;
}

.container-text-producto {
	margin-bottom: 48px;
}

@media(max-width: 1140px) {
	
.caja-producto-altura {min-height: 150px}
	
}



@media(max-width: 1140px) {
	.page-servicios-responsive .section-evolucionamos {
		margin: 343px auto 170px 0;
	}
	.page-servicios-responsive .section-evolucionamos h2 {
		text-align: center !important
	}
	#imagen-innovacion{
		top:98px !important;
	}

	#imagen-estrategia img{
		width:100% !important;
	}

}

@media(max-width: 1049px) {
	.page-servicios-responsive .section-evolucionamos {
		margin: 243px auto 170px;
	}
	.page-servicios-responsive .section-evolucionamos h2 {
		text-align: center !important
	}
}

@media(max-width: 990px) {
.col-central {padding-left: 15px !important;padding-right: 15px;}

	.section-producto .caja-container {padding-left:24px !important;}

	.nav-header-blanco{
		padding-top: 16px !important;
	}

	#site-navigation {
		padding: 16px 24px 0 24px;
	}
	.home #site-navigation {
		padding: 16px 24px 0 24px;
	}
		.page-servicios-responsive .caja {
		padding-right: 24px !important;
		padding-left: 24px !important;
		padding-top: 40px !important;
		padding-bottom: 40px !important
	}
	.page-servicios-responsive .caja-container {
		background-color: white;
		box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.15);
		margin-top: 60px;
		padding-top: 40px !important;
		padding-left: 24px;
		padding-bottom: 29px;
		padding-right: 24px !important;
	}
	.container-text-estrategia {
		max-width: inherit !important;
		padding-right: inherit !important;
	}
	.page-servicios-responsive p {
		line-height: 1.33;
	}
	.section-evolucionamos p {
		font-family: SourceSansPro;
		font-size: 13px !important;
		font-weight: normal !important;
		font-style: normal;
		font-stretch: normal;
		line-height: 1.69;
		letter-spacing: 1px;
		color: #000000;
	}
	.page-servicios-responsive .caja-container p {
		font-family: SourceSansPro;
		font-size: 13px !important;
		font-weight: normal !important;
		font-style: normal;
		font-stretch: normal;
		line-height: 1.69;
		letter-spacing: 1px;
		color: #000000;
		margin-bottom: 20px !important;
	}
}

@media(max-width: 992px) {
	
	
	.service-title-h3 {
	font-size: 24px !important;
}
	.page-servicios-responsive .section-evolucionamos {
		margin: 243px auto 0 auto;
	}
	.page-servicios-responsive .section-evolucionamos h2 {
		text-align: left !important
	}
	.section-evolucionamos-container p {
		font-size: 18px !important;
		max-width: 500px;
		line-height: 24px;
		font-weight: 500 !important;
		margin-left: 0 !important;
		font-family: 'Source Sans Pro'!important;
		margin-top: 70px !important;
		margin-bottom: 20px !important;
	}
	.section-evolucionamos-container h2 {
		font-size: 38px !important;
		font-family: 'Source Sans Pro'!important;
	}
	.container-text-estrategia div p {
		font-family: SourceSansPro;
		font-size: 24px !important;
		font-weight: 300;
		font-style: normal;
		font-stretch: normal;
		line-height: 1.33 !important;
		letter-spacing: normal;
		color: #000000;
	}
	.container-text-estrategia .text-estrategia-title h2 {
		font-size: 38px !important
	}
	.page-servicios-responsive .text-innovacion-title h2 {
		font-size: 38px !important
	}
	.page-servicios-responsive .text-producto-title h2 {
		font-size: 38px !important
	}
}



@media(max-width: 990px) {
	.page-servicios-responsive .section-evolucionamos {
		margin: 493px auto 0 auto;
	}
	.page-servicios-responsive .contacto-responsive {
		margin-top: 85px;
	}

}

@media(max-width: 768px) {

	.tiempo-footer {
		padding-left: 0px !important;
	}
	
	.section-evolucionamos-home .fp-bg{
		background-position: right;
	}
 
	.page-servicios-responsive .caja-container {padding-bottom: 21px!important}
	
	.caja-producto-altura {min-height: 105px}

	.page-servicios-responsive .section-evolucionamos {
		margin: 267px auto 0 auto;
	}
	.page-servicios-responsive .section-evolucionamos h2 {
		text-align: left !important;
		font-style: normal;
		font-stretch: normal;
		line-height: 0.95 !important;
		letter-spacing: normal;
		color: #000000;
	}
	
.container-text-estrategia .caja-container div p {margin-bottom: 32px !important}

}

@media(max-width: 550px) {

	
	.page-servicios-responsive .section-evolucionamos {
		margin: 218px auto 0 auto
	}
	.page-servicios-responsive .section-evolucionamos h2 {
		text-align: left !important;
		font-style: normal;
		font-size: 40px!important;
		font-stretch: normal;
		line-height: 0.95 !important;
		letter-spacing: normal;
		color: #000000;
	}
}


/*/////////////////////////////////////////*/


/*/////////////////////////////////////////*/


/*FIN SERVICIOS*/


/*/////////////////////////////////////////*/


/*/////////////////////////////////////////*/


/*/////////////////////////////////////////*/


/*/////////////////////////////////////////*/


/*/////////////////////////////////////////*/


/*MANIFIESTO*/


/*/////////////////////////////////////////*/


/*/////////////////////////////////////////*/


/*/////////////////////////////////////////*/

.page-template-template-manifiesto .menu-fijo .hastag {
	color: white !important
}

.page-manifiesto .cabecera-manifiesto {
	height: 800px;
	background-size: cover;
	background-position: center;
}

.page-manifiesto ul li {
	list-style: none;
}

.caja-manifiesto h2 {
	margin-bottom: 63px !important;
}

.page-manifiesto .caja-manifiesto {
	max-width: 989px;
	margin: 0 auto;
	height: fit-content;
	position: relative;
	top: -92px;
	background-color: white;
	box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.15);
	padding: 130px 80px;
}

.caja-manifiesto ul li {
	line-height: 25px;
	margin-bottom: 30px;
	font-size: 24px;
}

.caja-manifiesto ul li span {
	font-weight: bold;
}

.container-contacto-txt-ppal {
	margin-bottom: 220px;
}

.gradient {
	position: absolute;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0) 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
	/* IE6-9 */
	width: 100%;
	height: 500px;
}

.page-template-template-manifiesto .navbar-nav-blanco li a {
	color: white !important
}

.page-template-template-manifiesto .menu-scroll li a {
	color: black !important;
}


/*/////////////////////////////////////////*/


/*/////////////////////////////////////////*/


/*FIN MANIFIESTO*/


/*/////////////////////////////////////////*/


/*/////////////////////////////////////////*/


/*/////////////////////////////////////////*/


/*/////////////////////////////////////////*/


/*/////////////////////////////////////////*/


/*EQUIPO*/


/*/////////////////////////////////////////*/


/*/////////////////////////////////////////*/


/*/////////////////////////////////////////*/


/*
.triangle-sentence {
    width: 0;
    position: absolute;
    border-style: solid;
    border-width: 0 40px 50px 40px;
    border-color: transparent transparent #f4f4f4 transparent;
    bottom: 100%;
    left: 50%;
    margin-left: -40px;
}
*/

.gradient-equipo {
	position: absolute;
	width: 100%;
	height: 50vh;
	bottom: 0;
	right: 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+43,ffffff+100&0+43,1+100 */
	background: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0) 43%, rgba(255, 255, 255, 1) 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0) 43%, rgba(255, 255, 255, 1) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, rgba(255, 255, 255, 0) 43%, rgba(255, 255, 255, 1) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=1);
	/* IE6-9 fallback on horizontal gradient */
}

.txt-habas {
	font-family: "Source Sans Pro", sans-serif !important;
	font-size: 13px !important;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: 1px;
	color: #000000;
	max-width: 536px;
}

.title-habas {
	font-family: "Source Sans Pro", sans-serif !important;
	font-size: 32px !important;
	font-weight: 300 !important;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #000000;
}

.page-equipo .caja {
	box-shadow: 0 2px 100px 0 rgba(0, 0, 0, 0.15);
	position: absolute;
	right: 0;
	background-color: white;
	width: 50%;
	bottom: 0;
	padding: 43px 48px
}

.contenedor-txt-team {
	max-width: 918px;
	top: 420px;
	position: relative;
}

.txt-team {
	font-size: 58px !important;
	font-weight: 300;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.17;
	letter-spacing: normal;
	color: #000000;
}

.txt-team-black {
	font-size: 58px !important;
	font-weight: 900 !important
}

.grey-materia {
	font-size: 13px !important;
	font-weight: 600 !important;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: 1px;
	color: #000000 !important;
}

.green-materia {
	color: #000;
}

.ole-team p {
	margin-bottom: 0 !important;
	font-size: 28px !important;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	/*       color: #9b9b9b; */
}

.ole-team li {
	margin-bottom: 21px;
}

.ole-team .job {
	font-size: 13px !important;
	font-weight: 600;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: 1px;
	color: #9b9b9b;
}

.servicios-contacto {
	height: 800px;
}

.contacto-txt-ppal {
	font-size: 58px;
	line-height: 1.17;
	margin-bottom: 68px;
}

.img-absolute {
	position: absolute !important;
	width: 500px;
	bottom: 0;
}

.img-fixed {
	position: fixed !important;
	width: 500px;
	top: 0;
}

.tr3 {
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.page-equipo .borde {
	display: none;
	position: absolute;
	left: -105px;
	height: 60px;
	background-color: #13ac96;
	width: 5px;
}

.page-equipo .borde-activo {
	display: block;
}

.addteam {
	font-size: 28px !important;
	font-weight: normal !important;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #000000 !important;
}

.addteamcopy {
	font-size: 13px !important;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: 1px;
	color: #000000 !important;
	margin-bottom: 72px;
}

.ole-team {
	padding-left: 0 !important;
}

.page-equipo .borde {
	display: none;
	position: absolute;
	left: 13px;
	height: 60px;
	background-color: #13ac96;
	width: 5px;
}

.page-equipo .borde-activo {
	display: block;
}

.mt140 {
	margin-top: 140px
}

.mb180 {
	margin-bottom: 180px
}

.ole-team li:hover .nombre {
	cursor: pointer;
	font-size: 28px !important;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #000000 !important;
}

.ole-team li:hover .job {
	cursor: pointer;
	font-size: 13px !important;
	font-weight: 600;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: 1px;
}



.nombre-hover {
	cursor: pointer;
	font-size: 28px !important;
	font-weight: 900 !important;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #000000 !important;
}

.cargo-hover {
	cursor: pointer;
	font-size: 13px !important;
	font-weight: 600 !important;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: 1px;
	color: #13ac96 !important;
}

.ole-team li {
	list-style: none;
}

.ole-team li .job {
		-webkit-transition: all 200ms ease-out !important;
		-moz-transition: all 200ms ease-out !important;
		-ms-transition: all 200ms ease-out !important;
		-o-transition: all 200ms ease-out !important;
		transition: all 200ms ease-out !important;
	color: #9b9b9b;
}

.ole-team li .nombre {
	color: #9b9b9b;
		-webkit-transition: all 200ms ease-out !important;
		-moz-transition: all 200ms ease-out !important;
		-ms-transition: all 200ms ease-out !important;
		-o-transition: all 200ms ease-out !important;
		transition: all 200ms ease-out !important;

}

.ole-sentence-box {
	top: -129px;
	/*     bottom: 180px; */
	position: relative;
	border-radius: 4px;
	box-shadow: 0 2px 100px 0 rgba(0, 0, 0, 0.15);
	background-color: #f4f4f4;
	padding: 49px 58px 49px 44px;
}

.ole-sentence {
	font-size: 32px;
	font-weight: 300;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.13;
	letter-spacing: normal;
	color: black !important
}

.team-contacto .contacto-txt-ppal {
	padding-top: 140px;
	margin-bottom: 72px;
}
.team-contacto .contacto-txt-ppal .font-weight-bold{
	font-weight: 700 !important;
}

.team-contacto .contacto-txt-ppal p {
	font-size: 58px !important;
	font-weight: 300 !important;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.17 !important;
	letter-spacing: normal;
	text-align: center;
	color: #000000;
}

.team-contacto .contacto-txt-ppal.font-weight-bold .w900 {
	font-weight: 900;
}

.page-template-template-equipo .servicios-contacto {
	box-shadow: none !important
}

.team-pill {
	position: absolute;
	height: 800px;
	min-height: 800px
}

.img-team {
	width: 555px !important;
}

.page-template-template-equipo .contacto-team .contacto-container {
	box-shadow: none !important
}

.page-template-template-equipo .servicios-container {
	box-shadow: 0 !important;
}

.prefooter-team {
	margin-top: 20px
}

.page-equipo .servicios-cabecera-responsive {
	height: 800px;
	background-size: cover;
	background-position: center;
	margin-bottom: 50px;
	background-repeat: no-repeat;
}


.foto-team-resposive {
	padding-top: 30px !important;
}

@media(max-width: 1140px) {
	.contenedor-txt-team {
		top: 395px !important
	}
	.img-team {
		width: 444px !important;
/* 		top: 130px */
	}
	.img-fixed {
		width: 444px !important;
/* 		top: 130px */
	}
	.img-absolute {
		width: 444px !important;
/* 		top: 130px */
	}
}

@media(max-width: 992px) {
	.txt-habas {
		font-size: 13px !important;
		font-weight: normal;
		font-style: normal;
		font-stretch: normal;
		line-height: 1.69 !important;
		letter-spacing: 1px !important;
		color: #000000;
	}
	.txt-team {
		font-size: 32px !important;
		font-weight: 300 !important;
		font-style: normal;
		font-stretch: normal;
		line-height: 1.19 !important;
		letter-spacing: normal;
		color: #000000;
	}
	.jota-img {
		width: 100% !important;
	}
	.dream-team h2 {
		padding-left: 0px;
		margin-top: 87px;
		font-size: 40px !important;
		text-align: center
	}
	.title-habas {
		font-size: 28px !important;
		font-weight: 300 !important;
		font-style: normal;
		font-stretch: normal;
		line-height: normal;
		letter-spacing: normal;
		color: #000000;
	}
	.txt-team-black {
		font-size: 32px !important;
		line-height: 40px;
	}
	.grey-materia {
		font-size: 13px
	}
	.contenedor-txt-team {
		max-width: 918px;
		bottom: inherit;
		position: inherit;
	}
	.nombre-responsive p {
		font-size: 28px !important;
		font-weight: 900 !important;
		font-style: normal;
		font-stretch: normal;
		line-height: normal;
		letter-spacing: normal;
		color: #000000 !important;
	}
	.cargo-responsive p {
		font-size: 13px !important;
		font-weight: 600;
		font-style: normal;
		font-stretch: normal;
		line-height: normal;
		letter-spacing: 1px;
		color: #13ac96 !important;
		font-weight: bolder !important;
	}
	.item-responsive {
		border-radius: 4px !important;
		-webkit-box-shadow: 0 2px 60px 0 rgba(0, 0, 0, 0.15);
		-moz-box-shadow: 0 2px 60px 0 rgba(0, 0, 0, 0.15);
		box-shadow: 0 2px 60px 0 rgba(0, 0, 0, 0.15);
		background-color: #fff;
		margin-bottom: 133px;
		margin-left: 9px;
		margin-right: 9px;
	}
	.nombre-cargo {
		padding: 24px 24px 24px 24px
	}
	.txt-team-black {
		color: black !important;
	}
	.jota-img-responsive {
		display: block;
		margin: 0 auto;
		left: 50%;
		width: 350px;
		position: absolute;
		margin-left: -175px;
	}
	.claim-responsive {
		margin-top: 300px;
	}
	.txt-habas-responsive {
		box-shadow: 0 2px 60px 0 rgba(0, 0, 0, 0.15);
		background-color: #f4f4f4;
		padding: 24px 24px 40px 24px;
		margin: 16px;
		margin-top: 0 !important;
	}
	.grey-materia {
		margin-bottom: 100px;
	}
	.dream-team-responsive {
		font-size: 13px !important;
		font-weight: 600 !important;
		font-style: normal;
		font-stretch: normal;
		line-height: normal;
		letter-spacing: 1px !important;
		color: #000000;
		text-align: center;
		margin-bottom: 125px !important;
	}
	.trangle-izq {
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 40px 20px 0 20px;
		border-color: #f4f4f4 transparent transparent transparent;
		position: relative;
		left: -10px;
	}
	.trangle-drch {
		float: right;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 40px 20px 0 20px;
		border-color: #f4f4f4 transparent transparent transparent;
		position: relative;
		right: -10px;
	}
	.frase-responsive {
		padding: 24px;
		max-width: 100%;
		position: relative;
		border-radius: 4px !important;
		box-shadow: 0 2px 100px 0 rgba(0, 0, 0, 0.15);
		background-color: #f4f4f4;
	}
	.frase-responsive p {
		font-size: 18px !important;
		font-weight: 300;
		font-style: normal;
		font-stretch: normal;
		line-height: 1.17;
		letter-spacing: normal;
		color: #000000;
	}
	.team-sentence-left {
		position: absolute;
		top: -100px;
		left: 25px;
	}
	.team-sentence-right {
		position: absolute;
		top: -85px;
		right: 25px;
	}
	.clear-right {
		clear: right;
	}
	.fr-drch {
		float: right;
		right: -10px;
	}
	.fr-izq {
		left: -10px;
	}
	.pastilla-mg {
		max-width: 730px;
		background-color: rgba(255, 255, 255, 0.9);
		padding: 16px 24px;
		margin: 0 auto;
	}
}

.linkedin-equipo {
	float: left;
	max-width: 14px;
	margin-left: 10px
}


/*/////////////////////////////////////////*/


/* FIN EQUIPO*/


/*/////////////////////////////////////////*/


/*/////////////////////////////////////////*/


/*/////////////////////////////////////////*/


/*/////////////////////////////////////////*/


/*CONTACTO*/


/*/////////////////////////////////////////*/


/*/////////////////////////////////////////*/


/*/////////////////////////////////////////*/

.titulo-contacto {
	padding-left: 20px
}

.page-contacto-container {
	width: 70%;
	margin: 0 auto;
	height: 100%
}

.botui-actions-buttons-button {
	background-color: #35514d;
}

.page-contacto {
	/*background-color: #0fd8bb;*/
	height: 100vh;
	background-position: center;
	background-size: cover;
}

.page-contacto .botui-container {
	background-color: transparent;
	font-family: "Source Sans Pro", sans-serif;
	overflow-x: hidden !important;
}

.page-contacto .botui-message-content {
	border-radius: 4px;
}

.page-contacto .chat-bot-container {
	width: 100%;
	margin: 0 auto;
}

.contacto-container {
	box-shadow: 0 0 100px 0 rgba(0, 0, 0, 0.15);
	height: 100%;
}

.page-contacto .chat-bot-container .botui-actions-text-input {
	line-height: 1.3;
	border-radius: 4px;
	background-color: #ebebeb;
	color: #595a59;
	display: inline-block;
	width: 80%;
	padding: 7px 13px;
	margin-left: 10px;
	font-size: 14px;
	height: auto;
}

input:focus,
input:active {
	outline: none !important;
}

.page-contacto .botui-container {
	overflow: scroll;
	max-height: 55vh;
}

::-webkit-scrollbar {
	width: 5px;
}

::-webkit-scrollbar-track {
	background: transparent;
}

::-webkit-scrollbar-thumb {
	background: #888;
}

::-webkit-scrollbar-thumb:hover {
	background: #555;
}

::-webkit-scrollbar-corner {
	background: transparent;
}

.send-form .send-form-button {
	border: 0;
	color: #fff;
	line-height: 1;
	cursor: pointer;
	font-size: 14px;
	font-weight: 500;
	padding: 7px 15px;
	border-radius: 4px;
	font-family: "Open Sans", sans-serif;
	background: #777979;
	box-shadow: 2px 3px 4px 0 rgba(0, 0, 0, .25);
	display: block;
	margin-top: 15px;
}

.send-form .send-form-button:hover {
	background: #777979 !important;
}

.send-form input[type="file"] {
	height: 49px;
	padding: 10px;
	border-radius: 4px;
}


/*/////////////////////////////////////////*/


/* FIN CONTACTO*/


/*/////////////////////////////////////////*/


/*/////////////////////////////////////////*/


/*/////////////////////////////////////////*/


/*/////////////////////////////////////////*/


/* POLITICAS*/


/*/////////////////////////////////////////*/


/*/////////////////////////////////////////*/


/*/////////////////////////////////////////*/

.page-politicas {
	margin: 150px auto;
}

.page-politicas h1 {
	font-size: 50px !important;
}

.page-politicas h2 {
	font-size: 40px !important;
	padding-top: 40px;
	padding-bottom: 5px;
}

.page-politicas h3 {
	padding-top: 17px;
	padding-bottom: 20px;
}

.page-politicas ul li {
	font-family: 'Source Sans Pro', sans-serif !important;
	font-weight: 300;
	font-size: 16px;
	padding-bottom: 13px;
}

.page-politicas a {
	color: black;
}

.page-politicas a:hover {
	color: #13ac96;
	text-decoration: none;
}

.page-politicas p {
	font-size: 16px !important;
}


/*/////////////////////////////////////////*/


/* FIN POLITICAS*/


/*/////////////////////////////////////////*/


/*/////////////////////////////////////////*/


/*/////////////////////////////////////////*/


/* BLOG*/


/*/////////////////////////////////////////*/


/*/////////////////////////////////////////*/
.single-post footer{
	box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.15);
}

.owl-stage-outer{
	pointer-events: none;
}

.cl-entry__header .cl-entry__title a {
	pointer-events: all !important;
}

.cl-entry__media a{
	pointer-events: all !important;
}

.post-template-default .cl-post-header__title {
	font-size: 60px !important;
}

.post-template-default #site-navigation {
	background-color: white !important;
}

.archive .cl-page-header {
	height: 250px !important;
}

.archive .cl-page-header__overlay {
	background-color: white !important;
}

.archive .cl-page-header__container {
	width: 100% !important;
	padding: 0 !important;
	margin: 0 !important;
}

.archive .cl-page-header__row {
	width: 200px;
	background-color: #0fd8bb;
	padding: 10px;
	width: fit-content;
}

.archive .cl-page-header__title {
	font-size: 20px !important;
	color: white;
	text-transform: uppercase;
	font-weight: 600 !important;
	letter-spacing: 0.5px;
	text-align: center;
	margin-bottom: 0 !important;
}

.archive .cl-page-header__text {
	margin: 0 auto;
	min-width: 200px;
}

.cl-content h2 {
	font-size: 50px !important;
	margin-top: 25px;
	margin-bottom: 20px !important;
}

#blog-entries h2 {
	font-size: 26px !important;
}

.cl-entry__readmore:before {
	background-color: transparent !important;
}

.cl-entry__readmore:hover {
	color: #0fd8bb !important;
	text-decoration: none;
}

.cl-entry .cl-entry__categories a {
	color: #0fd8bb !important;
}

.cl-single-blog .cl-content>.cl-entry__content {
	color: black;
}

.cl-blog:not(.cl-blog--style-big) h2.cl-entry__title {
	font-size: 26px !important;
}

.widget_contactinfo .info i {
	color: #0fd8bb !important;
}

.widget_contactinfo .info i span {
	color: black !important;
}

.widget_contactinfo .info span {
	color: black !important;
}

.widget_contactinfo .info.mail {
	color: black !important;
}

#blog-entries .cl-entry__content p {
	font-size: 16px;
	color: black;
}

.owl-item .cl-entry__content p {
	font-size: 16px;
	color: black;
}

.cl-blog:not(.cl-blog--style-big) h2.cl-entry__title {
	font-size: 26px !important;
}

.cl-entry__author-data {
	margin-left: 0px !important;
}

.cl-entry__title a:hover,
a:hover {
	color: #0fd8bb !important;
}

.has-primary-accent-color,
.cl-entry .cl-entry__categories a,
.cl-post-header--dark .cl-entry__categories a,
.cl-dropcap,
.widget_categories li:hover:before,
.widget_archive li:hover:before,
.cl-header__socials--style-simple a:hover i,
p.has-drop-cap:not(:focus):first-letter,
.cl-pagination a:hover,
a:hover,
.widget_contactinfo .info i,
.widget_contactinfo .info.mail,
.cl-entry__readmore:hover {
	color: #0fd8bb !important;
}

.owl-item .cl-entry__wrapper-content {
	box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.15);
	background-color: white;
	padding: 36px;
}

.cl-entry__content p {
	font-size: 18px !important;
	line-height: 1.5 !important;
}

.cl-entry__title a:hover {
	text-decoration: none;
}

.cl-entry__title a {
	-webkit-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.cl-entry.sticky .cl-entry__wrapper {
	border: 0 !important
}

.cl-entry__content ul li {
	font-weight: 100 !important
}

.cl-entry__content ol li {
	font-weight: 100 !important
}


/*/////////////////////////////////////////*/


/* FIN BLOG*/


/*/////////////////////////////////////////*/


/*/////////////////////////////////////////*/


/*/////////////////////////////////////////*/


/* 404*/


/*/////////////////////////////////////////*/


/*/////////////////////////////////////////*/

.page-404 {
	margin: 0 auto;
	margin-top: 150px;
	height: 80vh;
}


/*/////////////////////////////////////////*/


/* fin 404*/

/* cookies*/

#CybotCookiebotDialogBodyContentTitle {
   
    font-size: 12pt !important;
   
}


/*/////////////////////////////////////////*/


/*/////////////////////////////////////////*/


/*/////////////////////////////////////////*/


/*/////////////////////////////////////////*/


/*/////////////////////////////////////////*/


/*/////////////////////////////////////////*/


/*MEDIA QUERIES*/


/*/////////////////////////////////////////*/

.owl-item .cl-entry__wrapper-content {
	box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.15);
	position: relative;
	z-index: 10;
	padding: 25px 35px;
	background-color: white;
}

/* change color to comments cos they were white*/
.cl-single-blog .comments-list{
	color:black !important;
}
.cl-single-blog .comments-list .child-comments{
	color:black !important;
}


/*/////////////////////////////////////////*/


/* FIN BLOG*/


/*/////////////////////////////////////////*/


/*/////////////////////////////////////////*/


/*/////////////////////////////////////////*/


/*/////////////////////////////////////////*/


/*/////////////////////////////////////////*/

@media(min-width: 435px) {
	.section-cabecera {
		max-height: 1250px;
	}
}

@media(min-width: 550px) {
	

	.section-cabecera {
		max-height: 1150px;
	}
}

@media(min-width: 768px) {
	.page-servicios-responsive .pastilla-verde {
		margin-bottom: -15px;
		width: fit-content;
	}
	
	.container-text-cabecera  .pastilla-verde { margin: 0 auto !important}
	
	.section-cabecera {
		max-height: 900px;
	}
	.page-servicios-responsive .contacto-responsive {
		height: 500px !important;
		
	}
}

@media(min-width: 992px) {
	#fp-nav {
		display: block !important
	}
	.container-text-producto {
		margin-bottom: 25px;
	}
	.text-estrategia-title {
		margin-bottom: 27px;
	}
	.text-innovacion-title {
		margin-bottom: 27px;
	}
	.text-producto-title {
		margin-bottom: 27px;
	}
	.page-servicios-responsive .caja-container {
		margin-top: 0px;
	}
	.container-text-estrategia {
		padding-top: 133px;
	}
	.container-text-innovacion {
		padding-top: 250px;
		padding-left: 110px;
		order: 2;
	}
	.section-innovacion .caja-container {
		margin-top: 90px;
		margin-bottom: 10px !important;
	}
	.section-innovacion {
		margin: 0 auto;
	}
	.page-servicios-responsive .section-producto {
		margin-bottom: 49px;
	}
	.page-servicios-responsive .contacto-txt-ppal p {
		font-size: 45px !important;
	}
	.page-manifiesto .contacto-txt-ppal p {
		font-size: 45px !important;
	}
	.page-servicios-responsive .contacto-responsive {
		height: 815px !important;
		padding-top: 250px;
		margin-top: 257px;
	}
}

@media(min-width: 1050px) {
	.section-cabecera {
		max-height: 800px;
	}
}

@media(min-width: 1140px) {
	.servicios-cabecera-responsive {
		height: 800px;
	}
	.container-text-cabecera {
		top: -450px;
	}
	.container {
		max-width: 1400px !important;
	}
	.page-servicios-responsive h2 {
		font-size: 36px !important;
		text-align: left !important;
	}
	.section-evolucionamos p {
		font-size: 28px;
	}
	.page-servicios-responsive .container-text-estrategia h2 {
		text-align: left;
	}
	.page-servicios-responsive .container-text-innovacion h2 {
		text-align: left;
	}
	.page-servicios-responsive .container-text-producto h2 {
		text-align: left;
	}
}

@media(max-width:1025px) {
	.post-template-default .cl-post-header__title {
		font-size: 45px !important;
	}
	.section-home h1 {
		font-size: 84px !important;
	}
}

@media(max-width:1025px) {
	.page-manifiesto .caja-manifiesto {
		max-width: 650px;
		padding: 80px 60px;
	}
	.page-manifiesto .caja-manifiesto h2 {
		font-size: 50px !important;
	}
	.page-manifiesto .caja-manifiesto ul li {
		font-size: 20px;
	}
	.title-s {
		font-size: 90px;
	}
	.section-home h1 {
		font-size: 83px !important;
	}
}

@media(max-width: 992px) {
	.page-servicios-responsive .mini-text {
		margin-bottom: 24px !important
	}
	.container-text-producto p {
		font-size: 24px !important
	}
	.container-text-innovacion p {
		font-size: 24px !important
	}
	.pastilla-verde {
		top: 0 !important
	}
	.section-innovacion {
		margin-bottom: 50px !important;
		margin: 60px auto !important;
	}
	.container-text-producto {
		margin-bottom: 48px
	}
	.section-home h1 {
		text-align: left !important;
		font-size: 70px !important;
	}
	.section-home h2 {
		text-align: left !important;
		font-family: SourceSansPro;
		font-size: 24px !important;
		font-weight: normal;
		font-style: normal;
		font-stretch: normal;
		line-height: 1;
		letter-spacing: normal;
		text-align: center;
		color: #ffffff;
	}
	.h1-container {
		width: 80%;
		margin: 0 auto;
	}
	.home .margen-frase .titulo-evolucionamos {
		font-size: 58px !important;
	}
	.page-servicios-responsive .caja-container-cabecera {
		margin-bottom: 20px;
	}
	
	.post-template-default .cl-post-header__title {
		font-size: 40px !important;
	}
	.hashtag-header {
		display: none !important;
	}
	.owl-stage .cl-entry__media {
		height: 350px !important;
	}
	.owl-stage .cl-entry__wrapper-content {
		position: initial !important;
	}
	.owl-stage .cl-content h2 {
		font-size: 40px !important;
	}
	.page-contacto h1 {
		font-size: 52px !important;
	}
	.container-text-innovacion,
	.container-text-estrategia {
		margin-bottom: 180px;
	}
	#primary-menu li a {
		font-size: 18px;
		font-weight: bold;
		font-style: normal;
		font-stretch: normal;
		line-height: 2.8;
		letter-spacing: 6px;
		text-align: center;
		color: #ffffff !important;
		text-transform: uppercase;
	}
	.rrssmobile ul {
		padding-left: 0 !important;
	}
	.rrssmobile {
		display: none;
		position: absolute !important;
		z-index: 9999;
		width: 144px;
		bottom: 150px;
		z-index: 9999;
	}
	.rrssmobile ul li {
		display: inline-block;
		list-style: none;
		text-align: center
	}
	.page-404-title {
		position: relative;
		z-index: 10;
		background-color: white;
		color: black;
		padding: 23px 30px;
		box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.15);
		font-size: 50px !important;
	}
	.sourcesanspro {
		font-family: 'Source Sans Pro', sans-serif !important;
	}
	.ole-team li {
		margin-bottom: 21px;
	}
	.ole-team .job {
		font-size: 13px;
		font-weight: 600;
		font-style: normal;
		font-stretch: normal;
		line-height: normal;
		letter-spacing: 1px;
		color: #9b9b9b;
	}
	.servicios-contacto {
		height: 800px;
	}
	.contacto-txt-ppal {
		margin-bottom: 26px !important;
		font-size: 58px;
	}
	.ole-team li {
		position: relative;
	}
	#primary-menu-wrap {
		-webkit-transition: all 200ms ease-out !important;
		-moz-transition: all 200ms ease-out !important;
		-ms-transition: all 200ms ease-out !important;
		-o-transition: all 200ms ease-out !important;
		transition: all 200ms ease-out !important;
		position: absolute;
		top: 0;
		left: 0;
		background-color: #444444;
		width: 100%;
		z-index: -1;
	}
	#primary-menu-wrap div{
		background-color: #444444;
		height: 100vh; 
  		height: calc(var(--vh, 1vh) * 100);
		display: flex;
		justify-content: center;
		align-items: center;
	}
	#primary-menu-wrap div ul{
		height: auto !important;
	}

	#primary-menu {
		-webkit-transition: all 200ms ease-out !important;
		-moz-transition: all 200ms ease-out !important;
		-ms-transition: all 200ms ease-out !important;
		-o-transition: all 200ms ease-out !important;
		transition: all 200ms ease-out !important;
		text-align: center;
	}
	#primary-menu li {
		font-size: 22px;
		margin: 0px 0;
	}
	
	/*Generales*/
	.container-elemento-texto .texto-responsive {
		max-width: 100%;
		flex: 0 0 100%;
		padding: 100px 25px;
		align-self: flex-start !important;
	}
	.container-elemento-texto h2 {
		font-size: 64px !important;
	}
	.container-elemento-texto p {
		font-size: 16px !important;
	}
	.section-home .container-texto {
		text-align: center;
		padding-left: 0;
	}
	/*goleamos*/
	.section-goleamos-container .container-elemento-grafico img {
		max-width: 500px !important;
	}
	/*triunfamos*/
	.section-triunfamos .texto-responsive {
		max-width: 100%;
		flex: 0 0 100%;
		padding: 100px 50px 0px 50px;
		align-self: flex-start !important;
	}
	.texto-responsive h2 {
		font-size: 79px !important;
	}
	.texto-responsive p {
		font-size: 30px !important;
	}
	.micro img {
		max-width: 256px;
	}
	/*innovamos*/
	.section-innovamos-container .container-elemento-grafico img {
		max-width: 460px !important;
	}
	/*definimos*/
	.section-definimos-container .container-elemento-grafico .elemt-left {
		max-width: 200px !important;
		margin-right: 30px !important;
	}
	.section-definimos-container .container-elemento-grafico .elemt-right {
		max-width: 200px !important;
		margin-left: 30px !important;
	}
	.section-definimos-container .container-elemento-grafico div {
		margin-top: 280px;
	}
	.iconos-redes-sociales {
		padding: 0;
		margin-top: 10px;
		position: relative;
		z-index: 99999;
		display: block;
	}
	.iconos-redes-sociales .first-icon {
		margin-left: 0px;
	}
	footer .footer-info div {
		margin-left: 0px !important;
	}
	footer .footer-info {
		margin-bottom: 30px;
	}
	.footer-menu-responsive .footer-menu ul li {
		margin-left: 0px;
	}
	.footer-menu-responsive {
		width: 100%;
	}
	.contacto-container {
		box-shadow: none;
	}
	.cl-wrapper-layout .inner-content-row {
		padding-top: 60px !important;
	}


	.linkedin a span{
		position: absolute;
		right: 25px;
		bottom: 26px;
	}

	.linkedin{
		position: relative;
	}
}

@media(max-width: 768px) {
	.page-servicios-responsive .mini-text {
		margin-bottom: 24px !important
	}
	.page-servicios-responsive .section-evolucionamos h2 {
		margin-bottom: 24px !important
	}
	.section-innovacion {
		margin-bottom: 50px !important;
		margin: 60px auto !important;
	}
	.container-text-producto {
		margin-bottom: 48px
	}
	#blog-entries {
		margin-top: 30px
	}

	.section-home h2 {
		text-align: left;
	}
	.section-home h1 {
		text-align: left;
		font-size: 56px !important;
	}
	.h1-container {
		width: 80%;
		margin: 0 auto;
	}

	.section-triunfamos .likes-container .corazon {
		width: 18px;
		height: 19px;
		display: inline-block;
		background-size: contain;
		background-repeat: no-repeat;
		margin-left: 13px;
	}
	.count {
		font-family: 'Source Sans Pro', sans-serif;
		font-weight: 800;
		font-size: 20px;
	}
	.section-triunfamos .likes-container {
		width: 158px;
		height: 63px;
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
		margin-left: 15%;
		line-height: 63px;
		position: relative;
	}
	.footer-section-home {
		bottom: 7px
	}
	.home .margen-frase {
		padding-top: 0;
	}
	.home .margen-frase .titulo-evolucionamos {
		font-size: 50px !important;
	}
	.post-template-default .cl-post-header__title {
		font-size: 32px !important;
	}
	.home #site-navigation {
		background-color: transparent !important;
		padding: 20px 40px 0 40px;
	}
	.cl-blog--module-carousel .cl-owl-nav {
		margin-top: 0 !important;
	}
	.owl-stage .cl-entry__media {
		height: 250px !important;
	}
	.close-sign-chat {
		bottom: 334px;
	}
	.container-chat {
		width: 250px;
		height: 350px;
		z-index: 999999;
	}
	.container-chat-close {
		width: 46px;
		height: 46px;
		z-index: 999;
	}
	.container-chat button,
	.container-chat span {
		font-size: 12px;
	}
	footer {
		position: relative;
	}
	footer .footer-info div {
		display: block;
	}
	footer .footer-direccion-big {
		font-size: 20px;
	}
	.page-manifiesto .caja-manifiesto {
		max-width: 450px;
		padding: 40px;
	}
	.page-manifiesto .caja-manifiesto ul {
		padding-left: 20px;
	}
	.page-manifiesto h1 {
		font-size: 60px;
	}
	.contacto-email {
		width: 350px;
		font-size: 30px;
	}
	.page-manifiesto .contacto-txt-ppal p {
		font-size: 50px;
	}
	.container-contacto-txt-ppal {
		margin-bottom: 120px;
	}
	.contacto-container {
		box-shadow: none;
	}
}

@media(max-width: 560px) {

	

	.rrssmobile li a img{
		max-width: 18px !important;
	}

	.rrssmobile li a .icono-fb{
		max-width: 11px !important;

	}
	.rrssmobile {
		bottom: 100px;
	}
	.page-servicios-responsive .section-evolucionamos h2 {
		margin-bottom: 24px !important
	}
	.section-innovacion {
		margin-bottom: 50px !important;
		margin: 60px auto !important;
	}
	.container-text-producto {
		margin-bottom: 48px
	}
	.page-servicios-responsive .mini-text {
		margin-bottom: 24px !important
	}
	.section-home h1 {
		font-size: 45px !important
	}
	.section-home h2 {
		text-align: left;
	}
	.page-contacto-container {
		width: 90%;
	}
	.margen-frase {
		margin-top: -80px;
	}
	.home .margen-frase .titulo-evolucionamos {
		font-size: 40px !important;
	}
	.container-text-innovacion,
	.container-text-estrategia {
		margin-bottom: 100px;
	}
	#catapult-cookie-bar {
		transform: scale(.9);
		right: 0px !important;
	}
	.cl-content h2 {
		font-size: 30px !important;
	}
	.page-servicios-responsive .caja-container {
		margin-top: 0;
	}
	.servicios-estrategia-imagen-container {
		top: -94px;
	}
	.pastilla-verde {
		padding: 0px !important;
	}
	.page-contacto .chat-bot-container {
		height: 400px !important;
	}
	.page-contacto h1 {
		font-size: 30px !important;
	}
	.page-politicas h1 {
		font-size: 38px !important;
		padding-top: 20px;
		padding-bottom: 10px;
	}
	.page-politicas h2 {
		font-size: 36px !important;
		padding-top: 20px;
		padding-bottom: 10px;
	}
	.page-politicas h3 {
		font-size: 25px !important;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.page-politicas p,
	.page-politicas ul li {
		font-size: 16px !important;
	}
	.texto-responsive h2 {
		font-size: 64px !important;
	}
	.texto-responsive p {
		font-size: 23px !important;
	}
	.section-definimos-container .container-elemento-grafico .elemt-left {
		max-width: 130px !important;
		margin-right: 30px !important;
	}
	.section-definimos-container .container-elemento-grafico .elemt-right {
		max-width: 130px !important;
		margin-left: 30px !important;
	}
	.section-definimos-container .container-elemento-grafico div {
		margin-top: 180px;
	}
}

@media(max-width: 500px) {
	#images-container-2 img{
		position: relative;
		right: -36px;
		top: 60px;
	}
	.page-servicios-responsive .section-evolucionamos h2 {
		margin-bottom: 24px !important
	}
	.page-contacto .chat-bot-container {
		height: 55vh !important;
	}
	.page-contacto .botui-container {
		max-height: 55vh;
	}
	.nombre-responsive p {
		font-size: 16px !important
	}
	.owl-stage-outer {
		margin-top: 70px;
	}
	.home .text-evolucionamos-expecial {
		font-size: 30px;
		font-weight: 800
	}
	.home .margen-frase .titulo-evolucionamos {
		font-size: 30px !important;
	}
	.col-md-12>.cl-slider {
		margin-top: 0;
		padding-top: 0 !important;
	}
	.page-manifiesto .caja-manifiesto {
		max-width: 328px;
		padding: 40px 20px;
	}
	.page-manifiesto h1 {
		font-size: 36px !important;
	}
	.page-manifiesto .contacto-txt-ppal p {
		font-size: 32px;
	}
	.contacto-email {
		width: 250px;
		font-size: 25px;
	}
	.section-goleamos-container .container-elemento-grafico img {
		max-width: 400px !important;
	}
	.micro img {
		max-width: 300px;
	}
	.section-ayudamos-container .container-elemento-grafico img {
		max-width: 270px !important;
	}
	.section-innovamos-container .container-elemento-grafico img {
		max-width: 345px !important;
	}
	.texto-responsive h2 {
		font-size: 49px !important;
	}
	.texto-responsive p {
		font-size: 17px !important;
		font-weight: 400 !important;
	}
	.section-home h1 {
		font-size: 40px !important;
		text-align: left;
	}
	.section-home h2 {
		font-size: 20px !important;
		text-align: left;
	}
	.h1-container {
		width: 80%;
		margin: 0 auto;
	}
	.punto-ole {
		display: inline-block;
		width: 11px !important;
		height: 11px !important;
		border-radius: 50%;
		background-color: #0fd8bb;
		margin-left: 7px;
		z-index: -1;
	}
}

@media(max-width: 380px) {
	.home .text-evolucionamos-expecial {
		font-size: 28px;
		font-weight: 800;
	}
	
	.h1-container {
		width: 80%;
		margin: 0 auto;
	}
	.section-home h1 {
		text-align: left;
		font-size: 36px !important;
	}
	.section-home h2 {
		text-align: left;
		font-size: 18px !important;
		margin-top: 20px;
	}
	.punto-ole {
		width: 8px !important;
		height: 8px !important;
	}
	.navbar-toggler-icon {
		width: 24px;
		height: 24px;
	}
	.home #site-navigation {
		padding: 16px 24px 0 24px;
	}
	.hashtag-header {
		font-size: 11px;
		top: 3px;
	}
	.custom-logo-link img {
		width: 58px;
	}
	.container-elemento-texto .texto-responsive {
		padding: 130px 40px;
	}
	.section-definimos-container .container-elemento-grafico .elemt-left {
		max-width: 90px !important;
	}
	.section-definimos-container .container-elemento-grafico .elemt-right {
		max-width: 90px !important;
	}
	
	.servicios-estrategia-imagen-container {
		top: 20px;
	}
	.section-evolucionamos {
		margin-top: 450px;
	}
}

@media(max-width: 380px) {
	.rrssmobile {
		bottom: 100px;
	}
	
	#primary-menu li a {
		font-size: 15px !important
	}
	.container-elemento-texto .texto-responsive {
		padding: 100px 50px;
	}
	.home .texto-responsive h2 {
		font-size: 39px !important;
	}
	.section-goleamos-container .container-elemento-grafico img {
		max-width: 250px !important;
	}
	.section-ayudamos-container .container-elemento-grafico img {
		max-width: 210px !important;
	}
	.section-innovamos-container .container-elemento-grafico img {
		max-width: 260px !important;
	}
	.micro img {
		max-width: 220px;
	}
}

.page #primary-menu-wrap .current_page_item a {
	border-bottom: 4px solid #0fd8bb;
	padding-bottom: 1px
}

.page #primary-menu-wrap .current_page_item a:after {
	content: "";
	position: absolute;
	z-index: -1;
	right: 0;
	width: 0;
	bottom: -5px;
	background: transparent !important;
	height: 4px;
	transition-property: width;
	transition-duration: 0.1s;
	transition-timing-function: ease-out;
}


/*PRELOADING------------ */

#overlayer {
	z-index: 99999;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
	background: #fff;
}

.loader {
	border-radius: 100%;
	z-index: 99999;
	width: 30px;
	height: 30px;
	position: absolute;
	z-index: 3;
	border: 4px solid #12e7d3;
	left: 50%;
	top: 50%;
	animation: loader 2s infinite ease;
	margin-left: -15px;
}

.loader-inner {
	z-index: 99999;
	vertical-align: top;
	display: inline-block;
	width: 100%;
	background-color: #12e7d3;
	animation: loader-inner 2s infinite ease-in;
}

@keyframes loader {
	0% {
		transform: rotate(0deg);
	}
	25% {
		transform: rotate(180deg);
	}
	50% {
		transform: rotate(180deg);
	}
	75% {
		transform: rotate(360deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

@keyframes loader-inner {
	0% {
		height: 0%;
	}
	25% {
		height: 0%;
	}
	50% {
		height: 100%;
	}
	75% {
		height: 100%;
	}
	100% {
		height: 0%;
	}
}

@media screen and (max-width: 992px) {
	/*
#primary-menu-wrap  {
	
	content: "";
    position: absolute;
    z-index: -1;
    right: 0;
    width: 0;
    bottom: -5px;
    background: transparent !important;
    height: 4px;
    transition-property: width;
    transition-duration: 0.2s;
    transition-timing-function: ease-out;
}
*/
	.menu-scroll #primary-menu li a:after {
		background: transparent !important;
	}
	#primary-menu li:first-child {
		display: block !important;
	}
	.menu-scroll #primary-menu li a:hover {
		color: #12e7d3 !important;
	}
	.menu-fijo #primary-menu li a:hover {
		color: #12e7d3 !important;
	}
	.menu-fijo #primary-menu li a:after {
		background: transparent !important;
	}
	
}


/*BOTUI*/

.botui-messages-container{
	font-size: 13px !important;
}

button.botui-actions-buttons-button, input.botui-actions-text-input {
    font-size: 13px;
}

.botui-actions-text-submit {
    width: 70px;
    border-radius: 5px;
    cursor: pointer;
}

.botui-message-content.human{
	background-color: #13ac96;
}

.botui-actions-buttons{
	text-align: right;
}

.first-choice .botui-actions-buttons-button:first-of-type{
	display: block;
	margin-left: auto;
}


@media (min-width: 400px){
	.botui-actions-text-submit {
		display: block !important;
	}
}



/* COOKIES */


#img-cookies {
    float: right;
    top: 165px;
    position: absolute;
    left: 165px;
 }
    
.titulo-cookies {
	font-weight: bold !important;
	font-size: 18px !important;
}


.cli_messagebar_head {font-size: 18px !important;}


#cookie_action_close_header {
	display: inline-block;
    color: rgb(255, 255, 255);
    background-color: rgb(53, 81, 77);
    position: absolute;
    top: 166px;
    left: 30px;
    border: 0;
    padding: 16px 19px;
    border-radius: 3px;
}
	
#cookie-law-info-bar {
	border-radius: 3px !important;
	font-family: 'Source Sans Pro'!important;
	font-weight: 400;
	/* border: 0; */
	max-width: 300px;
	z-index: 9999;
	box-shadow: rgba(0, 0, 0, .5) 0px 5px 50px;
	display: none;
	right: 20px !important;
	font-weight: 300;
	bottom: 20px !important;
	padding: 30px;
	right: 20px !important;
	text-align: left !important;
	left: inherit !important;
}

#cookie-law-info-bar span {
	text-align: left !important;
	font-family: 'Source Sans Pro'!important;
	font-size: 18px !important;
	font-weight: 400;
}

#img-cookies {
	max-width: 50px !important
}


/* FIN COOKIES */

/*LOGOS*/
@media (min-width: 992px) {
  .logo_title{
	margin-top:50px;
	}
}

/*FIN LOGOS*/

/*AREA PRENSA*/
.section-prensa-logo{
    border-radius: 4px;
  	box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.1);
  	background-color: #ffffff;
	margin-top:20px;
	margin-right:20px;
}
	
.title-prensa{
	font-size:50px !important;
	color:black;
}
	
.prensa-medio{
	font-size:24px;
	font-weight:bold;
}
.prensa-fecha{
	font-size:16px;
	color:#747474;
}
.prensa-entradilla{
	font-size:16px;
	color:#747474;
	font-style: italic;
}
/*FIN AREA PRENSA*/
