/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}



html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: Muli, Arial, Helvetica, sans-serif;
  scroll-behavior: smooth;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

button,
input,
optgroup,
select,
textarea {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

ul:not(.browser-default) {
  padding-left: 0;
  list-style-type: none;
}

ul:not(.browser-default) > li {
  list-style-type: none;
}

a {
  color: #2a79ff;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}
blockquote {
  margin: 20px 0;
  padding-left: 1.5rem;
  border-left: 5px solid #ee6e73;
}

i {
  line-height: inherit;
}
img.responsive-img,
video.responsive-video {
  max-width: 100%;
  height: auto;
}
.clearfix {
  clear: both;
}

/* TABLES */
table, th, td {
  border: none;
}

table {
  width: 100%;
  display: table;
  border-collapse: collapse;
  border-spacing: 0;
}

table.striped tr {
  border-bottom: none;
}

table.striped > tbody > tr:nth-child(odd) {
  background-color: rgba(242, 242, 242, 0.5);
}

table.striped > tbody > tr > td {
  border-radius: 0;
}

table.highlight > tbody > tr {
  -webkit-transition: background-color .25s ease;
  transition: background-color .25s ease;
}

table.highlight > tbody > tr:hover {
  background-color: rgba(242, 242, 242, 0.5);
}

table.centered thead tr th, table.centered tbody tr td {
  text-align: center;
}

tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

td, th {
  padding: 15px 5px;
  display: table-cell;
  text-align: left;
  vertical-align: middle;
  border-radius: 2px;
}

.preload {
  background-color: #ffdb00;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;

  z-index: 1100;
}
.preload img {
  position: absolute;
  width: 300px;
  left: calc(50% - 150px);
  top: calc(50% - 90px);
  transition: 3s;
}
.loaded {
  top: -120%;
  left: 0;
  transition: 1s ease-in-out;
}

@media only screen and (max-width: 992px) {
  table.responsive-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    display: block;
    position: relative;
    /* sort out borders */
  }
  table.responsive-table td:empty:before {
    content: '\00a0';
  }
  table.responsive-table th,
  table.responsive-table td {
    margin: 0;
    vertical-align: top;
  }
  table.responsive-table th {
    text-align: left;
  }
  table.responsive-table thead {
    display: block;
    float: left;
  }
  table.responsive-table thead tr {
    display: block;
    padding: 0 10px 0 0;
  }
  table.responsive-table thead tr th::before {
    content: "\00a0";
  }
  table.responsive-table tbody {
    display: block;
    width: auto;
    position: relative;
    overflow-x: auto;
    white-space: nowrap;
  }
  table.responsive-table tbody tr {
    display: inline-block;
    vertical-align: top;
  }
  table.responsive-table th {
    display: block;
    text-align: right;
  }
  table.responsive-table td {
    display: block;
    min-height: 1.25em;
    text-align: left;
  }
  table.responsive-table tr {
    border-bottom: none;
    padding: 0 10px;
  }
  table.responsive-table thead {
    border: 0;
    border-right: 1px solid rgba(0, 0, 0, 0.12);
  }
}

/* COLORS 
Light Blue: #a8ddff
Blue: #2a79ff
Dark Blue: 

Lighter Yellow: #fff3ca
Light Yellow: #ffec92
Yellow: #ffdb00
Dark Yellow: #b59600
Darker Yellow: #604e00

Lighter Red: #ff9ca3
Light Red: #ff7f84
Red: #d36a71
Dark Red: #a5555d

Lighter Green: #b2ff92
Light Green: #97db76
Green: #68fc7a
Dark Green: #52d865
Darker Green: #4bbc58

Light Grey: #ebeff5
Grey: #9caecb
Dark Grey: #687587

*/
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #2a79ff;
}
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  padding-right: 10px;
}
::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #eee;
}

/*
GRIDS
*/
.container-fluid {width: 100%;}
.row {
  width: 100%;
  display: block;
  clear: both;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
}
.row:after {
  content: "";
  display: table;
  clear: both;
}

section {
  position: relative;
  z-index: 15;
}


