:root{
  --primary-color: #192e59;
  --secondary-color:#3db166;
  --body: #525052;
  --margin-content: 10em;
  --max-width: 1700px;
}

* {
  box-sizing: border-box;
}

html{
  height: 100%;
}

body{
  font-family: Montserrat;
  font-size: 14px;
  color: var(--body);
  height: 100%;
  max-width: var(--max-width);
  margin-right: auto;
  margin-left: auto;
  /*
  display: flex;
  flex-wrap: wrap;
  justify-content: center;*/

}

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

::-webkit-scrollbar-track {
    background-color: white;
}

::-webkit-scrollbar-thumb {
    background-color: var(--primary-color);
}

::-webkit-scrollbar-button {
    background-color: white;
}

::-webkit-scrollbar-corner {
    background-color: white;
}


ul{
  list-style: none;
}

a {
    text-decoration: none;
    outline: none;
}

h2{
  font-size: 1.5em;
  text-align: center;

  color: var(--primary-color);
}

.show{
  opacity: 0 !important;
}

.responsive img{
  height: 40px;
}

.responsive__client{
  display: flex !important;
  justify-content: center;
}

.mw{
    max-width: var(--max-width) !important;
}
.m-l-10{
  margin-left: 10% !important;
}

.m-l-20{
  margin-left: 20% !important;
}

.m-b-titles{
  margin-bottom: 2em;
  position: relative;
  display: flex;
  justify-content: center;
}

.m-b-titles-margin{
  margin-bottom: 4em !important;
}

.mp-t{
  margin-top: 5em !important;
}

.mp-b{
  margin-bottom: 5em !important;
}

