/* Minification failed. Returning unminified contents.
(1118,24): run-time error CSS1062: Expected semicolon or closing curly-brace, found ':'
 */
/*  
    http://jaydenseric.com/blog/forget-normalize-or-resets-lay-your-own-css-foundation 
    Created on 09.06.2014
    Updated on 07.01.2016
*/

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
    font: 16px/1 sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}
h1,
h2,
h3,
h4,
p,
blockquote,
figure,
ol,
ul {
    margin: 0;
    padding: 0;
}
main,
li {
    display: block;
}
h1,
h2,
h3,
h4 {
    font-size: inherit;
}
strong {
    font-weight: bold;
}
a,
button {
    color: inherit;
    transition: .3s;
}
a {
    text-decoration: none;
}
button {
    overflow: visible;
    border: 0;
    font: inherit;
    -webkit-font-smoothing: inherit;
    letter-spacing: inherit;
    background: none;
    cursor: pointer;
}
::-moz-focus-inner {
    padding: 0;
    border: 0;
}
:focus {
    outline: 0;
}
img {
    max-width: 100%;
    height: auto;
    border: 0;
}
/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 *  Owl Carousel - Core
 */

.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  /*z-index: 1;*/ 
}
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
      transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
.owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; }
.owl-theme .owl-nav [class*='owl-']:hover {
      background: #869791;
      color: #FFF;
      text-decoration: none; }
.owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
.owl-theme .owl-dots .owl-dot span {
      width: 10px;
      height: 10px;
      margin: 5px 7px;
      background: #D6D6D6;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease;
      border-radius: 30px; }
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background: #869791; }

/*==========  Mobile First Method  ==========*/
/*
    General selectors and styles designed to make the site look good on small MOBILE screens go here.
    But they affect all devices, and must be overridden by media queries targeting INSCREASINGLY LARGER screens
*/
/* MAIN ELEMENTS */
*, *:before, *:after {
    /*
       Make sure all the elements have their box-sizing as border-box, which will prevent the size of all properties
       from being added to the width defined for the element. An element that has 'width: 50%' and 'border-with: 5px'
       defined as border-box will prevent will prevent the size of all properties from being added to the width defined
       for the element.
    */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
img {
    /* In most cases, the height and the width will be in proportion.
       If the width of the image is reduced to adapt to the responsive, the height will be too.
       If the width is fixed, the height will be too. */
    height: auto;
    max-width: 100%;
}
hgroup {
    text-align: center;
}
h1,h2, h3, p {
    font-weight: normal;
    color: #ffffff;
}
h1 {
    font-size: 1.5em;                       /* 24px / 16px = 1.5 */
}
h2 {
    font-size: 1.2em;                         /* 16px / 16px = 1 */
    font-weight: 400;
}
h3 {
    font-size: 1em;                         /* 14px / 16px = 0.875 */
    font-weight: 200;
}
p {
    font-size: 1em;                         /* 14px / 16px = 0.875 */
    font-weight: 200;
}
li {
    list-style: none;
}
input, textarea {
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    -webkit-appearance: none;
    -moz-appearance: none;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-family: 'Raleway', sans-serif;
}
::-moz-placeholder { /* Firefox 19+ */
    font-family: 'Raleway', sans-serif;
}
:-ms-input-placeholder { /* IE 10+ */
    font-family: 'Raleway', sans-serif;
}
:-moz-placeholder { /* Firefox 18- */
    font-family: 'Raleway', sans-serif;
}
::-moz-placeholder {
    opacity: 1;       /*All placeholders in Firefox have an opacity value applied to them, so in order to fix this we need to reset that value */
}
/* HELPERS */
.width-100 {
    width: 100%;
}
.width-75 {
    width: 75%;
}
.width-50 {
    width: 50%;
}
.float-left {
    float: left;
}
.float-right {
    float: right;
}
.align-left {
    text-align: left;
}
.align-right {
    text-align: right;
}
/* Z-INDEX */
/*
    header                                 | z-index: 20
    header .container .menu                | z-index: 30
    header .menu-toggle                    | z-index: 40
    main   .welcome-image                  | z-index: 10
    removed: owl.carousel.css | .owl-carousel | z-index: 1
*/
/* CONTAINERS */
.container,
.container-menu {
    margin-right: auto;
    margin-left: auto;
    padding-left: 11px;
    padding-right: 11px;
}
/* BODY */
body {
    background-color: rgba(20,33,46,0.95);
    /*font-family: 'Open Sans', sans-serif;*/
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    line-height:150%;
    max-width: 100%;
}
section {
    position: relative;
    z-index: 15;
}
/* HEADER */
header {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    background-color: none;
    padding: 10px 0;
    -webkit-transition: background-color .5s ease-in-out;
    -moz-transition: background-color .5s ease-in-out;
    -o-transition: background-color .5s ease-in-out;
    transition: background-color .5s ease-in-out;
    z-index: 20;
}
header.bg-dark {
    background-color: rgba(20,33,46,0.85);
}
/* HEADER - LOGO */
header .container-menu > figure.logo {
    max-width: 75px;
    max-height: 37.5px;
    display: none;
    /*margin-left: 25px;*/
}
/* HEADER - MENU */
header .container-menu .menu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(12, 19, 26, 0.95);
    overflow: auto;
    padding-bottom: 50px;
    z-index: 30;
}
header .container-menu .menu > ul:first-child > li:first-child  {
    padding-top: 50px;
}
header .container-menu .menu > ul > li {
    font-size: 1.5em;
    color: #ffffff;
    padding: 20px 0 0 50px;
    cursor: pointer;
    transition: color 0.2s ease-in-out;
}
header .container-menu .menu > ul > li > label {
    cursor: pointer;
}
header .container-menu .menu > ul > li:hover {
    color: #80bd01;
}
header .container-menu .menu > ul > li.separator-top {
    border-top: 1px solid rgba(255,255,255,0.1);
    margin-top: 20px;
    width: 80%;
}
/* HEADER - MOBILE TOGGLE */
header .menu-toggle {
    width: 28px;
    height: 22px;
    position: relative;
    margin: 7px 25px 0 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    z-index: 40;
}
header .menu-toggle span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #fff;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
header .menu-toggle span:nth-child(1) {
    top: 0px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}
header .menu-toggle span:nth-child(2) {
    top: 10px;
    -webkit-transition: .15s ease-in-out;
    -moz-transition: .15s ease-in-out;
    -o-transition: .15s ease-in-out;
    transition: .15s ease-in-out;
    /*-webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;*/
}
header .menu-toggle span:nth-child(3) {
    top: 20px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}
header .menu-toggle.opened span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
header .menu-toggle.opened span:nth-child(2) {
    opacity: 0;
}
header .menu-toggle.opened span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
/* MAIN */
/* MAIN - WELCOME IMAGE */
section.welcome-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
}
section.welcome-image > figure {
    background: url(../Images/bg.home.480x1080.jpg) center center no-repeat;
    background-size: cover;
    padding-top: 225%;
    height: 0;
}
/* MAIN - LOGO */
section.logo {
    max-width: 250px;
    margin: 50px auto 40px auto;
}
section.logo > figure {
    background: url('../Images/izigo.Survey.logo.white.svg') top left no-repeat;
    background-size: 250px 150px;
    padding-bottom: 60%;
}
/* MAIN - TAGLINE */
section.tagline > hgroup {
    margin-bottom: 50px;
}
section.tagline > hgroup > h2 {
    margin: 10px 0 50px 0;
}
section.tagline > hgroup > a {
    background: #80bd01;
    color: #ffffff;
    display: block;
    border-radius: 50px;
    margin-top: 25px;
    padding: 13px 45px;
    font-weight: 500;
    border: solid 1px #80bd01;
    font-size: 1.2em;
}
section.tagline > hgroup > h3 {
    font-size: 0.8em;
    opacity: 0.5;
    margin-top: 5px;
}
section.tagline > hgroup > a:hover {
    border-color: rgba(255,255,255,0.5);
    opacity: 0.9;
}
/* MAIN - SOLUTION */
section.solution {
    margin-top: 5px;
}
section.solution .image {
    width: 100%;
    padding: 0 5% ;
}
section.solution .image > figure {
    background: url(../Images/img.dashboard.992x578.png) top center no-repeat;
    background-size: cover;
    padding-bottom: 58.26612903225806%;
    height: 0;
}
/* BLOG - SOLUTION - POSTS */
section.solution > figcaption {
    background-color: rgba(20,33,46,0.95);
    width: 100%;
    margin-top: -35px;
}
section.solution > figcaption > section.blog {
    /*background: #172C42;*/
    padding: 5px 0;
}
section.solution > figcaption > section.blog .blog-post {
    background: #2F4456;
    color: #ffffff;
    padding: 5px 10px 50px 10px;
    position: relative;
}
section.solution > figcaption > section.blog .blog-post h2 {
    font-weight: 500;
    margin-bottom: 10px;
}
section.solution > figcaption > section.blog .blog-post p {
    min-height: 60px;
    display: block;
    font-size: 1em;
}
section.solution > figcaption > section.blog .blog-post a {
    display: inline-block;
    border: solid 1px #80bd01;
}
section.solution > figcaption > section.blog .blog-post a:hover {
    border-color: rgba(255,255,255,0.5);
    opacity: 0.9;
}
section.solution > figcaption > section.blog .blog-post a.btn-green-small {
    background: #80bd01;
    padding: 6px 15px;
    border-radius: 85px;
    font-weight: 500;
    position: absolute;
    right: 10px;
    bottom: 10px;
}
section.solution > figcaption > section.blog .blog-post a.btn-green-small img {
    float: right;
    width: 14px;
    height: 24px;
    margin-left: 7px;
}
/* MAIN - CLIENTS LOGOS */
section.clients-logos {
    padding: 20px 12px;
    background: #ffffff;
}
section.clients-logos > nav > ul > li {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    margin: 10px -4px 10px 0;
}
section.clients-logos > nav > ul > li figure.posvenda-logo {
    background: url('../Images/logo.posvenda.gray.svg') top center no-repeat;
    height: 55px;
}
section.clients-logos > nav > ul > li figure.bdo-logo {
    background: url('../Images/logo.bdo.gray.svg') top center no-repeat;
    height: 20px;
}
section.clients-logos > nav > ul > li figure.mr-logo {
    background: url('../Images/logo.mr.gray.svg') top center no-repeat;
    height: 50px;
}
section.clients-logos > nav > ul > li figure.sucesso-logo {
    background: url('../Images/logo.sucesso.gray.svg') top center no-repeat;
    height: 50px;
}
section.clients-logos > nav > ul > li figure.firststop-logo {
    background: url('../Images/logo.firststop.gray.svg') top center no-repeat;
    height: 70px;
}
section.clients-logos > nav > ul > li figure.leaseplan-logo {
    background: url('../Images/logo.leaseplan.gray.svg') top center no-repeat;
    height: 70px;
}
section.clients-logos > nav > ul > li figure.topcar-logo {
    background: url('../Images/logo.topcar.gray.svg') top center no-repeat;
    height: 70px;
}
    section.clients-logos > nav > ul > li figure.deltaq-logo {
        background: url('../Images/logo.deltaq.gray.svg') top center no-repeat;
        height: 40px;
    }