/* Headings */

header h2, h3 {
  font-family: 'Prata', Courier, monospace;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  font-weight: inherit;
}

h1 {
  font-family: Muli, Arial, Helvetica, sans-serif;
  font-size: 1.9rem;
  font-weight: 800;
  line-height: 150%;
  margin: 0rem 0 1rem 0;
  color: #2a79ff;
  text-transform: uppercase;
}
@media only screen and (min-width: 576px) {
  h1 {margin: 2rem 0 1rem 0;}
}
@media only screen and (min-width: 992px) {
  h1 {margin: 2.8rem 0 1rem 0;}
}
h2 {
  font-size: 1.7rem;
  font-weight: 800;
  line-height: 150%;
  margin: 0.5rem 0;
  color: #2a79ff;
}

h3 {
  font-size: 1.6rem;
  line-height: 150%;
  margin: 0.5rem 0;
  font-weight: 300;
}

h4 {
  font-size: 1rem;
  line-height: 130%;
  margin: 1.52rem 0 0.912rem 0;
}

h5 {
  font-size: 0.9rem;
  line-height: 130%;
  margin: 1.0933333333rem 0 0.656rem 0;
}

h6 {
  font-size:0.8rem;
  line-height: 130%;
  margin: 0.7666666667rem 0 0.46rem 0;
}
header h3 {color:#687587;}
header p {font-size: 1.3rem;}
p {
  font-family: 'Muli', Arial, Helvetica, sans-serif;
  color: #687587;
  line-height: 150%;
}


header {
  background: url('../i/bg-top.svg') no-repeat right bottom;
  position: relative;
  background-size: cover;
}
header::before {
  content: '';
  display: block;
  width: 100%;
  height: 310px;
  top: 0px;
  left: 0;
  background: url('../i/detail-f1.svg') no-repeat left top;
  position: absolute;
  z-index: 10;
}
header::after {
  content: '';
  display: block;
  width: 100%;
  height: 280px;
  top: 690px;
  left: 0;
  background: url('../i/detail-f2.svg') no-repeat right center;
  position: absolute;
  z-index: 10;
}
@media only screen and (max-width: 575px) {
  header::after {
    top: 1230px;
  }
}
@media only screen and (min-width: 576px) {
  header::after {
    top: 690px;
  }
}
@media only screen and (min-width: 992px) {
  /*header {
    height: 100vh;
  }*/
  header::after {
    top: 380px;
  }
}
header .wrapper {
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3,1fr);
  grid-gap: 0px;
  padding: 100px 30px 30px;
  z-index: 15;
  position: relative;
}
header .scroller {
  display: block;
  width: 31px;
  height: 70px;
  margin: 0 auto;
}
header .wrapper .left {
  grid-column-start: 1;
  grid-column-end: 4;
  grid-row-start: 1;
  grid-row-end: 1;
}
header .wrapper .right {
  grid-column-start: 1;
  grid-column-end: 4;
  grid-row-start: 2;
  grid-row-end: 2;
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
}
@media only screen and (min-width: 576px) {
  header .wrapper .left {
    grid-column-start: 2;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 1;
  }
}

@media only screen and (max-width: 576px) {
  header .wrapper .left {
    text-align: center;
  }
  header .responsive-img {
    max-width: 60%;
  }
}