.background-pattern{
    background-image: url("../media/sections/pattern.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.section-1{

  height: 100%;

  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: black;
  display: flex;
  flex-wrap: wrap;
  color: white;
  justify-content: center;
  align-items: center;
  padding-left: 10em;
  padding-right: 10em;
  position: relative;


}

.section-1__nav{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  position: absolute;
  padding-top: 1em;
  padding-bottom: 1em;
  padding-left: 10em;
  padding-right: 10em;
  align-items: center;
  max-width: var(--max-width);
  background-color: var(--primary-color);
  opacity: 0.8;
}

.section-1__nav_home{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  position: absolute;
  top: 1.5em;
  padding-left: 10em;
  padding-right: 10em;
  align-items: center;
  max-width: var(--max-width);

}

.section-1__nav__logo img{
  height: 80px;
}

.section-1__nav__menu ul{
  text-align: right;
}

.section-1__nav__menu ul li{
  display: inline;
  margin-right: 1em;
  text-transform: uppercase;
  font-weight: 500;
  font-size: .9em;
}

.section-1__nav__menu ul li a{
   color: white;
   text-decoration: none;
   position: relative;
}

.section-1__nav__menu ul li:last-child{
  margin-right: 0;
}

.active{
  font-weight: 700;
}

.active::before{
    height: 6px;
    background-color: var(--secondary-color);
    z-index: 99;
    width: 50%;
    bottom: -10px;
    position: absolute;
    content: "";
    left: 25%;
  }

.section-1__content{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 3em;
}

.section-1__content__title{
  font-size: 4em;
  color: var(--secondary-color);
  font-weight: 700;
  letter-spacing: 1.5px;
  margin-bottom: 0.1em;
}

.section-1__content__subtitle{
  font-size: 3em;
  letter-spacing: 1.5px;
  font-weight: 500;
}

.section-1__content__isos ul li{
  display: inline;
}

.section-1__content__isos ul li img{
  height: 60px;
}

.section-1__content__form{
  background-color: white;
  padding: 2em 4em 2em 4em;
}

input[type="text"],input[type="number"],input[type="phone"],input[type="email"],textarea{
  padding: .5em;
  margin-bottom: .5em;
  width: 100%;
  font-family: Montserrat;
  background-color: transparent;
  border: 1px solid #b3b3b3;
  z-index: 99;
}

.section-1__content__form h2{
    color: var(--secondary-color);
    text-align: center;
    margin-bottom: 1em;

}

.section-1__content__form label {
    display: block;
    padding-left: 15px;
    text-indent: -20px;
}

.section-1__content__form a{
  color: var(--body);
  font-size: .8em;
}

.section-1__content__form button {
    font-size: 1em;
    margin-top: 20px;
    height: 40px;
    width: 100%;
    background-color: var(--secondary-color);
    color: white;
    font-family: "Montserrat";
    font-weight: 300;
    border: 0;
    cursor: pointer;
    -webkit-box-shadow: 5px 8px 10px -3px rgba(0,0,0,.2);
    -moz-box-shadow: 5px 8px 10px -3px rgba(0,0,0,.2);
    box-shadow: 5px 8px 10px -3px rgba(0,0,0,.2);
}

.section-2{
  padding-left: var(--margin-content);
  padding-right: var(--margin-content);
  max-width: var(--max-width);
}

.section-2 p{
  white-space: pre-line;
  text-align: left;
  width: 84%;
  margin-right: 1%;
}

.section-2 img{
  height: auto;
  width: 11%;
}

.section-2 p:last-child{
  margin-bottom: 0;
}

.m-b-titles::before{
  height: 6px;
  background-color: var(--secondary-color);
  z-index: 99;
  width: 50px;
  bottom: -10px;
  position: absolute;
  content: "";
}

.section-2__text{
  text-align: center;
}

.section-3{
    background-color: var(--primary-color);
    display: flex;
    flex-wrap: wrap;
    color: white;
    padding-left: var(--margin-content);
    padding-right: var(--margin-content);
    padding-top: 2em;
    padding-bottom: 2em;
    max-width: var(--max-width);
}

.section-3 h2{
  color: white !important;

}

.section-3 p{
  line-height: 1.5em;
  text-align: center;
}

.section-3__left{
  padding: 3em;
}

.section-3__right{
  padding: 3em;
}

.section-3__left-border{
  border-right: 1px solid;
}

.section-4{
  padding-left: var(--margin-content);
  padding-right: var(--margin-content);
  max-width: var(--max-width);
}

.section-4__content{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.section-4__content__item{
  text-align: center;
  margin-right: 3em;
}

.section-4__content__item:last-child{
  margin-right: 0;
}

.section-4__content__item img{
    height: 60px;
    margin-bottom: 2em;
}

.section-4__content__item p{
  line-height: 1.5em;
  text-align: center;
}

.section-5{

  max-width: var(--max-width);
}

.section-5__content__item{
  display: flex;
  flex-wrap: wrap;
  align-items: center;

}

.section-5__content__item img{
  width: 100%;
}

.section-5__content{
  display: flex;
  flex-wrap: wrap;
}

.section-5__content__item__content p{
  line-height: 1.5em;
  text-align: center;
  margin-bottom: 2.8em;
}


.section-5__content__item__content{
  padding-left: 3em;
  padding-right: 3em;
  text-align: center;

}

.section-5__content__item__content a{
  color: white;
  padding: .8em 2em .8em 2em;
  background-color: var(--secondary-color);
}

.section-6{
  padding-left: var(--margin-content);
  padding-right: var(--margin-content);
  max-width: var(--max-width);
}

.section-6__content{
  display: flex !important;
  flex-wrap: wrap;
  padding: 0 5em 0 5em;
}

.section-6__content img{
  height: 85px;
}

.section-6__content__img-mb{
  margin-bottom: 7em;
}

.section-6__content__img{
  display: flex !important;
  flex-wrap: wrap;
  justify-content: center;
}


.section-7{
  padding-top: 5em;
  padding-bottom: 3em;
  padding-left: var(--margin-content);
  padding-right: var(--margin-content);
  max-width: var(--max-width);
}

.section-7__content{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;

}

.section-7__content label {
    display: block;
    padding-left: 15px;
    text-indent: -20px;
}

.section-7__content a {
    color: var(--body);
    font-size: .8em;
}

.section-7__content button {
    font-size: 1em;
    margin-top: 20px;
    height: 40px;
    width: 40%;
    background-color: var(--secondary-color);
    color: white;
    font-family: "Montserrat";
    font-weight: 300;
    border: 0;
    cursor: pointer;
    -webkit-box-shadow: 5px 8px 10px -3px rgba(0,0,0,.2);
    -moz-box-shadow: 5px 8px 10px -3px rgba(0,0,0,.2);
    box-shadow: 5px 8px 10px -3px rgba(0,0,0,.2);
    margin-left: 30%;
}

.section-7__content__isos ul li{
  display: inline;
}

.section-7__content__isos ul li img{
  height: 100px;

}

.section-7__content__isos ul li{
  margin-right: 2em;
}

.section-7__content__isos ul li:last-child{
  margin-right: 0;
}

.section-7__content__isos{
  margin-top: 2em;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

footer{
  background-color: var(--primary-color);
  padding-left: 25em;
  padding-right: 25em;
  padding-top: 2em;
  padding-bottom: 2em;
  max-width: var(--max-width);
}

.footer__item{
  color: white;
  margin-bottom: 1em;
  font-size: 0.9em;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.footer__item img{
  height: 15px;
  margin-right: .5em;
}

.footer__item:last-child{
  margin-bottom: 0;
}

.footer__item-border{
  border-bottom: .5px solid white;
  padding-bottom: 1em;
}

.footer__item__logo{
  width: 80%;
  height: auto !important;
}

.footer__item__menu p{
  display: inline;
  margin-right: .5em;
  border-right: 2px solid var(--secondary-color);
  padding-right: 1em;
}

.footer__item__menu p:last-child{
  border: 0;
  margin-right: 0;
  margin-left: 0;
  padding: 0;
}

.footer__item__social{
  text-align: right;
}

.footer__item__social img{
  height: 20px;
  margin-right: .5em;
}

.footer__item__social img:last-child{
    margin-right: 0;
}

.head{
  height: 70%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  max-width: var(--max-width);
}

.services{
  padding-left: var(--margin-content);
  padding-right: var(--margin-content);
  max-width: var(--max-width);
}

.service__text{
  text-align: center;
}

.service__text p{
  line-height: 1.5em;
  text-align: center;
  margin-bottom: 1.5em;
  white-space: pre-line;
}

.services-content{
  padding-left: var(--margin-content);
  padding-right: var(--margin-content);
  max-width: var(--max-width);
  padding-top: 5em;
  padding-bottom: 5em;
}

.services-content__list{
  display: flex;
  flex-wrap: wrap;
}

.services-content__list__left{
  text-align: right;
  padding-right: 3em;
  border-right: 1.5px solid var(--primary-color);
  border-style: dotted;
}

.services-content__list__left li{
  margin-bottom: 4em;
}

.services-content__list__left li:last-child{
  margin-bottom: 0;
}

.services-content__list__left li h3{
  color: var(--primary-color);
  margin-bottom: 1em;
  position: relative;
}

.services-content__list__left h3::before{
  height: 6px;
  background-color: var(--secondary-color);
  z-index: 99;
  width: 50px;
  bottom: -10px;
  position: absolute;
  content: "";
  right: 0;
}

.services-content__list__right{
  text-align: left;
  padding-left: 3em;
}

.services-content__list__right li{
  margin-bottom: 4em;
}

.services-content__list__right li:last-child{
  margin-bottom: 0;
}

.services-content__list__right li h3{
  color: var(--primary-color);
  margin-bottom: 1em;
  position: relative;
}

.services-content__list__right h3::before{
  height: 6px;
  background-color: var(--secondary-color);
  z-index: 99;
  width: 50px;
  bottom: -10px;
  position: absolute;
  content: "";
  left: 0;
}

.services-content__consultacy__item{
  height: 40%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 300px;
  position: relative;

}

.services-content__consultacy__item__back{
  position: absolute;
  bottom: 0;
  background-color: rgba(25, 46, 89, 0.7);
  height: auto;
  text-align: center;
  color: white;
  padding: 1em;
}

.services-content__consultacy__item__back h3{
  font-weight: 500;
  font-size: .8em;
  margin-bottom: 2em;
  line-height: 1.2em;
}

.services-content__consultacy__item__back a{
  background-color: var(--secondary-color);
  padding: .5em 2em .5em 2em;
  color: white;
  margin-bottom: 0em;
  display: inline-block;
}

.services-content__consultacy{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.services-content__list__left p{
    position: relative;
}

.services-content__list__left__p::before{
  height: 6px;
  background-color: var(--secondary-color);
  z-index: 99;
  width: 50px;
  bottom: -10px;
  position: absolute;
  content: "";
  right: 0;
}

.services-content__list__right p{
  position: relative;
}

.services-content__list__right__p::before{
  height: 6px;
  background-color: var(--secondary-color);
  z-index: 99;
  width: 50px;
  bottom: -10px;
  position: absolute;
  content: "";
  left: 0;
}

.separate-1{
  padding-right: 1em;
  padding-bottom: 1em;
}

.service__text h3{
  margin-bottom: 2em;
}

.contact {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: var(--max-width);
  height: 50%;
}

.contact form{
  background-color: white;
  padding: 4em;
  position: relative;
  top:-250px;
  text-align: center;
}

.contact form label{
  display: inherit;
  width: 100%;
  text-align: left;
}

.contact form a{
  color: var(--body);
}

.contact form button{
  font-size: 1em;
  margin-top: 20px;
  height: 40px;
  width: 60%;
  background-color: var(--secondary-color);
  color: white;
  font-family: "Montserrat";
  font-weight: 300;
  border: 0;
  cursor: pointer;
  -webkit-box-shadow: 5px 8px 10px -3px rgba(0,0,0,.2);
  -moz-box-shadow: 5px 8px 10px -3px rgba(0,0,0,.2);
  box-shadow: 5px 8px 10px -3px rgba(0,0,0,.2);
}

.contact h2{
  text-align: center;
}

.lg-100{
  width: 100% !important;
}

.lg-2{
  width: 50% !important;
}

.lg-3{
  width: 33.33% !important;
}

.lg-4{
  width: 25% !important;
}

.lg-5{
  width: 20% !important;
}

.lg-6{
  width: 16.67% !important;
}

.lg-7{
  width: 14.29% !important;
}

.lg-8{
  width: 12.5% !important;
}

.lg-9{
    width: 11.11% !important;
}

.lg-10{
    width: 10% !important;
}

.lg-11{
    width: 9.09% !important;
}

.lg-40{
    width: 40% !important;
}

.lg-20{
  width: 20% !important;
}

.lg-30{
  width: 30% !important;
}

.lg-60{
  width: 60% !important;
}

.lg-70{
  width: 70% !important;
}

.lg-80{
  width: 80% !important;
}

.section-6__content__slider-small{
  display: none !important;
}

.section-1__nav__menu-responsive{
  opacity: 0;
  -webkit-transition: all .5s; /* Safari */
  transition: all .5s;
  z-index: -1;
}

.hamburguer{
    width: 30px;
    height: 4px;
    background-color: white;
    margin: 4px 0;
}

.section-1__nav__menu__icon{
  display: none;
  position: absolute;
  right: 10em;
}

.section-1__nav__menu__icon{
  cursor: pointer;
}

.section-1__nav__menu-responsive{
  position: absolute;
  width: 100%;
  top:95px;
  padding-right:  10em;
  padding-left: 10em;

}

.section-1__nav__menu-responsive ul{
  background-color: white;
  padding: 2em;
}

.section-1__nav__menu-responsive ul li{
  background-color: white;
  margin-bottom: 1em;

}

.section-1__nav__menu-responsive ul li a{
  color: var(--body);
}


.thanks{
  background-image: url('../media/sections/index.png');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.thanks::after {
    background-color: black;
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.6;
}

.thanks__content{
  z-index: 2;
  flex-wrap: wrap;
  align-items: center;
  color: white;
  display: flex;
  justify-content: center;
}

.thanks__logo{
  z-index: 2;
  width: 100%;
  text-align: center;
  margin-bottom: 60px;
}

.thanks__logo img {
  height: 40px;
}

.thanks__title{
    z-index: 2;
    text-align: center;
    font-size: 4em;
    font-weight: bold;
    font-family: "Helvetica Neue";
    width: 50%;
}

.thanks__content button{
  z-index: 2;
  margin-top: 40px;
  width: 20%;
  height: 40px;
  background-color: var(--secondary-color);
  color: white;
  font-family: "Helvetica Neue";
  font-weight: 300;
  border: 0;
  cursor: pointer;
  -webkit-box-shadow: 5px 8px 10px -3px rgba(0,0,0,.2);
  -moz-box-shadow: 5px 8px 10px -3px rgba(0,0,0,.2);
  box-shadow: 5px 8px 10px -3px rgba(0,0,0,.2);


}

.thanks__subtitle{
  z-index: 2;
  width: 100%;
  text-align: center;
  font-size: 1.5em;
  margin-top: 10px;
}


@media(max-width: 1339px){
  .section-1__nav__menu{
    display: none;
  }

  .section-1__nav__menu__icon{
    display: block;
  }


  .show{
    opacity: 1 !important;
    z-index: 100;
  }

}

@media (max-width: 1200px){

  .thanks__title{
      width: 80%;
  }

  .section-1__content__isos{
    display: none;
  }

  .section-1__content-margins{
    margin-top: 5em;
    margin-bottom: 2em;
  }

  .section-1__content__title{
    font-size: 3em;
    text-align: center;
  }

  .section-1__content__subtitle{
    font-size: 2.5em;
    text-align: center;
  }

  .section-1__content{
    margin-bottom: 2em;
  }

  .section-1{
    height: auto;
  }

  .section-2{
    padding-left: 5em;
    padding-right: 5em;

  }

  .section-3{
    padding-left: 0;
    padding-right: 0;
  }

  .section-4 {
    padding-left: 5em;
    padding-right: 5em;
  }

  .section-6 {
    padding-left: 0em;
    padding-right: 0em;
  }

  .section-6__content img{
    height: 40px;
  }

  .section-7 {
    padding-left: 5em;
    padding-right: 5em;
  }

  .section-7__content__isos ul li img{
    height: 70px;
  }

  .section-5__content__item__content p{
      line-height: 1.2em;
  }

  .m-b-titles{
    margin-bottom: 1.5em;
  }

  .section-5__content__item__content p{
    margin-bottom: 2.5em;
  }

  footer{

    padding-left: 15em;
    padding-right: 15em;

  }

  .md-2{
    width: 50% !important;
  }

  .md-100{
    width: 100% !important;
  }

  .c-m-l{
    margin-left: 0 !important;
  }

  .head{
    height: 50% !important;
  }

  .services{
    padding-left: 5em;
    padding-right: 5em;
  }

  .services-content{
    padding-left: 5em;
    padding-right: 5em;
  }

}

@media (max-width: 1024px){

}

@media (max-width: 768px){

  .separate-1{
    padding-right: 1em;
    padding-left: 1em;
  }

  .thanks__title{
    font-size: 2em;
  }

  .thanks__subtitle{
    font-size: 1em;
  }
  .thanks__content button{
    width: 50%;
  }

  .thanks__logo{
    margin-bottom: 30px;
  }

  .section-1__content-margins{
    margin-top: 3em;
  }

  .section-1__content__form{
    padding: 2em 2em 2em 2em;
  }

  .section-1__content__form h2{
      font-size: 1.3em;
  }

  .section-1__content__title{
    font-size: 2em;
    margin-bottom: .3em;
  }

  .section-1__content__subtitle{
    font-size: 1em;
  }

  .section-2{
    padding-left: 2em;
    padding-right: 2em;
  }

  .section-4__content__item{
    margin-right: 0;
  }

  .section-1__nav__menu-responsive{
    padding-right: 5em;
    padding-left:  5em;
  }

  .section-1__nav__menu__icon{
      right: 5em;
  }

  .section-1{
    padding-left: 5em;
    padding-right: 5em;
  }

  .section-1__nav{
    padding-left: 5em;
    padding-right: 5em;
  }

  .section-1_nav_home{
    padding-left: 5em;
    padding-right: 5em;
  }

  .sm-100{
    width: 100% !important;
  }

  .sm-50{
    width: 50% !important;
  }

  .sm-70{
    width: 60% !important;
  }

  .section-4__content__item{
    margin-bottom: 2em;
  }

  .section-4__content__item:last-child{
    margin-bottom: 0;
  }

  .section-5__content__item-margins{
    padding-bottom: 5em;
    padding-top: 5em;
  }

  .section-7__content__isos{
    display: none;
  }

  footer {
    padding-left: 2em;
    padding-right: 2em;
  }

  .section-6__content__slider-small{
    display: block !important;
  }

  .section-6__content__slider-large{
    display: none !important;
  }

  .section-6__content__img-mb{
    margin-bottom: 0;
  }

  .services-content__list__left ul li{
    text-align: center;
  }

  .services-content__list__left h3::before {
    height: 6px;
    background-color: var(--secondary-color);
    z-index: 99;
    width: 50px;
    bottom: -10px;
    position: absolute;
    content: "";
    right: auto !important;
  }

  .services-content__list__left li h3 {

    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .services-content__list__right ul li{
    text-align: center;
  }

  .services-content__list__right h3::before {
    height: 6px;
    background-color: var(--secondary-color);
    z-index: 99;
    width: 50px;
    bottom: -10px;
    position: absolute;
    content: "";
    left: auto !important;
  }

  .services-content__list__right li h3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .services-content__list__left{
    padding-right: 0;
  }

  .services-content__list__right{
    padding-left: 0;
  }

  .services-content__list__left {
    margin-bottom: 2em;
  }

  .services-content__list__left{
    border-right: 0;
  }

  .services-content__list__left__p{
      display: flex;
      justify-content: center;
  }

  .services-content__list__right__p{
      display: flex;
      justify-content: center;
  }

  .services-content__list__left__p::before{
    right: inherit;
  }

  .services-content__list__right__p::before{
    left: inherit;
  }

  .section-1__nav__logo img{
    height: 45px;
  }

  .section-7 {
    padding-left: 2em;
    padding-right: 2em;
  }

  .services{
    padding-left: 2em;
    padding-right: 2em;
  }

  .services-content{
    padding-left: 2em;
    padding-right: 2em;
  }

  .contact form{
    position: inherit;
  }

  .contact{
    height: auto;
  }

}

@media (max-width: 640px){

    .section-2 img{
      display: none;
    }

    .section-2 p{
      width: 100%;
    }

    .slick-prev{
      display: none !important;
    }

    .slick-next{
      display: none !important;
    }

   .xs-100{
     width: 100% !important;
   }

   .section-1 {
      padding-left: 2em;
      padding-right: 2em;
    }

    .section-1__nav{
      padding-left: 2em;
      padding-right: 2em;
    }

    .section-1_nav_home{
      padding-left: 2em;
      padding-right: 2em;
    }

    .section-1__nav__menu__icon {
        right: 2em;
    }

    .section-1__nav__menu-responsive{
      padding-right: 4em;
    }

    .section-1__nav__menu-responsive{
      padding-left: 2em;
      padding-right: 2em;
    }
}
