@import url("https://lovatel.com.br/plugins/plugins.css");


p{
  font-family: "Lato", sans-serif;
  font-size: 20px;
  color: #FFF;
  font-weight: 300;
  line-height: 160%;
}

html{
  scroll-behavior: smooth;
}



h1, h2, h3, p, a{
  font-family: 'Open Sans', sans-serif;
}

h1{
  font-size: 60px;
  color: #fff;
  font-weight: 800;
  text-align: center;
}

h2{
  font-size: 56px;
  color: #324873;
  font-weight: 800;
}

h3{
  font-size: 30px;
  color: #fff;
  font-weight: 800;
  text-align: center;
}

p{
  font-size: 18px;
  color: #fff;
  font-weight: 400;
  text-align: center;
  margin: 0;
  padding-bottom: 15px;
}

.line{
  width: 182px;
  height: 13px;
  background-image: url(../img/icons.png);
  background-position: -7px -94px;
  margin: 10px auto 35px auto;
}

::-webkit-scrollbar{width: 12px;}
::-webkit-scrollbar-track{background: rgba(21, 100, 143, 0.7);}
::-webkit-scrollbar-thumb{background: #00BFFF;}
::-webkit-scrollbar-thumb:hover{background: #008cbb;} 

/**********************************************************************************************************************************************/
/*HEADER*/
/**********************************************************************************************************************************************/
.resp-logo{
  display: block;
}

.line-header{
  position: absolute;
  width: 88%;
  height: 5px;
  background-color: #22A3CC;
  top: 0;
  left: 0;
} 

header{
  /* display: flex; */
  justify-content: center;
  position: fixed;
  height: 215px;
  max-height: 215px;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background-repeat: no-repeat;
  background-position: right top;
  -webkit-transition: all ease 0.7s;
  transition: all ease 0.7s;
}

header div.container{
  display: grid;
	grid-template-columns: auto auto 10%;
  grid-gap: 10px;
  align-items: center;
  padding-top: 10px;
}

header ul{
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1000px;
  width: 100%;
}

header ul li a{
  font-family: "Lato", sans-serif;
  font-size: 16px;
  color: #2E5E8A;
  font-weight: 900;
  line-height: 160%;
  padding: 15px 20px;
  background-color: transparent;
  border-radius: 50px;
}

header ul li a:hover{
  -webkit-transition: all ease 0.7s;
  transition: all ease 0.7s;
  background-color: #22A3CC;
  color: #fff;
}

header a{
  cursor: pointer;
}

header.scrolled{
  max-height: 120px;
  background-color: rgba(255, 255, 255, 0.85);
}

/**/
.social{
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.social .icon{
  display: block;
  width: 33px;
  height: 33px;
  background-image: url(../img/icons.png);
  margin: 0 2px;
}

.social .icon1{background-position: -5px -144px;}
.social .icon2{background-position: -45px -144px;}
.social .icon3{background-position: -85px -144px;}

/*menu responsivo*/
.header-nav.is-visible, .produtos-left.is-visible{
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}
/**********************************************************************************************************************************************/
/*SECTION APRESENTAÇÃO*/
/**********************************************************************************************************************************************/
.apresentacao{
  position: relative;
  background-image: url(../img/header.jpg);
  background-size: cover;
}

.apresentacao .swiper-text{
  background-image: url(../img/header.jpg);
}

.apresentacao img{
  width: 100%;
}

.apresentacao-box{
  padding-top: 150px;
}

.apresentacao-box .swiper-text{
  display: grid;
	grid-template-columns: 50% auto;
  grid-gap: 10px;
  align-items: center;
}

.apresentacao-box .swiper-container-main{
  width: 100%;
  position: relative;
  display: block;
}

.apresentacao-box .swiper-container-horizontal>.swiper-pagination-bullets{
  bottom: 140px;
  left: 0;
  width: 50%;
}

.apresentacao-box .swiper-text{
  line-height: 0.7;
}

.apresentacao-box .swiper-text h2{
  margin-left: 25%;
  text-align: start;
  color: #324772;
  font-size: 69px;
  line-height: 1.0;
}

.apresentacao-box .swiper-text h3{
  margin-left: 25%;
  text-align: start;
  font-size: 50px;
  color: #266B91;
  font-weight: 600;
  padding-bottom: 80px;
  line-height: 0.9;
}

.apresentacao-box .swiper-pagination-bullet{
  width: 15px;
  height: 15px;
  background-color: #fff;
  border: 1px solid #22A3CC;
  opacity: 1;
}

.apresentacao-box .swiper-pagination-bullet-active{
  background-color: #22A3CC;
}

.apresentacao::after,
.tecnologia-container::after,
.contato-container::after{
  content: '';
  display: block;
  position: absolute;
  bottom: -25px;
  height: 175px;
  width: 100%;
  background-image: url("../img/onda.png");
  animation: animacao ease infinite 8s alternate-reverse;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  background-repeat: no-repeat;
  z-index: 10;
}

.contato-container::after{
  bottom: -32px;
}


/**********************************************************************************************************************************************/
/*SECTION SOBRE*/
/**********************************************************************************************************************************************/
.sobre-container{
  background: url("../img/sobre.jpg") no-repeat;
  background-size: cover;
  padding-top: 115px;
  position: relative;
  padding-bottom: 246px;
}

.sobre{
  width: 100%;
}

.sobre-box{
  position: absolute;
  display: grid;
	grid-template-columns: repeat(3,1fr);
  grid-gap: 40px;
  background-color: #1F97BE;
  padding: 45px 35px;
  margin-top: 25px;
  max-width: 1350px;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.sobre-box p{
  font-weight: 300;
}

.sobre-box .line-sobre-box,
.produtos-box .swiper-text .line{
  width: 105px;
  height: 12px;
  background-position: -85px -7px;
}

.sobre-icon{
  position: absolute;
  display: block;
  width: 75px;
  height: 90px;
  background-image: url(../img/icons.png);
  top: 0;
  left: 0;
  margin-left: calc(50% - 75px / 2);
  margin-top: -45px;
  z-index: 99;
}
/**********************************************************************************************************************************************/
/*SECTION TECNOLOGIA*/
/**********************************************************************************************************************************************/
.tecnologia-container{
  position: relative;
  background-image: url(../img/tecnologia.jpg);
  padding-top: 65px; 
  padding-bottom: 180px;
}

.tecnologia{
  display: grid;
	grid-template-columns: auto 50%;
  grid-gap: 30px;
  align-items: center;
  margin-top: 50px;
}

.tecnologia iframe{
  width: 100%;
  max-height: 620px;
  padding: 20px 0;
  background-color: #000;
  border-radius: 20px;
}

.tecnologia h2{
  text-align: end;  
}

.tecnologia p{
  color: #737373;
  text-align: end;
}

.tecnologia .line{
  width: 182px;
  height: 13px;
  background-position: -8px -112px;
  margin: 10px 0 35px auto;
}

section.tecnologia-container::after{
  background-image: url("../img/onda2.png");
}

/**********************************************************************************************************************************************/
/*SECTION PRODUTOS*/
/**********************************************************************************************************************************************/
.produtos-container{
  background-image: url(../img/produtos.jpg);
  padding-top: 115px;
}

.produtos{
  display:flex;
}
.produtos div p{
  text-align:center;
}

.produtos img{
  width: 100%;
  border-radius: 20px;
}

.produtos p{
  font-weight: 300;
  text-align: start;
  margin-left: 50px;
}

/*produtos-box*/
.produtos-box{
  position: relative;
  margin-top: 70px;
  max-width: 1440px;
}

.produtos-box-block1{
  position: absolute;
  display: block;
  content: '';
  width: 100%;
  height: 84.9%;
  background-color: #266B91;
  /*top: 0;
  right: -234px;*/
  width: 100%;
  transform: translateX(76%);
  top: 0;
  bottom: calc(10% - 19px / 2);
  right: calc(150% - 1px / 2);
  z-index: 1;
}

.produtos-box-block2{
  position: absolute;
  display: block;
  content: '';
  width: 100%;
  height: 86%;
  background-color: #266B91;
  /*top: 0;
  right: -234px;*/
  width: 100%;
  transform: translateX(76%);
  top: 0;
  bottom: calc(10% - 19px / 2);
  right: 0;
  z-index: 1;
} 

.produtos-box .item{
  display: grid;
  grid-template-columns: auto auto;
  grid-gap: 20px;
  background-color:#266B91;
  align-items: center;
  padding: 50px 0px;
  border-radius: 40px;
}

.produtos-box .item p{
  font-weight: 300;
  text-align: justify;
  padding-right: 40px;
}

.swiper-text h3{
  text-align: start;
}

.produtos-box .swiper-text .line{
  margin: 10px 0;
}

.produtos-box .swiper-container-produtos{
  padding-bottom: 45px;
  z-index: 100;
}

.produtos-box .swiper-pagination-bullet{
  width: 15px;
  height: 15px;
  background-color: #fff;
  border: 1px solid #22A3CC;
  opacity: 1;
}

.produtos-box .swiper-pagination-bullet-active{
  background-color: #22A3CC;
}

/**********************************************************************************************************************************************/
/*SECTION CONTATO*/
/**********************************************************************************************************************************************/
.contato-container{
  position: relative;
  background-image: url(../img/contato.jpg);
  background-size: cover;
  margin-top: -180px;
  padding-top: 225px; 
  padding-bottom: 170px;
}

section.contato-container::after{
  background-image: url(../img/onda3.png);
}

.contato{
  display: grid;
	grid-template-columns: auto 53%;
  grid-gap: 30px;
}

/*left*/
.contato-container .line{
  margin: 10px 0 40px 0;
  background-position: -9px -131px;
}

.contato h2{
  margin-bottom: 20px;
}

.contato h3{
  color: #2C638C;
  text-align: start;
  margin-top: 40px;
  margin-bottom: 20px;
}

.contato h4{
  font-size: 20px;
  color: #22A3CC;
  font-weight: 700;
}

.contato p{
  color: #2C638D;
  text-align: start;
}

.contato p span{
  font-size: 16px;
}

.contato a{
  font-size: 16px;
  color: #22A3CC;
  font-style: italic;
  font-weight: 700;
}

.contato a:hover{
  color: #2C638C;
}

.contato .item p{
  padding-bottom: 0;
  padding-top: 20px;
}

.contato .item p span{
  font-size: 15px;
  color: #2499C3;
}

.contato .social{
  justify-content: start;
  margin-top: 30px;
}

/*right*/
.form{
  width: 100%;
  display: grid;
	grid-template-columns: 50% auto;
  grid-gap: 5px;
}

.form input{
  width: 83%;
}

input,
select,
textarea{
  width: 100%;
  padding: 20px 30px;
  border: 1px solid #D6D6D6;
  border-radius: 5px;
  margin-bottom: 5px;
  font-size: 16px;
  color: #2C638D;
  font-style: italic;
  outline: none;
  font-weight: 100;
}

textarea{
  height: 180px;
}

::-webkit-input-placeholder{color: #2C638D;}
          :-moz-placeholder{color: #2C638D;} 
         ::-moz-placeholder{color: #2C638D;}
     :-ms-input-placeholder{color: #2C638D;}

select{
  background-image: url(../img/icon-select.png);
  background-repeat: no-repeat;
  background-position: 350px;
  -webkit-appearance: none;
  -moz-appearance: none;
  color: #646464;
  cursor: pointer;
}

button{
  width: 190px;
  padding: 15px 10px;
  border: none;
  outline: none;
  border-radius: 50px;
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  background-color: #305580;
  margin-left: auto;
  cursor: pointer;
}

button:hover{
  background-color: #21A3CC;
}

/**********************************************************************************************************************************************/
/*SECTION FOOTER*/
/**********************************************************************************************************************************************/
.footer-container{
  padding-top: 20px;
  padding-bottom: 40px;
}

.copyright{
  justify-content: space-between;
  display: flex;
  align-items: center;
}

.copyright p,
.copyright a{
  font-size: 16px;
  color: #fff;
  font-weight: 100;
  padding: 0;
  text-align: right;
}

.copyright a:hover{
  text-decoration: underline;
}


.box-bluefish{
  margin-top:15px;
  border-radius:6px;
  padding:2px;
  width:210px;
  margin-bottom:30px;
}