@media only screen and (min-width: 992px) {
  header .wrapper {
    width: 70%;
    grid-template-columns: repeat(4,1fr);
  }
  header .wrapper .left {
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 1;
    grid-row-end: 1;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  header .wrapper .right {
    grid-column-start: 2;
    grid-column-end: 5;
    grid-row-start: 1;
    grid-row-end: 1;
    text-align: left;
    margin-left: 50px;
  }
}

/* Navbar */
.sidenav {
  position: fixed;
  bottom: 20px;
  right: 10px;
  z-index: 100;
}
.share {
  float: left;
  position: relative;
  -webkit-animation: slide 20s linear infinite;
}
@media only screen and (min-width: 992px) {.share {display: none;}}
.share .btn-open {
  display: block;
  width: 40px;
  height: 40px;
  background-color: #FFFFFF;
  margin-right: 20px;
  border: 3px solid #103b51;
  cursor: pointer;
  border-radius: 100%;
  transition: 0.3s;
  position: relative;
}
.share .btn-open::before {
  content: '';
  position: absolute;
  top: 8px;
  left: 6px;
  width: 20px;
  height: 20px;
  background: url(../i/ico-share.svg) no-repeat center center;
}
.share .share-list {
  position: absolute;
  bottom: 40px;
  left: -100px;
  width: 200px;
  background-color: #EEE;
  padding: 20px;
  z-index: 100;
  box-shadow: 30px 30px 10px rgba(0,53,105,0.5);
  overflow: hidden;
}
.scale-transition {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.53, 0.01, 0.36, 1.63) !important;
  transition: -webkit-transform 0.3s cubic-bezier(0.53, 0.01, 0.36, 1.63) !important;
  transition: transform 0.3s cubic-bezier(0.53, 0.01, 0.36, 1.63) !important;
  transition: transform 0.3s cubic-bezier(0.53, 0.01, 0.36, 1.63), -webkit-transform 0.3s cubic-bezier(0.53, 0.01, 0.36, 1.63) !important;
}
.scale-out > ul{
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: -webkit-transform .2s !important;
  transition: -webkit-transform .2s !important;
  transition: transform .2s !important;
  transition: transform .2s, -webkit-transform .2s !important;
}
.btn-open:focus > ul {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.share .btn-open .btn-close {
  position: absolute;
  transform-origin: center;
  transition: 0.5s ease-in-out;
  display: none;
  top: 4px;
  left: 4px;
  width: 26px;
  height: 26px;
  border-radius: 100%;
  background-color: #FFFFFF;
}
.btn-open:focus > .btn-close {
  display: block;
}
.btn-close:after, .btn-close:before {
  transition: 0.5s ease-in-out;
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
}
.btn-close:before {
  transform: rotate(45deg);
  top: 0px;
  background:url('../i/ico-hamb-1.svg') no-repeat center center;
}
.btn-close:after {
  transform: rotate(-45deg);
  bottom: 0px;
  background:url('../i/ico-hamb-2.svg') no-repeat center center;
}
.share .share-list::before {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #EEE;
  top: -5px;
  left: 56%;
  z-index: 1;
  display: block;
  transform: rotate(45deg);
}
.share .share-list li{
  margin: 10px 0;
}
.share .share-list li a{
  color: #FFF;
  display: block;
  border-radius: 40px;
  position: relative;
  overflow: hidden;
}
.share .share-list li a span{
  display: block;
  padding: 10px 20px 10px 40px;
  position: relative;
  z-index: 2;
}
.share .share-list li a::before{
  content: '';
  position: absolute;
  width: 300px;
  height: 300px;
  left: -310px;
  top: -155px;
  transition: .6s;
  border-radius: 100%;
}
.share .share-list li a:hover::before{
  left: -30px;
  top: -150px;
  transition: .6s;
  transform: rotate(10deg);
  z-index: 1;
}
.share .share-list li a.fb{
  background-color: #3a589b;
}
.share .share-list li a.fb::before, .share .share-list li a.fb:hover::before{
  background-color: #203157;
}
.share .share-list li a.fb span{
  background: url('../i/ico-share-fb.svg') no-repeat left center;
  background-size: 40px 20px;
}
.share .share-list li a.wp{
  background-color: #57bb63;
}
.share .share-list li a.wp::before, .share .share-list li a.wp:hover::before{
  background-color: #306937;
}
.share .share-list  li a.wp span{
  background: url('../i/ico-share-wp.svg') no-repeat left center;
  background-size: 40px 20px;
}
.share .share-list li a.ig{
  background-color: #fc2b82;
}
.share .share-list li a.ig::before, .share .share-list li a.ig:hover::before{
  background-color: #a01b52;
}
.share .share-list li a.ig span{
  background: url('../i/ico-share-ig.svg') no-repeat left center;
  background-size: 40px 20px;
}
.share .share-list li a.tw{
  background-color: #1da1f2;
}
.share .share-list li a.tw::before, .share .share-list li a.tw:hover::before{
  background-color: #136294;
}
.share .share-list li a.tw span{
  background: url('../i/ico-share-tw.svg') no-repeat left center;
  background-size: 40px 20px;
}

.whatsapp {
  float: right;
  display: block;
  width: auto;
  position: relative;
  color: #FFF;
  line-height: 19px;
  border-radius: 20px;
  background-color: #4bbc58;
  padding: 10px 20px 10px 40px;
  z-index: 30;
}
.whatsapp::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: inherit;
  border-radius: inherit;
  -webkit-transition: opacity .1s, -webkit-transform .1s;
  transition: opacity .1s, -webkit-transform .1s;
  transition: opacity .1s, transform .1s;
  transition: opacity .1s, transform .1s, -webkit-transform .1s;
  -webkit-animation: pulse-animation 2s cubic-bezier(0.15, 0, 0.23, 1) infinite;
          animation: pulse-animation 2s cubic-bezier(0.15, 0, 0.23, 1) infinite;
  z-index: -1;
}
.whatsapp::after{
  content: '';
  display: block;
  position: absolute;
  background: url(../i/ico-whatsapp-nav.svg) no-repeat left center;
  left: 17px;
  top: 12px;
  z-index: 30;
  width: 15px;
  height: 15px;
}
.whatsapp:hover {background-color: #52d865;}

@media only screen and (max-width: 991px) {
  #nav-wrap{
    position: fixed;
    width: 100%;
    height: 15px;
    z-index: 25;
  }
  label .menu {
    position: absolute;
    left: -100px;
    top: -100px;
    z-index: 100;
    width: 200px;
    height: 200px;
    background: #ffdb00;
    border-radius: 50% 50% 50% 50%;
    transition: 0.5s ease-in-out;
    box-shadow: 0 0 0 0 #ffdb00, 0 0 0 0 #ffdb00;
    cursor: pointer;
  }
  label .hamburger {
    position: absolute;
    top: 135px;
    left: 120px;
    width: 30px;
    height: 5px;
    background:url('../i/ico-hamb-2.svg') no-repeat center center;
    display: block;
    transform-origin: center;
    transition: 0.5s ease-in-out;
  }
  label .hamburger:after, label .hamburger:before {
    transition: 0.5s ease-in-out;
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
  }
  label .hamburger:before {
    top: -10px;
    background:url('../i/ico-hamb-1.svg') no-repeat center center;
  }
  label .hamburger:after {
    bottom: -10px;
    background:url('../i/ico-hamb-2.svg') no-repeat center center;
  }
  label input {
    display: none;
  }
  label input:checked + .menu {
    box-shadow: 0 0 0 100vw #ffdb00, 0 0 0 100vh #ffdb00;
    border-radius: 0;
  }
  label input:checked + .menu .hamburger {
    transform: rotate(45deg);
  }
  label input:checked + .menu .hamburger:after {
    transform: rotate(90deg);
    bottom: 0;
  }
  label input:checked + .menu .hamburger:before {
    transform: rotate(90deg);
    top: 0;
  }
  label input:checked + .menu + ul {
    opacity: 1;
  }
  label input:checked + .menu + .navbar{
    visibility: visible;
    opacity: 1;
    margin-top: 20%;
  }
  .navbar{
    height: 15px;
    visibility: hidden;
    opacity: 0;
    position: relative;
    z-index: 100;
    margin-top: 0;
    transition: 0.5s ease-in-out;
  }
}
.navbar ul{
  width: 100%;
  margin: 50px 0;
  text-align: center;
}
.navbar ul li{
  width: auto;
  margin-top: 20px;
  text-align: center;
}
.navbar ul li a{
  font-family: 'Prata', Courier, monospace;
  color: #103b51;
  font-size: 40px;
  padding: 10px 20px;
  white-space: nowrap;
}
.navbar ul li a:hover{
  color: #2a79ff;
}
@media only screen and (min-width: 992px) {
  #nav-wrap{
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 25;
    transition: 1s;
  }
  .navbar{
    position: relative;
    width: 70%;
    max-width: 650px;
    height: 30px;
    z-index: 20;
    padding-top: 50px;
    margin: 0 auto;
  }
  .navbar ul{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(5,1fr);
    margin: 0;
    text-align: center;
  }
  .navbar ul li{
    margin-top: 0px;
  }
  .navbar ul li a{
    position: relative;
    font-family: 'Prata', Courier, monospace;
    color: #103b51;
    font-size: 20px;
    padding: 10px 20px;
  }
  .navbar ul li a:hover{
    color: #2a79ff;
  }
  .navbar ul li a:after {    
    background: none repeat scroll 0 0 transparent;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    background: #2a79ff;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
  }
  .navbar ul li a:hover:after { 
    width: 100%; 
    left: 0; 
  }
  label input {
    display: none;
  }
  .sticky #nav-wrap{
    position: fixed !important;
    width: 100%;
    left: 0;
    top: 0;
    transition: 1s;
  }
  .sticky .navbar {
    padding-top: 10px;
    background-color: #2a79ff;
    height: 45px;
    overflow: hidden;
    border-radius: 0 0 20px 20px;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
    border: 2px solid #2569cc;
    border-top: 0;
  }
  .sticky .navbar ul li a{
    color: #FFFFFF;
  }
  .sticky .navbar ul li a:hover, .sticky .navbar ul li a:focus{
    background-color: #103b51;
  }
  .sticky .navbar ul li a:after {    
    display: none;
  }
  .sticky .navbar ul li a:hover:after { 
    display: none;
  }
}


