/*!
Theme Name: tresg
Theme URI: http://labcss.com/
Author: labcss.com
Author URI: http://labcss.com/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: tresg
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

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

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

@font-face {
    font-family: 'ITCModernNo.216W01-MdIt';
    src: url('fonts/ITCModernNo216W01-MdIt.eot');
    src: url('fonts/ITCModernNo216W01-MdIt.eot?#iefix') format('embedded-opentype'),
        url('fonts/ITCModernNo216W01-MdIt.woff2') format('woff2'),
        url('fonts/ITCModernNo216W01-MdIt.woff') format('woff'),
        url('fonts/ITCModernNo216W01-MdIt.ttf') format('truetype'),
        url('fonts/ITCModernNo216W01-MdIt.svg#ITCModernNo.216W01-MdIt') format('svg');
    font-weight: 500;
    font-style: italic;
	  font-display: swap;
}


body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: 'Rubik';
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-family: 'Rubik';
}

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

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

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

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

big {
	font-size: 125%;
}

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

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

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

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

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 {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

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: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

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

a:visited {
	color: purple;
}

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

a:focus {
	outline: thin dotted;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	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;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	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;
}

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

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

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

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

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

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

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

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

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

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

.bypostauthor {
	display: block;
}

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

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

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
/* Alert boxes
---------------------------------------- */
.alert-box, .wpcf7-response-output {
	padding:20px 20px 20px 90px !important;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	font-size:.91em;
	line-height:1.4em;
	border:1px solid #dbdbdb;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom:15px;
	}
	.error-box, .wpcf7-mail-sent-ng {
		border-color:#ff9999;
		color:#c31b00;
		background:url(images/alert/icon-error.png) no-repeat 20px 50% #ffcccc;
		}
	.attention-box, .wpcf7-validation-errors, .wpcf7-spam-blocked {
		border-color:#e6c555;
		color:#9e660d;
		background:url(images/alert/icon-note.png) no-repeat 20px 50% #fdebae;
		}
	.notice-box {
		border-color:#68a2cf;
		color:#2e6093;
		background:url(images/alert/icon-info.png) no-repeat 20px 50% #bfe4f9;
		}
	.approved-box, .wpcf7-mail-sent-ok {
		border-color:#a3c159;
		color:#5e6f33;
		background:url(images/alert/icon-download.png) no-repeat 20px 50% #ccff99;
		}
	span .wpcf7-not-valid {
    border: 1px solid #ff0000 !important;
	border-radius: 0px;
}
span.wpcf7-not-valid-tip {
    display: none;
}

/* 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;
	position:fixed;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}


.site-branding img {
	width: 74px;
	height:  74px;
}


header {
padding: 15px;
position: absolute;
z-index: 10;
width: 100%;
}

.hero {
    /* Sizing */
    width: 100%;
    height: 100vh;
    
    /* Flexbox stuff */
    display: flex;
    justify-content: center;
    align-items: center;
    
    /* Text styles */
    text-align: center;
}
.hero h1 {
font-family: 'Rubik';
font-size: 70px;
margin-top: 0;
margin-bottom: 0.1em;
line-height: 80px;
}
.hero {
    text-align: center;
    color: white;
}
.hero p{
      font-family: 'Rubik';
      font-size: 20px;
	font-weight: 300;
	font-style: italic;
    line-height: 1.2;
}
.hero-inner{
    width: 100%;
    bottom: 0px;
    position: absolute;
	padding: 30px;
}
.verde {
       background: #b7de43;
  
}

.verdetransparente {
    background: #BDF21CAB;
	 width: 100%;
	 height: 40vh;
	top: 0px;
    position: absolute;
	z-index: 1;
}

