div {margin:0; padding:0};

html, body, span, p, form, img, a, ul, ol, li, table, tr, td, div{
  margin: 0;
  padding: 0; 
  border:none; 
  outline:none;
  list-style-type:none;
}

@each $breakpoint in map-keys($grid-breakpoints) {
  @include media-breakpoint-up($breakpoint) {
    $infix: breakpoint-infix($breakpoint, $grid-breakpoints);
    .text#{$infix}-left   { text-align: left !important; }
    .text#{$infix}-right  { text-align: right !important; }
    .text#{$infix}-center { text-align: center !important; }
  }
}


*,
*::before,
*::after {
  box-sizing: border-box;
}

@font-face {
  font-family: 'SansationRegular';
  src: url('../fonts/SansationRegular.eot');
  src: url('../fonts/SansationRegular.eot?#iefix') format('embedded-opentype'),
  url('../fonts/SansationRegular.woff2') format('woff2'),
  url('../fonts/SansationRegular.woff') format('woff'),
  url('../fonts/SansationRegular.ttf') format('truetype'),
  url('../fonts/SansationRegular.svg#NexaBold') format('svg');
  font-style: bold;
}


@font-face {
  font-family: 'SansationBold';
  src: url('../fonts/SansationBold.eot');
  src: url('../fonts/SansationBold.eot?#iefix') format('embedded-opentype'),
  url('../fonts/SansationBold.woff2') format('woff2'),
  url('../fonts/SansationBold.woff') format('woff'),
  url('../fonts/SansationBold.ttf') format('truetype'),
  url('../fonts/SansationBold.svg#NexaBold') format('svg');
  font-style: bold;
}

/*MEDIAS*/

@media all and (width: 575px) {
  
}

@media all and (width: 1440px) {
  
}




@media all and (max-width: 768px) {
  
  hgroup {
    background-size: cover;
    width: 100%;
    height: auto !important;
    position: relative;
    justify-content: center;
    align-items: center;
  }
  
  .title h1 {
    margin-top: 80px !important;
    margin-bottom: 25px!important;
    font-size: 22px!important;
  }
  
  .box-services h2 {
    font-size: 22px!important;
  }
  
  .row.watch-icon h2 {
    text-align: center !important;
    font-size: 22px!important;
    margin-bottom: 20px !important;
    justify-content:center !important;
  }
  
  
  .nav-item {
    margin-top: 0 !important;
    margin-left: 8px !important;
  }
  
  section.presentation p {
    font-size: 16px!important;
    color: #474747!important;
    padding: 10px!important;
    text-align: justify!important;
  }
  
  .textos p {
    font-size: 16px!important;
    color: #474747!important;
    padding: 10px!important;
    text-align: justify!important;
  }
  
  img.business {
    width: 100% !important;
    margin-bottom: 25px;
  }
  
  .row.watch-icon-reverse {
    display: unset !important;
  }
  
  .row.watch-icon  h2{
    display: flex !important;
  }
  
  .row.watch-icon{
    align-items: normal !important;
  }
  
  .btn-help-style {
    width:100% !important;
  }
  
  .col-lg-4.col-md-4.col-12.align-colum{
    margin-bottom: 20px !important;
  }
  
  .a , .b , .c , .d , .e {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
    width: 90%!important;
  }
  
  .align-footer {
    padding: 15px !important;
  }
  
  .row.watch-icon-reverse {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    flex-direction: column-reverse !important;
  }
  
  .box-call h2 {
    text-align: center !important;
    font-size: 22px!important;
    margin-bottom: 20px !important
  }
  
  .box-call p {
    font-size: 18px;
    text-align: justify;
  }

  .copywrith span {
    display: flow-root !important;
  }
  
}

@media  (width: 768px) {
  
  .row.watch-icon-reverse {
    flex-direction: unset !important;
  }
}


@media  (max-width: 1200px) {
  img.business {
    width: 100%!important;
  }
}

@media  (width: 1024px) {
  
  .nav-item {
    margin-top: 0 !important;
    margin-left: 8px !important;
  }
  
  
  
}

/*END MEDIAS*/

html {
  font-family: 'Sansation';
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}



body {
  margin: 0;
  font-family: "Sansation";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}



hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

p {
  font-family: "Sansation";
}



/*menu*/

.icons {
  margin-top: 6px;
  display: flex;
  align-items: center;
  
}

.insta img {
  width: 18px;
  margin-right: 5px;
}

.whats img {
  width: 23px;
  margin-right: 5px;
}


.e-mail img {
  margin-right: 5px;
  width: 19px;
}



.face img {
  margin-right: 5px;
  width: 17px;
}



.linkedin img {
  margin-right: 5px;
  width: 18px;
}



.nav-item {
  margin-top: 20px;
  font-family: 'Sansation';
  font-weight: bold;
}

a.nav-link:hover{
  color: #20BAD0 !important;
  transform: scale(1.1);
}

a.nav-link{
  color:#ffff !important;
  transition: all 0.3s;
}

ul.nav.menu {
  display: flex;
  justify-content: space-between;
  font-family: 'Sansation';
  font-weight: bold;
}


/*menu burguer*/

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}


.btn-resp-menu {
  border: none !important;
  background-color: transparent;
}



.navbar-nav mr-auto {
  display: flex;
  flex-direction: column;
  padding-left: 10px;
  margin-bottom: 0;
  list-style: none;
}