/* Sections */
section .title {
  text-align: center;
  padding: 60px 10% 90px;
}
@media only screen and (min-width: 786px) {section .title {padding: 60px 30% 90px} }
section .title h2 {
  line-height: 120%;
  color: #103b51;
  position: relative;
}
#about .title h2::after {
  content: '';
  display: block;
  width: 100%;
  height: 30px;
  bottom: -40px;
  left: 0;
  background: url('../i/separator-t1.svg') no-repeat center center;
  position: absolute;
}
section .title h3 {
  line-height: 120%;
  color: #3e5356;
  position: relative;
}
section .title h2+p, section .title h2+h3+p {
  margin-top: 50px;
  position: relative;
}
section .title h2+p::after, section .title h2+h3+p::after {
  content: '';
  display: block;
  width: 100%;
  height: 30px;
  top: -40px;
  left: 0;
  background: url('../i/separator-t1.svg') no-repeat center center;
  position: absolute;
}

/* Services - SECTIONS */
#what {
  background: url('../i/bg-what.svg') no-repeat left top;
  background-size: 470%;
}
@media only screen and (min-width: 786px) {
  #what {
    background-size: 110%;
  }
}
@media only screen and (min-width: 975px) {
  #what {
    background-size: 100%;
  }
}
.services-list{
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(1,1fr);
  grid-gap: 0px;
  z-index: 15;
}
.services-list .box { padding: 60px;margin: 0 20px;}
.services-list .box:hover, .services-list .box:active, .services-list .box:checked {
  background-image: url(../i/bg-move.svg);
  background-repeat: repeat;
  background-position: 0 0;
  -webkit-animation: slide 20s linear infinite;
}
@media only screen and (min-width: 786px) {
  .services-list .box {
    transition: 0.2s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  .services-list .box:hover, .services-list .box:active, .services-list .box:checked {
    box-shadow: 30px 30px 10px rgba(0,53,105,0.5);
    transition: 0.3s;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
    z-index: 10;
  }
}
@-webkit-keyframes slide {
  from { background-position: 0 0; }
  to { background-position: -400px 0; }
}

.services-list .image {
  text-align: center;
  width: 100%;
}
.services-list .image img {
  max-width: 160px;
}
.services-list .content {
  text-align: left;
}
.services-list .content h2{text-transform: uppercase; text-align: center;}
.services-list .box ul li{
  line-height: 130%;
  text-align: center;
  font-weight: 600;
  margin-top: 10px;
}
.services-list .b-1{
  grid-column-start: 1;
  grid-column-end: 1;
  grid-row-start: 1;
  grid-row-end: 1;
  background: #ffdb00;
  color: #103b51;
}
.services-list .b-2{
  grid-column-start: 1;
  grid-column-end: 1;
  grid-row-start: 2;
  grid-row-end: 2;
  background: #103b51;
  color: #FFF;
}
.services-list .b-2 h2{color: #FFF}
.services-list .b-3{
  grid-column-start: 1;
  grid-column-end: 1;
  grid-row-start: 3;
  grid-row-end: 3;
  background: #2a79ff;
  color: #FFF;
}
.services-list .b-3 h2{color: #ffdb00}
.services-list .b-4{
  grid-column-start: 1;
  grid-column-end: 1;
  grid-row-start: 4;
  grid-row-end: 4;
  background: #52d865;
  color: #FFF;
}
.services-list .b-4 h2{color: #103b51}
@media only screen and (min-width: 786px) {
  .services-list .box { padding: 60px; margin: 0;}
  .services-list{
    grid-template-columns: repeat(2,1fr);
    grid-gap: 5px;
  }
  .services-list .b-1{
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 1;
    grid-row-end: 1;
  }
  .services-list .b-2{
    grid-column-start: 2;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 1;
  }
  .services-list .b-3{
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 2;
    grid-row-end: 2;
  }
  .services-list .b-4{
    grid-column-start: 2;
    grid-column-end: 2;
    grid-row-start: 2;
    grid-row-end: 2;
  }
}

/* About - SECTIONS */
#about::before, #about::after {
  content: '';
  display: block;
  width: 100%;
  height: 720px;
  top: 0px;
  background: url('../i/detail-f3.svg') no-repeat left top;
  position: absolute;
  z-index: 0;
}
#about::before {
  left: 0;
}
#about::after {
  top: 600px;
  right: 0px;
  transform: rotateY(180deg);
}
#about .wrapper {
  max-width: 70%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3,1fr);
  grid-gap: 0px;
  padding: 10px 30px 30px;
  z-index: 15;
  position: relative;
}
#about .wrapper .image {
  grid-column-start: 1;
  grid-column-end: 4;
  grid-row-start: 1;
  grid-row-end: 1;
}
#about .wrapper .image.right {
  grid-column-start: 1;
  grid-column-end: 4;
  grid-row-start: 1;
  grid-row-end: 1;
}
#about .wrapper .text.left {
  grid-column-start: 1;
  grid-column-end: 4;
  grid-row-start: 2;
  grid-row-end: 2;
  padding-left: 0px;
  padding-right: 40px;
}
#about .wrapper .text {
  grid-column-start: 1;
  grid-column-end: 4;
  grid-row-start: 2;
  grid-row-end: 2;
  padding-left: 40px;
}
#about .wrapper .text h2 {}
#about .wrapper .text h3 {position: relative;color: #3e5356;}
#about .wrapper .text p {margin: 2rem 0;}
#about .wrapper .text h2 + h3::after {
  content: '';
  position: absolute;
  bottom: -30px;
  left: 0;
  width: 80px;
  height: 20px;
  background: url('../i/separator-h2.svg') no-repeat left top;
}
@media only screen and (max-width: 785px) {
  #about .wrapper {
    width: 90%;
    max-width: 90%;
  }
  #about .wrapper .text {
    padding-left: 0px;
  }
  #about .wrapper .text.left {
    padding-right: 0px;
  }
  #about::after {
    top: 1100px;
  }
}
@media only screen and (min-width: 786px) {
  #about::before, #about::after {
    height: 610px;
  }
  #about .wrapper .image {
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 1;
    grid-row-end: 1;
  }
  #about .wrapper .image.right {
    grid-column-start: 3;
    grid-column-end: 3;
  }
  #about .wrapper .text.left {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 1;
  }
  #about .wrapper .text {
    grid-column-start: 2;
    grid-column-end: 4;
    grid-row-start: 1;
    grid-row-end: 1;
  }
}