/* nav toggle */
.nav-toggle {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
cursor: pointer;
height: 40px;
right: 20px;
position:absolute;
top: 2rem;
width: 50px;
z-index: 2; }


  .nav-toggle:hover {
    opacity: 0.8; }
  .nav-toggle .nav-toggle-bar,
  .nav-toggle .nav-toggle-bar::after,
  .nav-toggle .nav-toggle-bar::before {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background: white;
    content: '';
    height:3px;
    width: 30px; 
	border-radius: 5px;
	
	}


  .nav-toggle .nav-toggle-bar {
    margin-top: 0; }
  .nav-toggle .nav-toggle-bar::after {
    margin-top: 0.6rem; }
  .nav-toggle .nav-toggle-bar::before {
    margin-top: -0.6rem; }
  .nav-toggle.expanded .nav-toggle-bar {
    background: transparent; }
  .nav-toggle.expanded .nav-toggle-bar::after, .nav-toggle.expanded .nav-toggle-bar::before {
    background: white;
    margin-top: 0; }
  .nav-toggle.expanded .nav-toggle-bar::after {
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
  .nav-toggle.expanded .nav-toggle-bar::before {
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }

/* nav */
.nav {
  -webkit-transition: right 0.5s ease;
  -moz-transition: right 0.5s ease;
  -ms-transition: right 0.5s ease;
  -o-transition: right 0.5s ease;
  transition: right 0.5s ease;
  background: #000000;
  color: white;
  cursor: pointer;
  font-size: 20px;
font-weight: 600;
  height: 100vh;
  right: -30rem;
  padding: 6rem 2rem 2rem 2rem;
  position: fixed;
  top: 0;
  width: 25rem;
  z-index: 1; }
  .nav.expanded {
    right: 0; }
  
  
  
  .nav ul {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    list-style: none;
    margin: 0;
    padding: 0; }

	 .nav ul ul.sub-menu {
	   font-family: 'Rubik';
      font-size: 20px;
	font-weight: 300;
	font-style: italic;
    position: relative;
	display: initial;
    list-style: none;
    margin: 0;
    padding: 0; }
 .nav ul ul.sub-menu li{
    margin-left: 15px;
}
.nav ul li a:hover {
 color: #fbd744;

}
.nav .current_page_item {
  background: #fff;
margin-left: -30px;
padding-left: 30px;
padding-right: 10px;
}

.nav .menu-item-has-children {
  background: transparent;
margin-left: -30px;
padding-left: 30px;
}


/*# sourceMappingURL=nav.css.map */
.nav .logo {
width: 80%;
margin: 0 auto;
}

.hamb {
background: #000000a6;
padding: 10px;
display: block;
height: 40px;
width: 50px;
position: fixed;
}

.nav a:link, .nav a:visited 
{color:#a7a7a7;
text-decoration:none;
} 

.ico1 {
width: 240px;
height: 50px;
background-attachment: scroll;
background-color: #fff;
background-image: url(images/flechaboton.svg);
background-position: center 10px;
background-repeat: no-repeat;
display: inline-block;
position: relative;
bottom: -38px;
text-align: center;
margin: 0 auto;
background-size: 16%;
}
.ico1c {
width: 240px;
height: 50px;
background-attachment: scroll;
background-color: #2E2E2E40;
background-image: url(images/flechabotonblanco.svg);
background-position: center 10px;
background-repeat: no-repeat;
display: inline-block;
position: relative;
bottom: -36px;
text-align: center;
margin: 0 auto;
background-size: 16%;
}
.site-content{
    min-height: 600px;
}

.maincontent {
    clear: both;
    width: 80%;
    margin: 0 auto;
    padding: 1em 0px;
    line-height: 1.5em;
    position: relative;
}


ul.footermenu{
    
    list-style: none;
    margin: 0;
    padding: 0;
	font-style: normal !important;
}

ul.footermenu li{
   
    font-size: 22px;
    font-weight: 600;
	line-height: 1.5;
}
footer ul.sub-menu li{
    font-family: 'Rubik';
    font-size: 20px;
    font-weight: 300;
    font-style: italic;
    list-style: none;
}
footer a:link, footer a:visited 
{color:#6e6e6e;
text-decoration:none;
} 
footer a:hover {
 color: #fbd744;

}
footer .logo {
    width: 50%;
    margin: 4% auto;
}
ul.sub-menu {
    
    list-style: none;
    margin-left: 15px;
    padding: 0;
}

.legales {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
	margin-bottom: 0px;
	list-style: none;
	padding:0px;
	font-style: normal !important;
}

.legales>li>a{
    position: relative;
    display: block;
    padding: 0px 15px;
	font-family: 'Rubik';
font-weight: 300;
color:#404040;
}
.site-info {
font-family: 'Rubik';
font-weight: 300;
width: 60%;
margin: 0 auto;
padding: 5% 0% 2%;
}
.legales>li {
    float: left;
}
.legales li:nth-child(1):before {
	display:none;
}
.legales li:nth-child(1) a {
	padding: 0px 15px 0px 0px;
}
.legales li::before {
content: '|';
color: #6e6e6e;
font-family: 'Rubik';
font-weight: 300;
display: inline-block;
margin-right: 7px;
position: absolute;
}
footer {
background: #f2f2f2;
padding:8% 0 2% 0;
}
footer.gris {
background: #2E2E2E;
padding:8% 0 2% 0;
margin-top: -2px;
}
footer.gris,footer.gris a,footer.gris .telefono, footer.gris .legales li::before {
color: #A7A7A7;

}


footer.gris a:hover{
color: #fbd744;

}
.site-info h1{
    font-family: 'Rubik';
    font-size: 26px;
    font-weight: 900;
	display: block;
}



.telefono{
    font-family: 'Rubik';
    font-size: 20px;
    font-weight: 600;
	width: 50%;
	color:#6e6e6e;
margin: 0 auto;
display: block;
}

.marginp {
    margin: 0px;
    padding: 5% 10% ;
   align-items: center !important;
   position: relative;
   
}
.colorgris{
    background-color: #E7E7E7 !important;
	color: #2E2E2E !important;
	 line-height: 1.5;
}
.colorblanco{
    background-color: #f2f2f2 !important;
	color: #333333 !important;
	 line-height: 1.5;
}
.colorblanco h1,.colorgris h1{
    font-family: 'Rubik';
    font-size: 26px;
    font-weight: 900;
	display: block;
}


 .wpcf7 input[type="text"],
 .wpcf7 input[type="email"],
 .wpcf7 input[type="tel"],
 textarea {
font-size: 16px;
color: #1b1e23;
background-color: #ffffff;
border: none;
width: 100%;
margin-bottom: 15px;
padding: 8px 10px;
border-radius: 0px;
 }		


 .colorblanco .btn {
background-color: #2E2E2E;
color: #fff;
position: relative;
display: inline-block;
min-width: 200px;
text-transform: initial;
font-family: 'Rubik';
font-size: 20px;
font-weight: 300;
width: 20%;
border-width: 0px;
text-align: left;
vertical-align: middle;
cursor: pointer;
border-radius: 0px;
}
.ticon {

    position: absolute;
    top: 55%;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
    margin-left: 20px;
	right: 10px;
}

.colorblanco .btn:hover,.colorgris .btn:hover{
background-color: #000000;
    color: #ffffff;
	border-width: 0px;
}

.botttt {
    background: url("images/flechafor.svg") 0px 0px no-repeat;
        background-size: auto;
    background-size: contain;
    cursor: pointer;
    display: inline-block;
    height: 20px;
    width: 20px;
}

.contactof{
    width: 60%;
   margin: 0 -15% 0 auto;
}

.wpcf7-list-item-label{
    font-family: 'Rubik';
    font-size: 12px;
    font-weight: 300;
	
}
span.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 0em;
}
.widget_newsletter {
    width: 50%;
    float: left;
    margin-right: 0px;
}
.colorgris .btn {
background-color: #2E2E2E;
color: #fff;
position: relative;
display: inline-block;
min-width: 50px;
cursor: pointer;
text-transform: initial;
font-family: 'Rubik';
font-size: 20px;
font-weight: 300;
width: 50px;
border-width: 0px;
text-align: left;
vertical-align: middle;
border-radius: 0px;
}

