@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700;900&display=swap');

body {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  line-height: 1.45em;
  color: #000;
  background: #FFF;
}

.cms-toolbar-expanded .mobile-header {
  margin-top: 46px;
}

#tinymce {
  padding: 0;
  background: #FFF;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  text-transform: uppercase;
  color: #ef3d38;
  margin: 9% 0 6% 0;
  line-height: 1.8em;
}

h1 {
  font-size: 2.43em;
}

h2 {
  font-size: 2.375em;
}

h3 {
  font-size: 1.8em;
}

h4 {
  font-size: 1.6em;
}

h5 {
}

h6 {
}

.slogan {
  margin: 8px 0;
}

a {
  color: #000;
  text-decoration: none;
}

a:hover {
  color: #ef3d38;
}

p {
  margin: 6% 0;
  line-height: 2.35em;
}

.clear {
  height: 0;
  width: 0;
  line-height: 0;
  clear: both;
}

.mainmenu-wrapper {
  position: relative;
  z-index: 10;
}

.mainmenu-wrapper.offset {
  margin-bottom: -175px;
}

.mainmenu {
  list-style: none;
  padding: 0;
  margin: 60px 0;
  text-align: center;
}

.mainmenu .child:before {
  content: none;
}

.mainmenu .child {
  display: inline-block;
  margin: 18px;
}

.mainmenu .child > a {
  display: block;
  width: 152px;
  height: 152px;
  background: no-repeat;
}

.mainmenu .child.menu-services > a { background-image: url("../img/menu-services.dd21bae25609.png")}
.mainmenu .child.menu-newsletter > a { background-image: url("../img/menu-newsletter.701a7478c4a8.png")}
.mainmenu .child.menu-projects > a { background-image: url("../img/menu-projects.0506ef35e719.png")}
.mainmenu .child.menu-contact > a { background-image: url("../img/menu-contact.85eefec463da.png")}
.mainmenu .child.menu-blog > a { background-image: url("../img/menu-blog.c419fce04003.png")}

.menu-spacer {
  padding: 6%;
}

.submenu {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}

.submenu .child {
  display: inline-block;
  margin: 7px;
}

.submenu .child > a {
  display: block;
  color: #ef321d;
  border: 1px solid transparent;
  padding: 13px 15px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.35em;
}

.submenu .child.selected > a,
.submenu .child > a:hover {
  border-color: #ef321d;
}

.mobile-header {
  display: none;
  position: fixed;
  background: #FFF;
  border-bottom: 1px solid rgba(224, 224, 224, 0.45);
  height: 60px;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
}

.mobile-header .mobilemenu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  list-style: none;
  padding: 0 0 12px 0;
  margin: 0;
  text-align: center;
  background: #FFF;
  border-bottom: 1px solid rgba(224, 224, 224, 0.45);
}

.mobile-header .mobilemenu .child {
  display: block;
}

.mobile-header .mobilemenu .child > a {
  display: block;
  padding: 15px 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: #ef3d38;
  font-size: 1.1em;
  line-height: 1.6em;
}

.mobile-header .mobilemenu .child.selected,
.mobile-header .mobilemenu .child > a:hover {
  color: #FFF;
  background-color: #ef3d38;
}

.mobile-header .menu-toggle {
  float: right;
  width: 46px;
  height: 37px;
  background: no-repeat url("../img/menu-icon.9acc50696ba4.png") center center;
  cursor: pointer;
  margin: 11px 13px 0 0;
}

.mobile-header .menu-toggle.active {
  background-image: url("../img/menu-close-icon.a5a24040c3c1.png");
}

.mobile-header .mobile-logo {
  float: left;
  margin: 12px 0 0 13px;
}

.mobile-header .mobile-logo > img {
  width: 37px;
  height: auto;
}

.cover-logo {
  background: center bottom no-repeat url("../img/logo-bg.84a6644f5711.jpg");
  background-size: cover;
  text-align: center;
  padding-bottom: 35%;
  border-bottom: 10px solid #FFF;
}

.cover-logo .logo-wrapper {
  padding: 0 32px;
}

.cover-logo .logo {
  display: inline-block;
  margin-top: 185px;
  max-width: 100%;
  height: auto;
  animation: fadeIn 1.5s ease-out;
}