/*section.clients-logos > nav > ul > li:last-child {
    width: 100%;
}*/
/* MAIN - VIDEO */
section.video {
    text-align: center;
    background: #F9F9F9;
}
section.video .container {
    padding-top: 25px;
    padding-bottom: 25px;
    max-width: 992px;
}
section.video .container > hgroup {
    padding-bottom: 25px;
}
section.video .container > hgroup > h1,
section.video .container > hgroup > h2 {
    color: #3d3d3d;
}
section.video .container > hgroup > h1 {
    margin-bottom: 15px;
}
section.video .container > .video-ctn { 
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0px; 
    height: 0; 
    overflow: hidden;
}
section.video .container > .video-ctn > .video-frame {
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%;
}
section.video .container .video-btn a {
    background: #80bd01;
    display: block;
    border-radius: 50px;
    padding: 13px 45px;
    color: #ffffff;
    margin-top: 45px;
    font-weight: 500;
    border: solid 1px #80bd01;
    font-size: 1.2em;
}
section.video .container .video-btn a:hover {
    border-color: rgba(0,0,0,0.3);
    opacity: 0.9;
}
section.video .container .video-btn p {
    color: #6e6e6e;
    margin-top: 5px;
    font-size: 0.8em;
}
/* MAIN - ADVANTAGES */
section.advantages {
    text-align: center;
    background-color: #ffffff;
}
section.advantages .container {
    padding-top: 10px;
    padding-bottom: 5px;
}
section.advantages .container > ul > li {
    margin-bottom: 35px;
}
section.advantages .container > ul > li > figure {
    margin: 15px 0;
}
section.advantages .container > ul > li > hgroup > h1 {
    padding-bottom: 3%;
}
section.advantages .container > ul > li > hgroup > h2 {
    color: #393939;
    font-weight: 500;
}
section.advantages h3 {
    color: #6e6e6e;
}
section.advantages figure img {
    margin: 0 auto;
}
/* MAIN - HOW IT WORKS */
section.how {
    padding: 35px 9px;
    text-align: center;
    background: #368ED8;
}
section.how h1 {
    padding-bottom: 20px;
}
section.how h2 {
    font-size: 1.5em;
    padding-bottom: 5px;
}
section.how .how-client-image {
    margin-top: 50px;
    margin-bottom: 30px;
}
section.how .how-arrow-image {
    margin-top: 30px;
}
section.how .how-company-image {
    margin-bottom: 30px;
}
/* MAIN - +izigo */
section.more-izigo {
    position: relative;
    padding: 35px 9px 10px 9px;
    /*z-index: -1;*/
}
section.more-izigo .background-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
}
section.more-izigo .background-image > figure {
    background: url("../Images/bg.more.izigo.320x690.jpg") center left no-repeat;
    height: 0;
    background-size: cover;
    padding-top: 215.625%;
}
section.more-izigo .logos {
    display: block;
    margin: 20px auto 0 auto;
    max-width: 480px;
    width: 100%;
}
section.more-izigo .logos.desktop {
    display: none;
}
section.more-izigo .logos > figure {
    background: url('../Images/more.izigo.logos.svg') top center no-repeat;
    padding-bottom: 100%;
}
section.more-izigo .call-to-action-ctn {
    text-align: center;
}
section.more-izigo .call-to-action {
    display: block;
    margin: 20px auto;
    /*line-height: 45px;*/
    color: #fff;
    /*width: 100%;*/
    border-radius: 85px;
    border: solid 1px #80bd01;
    background-color: #80bd01;
    font-weight: 500;
    max-width: 340px;
    text-align: center;
    padding: 13px 45px;
}
section.more-izigo .call-to-action.desktop {
    display: none;
}
section.more-izigo .container > figcaption > hgroup > h1 {
    padding-bottom: 25px;
}
/* FOOTER */
footer {
    background-color: #5d6977;
    color: #FFF;
}
footer .container .column {
    display: inline-block;
    vertical-align: top;
    margin-right: -4px;
    width: 100%;
    padding-bottom: 15px;
    border-bottom: 1px solid #707a87;
    padding-top: 15px;
}
footer .container .column h2 {
    font-weight: 600;
    margin: 10px 0 15px 0;
}
footer .container .column > ul > li {
    padding: 5px 0;
}
footer .container .footer-social {
}
footer .container .footer-social > h2 {
    font-weight: 600;
    margin-top: 20px;
}
footer .container .footer-social > ul > li {
    display: inline-block;
    vertical-align: middle;
    width: 20%;
    margin-right: -4px;
    /*padding: 10px;*/
}
footer .container .footer-social > ul > li > figure.linkedin {
    background: url('../Images/icon.social.linkedin.svg') top center no-repeat;
    height: 40px;
}
footer .container .footer-social > ul > li > figure.facebook {
    background: url('../Images/icon.social.facebook.svg') top center no-repeat;
    height: 40px;
}
footer .container .footer-social > ul > li > figure.twitter {
    background: url('../Images/icon.social.twitter.svg') top center no-repeat;
    height: 40px;
}
footer .container .footer-social > ul > li > figure.instagram {
    background: url('../Images/icon.social.instagram.svg') top center no-repeat;
    height: 40px;
}
footer .copyright {
    background-color: #525e6c;
    color: #fff;
    font-size: 0.75em;
    text-align: center;
    line-height: 30px;
    padding: 12px;
}
footer .copyright .go {
    color: #80bd01;
}
.footer-contacts a {
    display: inline-block;
    margin-left: 30px;
}
footer .container .column .footer-contacts ul li {
    padding-bottom: 10px;
}
.footer-contacts .footer-icon-adress {
    display: block;
    position: absolute;
    vertical-align: middle;
    width: 15px;
    height: 25px;
    background: url(../Images/icon-location.svg) center center no-repeat;
    background-size: 15px 23px;
}
.footer-contacts .footer-icon-phone {
    display: block;
    position: absolute;
    vertical-align: middle;
    width: 15px;
    height: 25px;
    background: url(../Images/icon-phone.svg) center center no-repeat;
    background-size: 15px 20px;
}
.footer-contacts .footer-icon-fax {
    display: block;
    position: absolute;
    vertical-align: middle;
    width: 15px;
    height: 25px;
    background: url(../Images/icon-fax.svg) center center no-repeat;
    background-size: 15px 15px;
}
.footer-contacts .footer-icon-mail {
    display: block;
    position: absolute;
    vertical-align: middle;
    width: 15px;
    height: 25px;
    background: url(../Images/icon-mail.svg) center center no-repeat;
    background-size: 15px 12px;
}
footer .container .footer-contacts-social .footer-social > ul > li {
    display: inline-block;
    vertical-align: middle;
    width: 20%;
    margin-right: -4px;
    cursor: pointer;
}
footer .container .footer-contacts-social .footer-social > ul > li > figure:hover {
    opacity: 0.7;
}
footer .container .footer-social > ul > li > figure.skype {
    background: url(../Images/icon.social.skype.svg) top left no-repeat;
    width: 27px;
    height: 27px;
}
footer .container .footer-social > ul > li > figure.linkedin {
    background: url(../Images/icon.social.linkedin.svg) top left no-repeat;
    width: 27px;
    height: 27px;
}
footer .container .footer-social > ul > li > figure.twitter {
    background: url(../Images/icon.social.twitter.svg) top left no-repeat;
    width: 27px;
    height: 27px;
}
footer .container .footer-social > ul > li > figure.facebook {
    background: url(../Images/icon.social.facebook.svg) top left no-repeat;
    width: 27px;
    height: 27px;
}
footer .container .footer-social > ul > li > figure.instagram {
    background: url(../Images/icon.social.instagram.svg) top left no-repeat;
    width: 27px;
    height: 27px;
}
/* LANGUAGE */
.language {
    color: #ffffff;
}
.language > a:nth-child(2) {
    margin-left:8px;
}
.language .selected {
    color: #80bd01;
}
/* CUSTOM */
.m-auto {
    margin: auto;
}
.t-center {
    text-align: center;
}
figure.fluid {
    background-repeat:no-repeat;
    background-size:contain;
    max-width:100%;
}
.izigo-green-color {
    color: #80bd01;
}
/* Cookie Yes */
.cky-banner-element:hover {
    cursor: pointer;
}
/***********************************************************************************************
* MEDIA QUERIE MIN 480PX
*
* Extra Small Devices, Portrait Phones
* Selectors and styles affecting screens WIDER THAN 480px (Extra Small Devices)
***********************************************************************************************/
@media only screen and (min-width : 480px) {
    .container {
        width: 440px;
    }
    section.tagline > hgroup > a {
        display: inline-block;
    }
    section.welcome-image > figure {
        background: url(../Images/bg.home.768x1280.jpg) no-repeat;
        background-size: cover;
        padding-top: 166.6666666666667%;
    }
    /* MAIN - SOLUTION */
    section.solution .image {
        padding: 0 5% ;
    }
    section.solution > figcaption {
        margin-top: -55px;
    }
    section.solutions .solution .call-to-action {
        width: 90%;
        margin: 0 auto;
    }
    /*section.clients-logos > nav > ul > li {
        width: 50%;
    }*/
    /*section.clients-logos > nav > ul > li:nth-last-child(-n+3) {
        width: 33%;
    }*/
    section.advantages > ul > li > hgroup {
        width: 90%;
        margin: 0 auto;
    }
    section.more-izigo .background-image > figure {
        background: url("../Images/bg.more.izigo.768x900.jpg") center left no-repeat;
        padding-top: 167.1875%;
        background-size: cover;
    }
    section.more-izigo .logos {
        max-width: 600px;
    }
    footer .copyright {
        font-size: 1em;
    }
    footer .container .column {
        border-bottom: none;
        width: 50%;
    }
}
/***********************************************************************************************
* MEDIA QUERIE MIN 768PX
*
* Small Devices, Landscape Phones and Phablets, Portrait Tablets, Small Desktops
* Selectors and styles affecting screens WIDER THAN 768px (Tablet)
***********************************************************************************************/
@media only screen and (min-width : 768px) {
    .container {
        width: 600px;
    }
    section.welcome-image > figure {
        background: url(../Images/bg.home.992x1280.jpg) no-repeat;
        background-size: cover;
        padding-top: 129.0322580645161%;
    }
    section.solution .image {
        padding: 0 10% ;
    }
    section.solution figcaption {
        margin-top: -75px;
    }
    section.solutions .solution > figcaption .container .call-to-action {
        width: 60%;
    }
    section.solutions .about-us-blog h3 {
        font-size: 1.250em;
        background: red:
    }
    section.advantages .container > ul > li {
        margin-top: 4%;
        margin-bottom: 5%;
        width: 50%;
        display: inline-block;
        vertical-align: top;
        margin-right: -4px;
    }
    section.how h1 {
        font-size: 2em;
    }
    section.how h2 {
        font-size: 2em;
        margin-bottom: 10px;
    }
    section.clients-testimony .testimony {
        height: 600px;
    }
    section.more-izigo .background-image > figure {
        background: url("../Images/bg.more.izigo.992x1140.jpg") center center no-repeat;
        background-size: cover;
        padding-top: 114.9193548387097%;
    }
    footer .container {
        padding-top: 35px;
        padding-bottom: 35px;
    }
}
/***********************************************************************************************
* MEDIA QUERIE MIN 992PX
*
* Medium Devices, Landscape Tablets, Laptops, Desktops
* Selectors and styles affecting screens WIDER THAN 992px (Desktop) 
/***********************************************************************************************/
@media only screen and (min-width : 992px) {
    /* Heading font-sizes */
    h1 {
        font-size: 1.5em; font-weight: 500;
    }
    h2 {
        font-size: 1.1em; font-weight: 400;
    }
    h3 {
        font-size: 1em; font-weight: 400;
    }
    .container {
        width: 900px;
    }
    .container-menu {
        width: 900px;
    }
    header .container-menu > figure.logo {
        display: inline-block;
        vertical-align: middle;
        margin-left: 0;
        float: none;
    }
    header .container-menu > nav.menu {
        position: unset;
        display: inline-block;
        vertical-align: middle;
        width: 90%;
        background: none;
        z-index: 2;
        padding-bottom: 0;
        float: right;
    }
    header .container-menu > nav.menu > ul {
        display: inline-block;
        vertical-align: middle;
    }
    header .container-menu > nav.menu > ul:nth-child(1) {
        float: left;
    }
    header .container-menu > nav.menu > ul:nth-child(2) {
        float: right;
    }
    header .container-menu > nav.menu > ul:first-child > li:first-child  {
        display: none;
    }
    header .container-menu > nav.menu > ul > li {
        font-size: 1em;
        color: #ffffff;
        display: inline-block;
        vertical-align: top;
        padding: 10px 5px;
    }
    header .container-menu > nav.menu > ul > li.separator-top {
        border-top: none;
        margin-top: 0;
        width: auto;
    }
    header .container-menu > nav.menu > ul > li.izigo4button > label {
        display: inline-block;
        vertical-align: middle;
    }
    header .container-menu > nav.menu > ul > li.izigo4button-pricing {
        border: 1px solid #80bd01;
        border-radius: 20px;
        padding: 3px 25px!important;
        margin: 5px 30px;
    }
    header .container-menu > nav.menu > ul > li.izigo4button-pricing.active {
        border: 1px solid #ffffff;
        border-radius: 20px;
        background-color: rgba(255, 255, 255, 1);
        padding: 3px 15px!important;
        margin: 5px 10px;
        color: #454545;
    }
    header .container-menu > nav.menu > ul > li.izigo4button > figure.login {
        background: url('../Images/icon-login.png') top left no-repeat;
        display: inline-block;
        vertical-align: middle;
        height: 24px;
        width: 24px;
        margin-bottom: 2px;
    }
    header .container-menu > nav.menu > ul > li.izigo4button > figure.register {
        background: url('../Images/icon-registo.png') top left no-repeat;
        display: inline-block;
        vertical-align: middle;
        height: 24px;
        width: 24px;
        margin-bottom: 2px;
    }
    header .menu-toggle {
        display: none;
    }
    section.welcome-image > figure {
        background: url(../Images/bg.home.1200x1280.jpg) no-repeat;
        background-size: cover;
        padding-top: 106.6666666666667%;
    }
    section.logo {
        max-width: 250px;
        margin: 120px auto 50px auto;
    }
    section.tagline > hgroup > h1 {
        font-size: 2em;
    }
    section.tagline > hgroup > h2 {
        margin: 30px auto 30px auto;
        max-width: 600px;
    }
    /* MAIN - SOLUTION */
    section.solution .image {
        margin: 0 auto;
        max-width: 800px;
        padding: 0 5%;
    }
    section.solution .image > figure {
        background: url(../Images/img.dashboard.992x578.png) top center no-repeat;
        background-size: cover;
    }
    /* MAIN - SOLUTION - POSTS */
    section.solution > figcaption {
        /*margin-top: 160px;*/
        margin-top: -75px;
    }
    section.solution > figcaption > section.blog {
        padding: 15px 0;
    }
    section.solution > figcaption > section.blog .blog-post {
        padding: 15px 20px 50px 20px;
    }
    section.clients-logos > nav > ul > li {
    width: 25%;
    }
    /* MAIN - +izigo */
    section.more-izigo .logos {
        margin: 10px auto 10px auto;
    }
    section.more-izigo .background-image > figure {
        background: url("../Images/bg.more.izigo.1200x650.jpg") center center no-repeat;
        background-size: cover;
        padding-top: 54.16666666666667%;
    }
    section.more-izigo .logos.desktop {
        display: inline-block;
        vertical-align: middle;
        width: 60%;
        margin-right: -5px;
        /*margin-left: 10%;*/
    }
    section.more-izigo .logos.desktop > figure {
        padding-bottom: 80%;
        margin: 0 auto;
    }
    section.more-izigo .container  {
        display: inline-block;
        vertical-align: middle;
        width: 40%;
        padding: 0 50px 0 50px;
    }
    section.more-izigo .container > figcaption {
        /*padding: 25px 50px 25px 50px;*/
        text-align: left;
    }
    section.more-izigo .container > figcaption > hgroup {
        text-align: left;
        max-width: 450px;
    }
    section.more-izigo .container > figcaption > hgroup > h2 {
        margin: 15px 0 15px 0;
    }
    section.more-izigo .call-to-action-ctn {
        text-align: left;
    }
    section.more-izigo .call-to-action {
         display: none;
     }
    section.more-izigo .container > figcaption .call-to-action {
        display: inline-block;
        vertical-align: top;
        border: solid 1px #80bd01;
    }
    section.more-izigo .container > figcaption .call-to-action:hover {
        border-color: rgba(255,255,255,0.3);
        opacity: 0.9;
    }
    section.more-izigo .container > figcaption .call-to-action > nav > ul > li {
        margin-top: 25px!important;
    }
    section.more-izigo .logos.mobile {
        display: none;
    }
    /* home page section video */
    section.video {
        text-align: center;
        padding-bottom: 50px
    }
    iframe {
        display: block;       /* iframes are inline by default */
        background: #000;
        border: none;         /* Reset default border */
        width: 100%;
        height: 100%;
    }
    section.video .container > hgroup > h1 {
        margin: 25px auto 25px auto;
        font-size: 2em;
        line-height: 110%;
        max-width: 700px;    
    }
    section.video .container > hgroup > h2 {
        max-width: 700px;
        margin: 0 auto;
    }
    section.video .container > figure {
        height: 500px;
        margin: 0;
        margin-top: 50px;
    }
    section.advantages .container {
        padding-top: 25px;
    }
    section.advantages .container > ul > li {
        width: 33.33%;
        position: relative;
    }
    section.advantages .container > ul > li > figure {
        margin: 0;
        height: 100%;
    }
    section.advantages figure img {
        position: absolute;
        left: 15px;
        top: 50%;
        transform: translateY(-50%);
    }
    section.advantages .container  li figure {
        width: 25%;
        float: left;
    }
    section.advantages .container > ul > li > hgroup {
        width: 75%;
        float: right;
        text-align: left;
        padding-left: 5%;
        padding-right: 5%;
    }
    section.advantages .container > ul > li > hgroup > h2 {
        font-size: 1.2em;
        font-weight: 500;
        color: #368ED8;
    }
    section.advantages .container > ul > li > hgroup > h3 {
        font-size: 0.850em;
    }
    .how-client-image {
        margin: 0px;
    }
    .how-arrow-image {
        margin: 0px;
    }
    .how-company-image {
        margin: 0px;
    }
    section.how * {
        text-align: center;
    }
    section.how {
        padding: 75px 0px;
        display: inline-block;
        width: 100%;
    }
    section.how h1 {
        margin-bottom: 20px;
    }
    section.how .container p {
        max-width: 800px;
        margin: 0 auto;
    }
    .how-image .image {
        float: left;
    }
    section.how .how-client-image {
        margin-top: 110px;
    }
     section.how .how-image .image {
        display: block;
    }
    .how-client  {
        width: 40%;
    }
    .how-arrow  {
        width: 20%;
    }
    .how-company {
        width: 40%;
    }
    .how-client-image,
    .how-arrow-image,
    .how-company-image {
        position: relative;
        display: block;
    }
    .how-client-image img {
        margin: 0 auto;
        display: block;
    }
    .how-arrow-image img {
        margin: 200px auto 0 auto;
        display: block;
    }
    .how-company-image img {
        margin: 0 auto;
        display: block;
    }
    .how-company-image-description h2 {
        font-size: 2em;
        margin-bottom: 20px;
    }
    .how-company-image-description {
        margin-top: 50px;
    }
    /* clients-testimony */
    section.clients-testimony {
        padding-right: 20px;
        padding-left: 20px;
        padding-bottom: 25px;
    }
    section.clients-testimony .testimony {
        text-align: left;
        margin: 0px;
        height: 560px;
        padding: 20px;
    }
    section.clients-testimony .testimony > hgroup {
        margin: 0;
        width: 70%;
        text-align: left;
        min-height: 80px;
    }
    section.clients-testimony .container > hgroup > h1 {
        margin: 40px 0 20px 0;
    }
    section.clients-testimony .container > hgroup > h2 {
        margin: 20px 0 40px 0;
    }
    section.clients-testimony .container > hgroup > h1 {
        font-size: 2em;
    }
    section.clients-testimony .testimony figure.testimony-logo {
        width: 30%;
        float: right;
    }
    section.clients-testimony .testimony > figure.mr-logo {
        margin: 0;
    }
    section.clients-testimony .testimony > figure.bdo-logo {
        margin: 0;
    }
    section.clients-testimony .testimony > figure.posvenda-logo {
        margin: 0;
    }
    section.clients-testimony .testimony > figure.sucesso-logo {
        margin: 0;
    }
    section.clients-testimony .testimony > figure.quotes {
        margin: 0;
        margin-bottom: 15px;
    }
    section.clients-testimony .testimony > p {
        padding: 0px;
    }
    section.clients-testimony .testimony > figure:last-child {
        left: auto;
        right: 50px;
    }
    footer .container .column {
        width: 20%;
        padding-bottom: 20px;
    }
    footer .container .column h2 {
        margin-top: 20px;
    }
}
/***********************************************************************************************
*  MEDIA QUERIE MIN 1200PX
*
* Large Devices, Large Desktops, Wide Screens
* Selectors and styles affecting screens WIDER THAN 1200px (Large Desktop)
***********************************************************************************************/
@media only screen and (min-width : 1200px) {
    header .container-menu > nav.menu > ul > li {
        padding: 10px 10px;
    }
    .container-menu {
        width: 1160px;
    }
    .container {
        width: 1160px;
    }
    section.welcome-image > figure {
        background: url(../Images/bg.home.1920x1280.jpg) no-repeat;
        background-size: cover;
        padding-top: 80%;
    }
    section.solution .call-to-action {
        width: 30%;
    }
    section.solution > figcaption {
        margin-top: -145px;
    }
    section.solution .image {
        margin: 0 auto;
        max-width: 1000px;
        padding: 0 7%;
    }
    section.solution .image > figure {
        background: url(../Images/img.dashboard.1200x699.png)  top center no-repeat;
        background-size: cover;
        padding-bottom: 58.25%;
        overflow: hidden;
        height: 0;
    }
    section.solution > figcaption {
        /*margin-top: 160px;*/
        margin-top: -105px;
    }
    section.clients-logos > nav {
        width: 90%;
        max-width: 1440px;
        margin: 0 auto;
    }
    section.clients-logos > nav > ul > li figure.posvenda-logo {
        height: 65px;
    }
    section.clients-logos > nav > ul > li figure.mr-logo {
        height: 55px;
    }
    section.clients-logos > nav > ul > li figure.bdo-logo {
        height: 30px;
    }
    section.clients-logos > nav > ul > li figure.sucesso-logo {
        height: 60px;
    }
    section.video .container .video-btn a {
        display: inline-block;
    }
    section.video .container > hgroup > h2 {
        max-width: 992px;
        margin: 0 auto;
    }
    section.advantages > ul > li {
        width: 25%;
        margin-bottom: 0;
    }
    section.advantages .container > ul > li > figure {
        min-height: 63px;
    }
    section.more-izigo .background-image > figure {
        background: url("../Images/bg.more.izigo.1920x900.jpg") center center no-repeat;
        background-size: cover;
        /*padding-top: 71.25%;*/
        padding-top: 63%;
    }
    section.more-izigo .logos {
        max-width: 650px;
    }
    section.more-izigo .logos.desktop {
        margin-left:  5%;
    }
    section.more-izigo .logos.desktop > figure {
        padding-bottom: 100%;
        margin: 0 auto;
    }
    section.more-izigo .call-to-action-ctn {
        text-align: left;
    }
    section.more-izigo .container {
        display: inline-block;
        vertical-align: middle;
        width: 40%;
        padding: 0 0 0 7%;
    }
    section.more-izigo > figcaption > hgroup > h1,
    section.more-izigo > figcaption > hgroup > h2 {
        text-align: right;
        margin-right: 0;
    }
    section.more-izigo > figcaption > button {
        width: 40%;
    }
    section.more-izigo .container > figcaption {
        text-align: left;
        /*padding-right: 20%;*/
    }
    section.advantages .container > ul > li > hgroup > h3 {
        font-size: 0.850em;
        padding: 0.5em 0;
    }
    section.clients-testimony .testimony {
        height: 625px;
    }
    section.clients-testimony .testimony > figure.quotes {
        background: url(../Images/symb.quotes.22x19.png) top center no-repeat;
        width: 22px;
        height: 19px;
    }
}
/***********************************************************************************************
* MEDIA QUERIE MIN 1600PX
*
* Large Devices, Large Desktops, Wide Screens
***********************************************************************************************/
@media only screen and (min-width : 1600px) {
    .container {
        width: 100%;
        max-width: 1440px;
    }
    .container-menu {
        width: 100%;
        max-width: 1440px;
    }
    section.welcome-image > figure {
        background: url(../Images/bg.home.1920x1280.jpg) no-repeat;
        background-size: cover;
        padding-top: 66.66666666666667%;
    }
    section.solution .image {
        margin: 0 auto;
        max-width: 1400px;
        padding: 0 12%;
    }
    /*section.clients-logos > nav > ul > li, section.clients-logos > nav > ul > li:nth-last-child(-n+3) {
        width: 25%;
    }*/
    section.solution .container > figcaption {
        padding-right: 26%;
    }
    section.advantages .container > ul > li > hgroup {
        padding-left: 5%;
        padding-right: 10%;
    }
    section.more-izigo .logos.desktop {
        margin-left:  10%;
    }
    section.more-izigo .background-image > figure {
        background: url("../Images/bg.more.izigo.1920x900.jpg") center center no-repeat;
        background-size: cover;
        padding-top: 46.875%;
    }
    section.more-izigo .container {
        padding: 0 0 0 15%;
    }
}
/***********************************************************************************************
* MEDIA QUERIE MIN 1600PX
***********************************************************************************************/
@media only screen and (min-width : 1600px) {
    section.clients-testimony .testimony {
        height: 580px;
    }
}
/***********************************************************************************************
* EXTRA
***********************************************************************************************/
.how-arrow-image-mobile {
    display: block;
    margin: 0 auto;
}
@media only screen and (min-width : 768px) {
    .how-arrow-image-mobile {
        display: none  !important;
    }
}
.how-arrow-image-desktop {
    display: none  !important;
}
@media only screen and (min-width : 992px) {
    .how-arrow-image-desktop {
        display: block !important;
    }
}
.how-arrow-image-tablet {
    display: none  !important;
}
@media only screen and (min-width : 768px) {
    .how-arrow-image-tablet {
        display: block !important;
        margin: 0 auto;
    }
}
@media only screen and (min-width : 992px) {
    .how-arrow-image-tablet {
        display: none !important;
    }
}
.survey-solutions-survey-home-btn-desktop {
    display: none;
}
@media only screen and (min-width : 992px) {
    .survey-solutions-image-desktop {
        display: block;
    }
    .survey-solutions-survey-home-btn-desktop {
        display: block;
    }
}
section.survey-solutions .image.survey-solutions-image-mobile {
    display: block;
    background:rgba(215, 195, 44, 0.3);
    margin-top: 50px;
}
.survey-solutions-survey-home-btn-mobile {
    display: block;
    padding: 11px;
}
@media only screen and (min-width : 992px) {
    .survey-solutions-image-mobile {
        display: none !important;
    }
    .survey-solutions-survey-home-btn-mobile {
        display: none !important;
    }
}