::-moz-placeholder {
  color: #2E2E2E;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #2E2E2E;
}
::-webkit-input-placeholder {
  color: #2E2E2E;
}

.bgfootercontacto{
width: 100%;
height: 360px;
background-attachment: scroll;
background-color: #fff;
background-image: url(images/bg5-min.jpg);
background-position: center center;
background-repeat: no-repeat;
display: inline-block;
position: relative;
text-align: center;
margin: 0 auto;
line-height: 0px;
background-size: cover;
}


.ico2 {
    width: 240px;
    height: 50px;
    background-attachment: scroll;
    background-color: #2E2E2E;
    background-image: url(images/flechabotonblanco.svg);
    background-position: center 10px;
    background-repeat: no-repeat;
    display: inline-block;
    position: relative;
    bottom: 0px;
    text-align: center;
    margin: 0 auto;
    background-size: 16%;
    vertical-align: bottom;
    top: 310px;
}
.ico1blog {
    width: 240px;
    height: 50px;
    background-attachment: scroll;
    background-color: #13e685;
    background-image: url(images/flechabotonblanco.svg);
    background-position: center 10px;
    background-repeat: no-repeat;
    display: inline-block;
    position: relative;
    text-align: center;
    margin: 0 auto;
    background-size: 16%;
}

.ico1blog2 {
    width: 240px;
    height: 50px;
    background-attachment: scroll;
    background-color: #2E2E2E;
    background-image: url(images/flechabotonblanco.svg);
    background-position: center 10px;
    background-repeat: no-repeat;
    display: inline-block;
    position: relative;
    text-align: center;
    margin: 0 auto;
    background-size: 16%;
}
.centro{
    text-align: center;
    margin-top: -50px;
    line-height: 0;
}

.colorverdeb{
   
    background-color: #13e685;
	color: #2E2E2E;
    
}
.colorverdeb a{
   
	color: #2E2E2E !important;
    
}
.paginacion{
    position: absolute;
    text-align: center;
    margin-top: -100px;
    right: 45%;
}

a.page-numbers {
    background-color:transparent;
    font-family: 'Rubik';
font-size: 20px;
    display: inline-block;
    
    font-weight: 700;
    padding: 4px 5px;
    text-decoration: none;
	color: #2E2E2E;
}

.pagination span.current {
   background-color:transparent;
    font-family: 'Rubik';
font-size: 20px;
    display: inline-block;
  
    font-weight: 700;
    padding: 4px 5px;
    text-decoration: none;
		color: #000000;
}
.flex0{
  
    display: flex;
}
.centroblog {
    align-items: center !important;
    display: grid;
	padding: 5% 14% 5% 0%;
	margin-left: -35px;
}

.lineablog {
    background: #BDF21CAB;
    width:40%;
    height: 100%;
    top: 0px;
	left:0px;
    position: absolute;
    z-index: 1;
}

.centroblog h1 {
    font-size: 2.2em;
    margin: 0.67em 0;
    line-height: 1.2;
    font-weight: 900;
}

.centroblog a {
    color: #626262;
    text-decoration: none;
	font-family: 'Rubik';
font-size: 16px;
font-weight: 600;
font-style: italic;
}
.centroblog p {
   
font-family: 'Rubik';
font-weight: 300;
font-style: italic;
}