/*banner*/

hgroup {
  background-size: cover;
  width: 100%;
  height: 545px;
  position: relative;
  justify-content: center;
  align-items: center;
}

.title {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.title h1 {
  font-family: 'SansationBold';
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffff;
  margin-top: 130px;
  text-align: center;
}

.btn-start {
  display: flex;
  justify-content: center;
}

a{
  text-decoration: none!important;
}

.btn-start-style {
  display: flex;
  justify-content: center;
  position: relative;
  color: #ffff;
  align-items: center;
  top: 115px;
  font-family: 'Sansation';
  font-weight: bold;
  color: #ffff;
  border-radius: 12px;
  width: 155px;
  height: 45px;
  border: none;
  transition: all 0.5s;
  cursor: pointer;
  background: linear-gradient( 
  100deg, #020C0E 40%, #20BAD0 100%);
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}

.btn-start-style:hover{
  background: linear-gradient( 
  100deg, #20BAD0 40%, #020C0E 100%);
  -webkit-filter: blur(1px);
  filter: blur(1px);
}

/* presentation */


section.presentation p {
  font-size: 22px;
  color: #4D4D4F;
  padding: 90px;
  text-align:justify;
}

/*  services */

.box-services h2 {
  font-weight: bold ;
  font-size:40px ;
  text-align:center ;
  margin-bottom: 40px ;
  color:#080e1e ;
}

.row.align{
  display: flex;
  justify-content: center;
  align-items: center;
}

.col-lg-4.col-md-4.col-12.align-colum {
  display: flex;
  justify-content: center;
  align-items: center;
}

.box-img img {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  width: 100% !important;
}

.box-img img:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}


/* call banner*/

section.call-banner , section.water-banner , section.call-way {
  margin-top: 80px;
}

.col-lg-7.col-md-7.col-12.box-call {
  display: flex;
  justify-content: flex-start;
}

.col-lg-7.col-md-7.col-12.watch-icon {
  display: flex;
  justify-content: right;
}

.row.watch-icon {
  display: flex;
  justify-content: center;
  align-items: center;
}



.row.watch-icon  h2 , .row.watch-icon-reverse h2{
  font-weight: bold ;
  font-size:32px ;
  text-align:left ;
  color:#080e1e ;
  margin-bottom: 30px;
}

.row.watch-icon  p {
  font-size: 18px;
  color: #4D4D4F;
  text-align:justify;
  margin-bottom: 30px;
}

.box-call h2 {
  font-weight: bold ;
  font-size:35px ;
  text-align:left ;
  color:#080e1e ;
}

.box-call p {
  font-size: 18px;
  color: #4D4D4F;
  text-align:justify;
}


.btn-help-style {
  display: flex;
  justify-content: center;
  color: #ffff;
  align-items: center;
  font-family: 'Sansation';
  font-weight: bold;
  color: #ffff;
  border-radius: 12px;
  width: 230px;
  height: 45px;
  border: none;
  transition: all 0.5s;
  cursor: pointer;
  background: linear-gradient( 
  100deg, #020C0E 40%, #20BAD0 100%);
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}

.btn-help-style:hover{
  background: linear-gradient( 
  100deg, #20BAD0 40%, #020C0E 100%);
  -webkit-filter: blur(1px);
  filter: blur(1px);
}

.logos  h2{
  font-weight: bold ;
  font-size:35px ;
  text-align:center ;
  color:#080e1e ;
}

.row.logos-empresas {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.align-colum {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}

.row.footer {
  display: flex;
  justify-content: center;
  align-items: center;
}

.whats-footer , .insta-footer , .e-mail-footer , .linkedin-footer , .face-footer {
  width: 17px;
  margin-left: 5px;
}

span {
  font-size: 18px;
  color: white;
  font-family: 'Sansation';
}

.align-footer {
  padding: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* back to top */

html, body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}


.back-top {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 50px;
  height: 50px;
  border-radius:30px;
  background-color: #4D4D4F;
  opacity: 0.5;
  text-decoration: none;
  -webkit-border-radius:30px;
  -moz-border-radius:30px;
  -ms-border-radius:30px;
  -o-border-radius:30px;
}
.back-top::after {
  content: "↑";
  font-size: 32px;
  font-weight: bold;
  color: aliceblue;
  transition: margin-top 250ms;
}
.back-top:hover::after {
  margin-top:-8px;
}

html {
  scroll-behavior: smooth;
}


:target {
  scroll-margin-top: .8em;
}


/* ----- institucional ---- */

/*  textos */

.textos h2 {
  font-weight: bold ;
  font-size:40px ;
  text-align:center ;
  margin-top: 40px ;
  color:#080e1e ;
}

.textos p {
  font-size: 22px;
  color: #4D4D4F;
  padding: 30px 90px 0;
  text-align:justify;
}

h3 {
  font-weight: bold ;
  font-size:40px ;
  text-align:center ;
  margin-top: 40px ;
  color:#ffff;
}

.row.watch-icon-reverse {
  display: flex;
  align-items: center;
  justify-content: center;
}

.container-center {
  display: flex;
  justify-content: center;
  flex: auto;
}

.copywrith {
  display: flex;
}

.copywrith span {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align:center;
  font-size:14px;
  color:white;
  font-weight:bold;
  background: #020C0E;
  width: 100%;
  height: auto;
  padding: 20px;
}