/*  Concepts - SECTIONS */

#concepts {
  background: #ffdb00 url('../i/bg-work.svg') no-repeat center -2px;
  background-size: 140%;
  height: auto;
  padding: 50px 0 100px;
  margin-top: 70px;
}
#concepts h3 {font-family:Muli; font-size: 1.3rem; line-height: 120%; font-weight: 900; text-transform: uppercase; color:#2a79ff;}
#concepts p {color:#103b51;}
#concepts .concept-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  grid-gap: 60px;
  max-width: 750px;
  margin: 0 auto;
}
#concepts .box {
  text-align: center;
}
@media only screen and (max-width: 785px) {
  #concepts .concept-list {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    grid-gap: 60px;
    max-width: 640px;
  }
  #concepts .box .image{ padding: 0 80px 0;}
  #concepts .box .content{ padding: 0 30px 0;}
}
@media only screen and (min-width: 786px) {
  #concepts {
    margin-top: 80px;
  }
  #concepts .concept-list {
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    grid-gap: 60px;
    max-width: 640px;
  }
  #concepts .concept-list {
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    grid-gap: 60px;
    max-width: 850px;
  }
}
/* Portfolio */
#portfolio {background-color: #fff3ca; margin-top: -70px; padding: 50px 0 100px;}
#portfolio::before {
  content: '';
  position: absolute;
  top: -30px;
  left: 0;
  width: 100%;
  height: 70px;
  background: url('../i/bg-portfolio-top.svg') no-repeat center top;
}
#portfolio::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 300px;
  background: url('../i/bg-portfolio-bottom.svg') no-repeat center bottom;
  z-index: 10;
}
@media only screen and (max-width: 785px) {
  #portfolio::before {
    top: -10px;
  }
}