.flechainpar {
width: 50px;
height: 50px;
background-attachment: scroll;
background-color: transparent;
background-image: url(images/flechainpar.svg);
background-position: center 10px;
background-repeat: no-repeat;
display: block;
position: relative;
bottom: 0px;
text-align: center;
background-size: 80%;
    
}

.flechapar {
width: 50px;
height: 50px;
background-attachment: scroll;
background-color: transparent;
background-image: url(images/flechapar.svg);
background-position: center 10px;
background-repeat: no-repeat;
display: block;
position: relative;
bottom: 0px;
text-align: center;
background-size: 80%;
    
}
.flechasclientes {
width: 50px;
height: 50px;
background-attachment: scroll;
background-color: transparent;
background-image: url(images/flechasclientes.svg);
background-position: center 10px;
background-repeat: no-repeat;
display: block;
position: relative;
bottom: 0px;
text-align: center;
background-size: 80%;
    
}
.flechainpar:hover,.flechapar:hover,.centroblog a:hover{
    opacity: 0.8;
}
.contenedorm{
position: relative;

}
.tel{
width: 90%;
display: inline-block;
padding: 0.5rem 2rem;
border-top: 2px solid #403e3e;
border-right: 2px solid #403e3e;
text-align: center;
font-weight: 400;
}
 .infomenu{
    position: absolute;
    bottom: 15px;
    display: flex;
    width: 100%;
    margin-left: -2rem;
    margin-bottom: -1rem;
    margin-right: -2rem;
}


.logoico {
width: 60px;
background-attachment: scroll;
background-color: transparent;
background-image: url(images/icofootermenu.svg);
background-position: center center;
background-repeat: no-repeat;
display: inline-block;
position: relative;
bottom: 0px;
text-align: center;
background-size: 50% !important;
border-top: 2px solid #403e3e;
}

.site-branding {
    position: relative;
}
.teleweb{
   position: fixed;
top: 32px;
right: 70px;
background: #000000ad;
color: #fff;
padding: 5px 15px;
font-size: 20px;
margin-right: 10px;
}

.teleweb a {
    color: #ffffff;
    text-decoration: none;
}
.home .hero-inner {
    width: auto;
    top: 30%;
    position: absolute;
    padding: 30px;
    right: 5%;
}

.home .hero {
    text-align: right;
    color: white;
}

.home .hero h1 {
    font-family: 'ITCModernNo.216W01-MdIt';
    font-size: 48px;
    margin-top: 0;
    margin-bottom: 0.1em;
    line-height: 40px;
	font-style: italic;
}


.logohome{
width: 540px;
height: 641px;
background-attachment: scroll;
background-color: transparent;
background-image: url(images/logoslider1.svg);
background-position: center center;
background-repeat: no-repeat;
display: block;
position: relative;
bottom: 0px;
text-align: center;
background-size: 80%;
margin: 0 auto;
}

.icohome {
    width: 240px;
    height: 50px;
    background-attachment: scroll;
    background-color: #fff;
    background-image: url(images/flechaboton.svg);
    background-position: center 10px;
    background-repeat: no-repeat;
    display: inline-block;
    position: absolute;
    bottom: 0px;
    text-align: center;
    margin: 0 auto;
    background-size: 16%;
}

.sliderhometexto {
 background-color: #65DE72;
font-family: 'ITCModernNo.216W01-MdIt' !important;
width: 100%;
height: 100vh;
display: block;

font-size: 30px;
    margin-top: 0;
  
    line-height: 40px;
	font-style: italic;
	color: #ffffff;
	position: relative;
}
.introx {

padding: 10%;

}
.centrohome {
    text-align: center;
    line-height: 0;
    position: initial;
    width: 240px;
    margin: 0 auto;
	margin-top: -18px;
	position:absolute;
    bottom: 0px;
    left: 40%;
}

.icohomeintro {
    width: 240px;
    height: 50px;
    background-attachment: scroll;
    background-color: #f2f2f2;
   background-image: url(images/flechaboton.svg);
    background-position: center 10px;
    background-repeat: no-repeat;
    display: inline-block;
    position: relative;
    text-align: center;
    margin: 0 auto;
    background-size: 16%;
}
.sliderhometexto h1{
 font-family: 'ITCModernNo.216W01-MdIt' ;
    font-size: 48px;
    margin-top: 0;
    margin-bottom: 0.1em;
    line-height: 40px;
	font-style: italic;
	color: #ffffff;
}

p.parrafo108{
 	color: #31d541;
	font-style: normal !important;
}

h1.titulo117{
  
    font-family: 'Rubik' !important;
	font-style: normal !important;

}

.posicion121{
    width: auto;
    top: 35%  !important;
    position: absolute;
    padding: 30px;
    right: 10%;
}

.home .flex0 {
    display: flex;
    background: #f2f2f2;
}

.home .centroblog ul{
    margin: 0px;
}


.home .centroblog {
    align-items: center !important;
    display: grid;
    padding: 5% 10% 5% 40%;
    margin-left: -35px;
}