.cover-logo section.section-white {
  background-color: rgba(255, 255, 255, 0.85);
}

.page-logo-wrapper {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
  padding: 3% 18px 18px 18px;
}

.page-logo-wrapper .page-logo {
  display: inline-block;
  line-height: 0;
}

.page-logo-wrapper img {
  max-width: 100%;
  height: auto;
}

.button-plus {
  margin: 60px auto 3% auto;
  max-width: 220px;
  text-align: center;
  cursor: pointer;
}

.button-plus .button-icon {
  width: 43px;
  height: 45px;
  background: no-repeat url("../img/plus-icon.ad7dc6e3a1af.png");
  display: inline-block;
}

.button-plus .button-text {
  display: block;
  font-size: 0.85em;
  color: #ef321d;
  text-transform: uppercase;
  margin-top: 6px;
}

section .newsletter-list.text {
  max-width: 500px;
  margin: 0 auto 6% auto;
}

.gmap-wrapper {
  margin-top: 3%;
  padding-top: 6px;
}

.gmap {
  width: 100%;
  height: 515px;
}

.forms {
  margin: 3% auto 6% auto;
  max-width: 720px;
  padding: 0 12px;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.sent-wrapper {
  padding-top: 6px;
}

.forms.sent {
  padding: 8%;
  background: rgba(255, 255, 255, 0.36);
}

.forms .button {
  width: 100%;
  font-weight: 600;
  text-transform: uppercase;
  background-color: #000;
  margin: 0;
  padding: 18px 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.fields-wrapper {
  text-align: left;
}

.fields-wrapper:after {
  content: '';
  display: block;
  clear: both;
}

.form-field {
  width: 100%;
  padding: 6px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.form-field select,
.form-field input[type="text"],
.form-field input[type="email"],
.form-field input[type="password"],
.form-field textarea {
  border: 0;
  color: #000;
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  line-height: 1.35em;
  padding: 18px;
  width: 100%;
  background: #FFF;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

::-webkit-input-placeholder { color: #000; opacity: 0.66; text-transform: uppercase; }
::-moz-placeholder { color: #000; opacity: 0.66; text-transform: uppercase; }
:-ms-input-placeholder { color: #000; opacity: 0.66; text-transform: uppercase; }
:-moz-placeholder { color: #000; opacity: 0.66; text-transform: uppercase; }

.form-field input[type="checkbox"] {
  float: left;
  margin-top: 5px;
  margin-right: 8px;
}

.form-field label {
  display: inline-block;
  font-size: 0.9em;
  font-weight: 600;
  line-height: 1.65em;
  margin-bottom: 4px;
}

.form-field ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.form-field ul li {
  display: inline-block;
  margin-right: 16px;
}

#id_cellphone {
  height: 0;
  padding: 0;
  margin: 0;
  float: left;
}

.forms .errorlist {
  list-style: none;
  padding: 0;
  margin-top: 4px;
  font-weight: 600;
  color: #e1001a;
  font-size: 0.9em;
  line-height: 1.65em;
}

.button {
  font-family: 'Lato', sans-serif;
  margin: 3% 25px;
  display: inline-block;
  min-width: 199px;
  font-size: 1em;
  font-weight: 600;
  color: #FFF;
  background: #000;
  border: 0;
  padding: 12px 40px;
  line-height: 1.35em;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.button:hover {
  color: #FFF;
}

/* Section */
section {
  position: relative;
  overflow: hidden;
}

section.section-padding-y {
  padding: 2% 0;
}

section.section-padding-m {
  padding: 12% 0 2% 0;
}

section.section-white {
  background-color: #FFF;
}

section.section-red h1,
section.section-red h2,
section.section-red h3,
section.section-red h4,
section.section-red h5,
section.section-red h6,
section.section-red {
  background-color: #ef321d;
  color: #FFF;
}

section.section-orange {
  background-color: #ff9b04;
  color: #FFF;
}

section.section-lorange {
  background-color: #ffaa44;
}

section.section-peach {
  background-color: #f5cd86;
}

section.section-dpeach {
  background-color: #efa339;
}

section.section-gt-blue {
  background: #b9dde3;
  background: -moz-linear-gradient(top,  #b9dde3 0%, #ffffff 100%);
  background: -webkit-linear-gradient(top,  #b9dde3 0%,#ffffff 100%);
  background: linear-gradient(to bottom,  #b9dde3 0%,#ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b9dde3', endColorstr='#ffffff',GradientType=0 );
}

section.section-gt-orange {
  background: #ffffff;
  background: -moz-linear-gradient(top,  #ffffff 0%, #ffaa44 100%);
  background: -webkit-linear-gradient(top,  #ffffff 0%,#ffaa44 100%);
  background: linear-gradient(to bottom,  #ffffff 0%,#ffaa44 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffaa44',GradientType=0 );
}

section.section-gt-teal {
  background: #b8e7e6;
  background: -moz-linear-gradient(top,  #b8e7e6 0%, #79d3bc 100%);
  background: -webkit-linear-gradient(top,  #b8e7e6 0%,#79d3bc 100%);
  background: linear-gradient(to bottom,  #b8e7e6 0%,#79d3bc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b8e7e6', endColorstr='#79d3bc',GradientType=0 );
}

section.section-gtv-blue {
  background: rgb(255,255,255); /* Old browsers */
  background: -moz-linear-gradient(45deg,  rgba(255,255,255,1) 0%, rgba(185,221,227,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg,  rgba(255,255,255,1) 0%,rgba(185,221,227,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg,  rgba(255,255,255,1) 0%,rgba(185,221,227,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#b9dde3',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

section .text {
  max-width: 1015px;
  margin: 0 auto;
  padding: 0 18px;
  text-align: center;
}

section .text ul {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 2.35em;
  text-align: left;
}

section .text ul li {
  text-indent: -40px;
  padding-left: 40px;
}

section .text ul li:before {
  background: url("../img/bullet-round.b5a42a11fed1.png") no-repeat left center;
  padding-left: 40px;
  content: "";
}

section .text ul.bullet-square li {
  text-indent: -26px;
  padding-left: 26px;
  text-transform: uppercase;
}

section .text ul.bullet-square li:before {
  background: url("../img/bullet-square.79b99c45c285.png") no-repeat left center;
  padding-left: 26px;
}

section .image-container {
  margin: 3% 0;
}

section .image-container.format-original {
  text-align: center;
}

section .image-container.format-original .image {
  max-width: 100%;
  padding: 0 18px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

section .image-container.format-landscape .image {
  width: 100%;
}

section .image {
  height: auto;
}

section .slider {
  overflow: hidden;
}

section .slider .item  {

}

section .slider .item .slide-image {
  background: no-repeat center center;
  background-size: contain;
  height: 620px;
}

section .slider .item .slide-content {
  font-size: 1.5em;
  text-align: left;
  padding: 0 6%;
}

section .slider .item .slide-content p strong {
  color: #ef321d;
}

section .slider-wrapper .slider-nav {
  text-align: center;
}

section .slider-wrapper .slider-nav .button-spacer {
  display: inline-block;
  width: 2px;
  padding: 25px 0;
  background: #e6302d;
  vertical-align: middle;
  margin: 0 40px;
}

section .slider-wrapper .slider-nav .slider-nav-button {
  width: 79px;
  height: 79px;
  display: inline-block;
  background: no-repeat center center;
  border: 0;
  cursor: pointer;
  color: transparent;
  text-indent: -10000000px;
  padding: 0;
  margin: 0;
  vertical-align: middle;
}

section .slider-wrapper .slider-nav .slider-prev {
  background-image: url("../img/previous-icon.fd22f1c7b33c.png");
}

section .slider-wrapper .slider-nav .slider-next {
  background-image: url("../img/next-icon.4b2f727abb8e.png");
}

.row:after {
  content: "";
  display: table;
  clear: left;
}

.column {
  float: left;
  margin: 0;
  padding: 18px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.row-container.padding-n .column {
  padding: 0;
}

section .row-container.width-normal {
  max-width: 1015px;
  margin: 0 auto;
}

section .row-container.width-large {
  max-width: 1300px;
  margin: 0 auto;
}

section .row.align-middle {
  text-align: center;
}

section .row.align-middle .column {
  float: none;
  display: inline-block;
  vertical-align: middle;
}

.column.col-1 { width: 8.333333333333333%; }
.column.col-2 { width: 16.66666666666667%; }
.column.col-3 { width: 25%; }
.column.col-4 { width: 33.33333333333333%; }
.column.col-5 { width: 41.66666666666667%; }
.column.col-6 { width: 50%; }
.column.col-7 { width: 58.33333333333333%; }
.column.col-8 { width: 66.66666666666666%; }
.column.col-9 { width: 75%; }
.column.col-10 { width: 83.33333333333333%; }
.column.col-11 { width: 91.66666666666666%; }
.column.col-12 { width: 100%; }

.itext-nadine {
  text-align: center;
}

.itext-nadine .itext-image {
  display: inline-block;
  vertical-align: bottom;
  width: 30%;
  max-width: 441px;
  margin-right: 25px;
  pointer-events: none;
}

.itext-nadine .itext-content {
  display: inline-block;
  vertical-align: top;
  width: 65%;
  max-width: 850px;
}

.itext-nadine .itext-content p {
  text-align: justify;
}

.itext-newsletter {
  border-top: 10px solid #FFF;
  padding: 8% 0 0 0;
  text-align: center;
  background: #ffffff;
  background: -moz-linear-gradient(left,  #ffffff 0%, #dfcdbf 100%);
  background: -webkit-linear-gradient(left,  #ffffff 0%,#dfcdbf 100%);
  background: linear-gradient(to right,  #ffffff 0%,#dfcdbf 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dfcdbf',GradientType=1 );
}

.itext-newsletter .itext-image {
  display: inline-block;
  vertical-align: bottom;
  width: 30%;
  max-width: 450px;
  margin-right: 25px;
  pointer-events: none;
}

.itext-newsletter .itext-content {
  display: inline-block;
  vertical-align: top;
  width: 65%;
  max-width: 850px;
}

.itext-nadine .itext-content p {
  text-align: justify;
}

#cover-company {
  background: center right url("../img/cover-company.401c4a91e3b5.jpg") no-repeat;
  background-size: cover;
  height: 853px;
}

#section-magnify {
  background: no-repeat url("../img/cover-magnify.d452f527d72b.jpg") right center;
  background-size: cover;
  height: 719px;
  border: 10px solid #FFF;
  border-left: 0;
  border-right: 0;
}

#footer {
  position: relative;
  margin-top: 10px;
  background: #ef321d;
}

#footer:after {
  content: "";
  display: table;
  clear: both;
}

#footer .credit {
  padding: 1% 0;
  clear: both;
  text-align: center;
}

#footer .credit .credit-text,
#footer .credit .credit-logo {
  display: inline-block;
  vertical-align: middle;
}

#footer .credit .credit-text {
  font-size: 1em;
  color: #FFF;
}

#footer .credit .credit-logo {
  display: inline-block;
  margin: 15px 3px;
  width: 201px;
  height: 32px;
  background: no-repeat url("../img/myo-concept.2acf34449c8b.png");
}

.social-fb {
  display: block;
  position: absolute;
  top: 50%;
  right: 3%;
  margin-top: -16px;
}

.social-fb svg {
  width: 32px;
  height: auto;
}

/* Bubbles */

.bubble-wrapper {
  position: relative;
  overflow: hidden;
}

section .bubble {
  position: absolute;
  bottom: -50px;
  background: transparent;
  border-radius: 50%;
  pointer-events: none;
  box-shadow: inset 0 0 10px rgba(255,255,255,0.8);
}
section .bubble.b0 { animation: bubble0 6s linear infinite; }
section .bubble.b1 { animation: bubble1 6s linear infinite; }
section .bubble.b2 { animation: bubble2 6s linear infinite; }

section .bubble:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  transform: scale(0.25) translate(-70%, -70%);
  background: radial-gradient(#FFF, transparent);
  border-radius: 50%;
}
@keyframes bubble0 {
  0% {
    transform: translateY(0%);
  }
  100% {
    transform: translateY(-1350%);
  }
}
@keyframes bubble1 {
  0% {
    transform: translateY(0%) translateX(0%);
  }
  100% {
    transform: translateY(-1350%) translateX(-200%);
  }
}
@keyframes bubble2 {
  0% {
    transform: translateY(0%) translateX(0%);
  }
  100% {
    transform: translateY(-1350%) translateX(200%);
  }
}

/* Parallax */
.parallax-background {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 100%;
  min-height:100%;
  height: 100%;
  overflow: hidden;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}