.gallery {
  max-width: 800px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-gap: 5px;
  position: relative;
  z-index: 20; 
}
@media only screen and (max-width: 785px) {
  .gallery {
    grid-template-columns: repeat(7, 1fr);
  }
}
.gallery figure {margin: 0;position: relative;overflow: hidden;}
.gallery figure a::before {
  content:'';
  position: absolute;
  background-color: rgba(42, 121, 255, 0.7);
  width: 160%;
  height: 160%;
  top: 0;
  left: 0;
  top: -160%;
  left: -160%;
  border-radius: 100%;
  transition: 0.3s ease-in-out;
}
.gallery figure a:hover::before {
  top: 0;
  left: 0;
  transition: 0.3s ease-in-out;
  border-radius: 0%;
}
.gallery figure a::after {
  content:'';
  position: absolute;
  background:url(../i/zoom.svg) no-repeat center center;
  width: 30px;
  height: 30px;
  top: 0;
  left: 0;
  top: 60%;
  left: 60%;
  overflow: hidden;
  opacity: 0;
  transition: 0.3s ease-in-out;
}
.gallery figure a:hover::after {
  top: calc(50% - 15px);;
  left: calc(50% - 15px);;
  overflow: visible;
  opacity: 1;
  transition: 0.3s ease-in-out;

}
.gallery__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gallery__item--1 {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 3;
}
.gallery__item--2 {
  grid-column-start: 3;
  grid-column-end: 5;
  grid-row-start: 1;
  grid-row-end: 3;
}
.gallery__item--3 {
  grid-column-start: 5;
  grid-column-end: 8;
  grid-row-start: 1;
  grid-row-end: 4;
}
.gallery__item--4 {
  grid-column-start: 2;
  grid-column-end: 5;
  grid-row-start: 3;
  grid-row-end: 5;
}
.gallery__item--5 {
  grid-column-start: 3;
  grid-column-end: 5;
  grid-row-start: 5;
  grid-row-end: 7;
}
.gallery__item--6 {
  grid-column-start: 5;
  grid-column-end: 9;
  grid-row-start: 4;
  grid-row-end: 8;
}
.gallery__item--7 {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 5;
  grid-row-end: 7;
}
.gallery__item--8 {
  grid-column-start: 5;
  grid-column-end: 7;
  grid-row-start: 8;
  grid-row-end: 10;
}