.serviciosx  {
    align-items: center !important;
    display: grid;
    padding: 5%;
    margin-left: 0px;
	color: #ffffff;
}

.serviciosx ul {
margin:0px;
padding: 0px;
list-style: none;
  columns: 3;
  -webkit-columns: 3;
  -moz-columns: 3;
}

.serviciosx ul li {
  padding: 0px 10px;
}
.home .flex01 {
    display: flex;
    background: #2E2E2E;
	color:#ffffff;
}


.home .premiada {
   
    padding: 0% 20% 5%;
    text-align: center;
	    margin: 0 auto;
    display: block;
}

.home .premiada .flechasclientes {
    width: 50px;
    height: 50px;
    background-attachment: scroll;
    background-color: transparent;
    background-image: url(images/flechasclientes.svg);
    background-position: center 10px;
    background-repeat: no-repeat;
    display: block;
    position: relative;
    bottom: 0px;
    text-align: center;
    background-size: 80%;
    margin: 0 auto;
}


.home .premiada .field_type-star_rating_field ul.star-rating {
    list-style: none;
    padding: 0;
    font-size: 16px;
    cursor: pointer;
    text-align: center;
    display: inline-block;
    margin: 0px !important;
}

.home .premiada img {
    height: auto;
    max-width: 60%;
}

.fa-star-o{
    display:none !important;
}

.premiada h1 {
    margin: 0.67em 0 4rem;
}
.premiada p {
    margin-top: 5%;
    padding:0px 20%;
}

.home .colorblanco {
    background-color: #A7E0C5 !important;
    color: #333333 !important;
    line-height: 1.5;
}

.home .colorgris {
    background-color: #71cda9 !important;
    color: #2E2E2E !important;
    line-height: 1.5;
}

.home .wpcf7 input[type="text"], .home .wpcf7 input[type="email"], .home .wpcf7 input[type="tel"], textarea {
    font-size: 16px;
    color: #1b1e23;
    background-color: #5bbd97;
    border: none;
    width: 100%;
    margin-bottom: 15px;
    padding: 8px 10px;
    border-radius: 0px;
}

.home .colorblanco .btn {
    background-color: #5BBD97;
    color: #2e2e2e;
    position: relative;
    display: inline-block;
    min-width: 200px;
    text-transform: initial;
    font-family: 'Rubik';
    font-size: 20px;
    font-weight: 300;
    width: 20%;
    border-width: 0px;
    text-align: left;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 0px;
}

.home .colorgris .btn {
    background-color: #3C9371;
    color: #fff;
    position: relative;
    display: inline-block;
    min-width: 50px;
    cursor: pointer;
    text-transform: initial;
    font-family: 'Rubik';
    font-size: 20px;
    font-weight: 300;
    width: 50px;
    border-width: 0px;
    text-align: left;
    vertical-align: middle;
    border-radius: 0px;
}

.bloque {
    align-items: center !important;
    display: grid;
    padding: 10% 40% 10% 0%;
    margin-left: 0px;
    color: #404040;
}
#bloque .alturaimagen {
   
    background-size: contain !important;
    min-height: 650px;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-color: #f2f2f2 !important;
}

 #bloque h1 {
    font-size: 26px;
    margin: 0.67em 0;
    line-height: 1.2;
    font-weight: 900;
}

#bloque ul {
    margin: 0px;
	padding: 0px;
}

