/* -------------- GERAL --------------*/


/* -------------- HEADER --------------*/

/* banner */
.banners{/* overflow-x: hidden; */}
.banner-home .imagens-background{
  height: 650px
}
#menuPrincipal.menuHome > .container:after {background: rgba(41, 55, 74, 0.58);}



.banner-home .imagens-background .banner-principal,
.banner-home .imagens-background .draggable,
.banner-home .imagens-background .draggable > div,
.banner-home .imagens-background .slick-slide,
.banner-home .imagens-background .slick-slide > div,
.banner-home .imagens-background .slick-list,
.banner-home .imagens-background .slick-track,
.banner-home .imagens-background .slick-slider{
  position:static !important;
}

.banner-home .imagens-background .banner-principal > .container,
.banner-home .imagens-background .banner-principal > .container > .d-flex,
.banner-home .imagens-background .banner-principal > .container > .d-flex > div{
  position: relative !important;
  z-index: 2;
}

.banner-home .imagens-background > .content img{position:absolute;z-index:1;top:40%;right:30px;cursor:pointer;}
.banner-home .imagens-background > .content img.seta_esquerda{
left:30px;
right:auto;
transform:rotate(180deg)
}
.imagens-background{
  position:relative;
  /* height: 650px; */
}
.banner-home .slick-dots{
  bottom: -40px;
  z-index: 9;
}
.banner-home .slick-dots li{
  width: 15px;
  height: 15px;
  background: #b3b3b3;
  border-radius: 7px;
}
.banner-home .slick-dots li.slick-active{
  background: #444343;
}
.slick-dots li button{
  opacity: 0;
}
.imagens-background .curva-img{
  position: absolute;
  width: 100%;
  height: 100px; /* 96 */
  bottom: -4px;
  display: flex;
  display: -ms-flexbox;
  -ms-flex-pack: center;
  justify-content: center;
  overflow-x: hidden;
}
.imagens-background .curva-img:before{
  content: '';
  background-position: center center;
  background-image: url(../img/curva-banner.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 1920px;
  height: 100px;
}
.banners .imagens-background .banner-principal{
  height: 650px;
  background-size:auto;
  background-repeat: no-repeat;
  background-position: center;
  background-position-y: center;
  /* background-attachment: fixed; */
  /* position:relative; */
  /* top: -100px; */
}
.banner-home .imagens-background .banner-principal > .container{
  height: 73%;
  position: relative;
  top: 0;
  z-index: 8;
}
.banner-home .imagens-background .banner-principal > .container > .d-flex{
  position: relative;
  height: 100%;
  padding-top: 50px;
  /* width: 50%; */
  min-width: 300px;
}
.banner-home .imagens-background .banner-principal .texto h2{
  color: #fff;
  font-size: 55px;
  font-family: neo-sans, sans-serif;
  font-weight: 100;
  line-height: 56px;
  padding: 0px 50px;
}
.banner-home .imagens-background .banner-principal .texto h2 b{
  font-family: neo-sans, sans-serif;
  font-weight: bold;
}
.banner-home .imagens-background .banner-principal .texto a{
  font-size: 22px;
  margin: 0 50px;
  font-family: neo-sans,sans-serif;
  color: #fff;
  min-width: 200px;
  text-align: center;
  background: #6bc146;
  border-radius: 35px;
  position: relative;
  cursor: pointer;
  text-decoration: none;
  margin-top: 30px;
  padding: 10px 60px;
}
.banner-home .imagens-background .banner-principal .texto a:before{
  content: ' ';
  position: absolute;
  height: 22px;
  width: 12px;
  background: url('../img/icon-seta-banner.png') no-repeat;
  top: calc(50% - 11px);
  right: 15px;
}
.banner-home .imagens-background .banner-principal .imagem{
    width: 100%;
}
.banner-home .imagens-background .banner-principal .imagem img{
  width: 100%;
  position: relative;
}
.content-animation{
  position: absolute;
  top: 0;
  height: 650px;
  left:-337px;
  width: 1500px;
  z-index: 1;
  pointer-events: none;
}
.content-animation .container{
  position:relative;
  height: 100%;
}

/* banner pequeno */
.banner-pequeno{
}

.banner-pequeno .imagens-background{
  position:relative;
}
.banner-pequeno .imagens-background .banner-principal{
  height: 195px;
  background-size:auto;
  background-repeat: no-repeat;
  background-position-y: top;
  background-attachment: fixed;
  position:relative;
  /* top:-100px; */
  z-index: -1;
  }

.banner-pequeno .imagens-background .banner-principal:before{
  content: "";
  display: block;
  border-bottom: 0;
  position: absolute;
  top: 135px;
  left: 50%;
  margin: 0 -1632px;
  width: 3264px;
  height: 100%;
  background: #e5e5e7;
  border-radius: 100%;
  z-index: 2;
}
.banner-pequeno .imagens-background .banner-principal .div-span{
  display:block;
  width:100%;
  height:100%;
  position:relative;
  left:0;
  z-index:1;
  overflow:hidden;
}
.banner-pequeno .imagens-background .banner-principal span{
  display:block;
  width:1300px;
  height:800px;
  background-repeat:no-repeat;
  background-size:100%;
  background-position: 0;
  opacity: 0.3;
  position:relative;
  left:0;
  top:-500px;
  /* animation: top-curves 40s linear forwards infinite; */
  z-index:1;
}


@keyframes top-curves{
  0%{  left:0;}
  100%{left:50%; transform:scale(1.5) rotate(-30deg); opacity: .7}
}

.banner-pequeno .content-animation{
  position:absolute;
  top:-100px;
  left:-337px;
  width: 100%;
}

/* banner pequeno titulo */
/* banner pequeno */
.banner-pequeno-titulo{
}

.banner-pequeno-titulo .imagens-background{
  position:relative;
}
.banner-pequeno-titulo .imagens-background .banner-principal{
  height: 394px;
  background-size:auto;
  background-repeat: no-repeat;
  background-position-y: top;
  background-attachment: fixed;
  position:relative;
  /* top:-100px; */
  z-index: -1;
  }
.banner-pequeno-titulo .imagens-background .banner-principal > .container{
    padding-top: 75px;
  }
.banner-pequeno-titulo .imagens-background .banner-principal .img-icon{
    width:176px;
    height:200px;
  }
.banner-pequeno-titulo .imagens-background .banner-principal:before{
  content: "";
  display: block;
  border-bottom: 0;
  position: absolute;
  top: 310px;
  left: 50%;
  margin: 0 -1632px;
  width: 3264px;
  height: 100%;
  background: #e5e5e7;
  border-radius: 100%;
  z-index: 0;
}
.banner-pequeno-titulo .imagens-background .banner-principal h1{
  color: #e5e5e7;
  font-family: 'Open Sans',sans-serif;
  font-size: 36px;
  font-weight: bold;
}
.banner-pequeno-titulo .content-animation{
  position:absolute;
  top:-100px;
  left:-337px;
  width: 100%;
}
.banner-pequeno-titulo .imagens-background .banner-principal .div-span{
  display:block;
  width:100%;
  height:100%;
  position: absolute;
  left: 0;
  z-index:1;
  overflow:hidden;
}
.banner-pequeno-titulo .imagens-background .banner-principal span{
  display:block;
  width:1300px;
  height:800px;
  background-repeat:no-repeat;
  background-size:100%;
  background-position: 0;
  opacity: 0.3;
  position:relative;
  left: -220px;
  top: -420px;
  /* animation: top-curves 40s linear forwards infinite; */
  z-index:1;
}
/* end banner */
/* end banner */

/* solucoes HOME */

.secoes.solucoes{
  padding-top: 70px;
  padding-bottom: 0;
}
.secoes.solucoes header h2{
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 40px;
  font-family: 'Open Sans', sans-serif;
  font-weight: lighter;
  color: #56526f;
  letter-spacing: -2px;
}
.secoes.solucoes header h2 b{
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  color: #ff6161;
}
.secoes.solucoes header h2 span{
  font-weight: bold;
  font-family: 'Open Sans',sans-serif;
}
.secoes.solucoes .section-content{

}
.secoes.solucoes .section-content .card-solucao{
  text-decoration: none;
  position: relative;
  margin: 22px 0;
}
.secoes.solucoes .section-content .card-solucao:before{
  content: '';
  position: absolute;
  height: calc(100% - 36px);
  width: 1px;
  background: #a1a9af;
  left: 38px; /* a distancia e de 23px da lateral da imagem mais 15px do padrao do padding */
  top: 48px;
  overflow: hidden;
}
.secoes.solucoes .section-content .card-solucao .titulo{padding-left: 24px;top: 40px;position: relative;}
.secoes.solucoes .section-content .card-solucao .titulo h6{
  font-size: 30px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 800;
  margin: 0;
  color: #ff6161;
  padding-left: 20px;
  line-height: 35px;
}
.secoes.solucoes .section-content .card-solucao .titulo .titulo-solucao{}
.secoes.solucoes .section-content .card-solucao .titulo .subtitulo-solucao{
  color: #fff;
  position: relative;
  overflow: hidden;
  width: 100%;
  z-index: 1;
  height: 40px;
  line-height: 40px;
}
.secoes.solucoes .section-content .card-solucao .titulo .subtitulo-solucao:after{
  content: '';
  position: absolute;
  background: #1b2c4650;
  top: 0;
  left: 0px;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.secoes.solucoes .section-content .card-solucao .img-background{
  height: 251px;
  width: 100%;
  /* top: -36px; */
  position: relative;
  z-index: -1;
  background-size: cover;
  background-position: center;
}
.secoes.solucoes .section-content .card-solucao .img-background:before{
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 2;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray; /* IE */
  background: inherit;
}
.secoes.solucoes .section-content .card-solucao .img-background:after{
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 3;
  background: #375b9150;
}
.secoes.solucoes .section-content .card-solucao:hover::before{
  background: #ff6161;
}
.secoes.solucoes .section-content .card-solucao:hover .img-background:after,
.secoes.solucoes .section-content .card-solucao:hover .img-background:before{
  opacity: 1;
  transition: .3s;
}
.secoes.solucoes .section-content .card-solucao .gravata-solucao{
  margin: 0;
  font-size: 16px;
  color: #616161;
  font-family: 'Open Sans', sans-serif;
  line-height: initial;
  padding-left: 50px;
  padding: 20px 15px 0px 45px;
  position: relative;
}

/* end solucoes HOME */

/* servicos HOME */
.secoes.servicos{
  background: url('../img/fundo-areas.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 80px;
  padding-bottom: 80px;
}
.secoes.servicos header h2{
  margin: 0;
  padding: 30px 0px;
  text-align: center;
  font-size: 40px;
  font-family: 'Open Sans', sans-serif;
  font-weight: lighter;
  color: #fff;
}
.secoes.servicos header h2 b{
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  color: #ff6161;
}
.secoes.servicos header h2 span{
  font-weight: bold;
  font-family: 'Open Sans',sans-serif;
}
.secoes.servicos .section-content{
  background: inherit;
}
.secoes.servicos .section-content .card-servicos{
  /* width: 25%; */
  height: 100px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  cursor: pointer;
  position: relative;
  /* overflow: hidden; */
  z-index: 1;
  color:#fff;
  text-decoration: none;
  padding: 0;
  margin-bottom: 10px;
  padding-right: 10px;
  flex: 0 0 25%;
  min-width: 280px;
}
.secoes.servicos .section-content .card-servicos .bordas-esquerda{
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: calc(100% + 1px);
}
.secoes.servicos .section-content .card-servicos .bordas-esquerda:before{
  content: '';
  position: absolute;
  border: 1px solid #ff616180;
  border-bottom: none;
  border-right: none;
  border-top-left-radius: 5px;
  width: 10px;
  height: 10px;
  top: -1px;
  left: 0px;
  transition: all .3s ease;
}
.secoes.servicos .section-content .card-servicos .bordas-esquerda:after{
  content: '';
  position: absolute;
  border: 1px solid #ff616180;
  border-top: none;
  border-right: none;
  border-bottom-left-radius: 5px;
  width: 10px;
  height: 10px;
  bottom: 1px;
  left: 0px;
  transition: all .4s ease;
}
.secoes.servicos .section-content .card-servicos .bordas-direita{
  position: absolute;
  right: 10px;
  top: 0;
  width: expression(100% - 10px);
  width: -moz-calc(100% - 10px);
  width: -o-calc(100% - 10px);
  width: calc(100% - 10px);
  height: calc(100% + 1px);
}
.secoes.servicos .section-content .card-servicos .bordas-direita:before{
  content: '';
  position: absolute;
  border: 1px solid #ff616180;
  border-bottom: none;
  border-left: none;
  border-top-right-radius: 6px;
  width: expression(100% - 75px);
  width: -moz-calc(100% - 75px);
  width: -o-calc(100% - 75px);
  width: calc(100% - 75px);
  height: 11px;
  top: -1px;
  right: -1px;
  transition:all .3s ease;
}
.secoes.servicos .section-content .card-servicos .bordas-direita:after{
  content: '';
  position: absolute;
  border: 1px solid #ff616180;
  border-top: none;
  border-left: none;
  border-bottom-right-radius: 6px;
  width: expression(100% - 75px);
  width: -moz-calc(100% - 75px);
  width: -o-calc(100% - 75px);
  width: calc(100% - 75px);
  height: 11px;
  bottom: 1px;
  right: -1px;
  transition:all .3s ease;
}
.secoes.servicos .section-content .card-servicos .titulo{
  text-align: left;
  padding-left:90px;
  width: 100%;
}
.secoes.servicos .section-content .card-servicos.outros .card-hover,
.secoes.servicos .section-content .card-servicos.outros .card-hover img{
  display:none;
}
.secoes.servicos .section-content .card-servicos.outros .titulo{
  padding: 0;
  text-align: center;
}
.secoes.servicos .section-content .card-servicos.outros .bordas-direita,
.secoes.servicos .section-content .card-servicos.outros .bordas-direita:before,
.secoes.servicos .section-content .card-servicos.outros .bordas-direita:after{
  width: expression(100% - 10px);
   width: -moz-calc(100% - 10px);
     width: -o-calc(100% - 10px);
        width: calc(100% - 10px);

}

/* icones segmentos - END*/

.secoes.servicos .section-content .card-servicos .titulo .titulo-servicos{
  font-family: "neo-sans", sans-serif;
  font-size:18px;
  margin: 0;
}
.secoes.servicos .section-content .card-servicos .titulo span{
  color: #35a8e0;
  display:none;
}
.secoes.servicos .section-content .card-servicos .card-hover{
  display: block;
  width: 80px;
  height: 100%;
  position: absolute;
  z-index: -1;
  left: 0;
  overflow: hidden;
  border-radius: 6px;
  background: rgba(93, 136, 172, .2);
}

.secoes.servicos .section-content .card-servicos .card-hover:before{
  content: "";
  display: block;
  width: 200%;
  height: 200%;
  filter: blur(5px);
  position: absolute;
  /* box-shadow: inset 0 0 0 200px rgba(93, 136, 172, .2); */
  background: inherit;
  opacity: 1;
  left: -50%;
  top: -50%;
}
.secoes.servicos .section-content .card-servicos .card-hover img{
  display: block;
  width: 80px;
  height: auto;
  position: absolute;
  opacity: 1;
}
.secoes.servicos .section-content .card-servicos:hover .bordas-direita:after,
.secoes.servicos .section-content .card-servicos:hover .bordas-direita:before{
width: expression(100% - 10px);
  width: -moz-calc(100% - 10px);
  width: -o-calc(100% - 10px);
  width: calc(100% - 10px);
}
.secoes.servicos .section-content .card-servicos:hover .bordas-esquerda:before,
.secoes.servicos .section-content .card-servicos:hover .bordas-direita:before{
  height: expression(100% - 10px);
  height: -moz-calc(100% - 10px);
  height: -o-calc(100% - 10px);
  height: calc(100% - 10px);

}
.secoes.servicos .section-content .card-servicos:hover .card-hover{
  animation-name: fade;
  animation-fill-mode: both;
  animation-duration: .3s;
  display: block;
}
@keyframes fade {
    0%    {}
    100%  {
        width: expression(100% - 10px);
        width: -moz-calc(100% - 10px);
        width: -o-calc(100% - 10px);
        width: calc(100% - 10px);
    }
}
/* @-moz-keyframes fade {
    from {
      -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
      filter: alpha(opacity=100);
      -moz-opacity:1;
      -khtml-opacity: 1;
      opacity: 1;
	}
    to { opacity:1; -moz-transform: scale(1.1); }
}
@-webkit-keyframes fade {
    from {
      -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
      filter: alpha(opacity=100);
      -moz-opacity:1;
      -khtml-opacity: 1;
      opacity: 1;
    }
    to { opacity:1; -webkit-transform: scale(1.1); }
} */
/* end servicos HOME */

/* banner meio */
.banner-meio{
  padding: 70px 0px 85px 0px;
  overflow-x: hidden;
  position: relative;
}
.banner-meio .imagens-background {

height: auto;
}
.banner-meio .imagens-background .banner-principal{
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 350px;
  background-position-x: 22%;
  position: relative;
  cursor: pointer;
}

.banner-meio .imagens-background:before{
  content: '';
  position: absolute;
  height: 100%;
  width: 2000px;
  right: 100%;
  overflow: hidden;
  border: 1px solid #a1a9af;
  border-right: none;
  border-left: none;
}
.banner-meio .imagens-background:after{
  content: '';
  position: absolute;
  height: 100%;
  width: 2000px;
  left: 100%;
  overflow: hidden;
  border: 1px solid #a1a9af;
  border-right: none;
  border-left: none;
  top: 0;
}
/* end banner meio */

/* carrousel */
.carrousel .slick-list{
  padding:25px 10px !important;
}
.secoes.carrousel{
  padding-top: 0;
  padding-bottom: 82px;
}
.secoes.carrousel header{
  /* margin-bottom: 30px; */
}
.secoes.carrousel header h2{
  margin: 0;
  font-size: 25px;
  color: #56526f;
  letter-spacing: 6px;
  position: relative;
  padding: 0 15px 15px 15px;
}
.secoes.carrousel header h2 b{
  font-family: 'Open Sans', sans-serif;
  font-size: 40px;
  font-weight: bold;
  color: #56526f;
  letter-spacing: 0px;
}
.secoes.carrousel.videos header h2,
.secoes.carrousel.videos header h2 b{
  color: #fff;
}
.secoes.carrousel header h2:after{
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  position: absolute;
  background: #a1a9af;
}
.secoes.carrousel header h4{
    font-size: 15px;
    color: #56526f;
    letter-spacing: 1px;
    font-weight: lighter;
    padding: 12px 15px 0px 15px;
    font-family: 'Open Sans', sans-serif;
    margin: 0;
}
.secoes.carrousel.videos header h4{
  color: #fff
}
.secoes.carrousel .section-content{
  margin: 0 30px;
}
.secoes.carrousel .section-content .seta_esquerda{
    transform: rotateY(180deg);
    position: absolute;
    left: -20px;
    top: 50px;
    width: 20px;
    height: 60px;
    cursor: pointer;
}
.secoes.carrousel .section-content .seta_direita{
    position: absolute;
    right: -20px;
    top: 50px;
    width: 20px;
    height: 60px;
    cursor: pointer;
}
.secoes.carrousel .section-content .card{
  padding: 0px 15px;
  background: no-repeat;
  border: none;
  min-height: 260px;
  padding-bottom: 30px;
}
.secoes.carrousel .section-content .card{

}
.secoes.carrousel .section-content .card .card-body{
  /* padding-bottom: 10px; */
  padding: 0;
  background: #fff;
  position: relative;
  box-shadow: 0px 0px 8px 2px #00000008;
  transition:all .3s ease;
}
.secoes.carrousel .section-content .card .card-body:hover{
  box-shadow: 0px 0px 16px 2px #00000029;
  transform: scale(1.07);
  position:relative;
}
.secoes.carrousel.depoimentos .section-content .card .card-body:hover{
  box-shadow: none;
  transform: none
}
.secoes.carrousel .section-content .card .card-body a{
  text-decoration: none;
}
.secoes.carrousel .section-content .card .card-body a:focus{
  outline: none;
  box-shadow: none;
}
.secoes.carrousel .section-content .card .card-body a .background-img{
  background-size: cover;
  background-repeat: no-repeat;
  height: 105px;
  width: 100%;
  background-position: center;
}
.secoes.carrousel .section-content .card .card-body a .corpo-texto{
    padding: 12px;
    height: 145px;
    overflow-y: hidden;
}
.secoes.carrousel .section-content .card .card-body a .corpo-texto .chapeu{}
.secoes.carrousel .section-content .card .card-body a .corpo-texto .chapeu .tipo-card{
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: normal;
    margin: 0;
}
.secoes.carrousel .section-content .card .card-body a .corpo-texto .chapeu .data-card{}
.secoes.carrousel.cases .section-content .card .card-body a .corpo-texto .chapeu .data-card,
.secoes.carrousel.videos .section-content .card .card-body a .corpo-texto .chapeu .data-card{
  display: none;
}
.secoes.carrousel .section-content .card .card-body a .corpo-texto .tituloCard{
  color: #000;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
  margin: 0;
  text-align: center;
  padding: 20px 12px;
  max-height: 92px;
  overflow: hidden;
}
.secoes.carrousel .link-todos{
  border-top: 1px solid #a1a9af;
  margin-top: 0px;
  text-align: center;
}
.secoes.carrousel .link-todos a{
  font-weight: 500;
  border: 1px solid #a1a9af;
  position: relative;
  top: -1px;
  height: 38px;
  width: 180px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 0px 0px 15px 15px;
  font-size: 13px;
  color: #707578;
  letter-spacing: 6px;
  text-decoration: none;
  transition: .2s linear;
}
.secoes.carrousel .link-todos a:hover{
  background: rgba(255,255,255,0.4);
}
/* seta animada */
.secoes.carrousel .card .seta_mais-video{display: none}
.secoes.carrousel .card .seta_mais{
  width: 100%;
  height: 1px;
  position: absolute;
  display: flex;
  justify-content: center;
  bottom: -7px;
  z-index: 9;
}
.secoes.carrousel .card .seta_mais .linha-esquerda,
.secoes.carrousel .card .seta_mais .linha-direita{
  width: 40%;
  height: 1px;
  background: #c1c1c1;
}
.secoes.carrousel .card .seta_mais .linha-animada{
  width: 40px;
  height: 1px;
  position: relative;
  transition: all 0.3s ease;
}
.secoes.carrousel .card .seta_mais .linha-animada .linha1{
  position: absolute;
  width: 20px;
  height: 20px;
  overflow: hidden;
  transition: all 0.3s ease;
}
.secoes.carrousel .card .seta_mais .linha-animada .linha1:before{
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  width: 40px;
  left: -20px;
  background: #ec8c56;
  transition: all 0.3s ease;
}

.secoes.carrousel .card .seta_mais .linha-animada .linha2{
  width: 20px;
  height: 20px;
  overflow: hidden;
  position: absolute;
  left: 20px;
  top: -19px;
  transition: all 0.35s ease;
}
.secoes.carrousel .card .seta_mais .linha-animada .linha2:before{
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  width: 40px;
  left: 0;
  bottom: 0;
  background: #ec8c56;
  transition: all 0.3s ease;
}
.secoes.carrousel .card:hover .seta_mais .linha-animada{
  width: 10px;
}
.secoes.carrousel .card:hover .seta_mais .linha-animada .linha2:before{
  left:0;
  animation-name: setasmais-gira-d;
  animation-fill-mode: forwards;
  animation-duration: .6s;
  animation-iteration-count: 1;
 }
.secoes.carrousel .card:hover .seta_mais .linha-animada .linha2{
   animation-name: setasmais-move-d;
   animation-fill-mode: forwards;
   animation-duration: .6;
   animation-iteration-count: 1;
  }


/* -------------- Animacoes icones -------------- */
        @keyframes setasmais-move-d {
          0%{left: 0}
          50%{left: 0}
          100%{left: -14px}
        }
        @-moz-keyframes setasmais-move-d {
          from {}
          to { left: -14px; }
        }
        @-webkit-keyframes setasmais-move-d {
          from {}
          to { left: -14px; }
        }
        @keyframes setasmais-gira-d {
          0%{transform: rotate(0)}
          50%{transform: rotate(45deg)}
          100%{transform: rotate(45deg) ;}
        }
        @-moz-keyframes setasmais-gira-d {
          from {}
          to { -moz-transform: rotate(45deg); }
        }
        @-webkit-keyframes setasmais-gira-d {
          from {}
          to { -webkit-transform: rotate(45deg); }
        }
/* anima seta - ESQUERDA */
.secoes.carrousel .card:hover .seta_mais .linha-animada .linha1:before{
  left:0;
  animation-name: setasmais-gira-e;
  animation-fill-mode: forwards;
  animation-duration: .6s;
  animation-iteration-count: 1;
 }
.secoes.carrousel .card:hover .seta_mais .linha-animada .linha1{
   animation-name: setasmais-move-e;
   animation-fill-mode: forwards;
   animation-duration: .6s;
   animation-iteration-count: 1;
  }
      @keyframes setasmais-move-e {
        0%{left: -20px}
        50%{left: -20px}
        100%{left: -14px}
      }
      @-moz-keyframes setasmais-move-e {
        from {left: -20px}
        to { left: -14px}
      }
      @-webkit-keyframes setasmais-move-e {
        from { left: -20px}
        to { left: -14px}
      }
      @keyframes setasmais-gira-e {
        0%{transform: rotate(0)}
        50%{transform: rotate(-45deg)}
        100%{transform: rotate(-45deg) ;}
      }
      @-moz-keyframes setasmais-gira-e {
        from {-moz-transform: rotate(0);}
        to { -moz-transform: rotate(-45deg); }
      }
      @-webkit-keyframes setasmais-gira-e {
        from { -webkit-transform: rotate(0);}
        to { -webkit-transform: rotate(-45deg); }
      }

@media(max-width:992px){
  .secoes.carrousel .card .seta_mais .linha-animada .linha2:before{
    left:0;
    animation-name: setasmais-gira-d;
    animation-fill-mode: forwards;
    animation-duration: .6s;
    animation-iteration-count: 1;
   }
  .secoes.carrousel .card .seta_mais .linha-animada .linha2{
     animation-name: setasmais-move-d;
     animation-fill-mode: forwards;
     animation-duration: .6;
     animation-iteration-count: 1;
    }
  .secoes.carrousel .card .seta_mais .linha-animada .linha1:before{
    left:0;
    animation-name: setasmais-gira-e;
    animation-fill-mode: forwards;
    animation-duration: .6s;
    animation-iteration-count: 1;
   }
  .secoes.carrousel .card .seta_mais .linha-animada .linha1{
     animation-name: setasmais-move-e;
     animation-fill-mode: forwards;
     animation-duration: .6s;
     animation-iteration-count: 1;
    }
  .secoes.carrousel .card .seta_mais .linha-animada{
    width: 10px;
  }
}
/* -------------- Animacoes icones -END -------------- */
/* end carrousel */



/* carrousel blog */
.secoes.carrousel.blog{
  padding-top: 85px;
}
.secoes.carrousel.blog .section-content .card .card-body a .corpo-texto{}
.secoes.carrousel.blog .section-content .card .card-body a .corpo-texto .chapeu{
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.secoes.carrousel.blog .section-content .card .card-body a .corpo-texto .chapeu .data-card{
  display: block;
  color: #000000;
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
}
/* end carrousel blog */

/* carrousel video */
.secoes.carrousel.videos{
  background: #535664;
  padding-top: 75px;
  padding-bottom: 62px;
  position: relative;
  margin-bottom: 30px;
}
.secoes.carrousel.videos:before{
  content: '';
  position: absolute;
  display: block;
  z-index: 0;
  left: 0;
  top: 0;
  height: 655px;
  width: 655px;
  background-image: url(../img/circle-static.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: left;
}
.secoes.carrousel.videos article:before{
  content: '';
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  height: 655px;
  width: 655px;
  opacity: .6;
  background-image: url(../img/circle-maior.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: left;
  -webkit-animation: spin-reverse 70s infinite linear;
}
.secoes.carrousel.videos article:after{
  content: '';
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  height: 655px;
  width: 655px;
  opacity: .6;
  background-image: url(../img/circle-menor.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: left;
  -webkit-animation: spin 55s infinite linear;
}
@-moz-keyframes spin {
    from { -moz-transform: rotate(0deg); }
    to { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
    from {transform:rotate(0deg);}
    to {transform:rotate(360deg);}
}
@-moz-keyframes spin-reverse {
    from { -moz-transform: rotate(0deg); }
    to { -moz-transform: rotate(-360deg); }
}
@keyframes spin-reverse {
    from {transform:rotate(0deg);}
    to {transform:rotate(-360deg);}
}
@-webkit-keyframes spin-reverse {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(-360deg); }
}
.secoes.carrousel.videos header{
  margin-bottom: 30px;
  z-index: 2;
  position: relative;
}
.secoes.carrousel.videos header h2{
  margin: 0;
  font-size: 25px;
  color: #fff;
  letter-spacing: 6px;
  position: relative;
  padding: 0 15px 15px 15px;
}
.secoes.carrousel.videos header h2 b{
  font-family: 'Open Sans', sans-serif;
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0px;
}
.secoes.carrousel.videos header h2:after{
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  position: absolute;
  background: #a1a9af;
}
.secoes.carrousel.videos header h4{
    font-size: 15px;
    color: #56526f;
    letter-spacing: 1px;
    font-weight: lighter;
    padding: 12px 15px 0px 15px;
    font-family: 'Open Sans', sans-serif;
    margin: 0;
}
.secoes.carrousel.videos header h4{
  color: #fff
}
.secoes.carrousel.videos .section-content{
  z-index: 2;
  position: relative;
}
.secoes.carrousel.videos .section-content .seta_esquerda{
    transform: rotateY(180deg);
    position: absolute;
    left: -30px;
    top: 50px;
    width: 20px;
    height: 60px;
    cursor: pointer;
}
.secoes.carrousel.videos .section-content .seta_direita{
    position: absolute;
    right: -30px;
    top: 50px;
    width: 20px;
    height: 60px;
    cursor: pointer;
}
.secoes.carrousel.videos .section-content .card{
  padding: 0px 15px;
  background: no-repeat;
  min-height: 204px;
  max-height: max-content;
  border: none;
  padding-bottom: 30px;
}
.secoes.carrousel.videos .section-content .card .card-body{
  height: auto;
  padding: 0;
  background: rgba(44, 46, 53, 0.5);
}
.secoes.carrousel.videos .section-content .card .card-body a{
  text-decoration: none;
}
.secoes.carrousel.videos .section-content .card .card-body a .background-img{
  background-size: cover;
  background-repeat: no-repeat;
  height: 205px;
  width: 100%;
  background-position: center;
  position: relative;
}
.secoes.carrousel.videos .section-content .card .card-body a .background-img:after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-image: url('../img/play-video.png');
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
}
.secoes.carrousel.videos .section-content .card .card-body a .corpo-texto{
    padding: 20px 25px;
    height: 80px;
}
.secoes.carrousel.videos .section-content .card .card-body a .corpo-texto .chapeu{
    display: none !important;
}
.secoes.carrousel.videos .section-content .card .card-body a .corpo-texto .chapeu .tipo-card{
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: normal;
    margin: 0;
}
.secoes.carrousel.videos .section-content .card .card-body a .corpo-texto .chapeu .data-card{
  display: none;
}
.secoes.carrousel.videos .section-content .card .card-body a .corpo-texto .tituloCard{
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 21px;
  margin: 0;
  text-align: left;
  padding: 0;
}
.secoes.carrousel.videos .link-todos{
  border-top: 1px solid #a1a9af;
  margin-top: 40px;
  text-align: center;
  z-index: 2;
  position: relative;
}
.secoes.carrousel.videos .link-todos a{
  font-weight: 500;
  border: 1px solid #a1a9af;
  position: relative;
  top: -1px;
  height: 38px;
  width: 180px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 0px 0px 15px 15px;
  font-size: 13px;
  color: #fff;
  letter-spacing: 6px;
  text-decoration: none;
}
/* anima seta */
.secoes.carrousel.videos .card .seta_mais{display: none}
.secoes.carrousel.videos .card .seta_mais-video{
  width: 100%;
  height: 1px;
  position: absolute;
  display: flex;
  justify-content: center;
  bottom: -7px;
}
.secoes.carrousel.videos .card .seta_mais-video .linha-esquerda,
.secoes.carrousel.videos .card .seta_mais-video .linha-direita{
  width: 40%;
  height: 1px;
  background: #ccc;
}
.secoes.carrousel.videos .card .seta_mais-video .linha-animada {
  width: 60px;
  height: 1px;
  position: relative;
  transition: all 0.4s ease;
}
.secoes.carrousel.videos .card .seta_mais-video .linha-animada .linha1 {
  width: 60px;
  height: 1px;
  position: relative;
  left: 30px;
  transition: all 0.2s ease;
}
.secoes.carrousel.videos .card .seta_mais-video .linha-animada .linha1:before{
  content: "";
  display: block;
  width: 20px;
  position: absolute;
  left: 10px;
  height: 1px;
  background: #ec8c56;
}

.secoes.carrousel.videos .card .seta_mais-video .linha-animada .linha1 .linha2{
  width: 40px;
  height: 1px;
  position: absolute;
  left: -10px;
}
.secoes.carrousel.videos .card .seta_mais-video .linha-animada .linha1 .linha2:before {
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  position: absolute;
  left: 0;
  background: #ec8c56;
}

.secoes.carrousel.videos .card .seta_mais-video .linha-animada .linha1 .linha2 .linha3{
  width: 40px;
  height: 1px;
  position: absolute;
  left: -20px;
}
.secoes.carrousel.videos .card .seta_mais-video .linha-animada .linha1 .linha2 .linha3:before {
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  position: relative;
  left: 0;
  background: #ec8c56;
}

.secoes.carrousel.videos .card:hover .seta_mais-video .linha-animada {
  width: 18px;
  left:-42px;
}

.secoes.carrousel.videos .card:hover .seta_mais-video .linha-animada .linha1 {
  animation: setasmais-gira-v-c ease forwards .2s 1;
 }
@keyframes setasmais-gira-v-c {
  0%{transform: rotate(0);}
  100%{transform: rotate(30deg);}
}
@-moz-keyframes setasmais-gira-v-c {
    from {-moz-transform: rotate(0);}
    to { -moz-transform: rotate(30deg); }
}
@-webkit-keyframes setasmais-gira-v-c {
    from { -webkit-transform: rotate(0);}
    to { -webkit-transform: rotate(30deg); }
}
.secoes.carrousel.videos .card:hover .seta_mais-video .linha-animada .linha1 .linha2{
  animation: setasmais-gira-v-e ease forwards .4s 1;
 }
@keyframes setasmais-gira-v-e {
  0%{transform: rotate(0);}
  100%{transform: rotate(-120deg);}
}
@-moz-keyframes setasmais-gira-v-e  {
    from {-moz-transform: rotate(0);}
    to { -moz-transform: rotate(-120deg); }
}
@-webkit-keyframes setasmais-gira-v-e  {
    from { -webkit-transform: rotate(0);}
    to { -webkit-transform: rotate(-120deg); }
}
.secoes.carrousel.videos .card:hover .seta_mais-video .linha-animada .linha1 .linha2 .linha3{
  animation: setasmais-gira-v-d ease forwards .6s 1;
 }
@keyframes setasmais-gira-v-d {
  0%{transform: rotate(0);}
  100%{transform: rotate(-120deg);}
}
@-moz-keyframes setasmais-gira-v-d {
    from {-moz-transform: rotate(0);}
    to { -moz-transform: rotate(-120deg); }
}
@-webkit-keyframes setasmais-gira-v-d{
    from { -webkit-transform: rotate(0);}
    to { -webkit-transform: rotate(-120deg); }
}

@media(max-width:992px){
  .secoes.carrousel.videos .card .seta_mais-video .linha-animada {
    width: 18px;
    left:-42px;}
  .secoes.carrousel.videos .card .seta_mais-video .linha-animada .linha1 {
    animation: setasmais-gira-v-c ease forwards .2s 1;}
  .secoes.carrousel.videos .card .seta_mais-video .linha-animada .linha1 .linha2{
    animation: setasmais-gira-v-e ease forwards .4s 1;}
  .secoes.carrousel.videos .card .seta_mais-video .linha-animada .linha1 .linha2 .linha3{
    animation: setasmais-gira-v-d ease forwards .6s 1;}

}

/* end carrousel video */

/* SOBRE*/
.secoes.itens-sobre{
  margin-top: -25px;
  padding-bottom: 62px;
}
.secoes.itens-sobre .section-content{

}
.secoes.itens-sobre .section-content header{}
.secoes.itens-sobre .section-content header h1{
    font-size: 35px;
    letter-spacing: -1px;
    margin-bottom: 50px;
}
.secoes.itens-sobre .section-content .content-sobre{}
.secoes.itens-sobre .section-content .content-sobre .menu-navegacao{
    height: min-content;
    padding: 0;
    max-width: 350px;
    /* padding-right: 10px; */
    /* overflow: hidden; */
    /* border-radius: 10px; */
}
.secoes .menu-navegacao .menu-lateral{
    -ms-flex-flow: column;
    flex-flow: column;
    background: #c4c6cf;
    border-radius: 10px;
}
.secoes .menu-navegacao .menu-lateral .collapse{
    max-width: 100%;
}
.secoes .menu-navegacao .menu-lateral .collapse ul{
    width: 100%;
    height: auto;
    padding-bottom: 15px;
    min-width: auto;
}
.secoes .menu-navegacao .menu-lateral .collapse ul li{
    /* height: 55px; */
    width: 100%;
}
.secoes .menu-navegacao .menu-lateral .collapse ul li:nth-child(1){
  /* border-bottom: 1px solid #56526f; */
}
.secoes .menu-navegacao .menu-lateral .collapse ul li a{
  font-size: 17px;
  color: #56526f;
  font-family: 'Open Sans',sans-serif;
  font-weight: bold;
  /* height: inherit; */
  align-items: center;
  display: flex;
  display: -ms-flexbox !important;
  padding: 15px 30px 15px 10px;
  position: relative;
  z-index: 2;
  /* background: #c4c6cf; */
}
.secoes .menu-navegacao .menu-lateral .collapse ul li >
 .dropdown-toggle{
    pointer-events: none;
    padding-bottom: 0;
}
.secoes .menu-navegacao .menu-lateral .collapse ul li a:not(.dropdown-toggle){
   font-weight: 400;
 }
.secoes .menu-navegacao .menu-lateral .collapse ul li a:not(.dropdown-toggle):hover{
   background: #b6b9c7; 
}
.secoes .menu-navegacao .menu-lateral .collapse ul li >
 .dropdown-toggle:after{
   content: '';
   right: 10px;
   left: auto;
   top: calc(50% - 10px);
   border: none;
   background-image: url('../img/seta-branca.png');
   background-size: contain;
   background-repeat: no-repeat;
   background-position: center;
   width: 10px;
   height: 30px;
   transform: rotateZ(-90deg);
}

.secoes .menu-navegacao .menu-lateral .collapse ul li .dropdown-menu{
  position: relative;
  top: 0;
  padding: 0;
  display: block;
  margin: 0;
  width: 100%;
  border: none;
  background: transparent;
  border-radius: 0;
  z-index: 1;
}
.secoes .menu-navegacao .menu-lateral .collapse ul li .dropdown-menu .content-dropdown{
  height: auto;
  /* border-top: 1px solid #56526f; */
  margin-left: 10px;
  display: flex;
  padding: 5px 0px;
}
.secoes .menu-navegacao .menu-lateral .collapse ul li .dropdown-menu .content-dropdown a{
  /* padding: 0; */
  padding: 5px 20px;
  font-weight: 400;
  text-decoration: none;
  white-space: pre-wrap;
}
.secoes .menu-navegacao .menu-lateral .collapse ul li .dropdown-menu .content-dropdown a:hover:before{
  content: '';
  background: #b6b9c7;
  position: absolute;
  width: 100%;
  height: calc(100% - 1px);
  left: 0;
  top: 0;
  z-index: -1
}
.secoes .menu-navegacao .menu-lateral .collapse ul li #marcado{
  color: #fff;

}
.secoes .menu-navegacao .menu-lateral .collapse ul li #marcado:before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #56526f;
  z-index: -1;
}
.secoes .menu-navegacao .menu-lateral .collapse ul li #marcado:after{
    content: "";
    position: absolute;
    width: 10px;
    height: 0;
    right: -10px;
    border-top: 10px solid;
    border-right: 10px solid transparent;
    border-bottom: 0;
    border-left: 10px solid transparent;
    color: #56526f;
    transform: rotateZ(270deg);
    /* top: 0; */
}
.secoes.itens-sobre .section-content .content-sobre .col-md-8{
  padding: 0 25px;
}
.secoes.itens-sobre .section-content .content-sobre .conteudo-sobre{
}
.secoes.itens-sobre .section-content .content-sobre .conteudo-sobre .btn{
    white-space: inherit;
    display: block;
    max-width: 100%;
}
.secoes.itens-sobre .section-content .content-sobre .conteudo-sobre .conteudo-corpo-sobre{
    font-size: 16px;
    color: #4b5860;
    font-weight: 400;
    line-height: 28px;
}
.secoes.itens-sobre .section-content .content-sobre .conteudo-sobre .conteudo-corpo-sobre iframe{
  max-width: 100%;
}
.secoes.itens-sobre .section-content .content-sobre .conteudo-sobre .conteudo-corpo-sobre div{
    font-family: 'Open Sans',sans-serif;
}
/* end sobre*/

/* servicos */
.secoes.servico{
  margin-top: -25px;
  padding-bottom: 30px;
}
.secoes.servico .section-content{

}
.secoes.servico .section-content header{}
.secoes.servico .section-content header h3{
    font-size: 35px;
    /* letter-spacing: -1px; */
    margin-bottom: 50px;
    color: #56526f;
    font-family: 'Open Sans',sans-serif;
    text-align: right;
    line-height: 34px;
    font-style: italic;
    padding-left: 70px;
    font-weight: 300;
}
.secoes.servico .section-content .content-servico{}
.secoes.servico .section-content .content-servico .col-md-8{
  padding: 0 25px;
}
.secoes.servico .section-content .content-servico .conteudo-servico{color: #4b5860;font-size: 17px;line-height: 28px;text-align: left;}

.secoes.servico .section-content .content-servico .conteudo-servico .servico-fornecido{
    font-size: 17px;
    color: #4b5860;
    font-weight: 400;
    line-height: 26px;
    margin-top: 38px;
}
.secoes.servico .section-content .content-servico .conteudo-servico .servico-fornecido .texto-fornecido{
    margin-right: 20px;
}
.secoes.servico .section-content .content-servico .conteudo-servico .servico-fornecido .img{
    width: auto;
    height: 100%;
}

.secoes.solucoes-servico{

}
.secoes.solucoes-servico .item-box-lateral{
  /* background: #ffffff; */
  border-radius: 5px;
  border: none;
  /* padding: 35px 30px; */
  padding: 0;
}
.secoes.solucoes-servico .item-box-lateral .box-lateral-servicos .introducao{}
.secoes.solucoes-servico .item-box-lateral .box-lateral-servicos .introducao .intro{
    font-size: 17px;
    font-weight: 400;
    color: #4b5860;
    line-height: 28px;
    letter-spacing: 0px;
    background: #fff;
    margin-bottom: 30px;
    padding: 35px 30px;
    border-radius: 5px;
}

.secoes.solucoes-servico .item-box-lateral .box-lateral-servicos .introducao .chamada{
  font-family: 'Open Sans',sans-serif;
  font-size: 17px;
  font-weight: 400;
  color: #56526f;
  margin: 0 15px;
  margin-bottom: 50px;
  padding: 0px 70px;
  text-align: center;
  position: relative;
}
.secoes.solucoes-servico .item-box-lateral .box-lateral-servicos .introducao .chamada .linha-esquerda{
  position: absolute;
  width: 48%;
  height: 1px;
  left: 0;
  bottom: -10px;
  background: #ff6161;
}
.secoes.solucoes-servico .item-box-lateral .box-lateral-servicos .introducao .chamada .linha-esquerda:after{
  content: '';
  position: absolute;
  width: 10px;
  height: 1px;
  left: 99%;
  top: 3px;
  background: #ff6161;
  transform: rotate(40deg);
}
.secoes.solucoes-servico .item-box-lateral .box-lateral-servicos .introducao .chamada .linha-direita{
  position: absolute;
  width: 48%;
  height: 1px;
  right: 0;
  bottom: -10px;
  background: #ff6161;
}
.secoes.solucoes-servico .item-box-lateral .box-lateral-servicos .introducao .chamada .linha-direita:after{
  content: '';
  position: absolute;
  width: 10px;
  height: 1px;
  right: 99%;
  top: 3px;
  background: #ff6161;
  transform: rotate(-45deg);
}
.secoes.solucoes-servico .item-box-lateral .box-lateral-servicos .content-area{
  position: relative;
  margin: 0 15px;
}
.secoes.solucoes-servico .item-box-lateral .box-lateral-servicos .area-unica{
    padding: 4px 20px;
    min-height: 36px;
    border: 1px solid #bfbfbf;
    border-radius: 20px;
    margin-bottom: 10px;
    cursor: pointer;
    transition: all .3s ease;
    transform: translateX(0px);
}
.secoes.solucoes-servico .item-box-lateral .box-lateral-servicos .area-unica.marcado:after{
  content: '';
  display:block;
  position: absolute;
  width: 20px;
  height: 20px;
  background: url("//www.senaipr.org.br/tecnologiaeinovacao/layout/img/ic-whats-fechar.svg");
  background-color: #fff;
  border-radius: 10px;
  background-position: center;
  background-repeat: no-repeat;
  top: 9px;
  right: 10px;
}
.secoes.solucoes-servico .item-box-lateral .box-lateral-servicos .area-unica.marcado{
  background: #ff6161;
  border-color: #ff6161;
  transform: translateX(15px);
}
.secoes.solucoes-servico .item-box-lateral .box-lateral-servicos .area-unica:hover{
  background: rgba(255, 97, 97, .05);
  transform: translateX(15px);
}
.secoes.solucoes-servico .item-box-lateral .box-lateral-servicos .area-unica.marcado:hover{
  background: #ff6161;
}
.secoes.solucoes-servico .item-box-lateral .box-lateral-servicos .area{
    margin: 0;
    font-size: 15px;
    font-weight: 400;
    font-family: 'Open Sans',sans-serif;
    color: #56526f;
    width: fit-content;
    height: 30px;
    border-radius: 15px;
    position: relative;
}
.secoes.solucoes-servico .item-box-lateral .box-lateral-servicos .area-unica.marcado .area{
  color: #fff;
}
  body .botoes .botao-contratar{
      background: #6bc146;
      height: 60px;
      margin-bottom: 0;
  }
  body .botoes .botao-contratar:hover{
   background: #459e4a;
  }
  body .botoes .botao-contratar a{width: 100%;height: 100%;color: #fff;text-decoration: none;font-size: 24px;font-weight: bold;font-family: 'Open Sans',sans-serif;letter-spacing: -1px;position: relative;}
  body .botoes .botao-contratar a:before{
    content: '';
    position: absolute;
    background-image: url('../img/seta-branca.png');
    width: 15px;
    /* top: calc(50% - 10px); */
    background-repeat: no-repeat;
    background-size: contain;
    height: 20px;
    transform: rotateZ(180deg);
    left: 25%;
    transition: .3s all;
  }
  body .botoes .botao-contratar a:after{
    content: '';
    position: absolute;
    background-image: url('../img/seta-branca.png');
    width: 15px;
    top: calc(50% - 10px);
    background-repeat: no-repeat;
    background-size: contain;
    height: 20px;
    right: 25%;
    transition: .1s linear;
  }
  body .botoes .botao-contratar:hover a:before{
    left: 95px;
  }
  body .botoes .botao-contratar:hover a:after{
    right: 95px;
  }
  body .botoes .botao-fale-conosco{
      background: #fff;
      height: 60px;
  }
  body .botoes .botao-fale-conosco a{
      width: 100%;
      height: 100%;
      color: #56526f;
      font-size: 20px;
      font-family: 'Open Sans',sans-serif;
      font-weight: 400;
      letter-spacing: -1px;
      text-decoration: none;
      position: relative;
  }
  body .botoes .botao-fale-conosco:hover{
    background: rgba(255, 255, 255, .5);
  }
  body .botoes .botao-fale-conosco a:before{
    content: ' ';
    position: absolute;
    background-image: url('../img/ic-fale-conosco.png');
    width: 20px;
    top: calc(50% - 10px);
    background-repeat: no-repeat;
    background-size: contain;
    height: 20px;
    left: 25%;
}
/* .secoes.solucoes-servico .item-box-lateral .box-lateral-servicos .area:before{
  content: '\203A';
  height: 86%;
  left: 3px;
  position: absolute;
  color: #ec8c56;
  font-size: 19px;
} */
.secoes.solucoes-servico .section-content{
    padding-left: 30px;
}
.secoes.solucoes-servico .section-content .ofertados-para{
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 400;
  font-family: 'Open Sans',sans-serif;
}
.secoes.solucoes-servico .section-content .card-solucao{
  height: auto;
  position: relative;
  text-decoration: none;
  display: flex;
  display: -ms-flexbox;
  margin-bottom: 30px;
}
.secoes.solucoes-servico .section-content .card-solucao .titulo{
    padding-left: 22px;
}
.secoes.solucoes-servico .section-content .card-solucao .titulo .titulo-solucao{font-family: 'Open Sans',sans-serif;font-size: 19px;font-weight: bold;color: #56526f;margin-bottom: 12px;}
.secoes.solucoes-servico .section-content .card-solucao .titulo .subtitulo-solucao{
    margin: 0;
    font-size: 16px;
    color: #616161;
    font-family: 'Open Sans',sans-serif;
    font-weight: 400;
    line-height: 20px;
}
.secoes.solucoes-servico .section-content .card-solucao .sinal-mais-servico{
  width: 1px;
  height: 100%;
  position: absolute;
  display: flex;
  }
.secoes.solucoes-servico .section-content .card-solucao .sinal-mais-servico .content-mais{
  width: 2px;
  height: 100%;
  position: absolute;
  transition: all ease .3s;
  display: flex;
  align-items: center;
}
.secoes.solucoes-servico .section-content .card-solucao .sinal-mais-servico .content-mais:before,
.secoes.solucoes-servico .section-content .card-solucao .sinal-mais-servico .content-mais:after{
  content: "";
  display: block;
  background: #ec8c56;
  width: 1px;
  height: 100%;
  position: relative;
  transition: all ease .3s;
}
.secoes.solucoes-servico .section-content .card-solucao .sinal-mais-servico .content-mais:after{
  left: -1px;
}
.secoes.solucoes-servico .section-content .card-solucao:hover .sinal-mais-servico .content-mais:before{
  animation-name: reduz-sinal-mais;
  animation-fill-mode: both;
  animation-duration: .2s;
  animation-iteration-count: 1;
}
.secoes.solucoes-servico .section-content .card-solucao .sinal-mais-servico .content-mais:after{
  height: 20px
}
.secoes.solucoes-servico .section-content .card-solucao:hover .sinal-mais-servico .content-mais:after{
  animation-name: anim-sinal-mais;
  animation-fill-mode: both;
  animation-duration: .2s;
  animation-iteration-count: 1;
  animation-delay: .2s;
}
@keyframes reduz-sinal-mais {
    from{}
    to{height: 20px;}
}
@-moz-keyframes reduz-sinal-mais {
    from{}
    to{height: 20px;}
}
@-webkit-keyframes reduz-sinal-mais {
    from{}
    to{height: 20px;}
}
@keyframes anim-sinal-mais {
    from{}
    to{transform: rotate(90deg);}
}
@-moz-keyframes anim-sinal-mais {
    from {}
    to { -moz-transform: rotate(90deg); }
}
@-webkit-keyframes anim-sinal-mais {
    from {}
    to { -webkit-transform: rotate(90deg); }
}
/* end servicos */
/* servicos interna */
.secoes.servico-interna{
    padding-bottom: 80px;
    padding-top: 30px;
}
.secoes.servico-interna header{
    margin-bottom: 60px;
    padding: 0 15px;
}
.secoes.servico-interna header h1{
    color: #ff6161;
    font-family: 'Open Sans',sans-serif;
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 0;
}
.secoes.servico-interna .conteudo-servico{
    padding: 0px 4px;
    /* position: relative; */
    /* overflow: hidden; */
}
.secoes.servico-interna .conteudo-servico .texto{
    padding: 0 15px;
}
.secoes.servico-interna .conteudo-servico .texto .gravata-servico{margin-bottom: 15px;}
.secoes.servico-interna .conteudo-servico .texto .gravata-servico h6{
    color: #4b5860;
    font-family: 'Open Sans',sans-serif;
    font-size: 17px;
    font-style: italic;
    margin: 0;
}
.secoes.servico-interna .conteudo-servico .texto .conteudo-corpo-servico{
    font-size: 17px;
    color: #4b5860;
    font-weight: 300;
    line-height: 28px;
}
.secoes.servico-interna .conteudo-servico .chamada{
    text-align: center;
    padding: 0 15px;
    position: relative;
}
.secoes.servico-interna .conteudo-servico .botoes{
    margin-bottom: 50px;
    /* height: fit-content; */
    height: -moz-fit-content;
    /* height: -webkit-fit-content; */
    /* overflow: hidden; */
    position: -webkit-sticky;
    position: relative;
    top: 0;
    z-index: 2;
    width: 100%;
}
.secoes.servico-interna .conteudo-servico .botoes .botao-contratar{
    background: #6bc146;
    height: 60px;
    margin-bottom: 5px;
    position: -webkit-sticky;
    /* position: sticky; */
    /* top: 2px; */
}
.secoes.servico-interna .conteudo-servico .botoes .botao-contratar:hover{
 background: #459e4a;
}
.secoes.servico-interna .conteudo-servico .botoes .botao-contratar a{width: 100%;height: 100%;color: #fff;text-decoration: none;font-size: 24px;font-weight: bold;font-family: 'Open Sans',sans-serif;letter-spacing: -1px;position: relative;}
.secoes.servico-interna .conteudo-servico .botoes .botao-contratar a:before{
  content: '';
  position: absolute;
  background-image: url('../img/seta-branca.png');
  width: 15px;
  top: calc(50% - 10px);
  background-repeat: no-repeat;
  background-size: contain;
  height: 20px;
  transform: rotateZ(180deg);
  left: 25%;
  transition: .3s all;
}
.secoes.servico-interna .conteudo-servico .botoes .botao-contratar a:after{
  content: '';
  position: absolute;
  background-image: url('../img/seta-branca.png');
  width: 15px;
  top: calc(50% - 10px);
  background-repeat: no-repeat;
  background-size: contain;
  height: 20px;
  right: 25%;
  transition: .1s linear;
}
.secoes.servico-interna .conteudo-servico .botoes .botao-contratar:hover a:before{
  left: 95px;
}
.secoes.servico-interna .conteudo-servico .botoes .botao-contratar:hover a:after{
  right: 95px;
}
.secoes.servico-interna .conteudo-servico .botoes .botao-fale-conosco{
    background: #fff;
    height: 60px;
}
.secoes.servico-interna .conteudo-servico .botoes .botao-fale-conosco a{
    width: 100%;
    height: 100%;
    color: #56526f;
    font-size: 20px;
    font-family: 'Open Sans',sans-serif;
    font-weight: 400;
    letter-spacing: -1px;
    text-decoration: none;
    position: relative;
}
.secoes.servico-interna .conteudo-servico .botoes .botao-fale-conosco:hover{
  background: rgba(255, 255, 255, .5);
}
.secoes.servico-interna .conteudo-servico .botoes .botao-fale-conosco a:before{
  content: ' ';
  position: absolute;
  background-image: url('../img/ic-fale-conosco.png');
  width: 20px;
  top: calc(50% - 10px);
  background-repeat: no-repeat;
  background-size: contain;
  height: 20px;
  left: 25%;
}
.secoes.servico-interna .conteudo-servico .fornecedor{
    background: #fff;
    padding: 25px;
    border-radius: 20px 0px 20px 0px;
}
.secoes.servico-interna .conteudo-servico .fornecedor .fornecido-por{
    margin: 0;
    color: #56526f;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0px;
}
.secoes.servico-interna .conteudo-servico .fornecedor .imagem-fornecedor{
    margin: 50px 0;
}
.secoes.servico-interna .conteudo-servico .fornecedor .imagem-fornecedor img{
    width: 100%;
}
.secoes.servico-interna .conteudo-servico .fornecedor .link-fornecedor{
    height: 35px;
}
.secoes.servico-interna .conteudo-servico .fornecedor .link-fornecedor a{
    color: #56526f;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Open Sans',sans-serif;
    background: #d2dce7;
    border-radius: 18px 18px 18px 0px;
    height: 35px;
    width: 200px;
    position: relative;
}
.secoes.servico-interna .conteudo-servico .fornecedor .link-fornecedor a:hover{
  background: rgba(210, 220, 231, .6);
}
.secoes.servico-interna .conteudo-servico .fornecedor .link-fornecedor a:after{
  content: '\203A';
  height: 0;
  right: 15px;
  position: absolute;
  color: #56526f;
  font-size: 34px;
  top: -10px;
  font-weight: 300;
}
/* end servicos interna */


/* institutos */
.secoes.itens-instituto{
  margin-top: 0;
  padding-bottom: 62px;
}
.secoes.itens-instituto .section-content{

}
.secoes.itens-instituto .section-content header{
    margin-bottom: 35px;
}
.secoes.itens-instituto .section-content header .chapeu{
    color: #56526f;
    font-size: 20px;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
    display: block;
}
.secoes.itens-instituto .section-content header h1{
    font-size: 35px;
    letter-spacing: -1px;
    margin-bottom: 0;
    color: #35a8e0;
}
.secoes.itens-instituto .section-content .content-sobre{}
.secoes.itens-instituto .section-content .content-sobre .menu-navegacao{
    height: min-content;
    background: #c4c6cf;
    padding: 0;
}
.secoes.itens-instituto .section-content .content-instituto .menu-navegacao{
  padding-top: 0;
  position: relative;
}
.secoes.itens-instituto .section-content .content-instituto .menu-navegacao .menu-lateral{
    -ms-flex-flow: column;
    flex-flow: column;
    position: relative;
}

.secoes.itens-instituto .section-content .content-instituto .col-md-8{
  padding: 15px;
}
.secoes.itens-instituto .section-content .content-instituto .img{
    text-align: left;
}
.secoes.itens-instituto .section-content .content-instituto .img img{
    /* width: 100%; */
}
.secoes.itens-instituto .section-content .content-instituto .conteudo-instituto{
}
.secoes.itens-instituto .section-content .content-instituto .conteudo{
  padding-top: 0;
}
.secoes.itens-instituto .section-content .content-instituto .conteudo-instituto .conteudo-corpo-instituto{
    font-size: 16px;
    color: #4b5860;
    font-weight: 400;
    line-height: 28px;
}
.secoes.itens-instituto .section-content .content-instituto .conteudo-instituto .conteudo-corpo-instituto iframe{
  max-width: 100%
}
.secoes.itens-instituto .section-content .content-instituto .conteudo-instituto .conteudo-corpo-instituto div{
  font-family: 'Open Sans',sans-serif;
}
/* end institutos */
/* contatos */
.secoes.contato{}
.secoes.contato header{
    margin-bottom: 50px;
}
.secoes.contato header h1{
    font-size: 35px;
    color: #56526f;
    font-weight: bold;
    letter-spacing: -1px;
    margin: 0;
}
.secoes.contato .corpo-form{
    padding: 0;
    margin-bottom: 50px;
}
.secoes.contato .corpo-form .conteudo{
}
.secoes.contato .corpo-form .conteudo .corpo{
  color: #56526f;
  font-size: 17px;
  font-weight: 400;
  font-family: 'Open Sans',sans-serif;
  margin-bottom: 25px;
}
.secoes.contato .corpo-form .conteudo .corpo div{
  font-family: 'Open Sans',sans-serif;
}
.secoes.contato .corpo-form .formulario-campos{  }
.secoes.contato .corpo-form .formulario-campos input,
.secoes.contato .corpo-form .formulario-campos select{
  height: 40px;
  border-radius: 19px;
  border: none;
  background: #ffffff;
  color: #7a7a7a;
  font-size: 14px;
  font-family: 'Open Sans',sans-serif;
}
.secoes.contato .corpo-form .formulario-campos select{
  background: url(../img/seta-select-form.png) no-repeat #fff;
  background-position-y: center;
  background-position-x: 98%;
  margin-right: 10px;
  width: 100%;
  text-overflow: "";
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
.secoes.contato .corpo-form .formulario-campos select::-ms-expand{
  display: none
}
.secoes.contato .corpo-form .formulario-campos input:focus,
.secoes.contato .corpo-form .formulario-campos select:focus,
.secoes.contato .corpo-form .formulario-campos textarea:focus{
  box-shadow: none;
  outline: none;
  border: none;
}
.secoes.contato .corpo-form .formulario-campos input::placeholder,
.secoes.contato .corpo-form .formulario-campos select::placeholder,
.secoes.contato .corpo-form .formulario-campos textarea::placeholder{
  font-size: 14px;
  color: #7a7a7a;
  font-family: 'Open Sans',sans-serif;
}
.secoes.contato .corpo-form .formulario-campos textarea{
  border-radius: 19px;
  border: none;
  background: #fff;
  color: #7a7a7a;
  font-size: 14px;
  font-family: 'Open Sans',sans-serif;
}

.secoes.contato .corpo-form .formulario-campos .indica-obrigatorio{
  text-align: center !important;
  font-size: 13px;
  color: #7a7a7a;
  padding: 0 15px 10px 15px;
}
.secoes.contato .corpo-form .formulario-campos .indica-obrigatorio span{
  font-family: 'Open Sans',sans-serif;
}
.secoes.contato .corpo-form .formulario-campos .button-envia{
  text-align:center !important;
}
.secoes.contato .corpo-form .formulario-campos .button-envia .btn{
  background: #358e4a;
  width: 318px;
  text-align: center;
  color: #fff;
  border-radius: 19px;
  font-weight: bold;
  font-family: 'Open Sans', sans-serif;
  font-size: 22px;
  padding-top: 2px;
  padding-bottom: 2px;
}
.secoes.contato .corpo-form .formulario-campos .button-envia .btn:focus{
  outline: none;
  box-shadow: none;
}
.secoes.contato .corpo-form .formulario-campos .button-envia .btn:hover{
  background: #65b76a;
}
.secoes.contato .corpo-form .formulario-campos .msg-success-form{}
.secoes.contato .corpo-form .formulario-campos .msg-success-form p{
  text-align:center;
  margin:0;
  background: #cacdda;
  padding: 10px;
  border-radius: 19px;
  font-size: 22px;
  font-weight: lighter;
  font-family: 'Open Sans', sans-serif;
  color: #56526f;
}
.secoes.contato .corpo-form .itens-laterais{
}
.secoes.contato .corpo-form .itens-laterais .ligue{
    text-align: center;
    border-bottom: 1px solid #bbbbbb;
    padding: 0 20px;
}
.secoes.contato .corpo-form .itens-laterais .ligue .chamada{
   font-family: 'Open Sans', sans-serif;
   color: #56526f;
   font-size: 15px;
   font-weight: 400;
   margin-bottom: 12px;
}
.secoes.contato .corpo-form .itens-laterais .ligue .tel{
    font-size: 25px;
    font-family: 'Open Sans',sans-serif;
    color: #56526f;
    letter-spacing: -1px;
    font-weight: bold;
}
.secoes.contato .corpo-form .itens-laterais .ligue .tel span{
  font-size: 16px;
  position: relative;
  right: 5px;
  width: 30px;
  bottom: 3px;
  font-family: 'Open Sans',sans-serif;
  letter-spacing: 0px;
}
.secoes.contato .corpo-form .itens-laterais .whatsapp{
  text-align: center;
  border-bottom: 1px solid #bbbbbb;
  padding: 20px 0;
  justify-content: center;
  display: -ms-flexbox !important;
  display: flex;
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap;
}
.secoes.contato .corpo-form .itens-laterais .whatsapp .chamada{
  font-family: 'Open Sans', sans-serif;
  color: #56526f;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 12px;
}
.secoes.contato .corpo-form .itens-laterais .whatsapp .tel{
    position: relative;
    background: #65b76a;
    width: 270px;
    height: 42px;
    display: flex;
    /* float: right; */
    justify-content: center;
    align-items: center;
    border-radius: 21px;
    color: #fff;
    font-family: 'Open Sans',sans-serif;
    font-weight: bold;
    font-size: 22px;
    text-decoration: none;
    transition: all .2s ease;
}
.secoes.contato .corpo-form .itens-laterais .whatsapp .tel span{
  right: 10px;
  position: relative;
  font-size: 15px;
  font-weight: bold;
  font-family: 'Open Sans',sans-serif;
}
.secoes.contato .corpo-form .itens-laterais .whatsapp .tel:hover{
  opacity: 1;
  background: #459e4a;
}
.secoes.contato .corpo-form .itens-laterais .whatsapp .tel:before{
  content: '';
  width: 48px;
  height: 48px;
  background-image: url(//www.senaipr.org.br/tecnologiaeinovacao/layout/img/icon-whats.png);
  background-repeat: no-repeat;
  position: absolute;
  left: -15px;
  z-index: 2;
  top: -3px;
}
.secoes.contato .corpo-form .itens-laterais .whatsapp .tel:after{
  content: '';
  width: 10px;
  height: 20px;
  background-image: url(//www.senaipr.org.br/tecnologiaeinovacao/layout/img/icon-seta-links-whats.png);
  background-repeat: no-repeat;
  position: absolute;
  right: 15px;
  z-index: 99;
  top: calc(50% - 10px);
}
.secoes.contato .corpo-form .itens-laterais .acompanhe{
    text-align: center;
    border-bottom: 1px solid #bbbbbb;
    padding: 20px 0;
}
.secoes.contato .corpo-form .itens-laterais .acompanhe .titulo{
  text-align: center;
  display: block;
  font-size: 15px;
  color: #56526f;
  font-family: 'Open Sans',sans-serif;
  margin-bottom: 22px;
  font-weight: 600;
}

.secoes.contato .corpo-form .itens-laterais .acompanhe .redes{
  padding: 0;
  margin: auto;
}
.secoes.contato .corpo-form .itens-laterais .acompanhe .social-icon i{
  color: #72416c;
}
.secoes.contato .corpo-form .itens-laterais .acompanhe .social-icon:hover{
  opacity: .7;
  text-decoration: none
}
/* end contatos */

/* paginas areas */
.secoes.servico .section-content .content-servico .fornecedor{
    min-height: 140px;
    margin: 40px 0 0 0;
    position: relative;
}
.secoes.servico .section-content .content-servico .fornecedor:before{
  content: '';
  position: absolute;
  width: 98%;
  height: 100%;
  left: 1%;
  top: 0;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  background: #fff;
  z-index: -1;
  transform: skewX(-20deg);
}
.secoes.servico .section-content .content-servico .fornecedor .fornecido-por{
    font-size: 16px;
    color: #56526f;
    line-height: 22px;
    margin: 0 30px;
}
.secoes.servico .section-content .content-servico .imagem-fornecedor{
    margin: 0 30px;
}
.secoes.servico .section-content .content-servico .imagem-fornecedor img{}
.secoes.servico .section-content .content-servico .link-fornecedor{
    margin: 0 30px;
    background: rgba(210, 220, 231, .9);
    width: 205px;
    height: 35px;
    border-radius: 20px;
    border-bottom-left-radius: 0;
}
.secoes.servico .section-content .content-servico .link-fornecedor a{
    color: #56526f;
    font-family: 'Open sans',sans-serif;
    font-size: 14px;
    font-weight: 500;
    width: 100%;
    position: relative;
}
.secoes.servico .section-content .content-servico .link-fornecedor a:after{
  content: '>';
  position: absolute;
  right: 20px;
}
.secoes.solucoes-servico .content-titulo-servicos{
  padding: 0;
}
.secoes.solucoes-servico .titulo-servicos{
  margin: 0;
  color: #56526f;
  font-weight: bold;
  font-size: 35px;
}
.secoes.solucoes-servico .titulo-servicos span{
  margin: 0;
  color: #ff6161;
  font-weight: bold;
  font-size: 35px;
  font-family: 'Open sans',sans-serif;
}
.banner-pequeno-titulo-curva-top .imagens-background .banner-principal{

}
.banner-pequeno-titulo-curva-top .imagens-background .banner-principal:before{
  top: 20px;
  background: none;
  border-bottom: 80px solid #e5e5e7;
}
/* end paginas areas */
/* pagina depoimentos */

.secoes.itens-sobre .section-content .content-sobre .conteudo .depoimento{}
.secoes.itens-sobre .section-content .content-sobre .conteudo .depoimento .aspas{background-image: url(../img/aspas.svg);width: 100%;background-repeat: no-repeat;height: 35px;display: block;position: relative;}
.secoes.itens-sobre .section-content .content-sobre .conteudo .depoimento .depoimento-texto h6{
    font-size: 16px;
    color: #4b5860;
    font-weight: 300;
    line-height: 22px;
    margin: 0;
}
.secoes.itens-sobre .section-content .content-sobre .conteudo .depoimento .autor-depoimento{
    font-size: 16px;
    color: #4b5860;
    font-weight: bold;
    font-style: italic;
    line-height: 22px;
    margin: 0;
}
.secoes.itens-sobre .section-content .content-sobre .conteudo .depoimento .cargo-depoimento{
    font-size: 16px;
    color: #4b5860;
    font-weight: 300;
    line-height: 22px;
    margin: 0;
}
.secoes.itens-sobre .section-content .content-sobre .conteudo .depoimento .logo-depoimento{
    width: 100%;
    height: 90px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left;
}
.secoes.carrousel#depoimentos{
    background: #cacdda;
    padding-top: 75px;
    padding-bottom: 62px;
    margin-bottom: 140px;
}
.secoes.carrousel#depoimentos .section-content .card .card-body{
  background: transparent;
  box-shadow: none;
}
.secoes.carrousel .section-content .card .depoimento .aspas{background-image: url(../img/aspas-brancas.svg);width: 100%;background-repeat: no-repeat;background-position: center;height: 35px;display: block;position: relative;}
.secoes.carrousel .section-content .card .depoimento .depoimento-texto h6{
    font-size: 17px;
    color: #4b5860;
    font-weight: 300;
    line-height: 22px;
    text-align: center;
    margin: 0;
    padding: 0 31px;
    padding-bottom: 8px;
}
.secoes.carrousel .section-content .card .depoimento .autor-depoimento{
    font-size: 16px;
    color: #4b5860;
    font-weight: bold;
    font-style: italic;
    line-height: 22px;
    margin: 0;
    text-align: center;
}
.secoes.carrousel .section-content .card .depoimento .cargo-depoimento{
    font-size: 16px;
    color: #4b5860;
    font-weight: 300;
    line-height: 22px;
    text-align: center;
    margin: 0;
}
.secoes.carrousel .section-content .card .depoimento .logo-depoimento{
    width: 100%;
    height: 90px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
/* end paginas depoimentos */
/* MIn 1200 */
@media (max-width: 1200px ){
  .container { max-width: 100%;}

  .secoes.solucoes .section-content .card-solucao:before{
  }
  .secoes.solucoes .section-content .card-solucao .titulo{
    /* padding-left: 6px; */
    top: 40px;
  }
  .secoes.solucoes .section-content .card-solucao .titulo h6{
    padding-left: 7px;
    font-size: 26px;
    height: 35px;
  }
.banner-pequeno .imagens-background .banner-principal:before{
    /* top: 111px; */
    bottom: auto;
  }
  .menu-rodape .menu-rodape-esquerdo{
    max-width: 252px;
  }
}
/* END 1200 */
/* max 1000 */
@media(max-width: 1000px){
  .banner-home .imagens-background .banner-principal .container .linha-2{
    display: none !important;
  }
  .banner-home .imagens-background .banner-principal .container .linha-1{
    /* flex: 0 0 33.333%; */
    /* padding-top: 30px; */
  }
  .banner-home .imagens-background .banner-principal > .container{
    /* top: 120px; */
    -ms-flex-pack: center !important;
    /* justify-content: center !important; */
  }
}
/* end 1000 */
/* max 992 */
@media(max-width: 992px){
  .secoes.contato .corpo-form .itens-laterais .acompanhe .redes{
    flex: 0 0 100%;
    max-width: 100%
  }
  .secoes.itens-instituto .section-content .content-instituto .menu-navegacao .menu-lateral .collapse ul li a{
    padding: 0 15px;
  }
  .secoes.itens-instituto .section-content .content-instituto .menu-navegacao .menu-lateral .collapse ul li .dropdown-toggle:after{
    right: 10px;
  }
  .secoes.itens-instituto .section-content .content-instituto .menu-navegacao .menu-lateral .collapse ul li .dropdown-menu .content-dropdown{
    margin-left: 20px;
  }
  .secoes.itens-instituto .section-content .content-instituto .conteudo-instituto{
    padding: 0 15px;
  }
  .secoes.servico-interna .conteudo-servico .botoes .botao-contratar a:before{
    left: 15%;
  }
  .secoes.servico-interna .conteudo-servico .botoes .botao-contratar a:after{
    right: 15%;
  }
  .secoes.servico-interna .conteudo-servico .botoes .botao-fale-conosco a:before{
    left: 15%
  }
  .secoes.solucoes .section-content .card-solucao{
    flex: 0 0 49%;
    max-width: 49%;
  }
  .secoes.servicos .section-content .card-servicos .titulo:before{
  content:"";
  display:block;
  position:absolute;
  width:10px;
  height:26px;
  background:url("https://www.senaipr.org.br/tecnologiaeinovacao/layout/img/icon-seta-links-whats.png") no-repeat;
  background-size:contain;
  right:20px;
  top:50%;
  margin-top:-8px
}
.secoes .section-content .menu-navegacao{
  display:none
}
.secoes .section-content .content-sobre .col-md-8,
.secoes .section-content .content-instituto .col-md-8{
  max-width:100%;
  flex: 0 0 100%;
  box-sizing: border-box;
}
.banner-pequeno .imagens-background .banner-principal:before {
  /* top: 111px; */
  bottom: auto;
}
  .secoes.itens-sobre .section-content .content-sobre{
    margin-top: 50px
  }
}
/* end */

/* max 768 */
@media(max-width: 769px){
.secoes.solucoes{
  padding-top: 45px;
  padding-bottom: 65px;
}
.imagens-background .curva-img:before{
  width: 768px;
  height: 100%;
  background-size: 100% 100%;
  background-position: 0 15px;
}

.banner-pequeno-titulo .imagens-background .banner-principal{
  background-position-x: 70%;
}
.secoes.servicos .container{
  background: none;
}
  /*   home */

  h1{  font-size: 23px;  }
  .secoes.itens-sobre .section-content header h1{
    font-size:28px;
    margin-bottom: 30px;
  }
  h2{font-size: 40px;padding-bottom: 15px;}
  .banners .imagens-background .banner-principal{
    top: 0px;
    height: 470px;
    background-attachment: inherit;
    background-size:cover;
    background-position: 86%;
  }
  .banner-home .imagens-background > .content img.seta_direita{
    right:15px
  }
  .banner-home .imagens-background > .content img.seta_esquerda{
    left:15px
  }
  .banner-home .imagens-background .banner-principal .texto a{
    font-size: 18px;
    min-width: 170px;
    text-align: center;
    margin-top: 30px;
    padding: 5px 20px;
  }

  .banner-home .imagens-background{
    height: 470px;
  }
  .imagens-background .curva-img{
  height: 62px;
  bottom: 0;
  }
  .banner-home .imagens-background .banner-principal .container .linha-1 {
    flex: 0 0 300px;
    padding-top: 30px;
    align-items: flex-end !important;
}
  .banner-home .imagens-background .banner-principal .container .linha-1 .texto{
    padding: 15px 0;
    justify-content: flex-end !important;
    top: -30px;
  }
  .banner-home .imagens-background .banner-principal .texto h2{
    padding: 0
  }
  .banner-home .imagens-background .banner-principal .texto a{
  margin: 0;
  }
  .banner-home .imagens-background .banner-principal > .container{
    top: 40px;
    right: 30px;
    justify-content: flex-end !important;
  }
  .banners .imagens-background .banner-principal:before{
    top: 0;
    height: calc(100% + 60px);
  }
  .content-animation{
    top: -50px;
    display: none;
  }
  .secoes.solucoes header h2{
    flex: 0 0 100%;
    padding: 0;
    max-width: 100%;
    font-size: 30px;
  }

  .secoes.solucoes header h2 *{
    display:inline-block
  }
  .secoes.solucoes .section-content .card-solucao{
    flex: 0 0 50%;
    max-width: 50%;
  }
  .secoes.solucoes .section-content .card-solucao:before{
    left: 14px;
  }
  .secoes.solucoes .section-content .card-solucao .titulo{
    padding-left: 0;
  }
  .secoes.solucoes .section-content .card-solucao .gravata-solucao{
    padding:10px 0 0 15px
  }
  .secoes.carrousel.videos:before{
    left: -250px;
  }
  .secoes.carrousel.videos article:before{
    left: -250px;
  }
  .secoes.carrousel.videos article:after{
    left: -250px;
  }
  .secoes.solucoes .section-content .card-solucao .titulo h6{
    font-size: 24px;
    top: 0;
    padding-left: 14px;
  }
  .banner-pequeno-titulo .imagens-background .banner-principal h1{
    left: 0;
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 26px;
  }
  .secoes.servicos{
    padding-top:30px
  }
  .secoes.servicos header h2{
    padding:20px 0;
    font-size: 30px;
  }
  .secoes.servico .section-content header h3{
    text-align: left;
    padding-left: 0;
    font-size: 25px;
    line-height: 28px;
  }
  .secoes.solucoes-servico .item-box-lateral{
    margin-bottom: 50px;
    display: none;
  }
  .secoes.solucoes-servico{
    padding-bottom: 50px;
  }
  .secoes.carrousel .section-content .card .card-body a .corpo-texto .tituloCard{
    font-size: 15px;
  }
  .secoes.contato .corpo-form .itens-laterais .whatsapp .chamada{
    display: block;
    width: 100%
  }
  .secoes.contato .corpo-form .itens-laterais .acompanhe .redes{
    flex: 0 0 75%;
    max-width: 75%
  }
  .secoes.itens-sobre{
    margin-top: 0;
  }
  .secoes.itens-sobre .section-content .content-sobre .menu-navegacao,
  .secoes.itens-instituto .section-content .content-instituto .menu-navegacao{
    display: none;
  }
  .secoes.itens-instituto .section-content .content-instituto .img{
    text-align: left;
  }
  .secoes.servico-interna .conteudo-servico .chamada{
    margin-top: 30px;
  }
  .secoes.servico-interna .conteudo-servico .fornecedor .imagem-fornecedor img{
    width: auto
  }
  .secoes.carrousel header h2,
  .secoes.carrousel.videos header h2{
    font-size: 20px;
    }
  .secoes.carrousel header h2 b,
  .secoes.carrousel.videos header h2 b{
    font-size: 35px;
  }

    .banner-home .imagens-background .banner-principal .texto h2{
    font-size: 40px;
    padding: 0;
    line-height: 40px;
    text-align: right;
  }
  .banner-home .imagens-background .banner-principal .texto h2 b{
    font-size: 40px;
    line-height: 40px;
  }
  .secoes.servicos .section-content .card-servicos{
    background:none;
  }
  .banner-pequeno .imagens-background .banner-principal .div-span{

  }
  .banner-pequeno .imagens-background .banner-principal:before {
    top: 111px;
  }
}
/* end */

/* max 650 */
@media(max-width: 650px){
  .secoes.solucoes .section-content .card-solucao {
      flex: 0 0 100%;
      max-width: 100%;
      margin: 0;
  }
  .secoes.solucoes .section-content .card-solucao .img-background{
    height: 170px;
  }

}
/* end */
/* max 540 */
@media(max-width: 500px){


}
/* end */
/* max 480 */
@media(max-width: 480px){

}
/* end */
@media(max-width: 768px){
  body .botoes{
    display: block;
  }
}





/* eventos e newsletter */
.secoes.calendario, .secoes.newsletter{
  /* display: none !important; */
}
.secoes.calendario header, 
.secoes.newsletter header{
}
.secoes.calendario .content{
  padding: 0;
  margin-bottom: 80px;
}
.secoes.calendario .calendario{  
  padding: 0;
}
.secoes.calendario header h2,
.secoes.newsletter header h2{
  font-family: 'Open Sans', sans-serif;
  font-size: 40px;
  font-weight: bold;
  color: #56526f;
  letter-spacing: 0px;
  border-bottom: 1px solid #ec8c56;
  padding-bottom: 15px;
}
.secoes.calendario .meio{
    padding: 0 15px;
}
.secoes.calendario .meio .itens-eventos{
    background: #141128;
    padding: 15px 30px;
    border-radius: 15px;
    margin: 0;
}
.secoes.calendario .meio .itens-eventos .seta_esquerda{
    transform: rotateY(180deg);
    position: absolute;
    left: 5px;
    top: 80px;
    width: 20px;
    height: 60px;
    cursor: pointer;
}
.secoes.calendario .meio .itens-eventos .seta_direita{
    position: absolute;
    right: 5px;
    top: 80px;
    width: 20px;
    height: 60px;
    cursor: pointer;
}
.secoes.calendario .meio .itens-eventos li{
    /* background: #1B1636; */
    height: 260px;
    padding: 0 10px;
    list-style: none;
}
.secoes.calendario .meio .itens-eventos li .item-evento{
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    padding: 20px 20px;
    display: block;
    transition: .5s all ease;
}
.secoes.calendario .meio .itens-eventos li .item-evento:hover{
    text-decoration: none;
    transform: scale(1.1);
}
.secoes.calendario .meio .itens-eventos li .item-evento .content-data{
    width: 100%;
    height: max-content;
}
.secoes.calendario .meio .itens-eventos li .item-evento .content-data .dia{
    font-size: 50px;
    color: #fff;
    font-weight: bold;
    width: 60px;
}
.secoes.calendario .meio .itens-eventos li .item-evento .content-data .dia .dia-num{
    margin: 0;
    line-height: 46px;
}
.secoes.calendario .meio .itens-eventos li .item-evento .content-data .mes-ano{
    font-size: 20px;
    color: #fff;
    margin-left: 5px;
}
.secoes.calendario .meio .itens-eventos li .item-evento .content-data .mes-ano .mes{
    margin: 0;
    line-height: 18px;
}
.secoes.calendario .meio .itens-eventos li .item-evento .content-data .mes-ano .ano{
    margin: 0;
    line-height: 15px;
}
.secoes.calendario .meio .itens-eventos li .item-evento .content-data .linha-branca{
    display: block;
    width: 100%;
    height: 1px;
    background: #fff;
}
.secoes.calendario .meio .itens-eventos li .item-evento .content-hora{
    width: 100%;
    font-size: 14px;
    color: #fff;
}
.secoes.calendario .meio .itens-eventos li .item-evento .content-hora .hora{
    margin: 0;
}
.secoes.calendario .meio .itens-eventos li .item-evento .content-hora .hora .icon-relogio{
  display: block;
  width: 25px;
  height: 20px;
  float: left;
  background-image: url(../img/ic-relogio-white.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.secoes.calendario .meio .itens-eventos li .item-evento .titulo-evento{
    margin-top: 25px;
}
.secoes.calendario .meio .itens-eventos li .item-evento .titulo-evento h5{
    margin: 0;
    color: #fff;
    font-weight: bold;
    text-align: left;
    width: 100%;
}
.secoes.calendario .ver-todos{
    margin: 0 15px;
    text-align: center;
    background: #B9B9B9;
    border-radius: 0px 0px 15px 15px;
    position: relative;
}
.secoes.calendario .ver-todos:before{
  content: '';
  position:absolute;
  height: 20px;
  width: 100%;
  top: -20px;
  left: 0;
  background: #B9B9B9;
  z-index: -1;
}
.secoes.calendario .ver-todos .linkTodos{
  background:#141128;
  min-width: 260px;
  width: 260px;
  display: block;
  position: relative;
  margin: 0 auto;
  height: 40px;
  border-radius: 0 0 15px 15px;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
  padding: 5px 0px;
}
.secoes.calendario .ver-todos .linkTodos:after{
  content: '';
  background-image: url(../img/ic-arrow-right-laranja.svg);
  background-repeat: no-repeat;
  width: 30px;
  height: 100%;
  position: absolute;
  display: block;
  right: 30px;
  top: -2px;
  background-position: center;
  transition: .3s all ease-in;
}
.secoes.calendario .ver-todos .linkTodos:hover::after{
  right: 15px;
}
.secoes.calendario .content-newsletter{
    padding: 0 15px;
}
.secoes.calendario .content-newsletter header{
    padding: 0;
}
.secoes.calendario .content-newsletter header h2{}
.secoes.calendario .content-newsletter .content{
    margin-bottom: 0;
}
.secoes.calendario .content-newsletter .content .msg-success-form{
    display: none;
    color: #fff;
    text-align: center;
    font-size: 16px;
    line-height: 18px;
}
.secoes.calendario .content-newsletter .content-formulario-completo{
    background: #56526F;
    border-radius: 15px;
    padding: 30px 40px;
    height: 100%;
    position: relative;
}
.secoes.calendario .content-newsletter .titulo-chamada-formulario{}
.secoes.calendario .content-newsletter .titulo-chamada-formulario h2{
    margin: 0;
    padding: 0;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
}
.secoes.calendario .content-newsletter .corpo-form{}
.secoes.calendario .content-newsletter .formulario-campos{}
.secoes.calendario .status-enviado-sucesso .formulario-campos{}
.secoes.calendario .content-newsletter .formulario-campos input{
    background: #ECECEC;
    border-radius: 20px;
    height: 35px;
}
.secoes.calendario .content-newsletter .formulario-campos input:focus{
  outline: none;
  box-shadow: none
}
.secoes.calendario .content-newsletter .formulario-campos .campoErro{
  display: block;
  color: #fff;
  font-size: 12px;
  padding-left: 15px;
  font-weight: 100;
}
.secoes.calendario .content-newsletter .formulario-campos div[class^="col-md-"]{  
  padding: 10px 15px;
}
.secoes.calendario .content-newsletter .indica-obrigatorio{
  display: none;
}
.secoes.calendario .content-newsletter .content-btn-form{
    text-align: center;
    padding-top: 10px;
}
.secoes.calendario .content-newsletter .btn-formulario{
    background: #FF6161;
    width: 210px;
    text-align: center;
    color: #fff;
    border-radius: 20px;
    font-weight: bold;
    font-size: 20px;
    box-shadow: 0px 3px 6px #00000075;
    transition: .3s all ease;
}
.secoes.calendario .content-newsletter .btn-formulario:hover{
  box-shadow: none;
}
.form-newsletter .textLGPD{
    position: absolute;
    top: 0;
    right: 0;
    width: 10px;
    height: 100%;
    overflow: hidden;
    /* display: none; */
    z-index: 2;
    transition: all ease .4s;
}
.form-newsletter .textLGPD > p {
    position: absolute;
    top: 0;
    right: -440px;
    opacity: 0;
    font-size: 15px;
    color: #fff;
    background: rgb(60 73 90 / .95);
    max-width: 440px;
    height: 100%;
    padding: 50px 30px 30px;
    /* display:none; */
    z-index: 2;
    transition: all ease .4s;
}
.form-newsletter .textLGPD.termoAberto {
    max-width: 440px;
    width: 100%;
}
.form-newsletter .textLGPD.termoAberto p {
    opacity: 1;
    right: 0;
    width: 100%;
}
.form-newsletter .textLGPD > p a {
    color: 007bff;
}
.form-newsletter .fechar-termo {
    display: block;
    position: absolute;
    color: #fff;
    right: 20px;
    top: 20px;
    cursor: pointer;
}
.form-newsletter .textLGPD a{}
.form-newsletter .checkLGPD{}
.form-newsletter .checkLGPD span{
    color: #007bff;
    cursor: pointer;
}
@media(max-width: 768px){
  .secoes.calendario .content-newsletter{
    margin-top: 50px
  }
}

@media (max-width:540px){
    .form-newsletter .textLGPD{
        max-width: 100%;
        height: 400px;
        /* top: -100px; */
        right: 0;
    }
    .form-newsletter .textLGPD.termoAberto{
        max-width: 100%;
    }
    .form-newsletter .textLGPD p{
        width: 100%;
        font-size: 15px;
        line-height: 19px;
    }    
}


/* Banner simples estatico */
.banner-home--estatico .imagens-background{
  height: auto;
}
.banner-home--estatico .imagens-background .banner-principal{
  height: 700px;
  position: relative !important;
}
.banner-home--estatico .link-transparente{
    position: absolute;
    width: 100%;
    height: 560px;
    left: 0;
    bottom: 0;
    z-index: 2;
}
.banner-home--estatico .imagens-background > .content img{
  position: relative;
  top: 0;
  right: 0;
  object-fit: cover;
  object-position: top center;
  height: 100%;
  width: 100%;
}
.banner-home--estatico .imagens-background > .content .slick-arrow{
  display: none !important;
}
.banner-home--estatico .bg-banner--mob{
  display: none
}

@media only screen and (max-width: 992px){
  .banner-home--estatico .imagens-background .banner-principal{
    height: 500px
  }
  .banner-home--estatico .link-transparente{
    height: 390px;
  }
}
@media only screen and (max-width: 768px){
  .banners.banner-home--estatico .imagens-background .banner-principal{
    height: 560px;
    background-position: center;
  }
  .banner-home--estatico .bg-banner--desk{
    display: none
  }
  .banner-home--estatico .bg-banner--mob{
    display: block
  }
  .banner-home--estatico .link-transparente{
    height: 450px;
  }
  .banner-home.banner-home--estatico .imagens-background{
    height: auto;
  }
}
/* end banner Simples */