/* Projects */
#projects {
  background-color: #ffec92;
}


/* Contact */
#contact {background:#ffec92 url(../i/bg-move.svg); background-color: #ffec92;}
#contact .wrapper{
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-gap: 10px;
}
#contact .left{
  grid-column-start: 2;
    grid-column-end: 8;
    grid-row-start: 2;
    grid-row-end: 2;
}
#contact .right{
  position: relative;
  background-color: #fff3ca;
  padding: 20px;
  text-align: center;
  border-radius: 30px;
  grid-column-start: 2;
  grid-column-end: 8;
  grid-row-start: 1;
  grid-row-end: 1;
}
#contact .right::before {
  content: '';
  position: absolute;
  bottom: -90px;
  left: 50px;
  width: 40px;
  height: 110px;
  background: url(../i/bg-think.svg) no-repeat left center;
  z-index: 10;
}
#contact .right .email, #contact .right .tlf {
  width: 100%;
  display: block;
  font-size: 20px;
  white-space: nowrap;
  margin-top: 30px;
}
#contact .right .tlf {
  color: #103b51;
}
#contact .right .social-follow {
  width: 100%;
  display: block;
  margin: 30px 0 20px;
}
#contact .right .social-follow a {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 0 10px;
}
#contact .right .social-follow a:hover {
  transition: 0.2s;
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
@media only screen and (min-width: 550px) {
  #contact .wrapper{
    grid-template-columns: repeat(8, 1fr);
    grid-gap: 10px;
  }
  #contact .left{
    grid-column-start: 3;
      grid-column-end: 7;
      grid-row-start: 2;
      grid-row-end: 2;
  }
  #contact .right{
    grid-column-start: 2;
    grid-column-end: 8;
  }
}
@media only screen and (min-width: 786px) {
  #contact .wrapper{
    max-width: 760px;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 50px;
  }
  #contact .left{
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 1;
  }
  #contact .right{
    grid-column-start: 3;
    grid-column-end: 5;
    grid-row-start: 1;
    grid-row-end: 1;
    -webkit-align-self: center;
      -ms-flex-item-align: center;
      -ms-grid-row-align: center;
    align-self: center;
  }
  #contact .right::before {
    width: 80px;
    height: 170px;
    top: 60px;
    left: -80px;
    background: url(../i/bg-blow.svg) no-repeat left center;
  }
  #contact .right .email, #contact .right .tlf {
    font-size: 30px;
  }
}
@media only screen and (min-width: 992px) {
  #contact .wrapper {max-width: 1000px;}
  #contact .right{
    padding: 40px;
  }
  #contact .right .email, #contact .right .tlf {
    font-size: 40px;
  }
}
.ico-home{
  display: none;
}
@media only screen and (min-width: 992px) {
  .ico-home{
    display: block;
    position: fixed;
    bottom: 120px;
    right: 20px;
    width: 40px;
    height: 40px;
    background-color: #2a79ff;
    border-radius: 100%;
    z-index: 100;
    
  }
  .ico-home img{
    width: 30px;
    height: 30px;
    margin-left: 5px;
    margin-top: 3px;
    transition:.5s;
  }
  .ico-home:hover img{
    margin-top: 0px;
  }
}


/* Effects */

.pulse {
  overflow: visible;
  position: relative;
}

.pulse::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: inherit;
  border-radius: inherit;
  -webkit-transition: opacity .3s, -webkit-transform .3s;
  transition: opacity .3s, -webkit-transform .3s;
  transition: opacity .3s, transform .3s;
  transition: opacity .3s, transform .3s, -webkit-transform .3s;
  -webkit-animation: pulse-animation 1s cubic-bezier(0.24, 0, 0.38, 1) infinite;
          animation: pulse-animation 1s cubic-bezier(0.24, 0, 0.38, 1) infinite;
  z-index: -1;
}
@-webkit-keyframes pulse-animation {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    opacity: 0;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

@keyframes pulse-animation {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    opacity: 0;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}