.bgfootercontacto1 {
    width: 100%;
    height: 360px;
    background-attachment: scroll;
    background-color: #fff;
    background-image: url(images/bg55-min.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    display: inline-block;
    position: relative;
    text-align: center;
    margin: 0 auto;
    line-height: 0px;
    background-size: cover;
}

.ico2cc{
    width: 240px;
    height: 50px;
    background-attachment: scroll;
    background-color: #f2f2f2;
    background-image: url(images/flechaboton.svg);
    background-position: center 10px;
    background-repeat: no-repeat;
    display: inline-block;
    position: relative;
    bottom: 0px;
    text-align: center;
    margin: 0 auto;
    background-size: 16%;
    vertical-align: bottom;
    top: 310px;
}

.single-servicios .hero-inner {
    width: 100%;
    top: 26%;
    position: absolute;
    padding: 30px;
}

.single-servicios .btn {
    background-color: #FFFFFF;
    color: #2e2e2e;
    position: relative;
    display: inline-block;
    min-width: 240px;
    text-transform: initial;
    font-family: 'Rubik';
    font-size: 26px;
    font-weight: 900;
    width: 14%;
    border-width: 0px;
    text-align: left;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 0px;
    padding: 10px;
	margin-top: 100px;
	text-decoration: none;

}

.single-servicios .btn2 {
    background-color: #FFFFFF;
    color: #2e2e2e;
    position: relative;
    display: inline-block;
    min-width: 240px;
    text-transform: initial;
    font-family: 'Rubik';
    font-size: 26px;
    font-weight: 900;
    width: 14%;
    border-width: 0px;
    text-align: left;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 0px;
    padding: 10px;
	text-decoration: none;

}
.single-servicios .btn:hover,.single-servicios .btn2:hover {
    background-color: #000000;
    color: #2e2e2e;

}

.botttt2 {
    
	 mask: url("images/flechafor.svg");
	  -webkit-mask-image: url("images/flechafor.svg");
        background-size: auto;
    background-size: auto;
    background-size: contain;
    cursor: pointer;
    display: inline-block;
    height: 20px;
    width: 20px;
}

.single-servicios i.icon {
    display: inline-block;
    width: 25px;
    height: 30px;
    line-height: 30px;
    margin-top: -5px;
}
.single-servicios .maincontent {
    clear: both;
    width: 80%;
    margin: 0 auto;
    padding: 0px;
    line-height: 1.5em;
    position: relative;
}

.single-servicios .titulo1 h1 {
 font-family: 'Rubik';
    font-size: 44px;
    margin: 0.67em 0;
    line-height: 1.1;
    font-weight: 700;
	color:#ffffff;
}
.single-servicios .texto2 h2 {
font-family: 'ITCModernNo.216W01-MdIt' !important;
font-size: 30px;
line-height: 40px;
font-style: italic;
color: #ffffff;
}
.ina650{
 min-height: 700px;
height: 700px;
  display: block;

}

.marg11 {
  
    padding: 5% 10% 5% 10%;
   
}
.marg112 {
  
    padding: 0% 10% 0% 10%;
   
}

.single-servicios .marg112 ul, .single-servicios .marg112 ol {
    line-height: 1;
    font-family: 'Rubik';
    font-weight: 500;
    font-style: italic;
}
.divcentro{
text-align: center;
margin-top: ;
line-height: 0;
position: absolute;
left: 0;
right: 0;
margin: auto;
    margin-top: auto;
margin-top: -48px;
}

.titulo1 {

color: #ffffff;
}
.ancho80{
    width: 80%;
	margin: 0 auto !important;
  
}
.single-servicios ul, .single-servicios ol{
    margin: 0px;
    padding: 0px;
line-height: 2;
font-family: 'Rubik';
font-weight: 500;
font-style: italic;

}

ul#primary-menu {
    margin: 0px;
    padding: 0px;
line-height: 2;
font-family: 'Rubik';
font-weight: 500;
font-style: normal !important;

}






h1,h2,h3,h4,h5,h6 {
    margin: 0.67em 0;
    line-height: 1.2;
    font-weight: 900;
}
.margen20{
  
    padding: 5% !important;
   
}





.single-servicios .colorblanco {
    background-color: #ff8037 !important;
    color: #333333 !important;
    line-height: 1.5;
}

.single-servicios .colorgris {
    background-color: #ff7c4b !important;
    color: #2E2E2E !important;
    line-height: 1.5;
}

.single-servicios .wpcf7 input[type="text"], .single-servicios .wpcf7 input[type="email"], .single-servicios .wpcf7 input[type="tel"], textarea {
    font-size: 16px;
    color: #1b1e23;
    background-color: #ff9a5f;
    border: none;
    width: 100%;
    margin-bottom: 15px;
    padding: 8px 10px;
    border-radius: 0px;
}

.single-servicios .colorblanco .btn {
    background-color: #ff9a5f;
    color: #2e2e2e;
    position: relative;
    display: inline-block;
    min-width: 200px;
    text-transform: initial;
    font-family: 'Rubik';
    font-size: 20px;
    font-weight: 300;
    width: 20%;
    border-width: 0px;
    text-align: left;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 0px;
	margin-top: 0px;
}

.single-servicios .colorgris .btn {
    background-color: #ff9a5f;
    color: #fff;
    position: relative;
    display: inline-block;
    min-width: 50px;
    cursor: pointer;
    text-transform: initial;
    font-family: 'Rubik';
    font-size: 20px;
    font-weight: 300;
    width: 50px;
    border-width: 0px;
    text-align: left;
    vertical-align: middle;
    border-radius: 0px;
	margin-top: 0px;
}