.clear {
    clear: both;
}
/*******************************************************************************
* PAGE ABOUT-US
*******************************************************************************/
/* header */
section.about-us-welcome-image {
    background: url(../Images/bg.quem.somos.320x350.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
section.about-us-welcome-image section.about-us-tagline {
    padding-top: 50px;
    padding-bottom: 50px;
}
section.about-us-welcome-image section.about-us-tagline h1 {
    margin: 40px auto;
    font-size: 2em;
}
section.about-us-welcome-image .about-us-btn a {
    line-height: 40px;
    color: #fff;
    border-radius: 85px;
    background-color: #80bd01;
    font-weight: 500;
    margin: 0 auto;
    padding: 5px 45px;
    display: inline-block;
}
section.about-us {
    padding: 25px 0;
    background: #ffffff;
    display: block;
    width: 100%;
    overflow: hidden;
}
section.about-us > .container * {
    color: #3d3d3d;
}
section.about-us > .container {
    max-width: 800px;
}
section.about-us > .container > ul > li {
    padding-bottom: 10px;
    font-size: 1.1em;
}
section.about-us > .container > ul > li > a {
    color: #80bd01;
    text-decoration: underline;
    font-weight: bold;
}
section.about-us > .container > p {
    font-size: 1.1em;
    font-weight: 400;
    text-align: justify;
    padding-bottom: 20px;
}
section.about-us-cta {
    background: url(../Images/bg.quem.somos.izigo.320x370.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 50px 0 50px;
}
section.about-us-cta > .container {
    text-align: center;
}
section.about-us-cta > .container > h1 {
    line-height: 1.4em;
}
section.about-us-cta > .container > button {
    line-height: 45px;
    color: #fff;
    border-radius: 85px;
    background-color: #80bd01;
    font-weight: 500;
    padding: 5px 45px;
    margin-top: 35px;
}
.about-us-blog {
    width: 100%;
    padding: 11px;
    background: #f7f7f7;
}
.about-us-blog .container {
    max-width: 800px;
}
.about-us-blog .owl-item {
    background: #2f4456;
}
.about-us-blog-article {
    color: #ffffff;
    padding: 0px 15px;
}
.about-us-blog-article h3 {
    font-weight: 500;
    margin-bottom: 10px;
    margin-top: 25px;
}
.about-us-blog-article a {
    display: inline-block;
    margin-bottom: 15px;
}
.about-us-blog-article a.btn-green-small {
    background: #80bd01;
    padding: 6px 15px;
    float: right;
    border-radius: 85px;
    font-weight: 500;
}
.about-us-blog-article a.btn-green-small img {
    float: right;
    width: 14px;
    height: 24px;
    margin-left: 7px;
}
.about-us-blog-discover {
    text-align: center;
    clear: both;
    width: 100%;
}
.about-us-blog-discover h2 {
    margin-top: 35px;
    color: #3d3d3d;
}
.about-us-blog-discover a {
    color: #80bd01;
    margin-top: 15px;
    display: inline-block;
    margin-bottom: 50px;
    font-weight: 700;
}
.about-us-blog-discover a img {
    float: right;
    width: 14px;
    height: 24px;
    margin-left: 7px;
}
.about-us-blog-article p {
    min-height: 60px;
    display: block;
}
/***********************************************************************************************
* MEDIA QUERIE MIN 480PX
***********************************************************************************************/
/* media querie 480px; */
@media only screen and (min-width: 480px) {
    section.about-us {
        padding: 35px 0;
    }
}
/***********************************************************************************************
* MEDIA QUERIE MIN 768PX
***********************************************************************************************/
@media only screen and (min-width: 768px) {
    section.about-us-welcome-image  {
        background: url(../Images/bg.quem.somos.768x400.jpg);
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
    }
    .about-us-mission-values-intro {
        background: url(../Images/bg.quem.somos.izigo.768x300.jpg);
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
        padding: 150px 0 50px;
    }
    .about-us-blog {
        padding: 75px 0;
    }
    .about-us-blog-discover h2 {
        font-size: 2em;
        padding-bottom: 15px;
        font-weight: 500;
    }
    .about-us-blog h3 {
        font-size: 1.250em;
    }
    .about-us-blog-discover a {

    }
    .about-us-blog-article {
        position: relative;
    }
}
/***********************************************************************************************
* MEDIA QUERIE MIN 992PX
***********************************************************************************************/
/* media querie 992px; */
@media only screen and (min-width: 992px) {
    section.about-us-welcome-image  {
        background: url(../Images/bg.quem.somos.992x600.jpg);
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
    }
    section.about-us-welcome-image section.about-us-tagline h2 {
        width: 70%;
        margin: 0 auto;
    }
    section.about-us {
        padding: 45px 0;
    }}
/***********************************************************************************************
* MEDIA QUERIE MIN 1200PX
***********************************************************************************************/
/* media querie 1200px; */
@media only screen and (min-width: 1200px) {
    section.about-us-welcome-image {
        background: url(../Images/bg.quem.somos.1920x300.jpg);
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
    }
    section.about-us-welcome-image section.about-us-tagline h2 {
        width: 50%;
    }
    section.about-us > .container {
        max-width: 900px;
    }
    section.about-us-blog-article p {
        /*height: 75px;*/
    }
}
/***********************************************************************************************
* MODAL
***********************************************************************************************/

textarea {
    resize: none;
}
.clients-testimony .owl-carousel {
    max-width: 1440px;
    margin: 0 auto;
}
/*****************************************************
* page pricing
*****************************************************/
section.pricing-welcome-image {
    background: url(../../Content/Images/bg.pricing.320X320.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
}
section.pricing-welcome-image section.tagline {
    padding-top: 100px;
    padding-bottom: 30px;
}
section.pricing-welcome-image section.tagline a {
    background: #80bd01;
    color: #ffffff;
    display: block;
    border-radius: 50px;
    margin-top: 25px;
    padding: 13px 45px;
    font-weight: 500;
}
.pricing-solutions-calculator {
    display: block;
    width: 100%;
    overflow: hidden;
    padding: 50px 10px 50px 10px;
}
.solutions-tabs {
    width: 100%;
}
.solutions-calculator {
    width: 100%;
    padding-top: 35px;
}
.solutions-calculator-details {
    border: 1px solid #e7e7e7;
}
.solutions-calculator-info {
    text-align: center;
}
.solutions-calculator-info ul {
    padding: 20px;
    display: block;
    width: auto;
    display: inline-block;
    margin: 0 auto;
}
.solutions-calculator-value {
    height: 60px;
    text-align: center;
    margin-top: -20px;
}
.solutions-calculator-value span {
    font-size: 40px;
    background-color: #ffffff;
    padding: 10px 20px;
    letter-spacing: 1px;
    font-weight: 500;
    color: #368ED8;
}
.solutions-calculator-value p {
    margin-top: 25px;
}
.solutions-calculator-aditional * {
    color: #000000;
}
.solutions-calculator-aditional {
    margin-top: 25px;
    padding: 25px;
    border: 1px solid #e7e7e7;
    position: relative;
}
.solutions-calculator-aditional h3 {
    text-align: center;
    color: #308cdb;
    margin-bottom: 25px;
    font-weight: 600;
}
.solutions-calculator-aditional-checkbox {
    position: relative;
}
.solutions-calculator-total {
}
.solutions-calculator-info * {
    color: #000000;
}
.solutions-calculator-total {
    background: #368ED8;
    color: #ffffff;
    display: inline-block;
    width: 100%;
    padding: 20px 20px 10px 20px;
}
.solutions-calculator-total-info {
    width: 50%;
    float: left;
}
.solutions-calculator-total-info h3 {
    font-size: 1.250em;
    font-weight: 700;
}
.solutions-calculator-total-value {
    width: 50%;
    float: right;
    text-align: right;
}
.solutions-calculator-total-value span {
    font-size: 2em;
}
.pricing-solutions-calculator {
    background: #ffffff;
}
.pricing-solutions-calculator div.solutions-inner {
    overflow: hidden;
    display: none;
    padding-right: 25px;
    padding-left: 60px;
}
.solutions-calculator-aditional .solutions-inner {
    padding-left: 0px !important;
}
.pricing-solutions-calculator label.solutions-toggle {
    display: block;
}
.pricing-solutions-calculator label {
    letter-spacing: 0.025em;
    color: #394a5a;
}
.solutions-toogle-survey {
    padding: 5px;
    position: relative;
    display: block;
    width: 100%;
    height: 70px;
    color: #000000 !important;
    border-bottom: 1px solid #e7e7e7;
}
.solutions-toogle {
    padding: 5px;
    position: relative;
    display: block;
    width: 100%;
    height: 70px;
    color: #000000 !important;
    border-bottom: 1px solid #e7e7e7;
}
.solutions-toogle:hover {
    cursor: pointer;
    background: #f7f7f7;
}
.solutions-toogle.background-blue:hover {
    background: #368ED8;
}
.solutions-toogle-icon {
    position: absolute;
    top: 24px;
    left: 25px;
    vertical-align: middle;
    display: block;
}
.solutions-tab-survey .solutions-toogle-icon figure {
    background:  url(../Images/izigo.Survey.Logo.Symbol.White.svg) center center no-repeat;
    background-size: 20px 20px;
    width: 25px;
    height: 25px;
}
.solutions-tab-webchat .solutions-toogle-icon figure {
    background:  url(../Images/izigo.Webchat.Logo.Symbol.Gray.svg) center center no-repeat;
    background-size: 25px 25px;
    width: 25px;
    height: 25px;
}
.solutions-tab-webchat .background-blue .solutions-toogle-icon figure {
    background: url(../Images/izigo.Webchat.Logo.Symbol.White.svg) center center no-repeat;
    background-size: 25px 25px;
    width: 25px;
    height: 25px;
}
.solutions-tab-shop .solutions-toogle-icon figure {
    background:  url(../Images/izigo.Shop.Logo.Symbol.Gray.svg) center center no-repeat;
    background-size: 25px 25px;
    width: 25px;
    height: 25px;
}
.solutions-tab-shop .background-blue .solutions-toogle-icon figure {
    background: url(../Images/izigo.Shop.Logo.Symbol.White.svg) center center no-repeat;
    background-size: 25px 25px;
    width: 25px;
    height: 25px;
}
.solutions-tab-crm .solutions-toogle-icon figure {
    background:  url(../Images/izigo.CRM.Logo.Symbol.Gray.svg) center center no-repeat;
    background-size: 25px 25px;
    width: 25px;
    height: 25px;
}
.solutions-tab-crm .background-blue .solutions-toogle-icon figure {
    background: url(../Images/izigo.CRM.Logo.Symbol.White.svg) center center no-repeat;
    background-size: 25px 25px;
    width: 25px;
    height: 25px;
}
.solutions-tab-geo .solutions-toogle-icon figure {
    background:  url(../Images/izigo.Geo.Logo.Symbol.Gray.svg) center center no-repeat;
    background-size: 25px 25px;
    width: 25px;
    height: 25px;
}
.solutions-tab-geo .background-blue .solutions-toogle-icon figure {
    background: url(../Images/izigo.Geo.Logo.Symbol.White.svg) center center no-repeat;
    background-size: 25px 25px;
    width: 25px;
    height: 25px;
}
.solutions-tab-schedule .solutions-toogle-icon figure {
    background:  url(../Images/izigo.Schedule.Logo.Symbol.Gray.svg) center center no-repeat;
    background-size: 25px 25px;
    width: 25px;
    height: 25px;
}
.solutions-tab-schedule .background-blue .solutions-toogle-icon figure {
    background: url(../Images/izigo.Schedule.Logo.Symbol.White.svg) center center no-repeat;
    background-size: 25px 25px;
    width: 25px;
    height: 25px;
}
.solutions-toogle-title {
    position: absolute;
    left: 60px;
    top: 25px;
}
.solutions-toogle .solutions-toogle-title p {
    color: #000000;
    font-weight: 600;
}
.solutions-toogle.background-blue .solutions-toogle-title p {
    color: #ffffff;
}
.solutions-toggle-input {
    position: absolute;
    right: 75px;
    top: 30px;
}
.solutions-toggle-arrow {
    position: absolute;
    top: 30px;
    right: 20px;
    width: 20px;
    height: 20px;
    display: block;
}
.background-blue {
    background: #368ED8;
}
.solutions-toggle-arrow-icon {
    position: absolute;
    width: 20px;
    height: 20px;
    background: url(../Images/arrow-down-green.svg) center center no-repeat;
}
.background-blue .solutions-toggle-arrow-icon {
    position: absolute;
    width: 20px;
    height: 20px;
    background: url(../Images/arrow-down-white.svg) center center no-repeat;
}
.solutions-toggle-arrow-icon:hover {
    cursor: pointer;
}
.solutions-toggle-arrow-icon {
    -webkit-transition:all 10ms linear 0s;
    -moz-transition: all 10ms linear 0s;
    -o-transition: all 10ms linear 0s;
    transition: all 10ms linear 0s;
}
.arrow-active {
    color: #000000;
    position: absolute;
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.solutions-inner {
    padding: 10px 0 5px 0;
}
.solutions-inner p {
    color: #000000;
    line-height: 130%;
    font-size: 0.850em;
    padding-bottom: 10px;
    /*padding-right: 75px;*/
    text-align: justify;
}
.solutions-inner a {
    color: #80bd01;
    font-size: 0.850em;
    font-weight: 600;
    margin-right: 10px;
}
input[type=radio] {
    position: absolute;
    visibility: hidden;
    display: none;
}
.solutions-calculator-switch label {
    color: #9a929e;
    display: inline-block;
    cursor: pointer;
    padding: 5px 15px;
}
.solutions-calculator-switch input[type=radio]:checked + label {
    background: #368ED8;
    color: #ffffff;
    -webkit-transition:all 300ms ease-in 0s;
    -moz-transition: all 300ms ease-in 0s;
    -o-transition: all 300ms ease-in 0s;
    transition: all 300ms ease-in 0s;
}
.radio-group {
    display: inline-block;
    border-radius: 50px;
    overflow: hidden;
    border: 1px solid #368ED8;
}
.solutions-calculator-switch {
    text-align: center !important;
    margin: 0 auto !important;
    margin-top: 25px;
}
.solutions-calculator-switch label {
    color: #368ED8;
}
.solutions-calculator-details-btns {
    text-align: center;
    margin-top: 25px;
    position: relative;
    width: 100%;
    display: inline-block;
}
.solutions-calculator-details-btns .btn-experimentar {
    margin: 0 auto;
    color: #80bd01;
    border-radius: 85px;
    border: solid 1px #80bd01;
    background-color: #ffffff;
    font-weight: 500;
    display: block;
    margin-bottom: 20px;
    padding: 10px 45px;
    width: 100%;
}
.solutions-calculator-details-btns .btn-comprar {
    margin: 0 auto;
    color: #ffffff;
    border-radius: 85px;
    border: solid 1px #80bd01;
    background-color: #80bd01;
    font-weight: 500;
    display: block;
    padding: 10px 45px;
    width: 100%;
}
.pricing-testimony {
    padding: 50px 25px;
    background: #14212e;
    text-align: center;
}
.pricing-testimony figure.quotes {
    width: 30px;
    height: 30px;
    background: url(../Images/symb.quotes.22x19.png) top center no-repeat;
    background-size: 22px 19px;
    margin: 0 auto;
    margin-bottom: 10px;
}
.pricing-testimony hgroup h1 {
    margin-top: 40px;
}
.pricing-testimony hgroup h3 {
}
.pricing-testimony-logos {
    display: inline-block;
    margin-top: 25px;
}
.img-round {
    border-radius: 50%;
    border: 1px solid red;
}
.pricing-testimony figure.paulohomem-picture {
    width: 85px;
    height: 85px;
    background: url('../Images/pic.posvenda.paulohomem.200x160.png') top center no-repeat;
    background-size: 85px 85px;
    float: left;
    margin-right: 15px;
}
.pricing-testimony figure.posvenda-logo {
    width: 85px;
    height: 85px;
    background: url('../Images/logo.posvenda.white.svg') top center no-repeat;
    background-size: 85px 85px;
    float: right;
    margin-left: 15px;
}
/* faqs */
.pricing-faqs {
    background: #f9f9f9;
    padding: 40px 0px;
}
.solutions-calculator-total-btns {
    margin-top: 25px;
}
.pricing-faqs-acordion * {
}
.pricing-faqs-heading * {
    color: #368ED8;
}
.pricing-faqs-heading {
    padding: 10px 0;
    display: flex;
}
.pricing-faqs-heading:hover {
    cursor: pointer;
}
.pricing-faqs-heading h2 {
    margin-left: 25px;
    font-weight: 700;
}
.pricing-faqs-content {
    padding: 10px 0;
}
.pricing-faqs-content p {
    color: #000000;
}
.pricing-tab-active {

}
.pricing-faqs-heading {
    color: #368ED8;
}
.pricing-faqs-heading span {

}
.pricing-faqs-heading h1 {
    margin-left: 50px;
}
.plus-icon {
    width: 20px;
    height: 20px;
    background:  url('../Images/faq-plus-blue.svg') no-repeat center center;
}
.mins-icon {
    width: 20px;
    height: 20px;
    background: red;
    background:  url('../Images/faq-minus-blue.svg') no-repeat center center;
}
.pricing-faqs-icon {
    width: 20px;
    height: 20px;
}
.pricing-faqs-title {
    padding: 0px 0px 40px 0px;
    text-align: center;
    font-size: 2em;
}
.pricing-faqs-title h2 {
    color: #000000;
}
.desktop-disclaimer {
    display: none;
}
.desktop-disclaimer p {
    font-size: 0.750em;
    line-height: 115%;
    margin-top: 15px;
}
.mobile-disclaimer {
    display: inline-block;
    width: 100%;
}
.mobile-disclaimer p {
    font-size: 0.750em;
    line-height: 115%;
    margin-top: 15px;
}
/***********************************************************************************************
* MEDIA QUERIE MIN 320PX
***********************************************************************************************/

/***********************************************************************************************
* MEDIA QUERIE MIN 480PX
***********************************************************************************************/
@media only screen and (min-width: 480px) {
    .solutions-toggle-input {
        top: 25px;
    }
    .solutions-toggle-arrow {
        position: absolute;
        top: 25px;
    }
    .solutions-toogle-adicional-title p {
        margin-top: 5px;
    }
}
/***********************************************************************************************
* MEDIA QUERIE MIN 768PX
***********************************************************************************************/
@media only screen and (min-width: 768px) {
    section.pricing-welcome-image {
        background: url(../../Content/Images/bg.pricing.768X360.jpg);
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
        text-align: center;
    }
    section.pricing-welcome-image section.tagline a {
        width: 70%;
        margin: 0 auto;
        max-width: 350px;
    }
    .mobile-disclaimer {
        display: none;
    }
    .desktop-disclaimer {
        display: block;
    }
    .solutions-tabs {
        padding-right: 25px;
    }
    .solutions-calculator {
        /*padding-left: 25px;*/ /* para usar quando existirem as outras solu��es � esq */
    }
    .solutions-calculator-details-btns .btn-comprar {
        padding: 10px 45px;
        margin: 25px auto 0 auto;
        display: block;
        width: 50%;
        max-width: 350px;
    }
    .solutions-inner a {
        margin-right: 10px;
    }
    .solutions-calculator-details-btns .btn-experimentar {
        padding: 10px 45px;
        margin: 0 auto;
        display: block;
        width: 50%;
        max-width: 350px;
    }

    .solutions-calculator-total-value {
        width: 35%;
    }
    .pricing-solutions-calculator .container {
        width: 100%;
    }
    .pricing-solutions-calculator {
    }
    .pricing-solutions-calculator-tabs {
        width: 100%;
    }
    .solutions-tabs {
        width: 50%;
        float: left;
    }
    .solutions-calculator {
        padding-top: 0px;
        /*width: 50%;
        float: right;*/ /* para usar quando existirem as outras solu��es � esq */
        width: 60%;
        margin: 0 auto;
    }
    .pricing-solutions-calculator div.solutions-inner {
        padding-left: 75px;
    }
    .pricing-welcome-image section.tagline > hgroup > h2 {
        margin-top: 10px;
        margin-bottom: 20px;
        margin-left: auto;
        margin-right: auto;
    }
    .pricing-welcome-btn {
        margin-bottom: 75px;
    }
    .solutions-calculator-total-info {
        width: 65%;
        float: left;
    }
    .solutions-calculator-total {
        margin-top: 25px;
    }
    .quotes-description {
        max-width: 750px;
        margin: 0 auto;
    }
    .pricing-solutions-calculator-tabs .pricing-solutions-calculator div.solutions-inner {
        padding-left: 75px;
    }
    .solutions-toogle-title {
        left: 75px;
    }
}

/*@media only screen and (min-width: 769px) {
    .solutions-calculator-details-btns .btn-comprar {
        display: inline-block;
        width: auto;
    }
}
@media only screen and (min-width: 769px) {
    .solutions-calculator-details-btns .btn-experimentar {
        display: inline-block;
        width: auto;
    }
}*/
/***********************************************************************************************
* MEDIA QUERIE MIN 992PX
***********************************************************************************************/
@media only screen and (min-width: 992px) {
    section.pricing-welcome-image {
        background: url(../../Content/Images/bg.pricing.992X400.jpg);
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
        text-align: center;
    }
    section.tagline > hgroup > h2 {
        margin: 30px auto 30px auto;
        max-width: 600px;
    }
    .pricing-solutions-calculator-tabs {
        width: 100%;
        max-width: 900px;
        margin: 0 auto;
    }
    .solutions-calculator-total-btns {
        position: relative;
        margin-top:0px;
        max-width: 900px;
        margin: 0 auto;
    }
    .pricing-solutions-calculator .container {
        width: 100%;
    }
    section.pricing-welcome-image section.tagline {
        padding-top: 190px;
        padding-bottom: 30px;
    }
    .solutions-calculator-info ul li {
        width: 50%;
        float: left;
    }
    .pricing-welcome-btn {
        margin-top: 50px;
    }
    .solutions-calculator-info {
        text-align: left;
    }
    .solutions-calculator-aditional {
        padding: 25px 50px;
    }
}
/***********************************************************************************************
* MEDIA QUERIE MIN 1200PX
***********************************************************************************************/
@media only screen and (min-width: 1200px) {
    section.pricing-welcome-image {
        background: url(../../Content/Images/bg.pricing.1920x500.jpg);
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
        text-align: center;
    }
    .pricing-solutions-calculator .container {
        width: 100%;
        max-width: 992px;
        margin: 0 auto;
    }
    .pricing-solutions-calculator-tabs {
        width: 100%;
        max-width: 1170px;
        margin: 0 auto;
    }
    .pricing-faqs .container {
        width: 100%;
        max-width: 992px;
        margin: 0 auto;
    }
    .solutions-tabs {
        padding-right: 0px;
    }
    .solutions-calculator {
        /*padding-left: 100px;*/
    }
    .solutions-calculator-details-btns .btn-comprar {
        padding: 10px 45px;
        display: inline-block;
        vertical-align: middle;
        width: 50%;
        max-width: 250px;
        margin: 0 20px;
    }
    .solutions-calculator-details-btns .btn-experimentar {
        padding: 10px 45px;
        display: inline-block;
        vertical-align: middle;
        width: 50%;
        max-width: 250px;
        margin: 0 20px;
    }

    .pricing-solutions-calculator {
        padding: 100px;
    }
    .solutions-tabs {
        width: 30%;
        float: left;
    }
    .solutions-calculator {
        width: 70%;
        /*float: right;*/
        margin: 0 auto;
    }
    .solutions-calculator-info ul {
        padding: 50px;
    }
    .solutions-calculator-aditional {
        padding: 25px 20%;
    }
    .solutions-calculator-details-btns {
        /*width: 70%;*/
        margin: 30px auto 0 auto;
        /*float: right;
        padding-left: 100px;*/
    }
}
/***********************************************************************************************
* MEDIA QUERIE MIN 1600PX
***********************************************************************************************/
@media only screen and (min-width: 1600px) {
    .pricing-solutions-calculator-tabs {
        width: 100%;
        max-width: 1440px;
        margin: 0 auto;
    }
    .solutions-calculator-total-btns {
        width: 100%;
        max-width: 1440px;
        margin: 0 auto;
    }
}
/***********************************************************************************************
* NEW
***********************************************************************************************/
/* .squareCheckbox */
.squareCheckbox label {
    width: 20px;
    height: 20px;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    background: #ffffff;
    border: 1px solid #c4c4c4;
}
.squareCheckbox label:after {
    content: '';
    width: 10px;
    height: 5px;
    position: absolute;
    top: 5px;
    left: 4px;
    border: 2px solid #308cdb;
    border-top: none;
    border-right: none;
    background: transparent;
    opacity: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.squareCheckbox input[type=checkbox] {
    visibility: hidden;
}
.squareCheckbox input[type=checkbox]:checked + label:after {
    opacity: 1;
}
.solutions-toogle-adicional {
    padding: 5px;
    position: relative;
    display: block;
    width: 100%;
    height: 70px;
    color: #000000 !important;
    border-bottom: 1px solid #e7e7e7;
}
.solutions-toogle-adicional-title p {
    font-weight: 600;
    /*margin-top: 5px;*/
}
.solutions-toogle-adicional-title small {
    font-size: 1em;
    color: #9a929e;
}
.solutions-calculator-info ul li {
    /*display: inline-block;*/
    margin-bottom: 20px;
    text-align: left;
}
.solutions-calculator-info ul li span {
    display: block;
    position: absolute;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    background: url(../../Content/Images/check-blue.svg) center center no-repeat;
    background-size: 13px 10px;
}
.solutions-calculator-info ul li p {
    margin-left: 30px;
    vertical-align: middle;
}
.adicional-webchat,
.adicional-shop,
.adicional-crm,
.aditional-geo,
.aditional-schedule {
    display: none;
}
.clear {
    clear: both;
}
/*******************************************************************************
* PAGE CONTACTS
*******************************************************************************/
/* header */
section.contacts-welcome-image  figure {
    background: url(../Images/bg.contactos.320x600.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 11.75%;
    height: 300px;
}
section.contacts-welcome-image section.tagline {
    padding-top: 100px;
    padding-bottom: 50px;
    position: absolute;
    top: 0;
    width: 100%;
}
/* section contacts form */
section.contacts {
    padding: 50px 0;
    background: #ffffff;
    display: block;
    width: 100%;
    overflow: hidden;
    margin:  0 auto;
}
section.contacts > .container > .contacts-form > form > label {
    display: block;
    margin-bottom: 5px;
    color: rgba(93,105,119,0.8);
}
section.contacts > .container > .contacts-form > form span.mandatory {
    color: #F67949;
    font-size: 1.5em;
}
section.contacts > .container > .contacts-form > form > .form-input-ctn {
    position: relative;
}
section.contacts > .container > .contacts-form > form > .form-input-ctn > input {
    height: 45px;
    border: 1px solid rgba(93,105,119,0.3);
    margin-bottom: 15px;
    padding: 10px;
    width: 100%;
    transition: border-color 0.5s ease-in-out;
}
section.contacts > .container > .contacts-form > form > .form-input-ctn > input.mandatory-error,
section.contacts > .container > .contacts-form > form > .form-input-ctn > textarea.mandatory-error {
    border-color: #F67949;
}
section.contacts > .container > .contacts-form > form > .form-input-ctn > div.mandatory-error,
section.contacts > .container > .contacts-form > form > .form-input-ctn > div.invalid-error
 {
    display: none;
    position: absolute;
    right: 0;
    bottom: -9px;
    background-color: #F67949;
    padding: 0px 15px;
    color: white;
    font-style: italic;
    font-size: 0.9em;
}
section.contacts > .container > .contacts-form > form > .form-input-ctn > div.message-mandatory-error {
    bottom: -7px;
}
section.contacts > .container > .contacts-form > form > .form-input-ctn > textarea {
    height: 200px;
    border: 1px solid rgba(93,105,119,0.3);
    margin-bottom: 10px;
    padding: 10px;
    width: 100%;
    transition: border-color 0.5s ease-in-out;
}
section.contacts > .container > .contacts-form form input[type=submit] {
    line-height: 35px;
    color: #fff;
    border-radius: 85px;
    background-color: #80bd01;
    font-weight: 500;
    width: auto;
    margin: 0 auto;
    border: none;
    margin-top: 20px;
    padding: 5px 55px;
    display: block;
    transition: background-color 0.5s ease-in-out;
}
section.contacts > .container > .contacts-form form input[type=submit].submitting {
    background-color: rgba(93,105,119,0.8);
}
section.contacts > .container > .contacts-form form input[type=submit].submitting:hover {
    opacity: 1;
    cursor: default;
}
section.contacts > .container > .contacts-form form input[type=submit]:hover {
    opacity: 0.8;
    cursor: pointer;
}
section.contacts > .container > .contacts-adress-social {
    text-align: center;
    padding-top: 55px;
}
section.contacts > .container > .contacts-adress-social * {
    color: #3d3d3d;
}
section.contacts > .container > .contacts-adress-social p{
    padding-bottom: 15px;
}
section.contacts .contacts-adress li {
    margin-bottom: 15px;
}
section.contacts .contacts-adress li img {
    max-width: 14px;
    margin-right: 10px;
    vertical-align: middle;
}
section.contacts > .container > .contacts-adress-social > .contacts-social > ul {
    margin-top: 50px;
}
section.contacts > .container > .contacts-adress-social > .contacts-social > ul > li {
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    margin-right: 10px;
}
section.contacts > .container > .contacts-adress-social > .contacts-social > ul > li:hover {
    opacity: 0.8;
}
section.contacts > .container > .contacts-adress-social > .contacts-social > ul > li > a figure.linkedin {
    background: url(../Images/icon.social.round.linkedin.svg) top left no-repeat;
    height: 40px;
}
section.contacts > .container > .contacts-adress-social > .contacts-social > ul > li > a figure.facebook {
    background: url(../Images/icon.social.round.facebook.svg) top left no-repeat;
    height: 40px;
}
section.contacts > .container > .contacts-adress-social > .contacts-social > ul > li > a figure.twitter {
    background: url(../Images/icon.social.round.twitter.svg) top left no-repeat;
    height: 40px;
}
section.contacts > .container > .contacts-adress-social > .contacts-social > ul > li >  a figure.skype {
    background: url(../Images/icon.social.round.skype.svg) top left no-repeat;
    height: 40px;
}
section.contacts > .container > .contacts-adress-social > .contacts-social > ul > li >  a figure.instagram {
    background: url(../Images/icon.social.round.instagram.svg) top left no-repeat;
    height: 40px;
}
/* section map */
section.contacts-map {
    background: #f7f7f7;
    color: #3d3d3d;
}
section.contacts-map .container > hgroup > h1 {
    padding: 40px 0 40px 0;
    color: #3d3d3d;
    line-height: 150%;
}
/* remove google markers map */
/*a[href^="http://maps.google.com/maps"] {
    display:none !important
}
a[href^="https://maps.google.com/maps"] {
    display:none !important
}*/
.gmnoprint a, .gmnoprint span, .gm-style-cc {
    display:none;
}
.gmnoprint div {
    background:none !important;
}
/* modal */
.modal {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgb(0,0,0);
    background: rgba(0,0,0,.8);
    overflow: auto;
    z-index: 900;
}
.modal .modal-sandbox {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: transparent;
}
.modal .modal-box {
    position: relative;
    width: 95%;
    max-width: 600px;
    margin: 100px auto;
    animation-name: modalbox;
    animation-duration: .3s;
    animation-timing-function: ease-out;
}
.modal .modal-box .modal-body .close-modal {
    width: 100%;
}
@media only screen and (min-width: 992px) {
    .modal-box {
        width: 55%;
        max-width: 768px;
    }
}
.modal .modal-box .modal-body * {
    color: #3d3d3d;
}
.modal .modal-box .modal-body {
    text-align: center;
    background: #ffffff;
    padding: 50px 50px;
}
.modal .modal-box .modal-body h1 {
    padding: 25px 0px;
}
.modal .modal-box .modal-body h2 {
    display: none;
}
.modal .modal-box .modal-body .close-modal {
    cursor: pointer;
    line-height: 45px;
    color: #fff;
    border-radius: 85px;
    background-color: #80bd01;
    font-weight: 500;
    width: 35%;
    padding: 0px;
    margin: 0 auto;
    border: none;
    margin-top: 40px;
}
@-webkit-keyframes modalbox {
    0% {
        top: -250px;
        opacity: 0;
    }
    100% {
        top: 0;
        opacity: 1;
    }
}
@keyframes modalbox {
    0% {
        top: -250px;
        opacity: 0;
    }
    100% {
        top: 0;
        opacity: 1;
    }
}
/* media querie 480px; */
@media only screen and (min-width: 480px) {
    section.contacts-welcome-image  figure {
        background: url(../Images/bg.contactos.1920x400.jpg);
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
    }
}
@media only screen and (min-width: 768px) {
    section.contacts-welcome-image  fugure {
        background: url(../Images/bg.contactos.768x400.jpg);
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
    }
}
/* media querie 992px; */
@media only screen and (min-width: 992px) {
    section.contacts-welcome-image  figure {
        background: url(../Images/bg.contactos.992x600.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: top -145px right 0px;
    }
    section.contacts-map .container > hgroup > h1 {
        font-size: 2em;
        padding-left: 150px;
        padding-right: 150px;
    }
    section.contacts > .container > .contacts-form {
        width: 55%;
        float: left;
        padding-right: 75px;
        border-right: 1px solid rgba(93,105,119,0.3);
    }
    section.contacts > .container > .contacts-adress-social {
        width: 45%;
        padding-left: 75px;
        float: right;
        color: #3d3d3d;
        text-align: left;
    }
}
@media only screen and (min-width: 1200px) {
    section.contacts-welcome-image figure {
        background: url(../Images/bg.contactos.992x600.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: top -180px right 0px;
    }
}
@media only screen and (min-width: 1600px) {
    section.contacts-welcome-image figure {
        background: url(../Images/bg.contactos.992x600.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: top -253px right 0px;
    }
}
.clear {
    clear: both;
}
/*******************************************************************************
* PAGE PRIVACY
*******************************************************************************/
/* header */
section.privacy {
    padding: 55px 0;
    background: #ffffff;
    display: block;
    width: 100%;
    overflow: hidden;
}
section.privacy-welcome-image {
    background: url(../Images/bg.quem.somos.320x350.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
section.privacy-welcome-image section.tagline {
    padding-top: 50px;
    padding-bottom: 20px;
}
section.privacy-welcome-image > section.tagline > hgroup.container > h1 {
    padding: 30px 0;
    font-size: 2em;
}
section.privacy-welcome-image > section.tagline > hgroup.container > h2 {
    font-size: 1.1em;
}
section.privacy > .container .privacy-detail * {
    color: #3d3d3d;
}
section.privacy > .container .privacy-detail {
    text-align: center;
}
section.privacy > .container .privacy-detail h1 {
    margin: 15px 0 30px 0;
    font-size: 2em;
    text-align: center;
}
section.privacy > .container .privacy-detail h1.cookies {
    margin-top: 55px;
}
section.privacy > .container .privacy-detail p {
    font-size: 1.1em;
    font-weight: 400;
    text-align: justify;
    padding-bottom: 20px;
}
/***********************************************************************************************
* MEDIA QUERIE MIN 480PX
***********************************************************************************************/
/* media querie 480px; */
@media only screen and (min-width: 480px) {

}
/***********************************************************************************************
* MEDIA QUERIE MIN 768PX
***********************************************************************************************/
@media only screen and (min-width: 768px) {
    section.privacy-welcome-image  {
        background: url(../Images/bg.quem.somos.768x400.jpg);
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
    }
    section.privacy > .container .privacy-policy {
        text-align: left;
    }
}
/***********************************************************************************************
* MEDIA QUERIE MIN 992PX
***********************************************************************************************/
/* media querie 992px; */
@media only screen and (min-width: 992px) {
    section.privacy-welcome-image  {
        background: url(../Images/bg.quem.somos.992x600.jpg);
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
    }
    section.privacy .privacy-policy {
        width: 100%;
    }
}
/***********************************************************************************************
* MEDIA QUERIE MIN 1200PX
***********************************************************************************************/
/* media querie 1200px; */
@media only screen and (min-width: 1200px) {
    section.privacy-welcome-image {
        background: url(../Images/bg.quem.somos.1920x300.jpg);
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
    }
}
/* MAIN - NEWSLETTER */
section.newsletter {
    background-color: #368ED8;
    text-align: center;
    width: 100%;
    display: inline-block;
    padding: 50px 0px;
}
section.newsletter .newsletter-intro h1 {
    margin: 0px 20px 30px 20px;
}
section.newsletter .container .newsletter-form-ctn form .email-ctn {
    position: relative;
    display: inline-block;
    width: 100%;
}
section.newsletter .container .newsletter-form-ctn form .email-ctn div.mandatory-error,
section.newsletter .container .newsletter-form-ctn form .email-ctn div.invalid-error {
    display: none;
    position: absolute;
    top: -20px;
    right: 25px;
    background-color: #F67949;
    color: #FFF;
    padding: 3px 15px;
    border-radius: 5px 5px 0 0;
    font-style: italic;
}
section.newsletter .container .newsletter-form-ctn form .email-ctn > input {
    line-height: 50px;
    color: #000;
    width: 100%;
    border-radius: 85px;
    font-weight: 500;
    margin: 10px 0 10px;
    padding-left: 25px;
    font-size: 1em;
    border: 1px solid #fff;
}
section.newsletter .container .newsletter-form-ctn form .email-ctn > input.mandatory-error {
    border: 1px solid #F67949;
}
section.newsletter .container .newsletter-form-ctn form .email-ctn > input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-size: 1em;
    color: #c3c0c0;
}
section.newsletter .container .newsletter-form-ctn form .email-ctn > input::-moz-placeholder { /* Firefox 19+ */
    font-size: 1em;
    color: #c3c0c0;
}
section.newsletter .container .newsletter-form-ctn form .email-ctn> input:-ms-input-placeholder { /* IE 10+ */
    font-size: 1em;
    color: #c3c0c0;
}
section.newsletter .container .newsletter-form-ctn form .email-ctn > input:-moz-placeholder { /* Firefox 18- */
    font-size: 1em;
    color: #c3c0c0;
}
section.newsletter .container .newsletter-form-ctn form > input.form-submit {
    display: inline-block;
    vertical-align: middle;
    line-height: 50px;
    color: #fff;
    border: none;
    border-radius: 85px;
    background-color: #80bd01;
    font-weight: 500;
    margin: 5px 0px 0px;
    width: 100%;
    padding: 0;
    font-size: 1em;
    transition: background-color 0.5s ease-in-out, border-color 0.5s ease-in-out;
}
section.newsletter .container .newsletter-form-ctn form > input.form-submit:hover {
    border-color: rgba(255,255,255,0.5);
    opacity: 0.9;
    cursor: pointer;
}
section.newsletter .container .newsletter-form-ctn form > input.form-submit.submitting {
    background-color: rgba(93,105,119,0.8);
    border-color: rgba(93,105,119,0.8);
}
section.newsletter .container .newsletter-form-ctn form > input.form-submit.submitting:hover {
    opacity: 1;
    cursor: default;
}
/* modal */
section.newsletter .modal {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgb(0,0,0);
    background: rgba(0,0,0,.8);
    overflow: auto;
    z-index: 900;
}
section.newsletter .modal .modal-sandbox {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: transparent;
}
section.newsletter .modal .modal-box {
    position: relative;
    width: 95%;
    max-width: 600px;
    margin: 100px auto;
    animation-name: modalbox;
    animation-duration: .3s;
    animation-timing-function: ease-out;
}
section.newsletter .modal .modal-box .modal-body .close-modal {
    width: 100%;
}
@-webkit-keyframes modalbox {
    0% {
        top: -250px;
        opacity: 0;
    }
    100% {
        top: 0;
        opacity: 1;
    }
}
@keyframes modalbox {
    0% {
        top: -250px;
        opacity: 0;
    }
    100% {
        top: 0;
        opacity: 1;
    }
}
/***********************************************************************************************
* MEDIA QUERIE MIN 480PX
*
* Extra Small Devices, Portrait Phones
* Selectors and styles affecting screens WIDER THAN 480px (Extra Small Devices)
***********************************************************************************************/
@media only screen and (min-width : 480px) {
    section.newsletter .container .newsletter-form-ctn form .email-ctn {
        width: 100%;
    }
}
/***********************************************************************************************
* MEDIA QUERIE MIN 768PX
*
* Small Devices, Landscape Phones and Phablets, Portrait Tablets, Small Desktops
* Selectors and styles affecting screens WIDER THAN 768px (Tablet)
***********************************************************************************************/
@media only screen and (min-width : 768px) {
    section.newsletter .container .newsletter-intro > h1 {
        width: 70%;
        margin: 0 auto;
        margin-bottom: 25px;
    }
    section.newsletter .container .newsletter-form-ctn {
        width: 60%;
        margin: 0 auto;
    }
    section.newsletter .container .newsletter-form-ctn form > input.form-submit {
        width: 100%;
    }
}
/***********************************************************************************************
* MEDIA QUERIE MIN 992PX
*
* Medium Devices, Landscape Tablets, Laptops, Desktops
* Selectors and styles affecting screens WIDER THAN 992px (Desktop) 
/***********************************************************************************************/
@media only screen and (min-width : 992px) {
    section.newsletter {
        width: 100%;
        display: flex;
        padding-top: 100px;
        padding-bottom: 100px;
    }
    section.newsletter .container .newsletter-intro {
        width: 40%;
        float: left;
        text-align: left;
    }
    section.newsletter .container .newsletter-intro > h1 {
        width: 95%;
        float: left;
        padding-top: 9px;
    }
    section.newsletter .container .newsletter-form-ctn {
        width: 60%;
        float: right;
    }
    section.newsletter .container .newsletter-form-ctn form .email-ctn {
        width: 50%;
    }
    section.newsletter .container .newsletter-form-ctn form .email-ctn > input {
        width: 100%;
    }
    section.newsletter .container .newsletter-form-ctn form > input.form-submit {
        max-width: 210px;
        margin: 10px 0px 10px 25px;
        border: 1px solid #80bd01;
    }
    section.newsletter .container .newsletter-form-ctn form > input.form-submit:hover {
        border-color: rgba(255,255,255,0.3);
        opacity: 0.9;
    }
    section.newsletter .modal .modal-box {
        width: 55%;
        max-width: 768px;
    }
    section.newsletter .modal .modal-box .modal-body * {
        color: #3d3d3d;
    }
    section.newsletter .modal .modal-box .modal-body {
        text-align: center;
        background: #ffffff;
        padding: 50px 50px;
    }
    section.newsletter .modal .modal-box .modal-body h1 {
        padding: 25px 0px;
    }
    section.newsletter .modal .modal-box .modal-body h2 {
        display: none;
    }
    section.newsletter .modal .modal-box .modal-body .close-modal {
        cursor: pointer;
        line-height: 45px;
        color: #fff;
        border-radius: 85px;
        background-color: #80bd01;
        font-weight: 500;
        width: 35%;
        padding: 0px;
        margin: 0 auto;
        border: none;
        margin-top: 40px;
    }
}
/***********************************************************************************************
*  MEDIA QUERIE MIN 1200PX
*
* Large Devices, Large Desktops, Wide Screens
* Selectors and styles affecting screens WIDER THAN 1200px (Large Desktop)
***********************************************************************************************/
@media only screen and (min-width : 1200px) {
    section.newsletter .container .newsletter-intro > h1 {
        text-align: left;
        float: left;
        padding-top: 2px;
        line-height: 1.075em;
        font-size: 2em;
    }
    section.newsletter .container .newsletter-form-ctn {
        margin-top: 8px;
        text-align: right;
    }
    section.newsletter .container .newsletter-form-ctn form .email-ctn {
        width: 50%;
    }
    section.newsletter .container .newsletter-form-ctn form > input.form-submit {
        width: 60%;
    }
}
/***********************************************************************************************
* MEDIA QUERIE MIN 1600PX
*
* Large Devices, Large Desktops, Wide Screens
***********************************************************************************************/
@media only screen and (min-width : 1600px) {
    section.newsletter .container .newsletter-form-ctn form > input {
        max-width: 350px;
    }
}