.bgfootercontacto2 {
    width: 100%;
    height: 360px;
    background-attachment: scroll;
    background-color: #fff;
    background-image: url(images/bg66-min-min.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    display: inline-block;
    position: relative;
    text-align: center;
    margin: 0 auto;
    line-height: 0px;
    background-size: cover;
}
.bgfootercontacto3 {
    width: 100%;
    height: 360px;
    background-attachment: scroll;
    background-color: #fff;
    background-image: url(images/bg3-min.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    display: inline-block;
    position: relative;
    text-align: center;
    margin: 0 auto;
    line-height: 0px;
    background-size: cover;
}
.bgfootercontacto33 {
    width: 100%;
    height: 360px;
    background-attachment: scroll;
    background-color: #fff;
    background-image: url(images/bg77-min.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    display: inline-block;
    position: relative;
    text-align: center;
    margin: 0 auto;
    line-height: 0px;
    background-size: cover;
}

.bgfootercontacto88 {
    width: 100%;
    height: 360px;
    background-attachment: scroll;
    background-color: #fff;
    background-image: url(images/bg88-min.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    display: inline-block;
    position: relative;
    text-align: center;
    margin: 0 auto;
    line-height: 0px;
    background-size: cover;
}

.bgfootercontacto44 {
    width: 100%;
    height: 360px;
    background-attachment: scroll;
    background-color: #fff;
    background-image: url(images/bg95n-min.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    display: inline-block;
    position: relative;
    text-align: center;
    margin: 0 auto;
    line-height: 0px;
    background-size: cover;
}
.bgcomuniti {
    width: 100%;
    height: 360px;
    background-attachment: scroll;
    background-color: #fff;
    background-image: url(images/bgcomuniti-min.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    display: inline-block;
    position: relative;
    text-align: center;
    margin: 0 auto;
    line-height: 0px;
    background-size: cover;
}




.bgseo {
    width: 100%;
    height: 360px;
    background-attachment: scroll;
    background-color: #fff;
    background-image: url(images/bgggd.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    display: inline-block;
    position: relative;
    text-align: center;
    margin: 0 auto;
    line-height: 0px;
    background-size: cover;
}


.bggoo{
    width: 100%;
    height: 360px;
    background-attachment: scroll;
    background-color: #fff;
    background-image: url(images/bggoo-min.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    display: inline-block;
    position: relative;
    text-align: center;
    margin: 0 auto;
    line-height: 0px;
    background-size: cover;
}


.bgseo1 {
    width: 100%;
    height: 360px;
    background-attachment: scroll;
    background-color: #fff;
    background-image: url(images/bg785-min.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    display: inline-block;
    position: relative;
    text-align: center;
    margin: 0 auto;
    line-height: 0px;
    background-size: cover;
}




.centroservicios {

    align-items: center !important;
    display: grid;
    padding: 0px;
    margin-left: initial;
    text-align: center;
}

.serviciosfondo{
background-color: #f2f2f2;
   
}


.serviciosfondo div.field_type-star_rating_field {
    clear: both;
    width: 100px;
    margin: 0 auto;
}

.centroservicios .flechasclientes {
    width: 50px;
    height: 50px;
    background-attachment: scroll;
    background-color: transparent;
    background-image: url(images/flechasclientes.svg);
    background-position: center 10px;
    background-repeat: no-repeat;
    display: block;
    position: relative;
    bottom: 0px;
    text-align: center;
    background-size: 80%;
    margin: 0 auto;
}

.centroservicios a {
    color: #626262;
    text-decoration: none;
    font-family: 'Rubik';
    font-size: 16px;
    font-weight: 600;
    font-style: italic;
}

.serviciosfondo .premiada p {
    margin-top: 1%;
    padding: 0px 20%;
}




.single-servicios .seccionverde .colorblanco {
    background-color: #9bba00 !important;
    color: #333333 !important;
    line-height: 1.5;
}

.single-servicios .seccionverde .colorgris {
    background-color: #a3b215 !important;
    color: #2E2E2E !important;
    line-height: 1.5;
}

.single-servicios .seccionverde .wpcf7 input[type="text"], .single-servicios .seccionverde .wpcf7 input[type="email"], .single-servicios .seccionverde .wpcf7 input[type="tel"], textarea {
    font-size: 16px;
    color: #1b1e23;
    background-color: #b3ca3b;
    border: none;
    width: 100%;
    margin-bottom: 15px;
    padding: 8px 10px;
    border-radius: 0px;
}

.single-servicios .seccionverde .colorblanco .btn {
    background-color: #b3ca3b;
    color: #2e2e2e;
    position: relative;
    display: inline-block;
    min-width: 200px;
    text-transform: initial;
    font-family: 'Rubik';
    font-size: 20px;
    font-weight: 300;
    width: 20%;
    border-width: 0px;
    text-align: left;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 0px;
	margin-top: 0px;
}

.single-servicios .seccionverde .colorgris .btn {
    background-color: #b3ca3b;
    color: #fff;
    position: relative;
    display: inline-block;
    min-width: 50px;
    cursor: pointer;
    text-transform: initial;
    font-family: 'Rubik';
    font-size: 20px;
    font-weight: 300;
    width: 50px;
    border-width: 0px;
    text-align: left;
    vertical-align: middle;
    border-radius: 0px;
	margin-top: 0px;
}





.single-servicios .seccionrosa .colorblanco {
    background-color: #ff2c7a !important;
    color: #333333 !important;
    line-height: 1.5;
}

.single-servicios .seccionrosa .colorgris {
    background-color: #f1356c !important;
    color: #2E2E2E !important;
    line-height: 1.5;
}

.single-servicios .seccionrosa .wpcf7 input[type="text"], .single-servicios .seccionrosa .wpcf7 input[type="email"], .single-servicios .seccionrosa .wpcf7 input[type="tel"], textarea {
    font-size: 16px;
    color: #1b1e23;
    background-color: #ff75a9;
    border: none;
    width: 100%;
    margin-bottom: 15px;
    padding: 8px 10px;
    border-radius: 0px;
}

.single-servicios .seccionrosa .colorblanco .btn {
    background-color: #ff75a9;
    color: #2e2e2e;
    position: relative;
    display: inline-block;
    min-width: 200px;
    text-transform: initial;
    font-family: 'Rubik';
    font-size: 20px;
    font-weight: 300;
    width: 20%;
    border-width: 0px;
    text-align: left;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 0px;
	margin-top: 0px;
}

.single-servicios .seccionrosa .colorgris .btn {
    background-color: #ff75a9;
    color: #fff;
    position: relative;
    display: inline-block;
    min-width: 50px;
    cursor: pointer;
    text-transform: initial;
    font-family: 'Rubik';
    font-size: 20px;
    font-weight: 300;
    width: 50px;
    border-width: 0px;
    text-align: left;
    vertical-align: middle;
    border-radius: 0px;
	margin-top: 0px;
}




.single-servicios .seccionmorado .colorblanco {
    background-color: #8960e2 !important;
    color: #333333 !important;
    line-height: 1.5;
}

.single-servicios .seccionmorado .colorgris {
    background-color: #7951dc !important;
    color: #2E2E2E !important;
    line-height: 1.5;
}

.single-servicios .seccionmorado .wpcf7 input[type="text"], .single-servicios .seccionmorado .wpcf7 input[type="email"], .single-servicios .seccionmorado .wpcf7 input[type="tel"], textarea {
    font-size: 16px;
    color: #1b1e23;
    background-color: #b095eb;
    border: none;
    width: 100%;
    margin-bottom: 15px;
    padding: 8px 10px;
    border-radius: 0px;
}

.single-servicios .seccionmorado .colorblanco .btn {
    background-color: #b095eb;
    color: #2e2e2e;
    position: relative;
    display: inline-block;
    min-width: 200px;
    text-transform: initial;
    font-family: 'Rubik';
    font-size: 20px;
    font-weight: 300;
    width: 20%;
    border-width: 0px;
    text-align: left;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 0px;
	margin-top: 0px;
}

.single-servicios .seccionmorado .colorgris .btn {
    background-color: #b095eb;
    color: #fff;
    position: relative;
    display: inline-block;
    min-width: 50px;
    cursor: pointer;
    text-transform: initial;
    font-family: 'Rubik';
    font-size: 20px;
    font-weight: 300;
    width: 50px;
    border-width: 0px;
    text-align: left;
    vertical-align: middle;
    border-radius: 0px;
	margin-top: 0px;
}

.inacelulares{
background-image: url(images/mockup-ok1-min.jpg);
 min-height: 700px;
height: 700px;
  display: block;
  background-position: 150px 0 !important;
  background-repeat: no-repeat;
}


#appformulario {
    color: #fff;
}

#appformulario h2 {
    color: #404040;
}
#appformulario .blanco .btn {
    background-color: #ff788a;
    color: #2e2e2e;
    position: relative;
    display: inline-block;
    min-width: 200px;
    text-transform: initial;
    font-family: 'Rubik';
    font-size: 20px;
    font-weight: 300;
    width: 200px;
    border-width: 0px;
    text-align: left;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 0px;
	margin-top: 0px;
}

#appformulario .btn {
    background-color: #ff788a;
    color: #fff;
    position: relative;
    display: inline-block;
    min-width: 50px;
    cursor: pointer;
    text-transform: initial;
    font-family: 'Rubik';
    font-size: 20px;
    font-weight: 300;
    width: 50px;
    border-width: 0px;
    text-align: left;
    vertical-align: middle;
    border-radius: 0px;
	margin-top: 0px;
}

#appformulario .wpcf7 input[type="text"], #appformulario .wpcf7 input[type="email"], #appformulario .wpcf7 input[type="tel"], textarea {
    font-size: 16px;
    color: #1b1e23;
    background-color: #ff788a;
    border: none;
    width: 100%;
    margin-bottom: 15px;
    padding: 8px 10px;
    border-radius: 0px;
}

.bgapp1{
    width: 100%;
    height: 360px;
    background-attachment: scroll;
    background-color: #fff;
    background-image: url(images/bg785-min.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    display: inline-block;
    position: relative;
    text-align: center;
    margin: 0 auto;
    line-height: 0px;
    background-size: cover;
}


#button {
  display: inline-block;
  background-color: #FF9800;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}
#button:hover {
  cursor: pointer;
  background-color: #333;
}
#button:active {
  background-color: #555;
}
#button.show {
  opacity: 1;
  visibility: visible;
}


.contenedortestimonios{
 
  position: relative;
 
}

.flechasclientesnext {
    width: 50px;
    height: 50px;
    background-attachment: scroll;
    background-color: transparent;
    background-image: url(images/flechasclientes.svg);
    background-position: center 10px;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    bottom: 0px;
    text-align: center;
	 cursor: pointer;
    background-size: 80%;
  bottom: 15%;
left: 23%;
}

.flechasclientesnext2 {
    width: 50px;
    height: 50px;
    background-attachment: scroll;
    background-color: transparent;
    background-image: url(images/flechasclientes.svg);
    background-position: center 10px;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    bottom: 90px;
    text-align: center;
	 cursor: pointer;
    background-size: 80%;
position: absolute;
left: 0;
right: 0;
margin: auto
}

.site{
    overflow: hidden;
}