/*
Theme Name: IsoSom
Theme URI: http://nuovo.com.br
Author: Nuovo Design
Design/Desenvolvimento: Nuovo Design
Author URI: http://nuovo.com.br
Description: Version: 1.0
*/


/* ------------------ CUSTOM CSS ------------------ */

html,
body {
  margin: 0;
  overflow-x: hidden;
}

body {
  font-family: 'Open Sans', Arial, sans-serif;
  font-weight: normal;
  font-size: 14px;
  color: #666666;
}

h1 {
  font-size: 36px;
  font-weight: 600;
  color: #555;
  color: #0069a6;
  margin-bottom: 20px;
}

p {
  font-size: 16px;
  line-height: 130%;
}

a {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  text-decoration: none;
}

b,
strong {
  font-weight: bold;
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor:default;
  }

.shadowed {
  -webkit-filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, 0.5));
  filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, 0.5));
  -ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=2, OffY=2, Color='#444')";
  filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=2, OffY=2, Color='#444')";
}

.glow-white {
  filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=1, OffY=1,Color='#fff')";
  filter: url(https://web.archive.org/web/20240415173444im_/http://isosom.com.br/site/wp-content/themes/isosom/style.css#drop-shadow);
  -webkit-filter: drop-shadow(1px 1px 3px rgba(255, 255, 255, 1));
  filter: drop-shadow(1px 1px 3px rgba(255, 255, 255, 1));
}

.all {}

body.home #content {
  height: 100vh;
  background-color:#006aa6;
  display:flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
body.home #content .logo-intro {
  height:80px;
  width: 360px;
  background-image:url(https://web.archive.org/web/20240415173444im_/http://isosom.com.br/site/wp-content/uploads/2017/01/logo-notag-blue.png);
  margin-bottom: -10px;
}
.intro-btn > a {
    padding: 20px;
    /*border: 2px solid;*/
    border-radius: 10px;
    box-shadow: 1px 1px 4px rgba(0,0,0,0);
    transition: 0.4s all;
}
.intro-btn > a:hover {
    box-shadow: 1px 1px 8px rgba(0,0,0,1);
}
.enter {
    display: table;
    padding: 5px 10px;
    margin: auto;
    margin-top: 20px;
    border: 2px solid;
    border-radius: 6px;
    font-size:14px;
}
body.home #content .intro-btn.blue .logo-intro {
  background-image:url(https://web.archive.org/web/20240415173444im_/http://isosom.com.br/site/wp-content/uploads/2017/01/logo-notag-blue.png);
}
body.home #content .intro-btns {
    height: 100%;
    width: 100%;
}
body.home #content .intro-btn {
    /*height: 60px;
    width: 270px;*/
    height: 100%;
    width: 50%;
    float: left;
    /*border: 1px solid #fced04;
    box-sizing: border-box;
    margin-top: 120px;*/
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #fced04;
    text-align: center;
}
body.home #content .intro-btn.blue {
  color:#006aa6;
}
body.home #content .intro-btn:not(:last-child) {
  /*margin-right:30px;*/
  background: #fced04;
}
body.home .madeby {
  display:none;
}


/* solucoes-acusticas / distribuidor-de-gesso */

#top-menu {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 85px;
  z-index: 9999;
  
  border-top: 2px solid #fff;
  border-bottom: 1px solid #fff;
  
  transition: all 0.4s ease-in-out;
}

.menu-icon {
  position: absolute;
  height: 20px;
  width: 30px;
  right: 15px;
  top: 50%;
  margin-left: -15px;
  margin-top: -10px;
  display:none;
  cursor: pointer;
  z-index:2;
}

.menu-icon-bar1,
.menu-icon-bar2,
.menu-icon-bar3 {
  position: absolute;
  height: 2px;
  width: 28px;
  top: 50%;
  margin-top: -1px;
  background-color: #006aa6;
  transition: 1s all;
}
.distribuidor-de-gesso .menu-icon-bar1,
.distribuidor-de-gesso .menu-icon-bar2,
.distribuidor-de-gesso .menu-icon-bar3 {
  background-color: #fff100;
}
.menu-icon-bar1 {
  transform: rotate(0deg) translate(0px, -6px);
}

.menu-icon-bar2 {
  opacity: 1;
}

.menu-icon-bar3 {
  transform: rotate(0deg) translate(0px, 6px);
}

.menu-close .menu-icon-bar1 {
  transform: rotate(30deg);
}

.menu-close .menu-icon-bar2 {
  opacity: 0;
}

.menu-close .menu-icon-bar3 {
  transform: rotate(-30deg);
}

#top-menu .opts {
  width: 100%;
  height: 100%;
  display: table;
  table-layout: fixed;
  background-color: #FAFDFF;
}

#top-menu .opts .opt {
  height: 100%;
  display: table-cell;
  width: auto;
  text-align: center;
}
#top-menu .opts .opt.logo a {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

#top-menu .opts .opt:not(.logo) a {
  width: 100%;
  height: 100%;
  /*padding-top: 35px;*/
  color: #404041;
  text-decoration: none;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 3px solid #FAFDFF;
  transition: all 0.2s ease-in-out;
}

#top-menu .opts .opt:hover a, #top-menu .opts .opt.current a {
  border-color: #fff100;
  font-weight: 800;
  transition: all 0.4s ease-in-out;
}

#top-menu .opts .logo {
  position:relative;
  width: 240px;
  background-image: url('https://web.archive.org/web/20240415173444im_/http://isosom.com.br/site/wp-content/uploads/2021/12/isosom220.png');
  background-color: #fff100;
  border-color: #fff100;
  background-repeat: no-repeat;
  background-position: 10px 20px;
  
  transition: all 0.2s ease-in-out;
}
.distribuidor-de-gesso #top-menu .opts .logo {
  background-image: url('https://web.archive.org/web/20240415173444im_/http://isosom.com.br/site/wp-content/uploads/2021/12/isosom220.png');
  background-color: #006aa6;
  border-color: #006aa6;
}

#top-menu.mini {
  height: 60px;
  border-top: 0px;  
  transition: all 0.4s ease-in-out;
}

#top-menu.mini .opts .opt a {
  transition: all 0.4s ease-in-out;
}

#top-menu.mini .opts .logo {
  background-position-y: 10px;
  transition: all 0.4s ease-in-out;
}

.wrap{
  position: relative;
  overflow:hidden;
  display: table;
}

body:not(.home) #content {
  padding: 20px;
  padding-top: 85px;
}

#content .block {
  position:relative;
  width: 100%;
  min-height: 75vh;
  background-color: #f2f2f0;
  margin-top: 50px; 
}
#content #sobrenos.block {
  margin-top:0;
}

#content .block:nth-child(2) {
  margin-top:20px;
}
.block .side {
  position:absolute;
  height:100%;
  width:220px;
}
.block .side:before {
    position: absolute;
    content: '';
    height: 100px;
    width: 1px;
    top: -50px;
    left: 40%;
    background: #fff000;
    z-index: 9;
}
.block .side:after {
    position: absolute;
    content: '';
    /*height: calc(100% - 180px);*/
    height: calc(100% - 50px);
    width: 1px;
    bottom: 0px;
    left: 40%;
    background: #0069a6;
    z-index: 9;
}
/*.block:nth-child(odd) .side:before {
  background: #0069a6;
}
.block:nth-child(even) .side:before {
  background: #fff000;
}
.block:nth-child(even) .side:after {
  background: #0069a6;
}
.block:nth-child(odd) .side:after {
  background: #fff000;
}*/
.page-id-9 .block .side:before, .page-id-9 .block .side:after {
  background: #fff000;
}
.page-id-11 .block .side:before, .page-id-11 .block .side:after {
  background: #0069a6;
}
#topo.block .side:before {
  display:none;
}
#topo.block .side:after {
  height:calc(50% - 50px);
}
.side-block {
  position: relative;
  height: 80px;
  width: 100%;
  top: 75px;
  left: -20px;
  opacity:0;
  visibility:hidden;
  background-color: #0069a6;
  background-repeat: no-repeat;
  background-position: 50%;
}
.block:nth-child(even) .side-block {
  background-color:#fff000;
}
#sobrenos .side-block {
  background-image: url(/web/20240415173444im_/http://isosom.com.br/web/20181225103655im_/http://nuovo.com.br/clientes/isosom/img/icon-sobrenos.png);
}
#produtos .side-block {
  background-image: url(/web/20240415173444im_/http://isosom.com.br/web/20181225103655im_/http://nuovo.com.br/clientes/isosom/img/icon-produtos.png);
}
#servicos .side-block {
  background-image: url(/web/20240415173444im_/http://isosom.com.br/web/20181225103655im_/http://nuovo.com.br/clientes/isosom/img/icon-servicos.png);
}
#contato .side-block {
  background-image: url(/web/20240415173444im_/http://isosom.com.br/web/20181225103655im_/http://nuovo.com.br/clientes/isosom/img/icon-contato.png);
}
#orcamento .side-block {
  background-image: url(/web/20240415173444im_/http://isosom.com.br/web/20181225103655im_/http://nuovo.com.br/clientes/isosom/img/icon-orcamento.png);
}

#content .swiper-container{
  width: 100%;
  /*height: 90vh;*/
  height: calc(100vh - 120px);
  overflow:hidden;
}

#content .slider{
  width: 100%;
  height: 100%;
}

#content .slider .slide{
  position: relative;
  width: 100% !important;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

#content .slider .slide .overlay{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  background-color: #000;
}

#content .slider .slide .label{
  height:100%;
  /*padding-top: 250px;*/
  padding-top:70px;
  position: relative;
  display:flex;
  flex-direction:column;
  align-items:center;
  z-index: 999;
  opacity: 0;
  transform: scale(0.9);
}

#content .slider .slide .label .icon {
  width: 80px;
  height: 80px;
  background-color: #fff;
  background-position: center center;
  background-repeat:no-repeat;
  border-radius: 50%;
  display: table;
  margin: auto;
  margin-bottom: 30px;
}

#content .slider .slide .label .text {
  max-width: 85%;
  margin: auto;
  margin-top: 20px;
  font-size: 22px;
  font-weight: bold;
  line-height: 28px;
  letter-spacing: 3px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

#content .slider .slide.swiper-slide-active .label {
  opacity: 1;
  /*padding-top: 180px;*/
  padding-top:0;
  padding: 0 200px;
  transition: all 0.8s ease-out;
}

#left-bar .slider-pagination{
  position: relative;
  height: 400px !important;
}

#swiper-pagination {
  position: absolute;
    height: 100%;
    top: 0;
    left: 82px;
    width: 13px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

#swiper-pagination .swiper-pagination-bullet{
  width: 13px;
  height: 13px;
  float: left;
  background: none;
  margin-bottom: 10px;
  border: 2px solid #fff;
}

#swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
}

#content .block .content {
  padding-top: 100px;
  padding-left: 300px;
  padding-right: 80px;
  padding-bottom: 100px;
  color: #404041;
}

#content .block .content .title {
  font-size: 21px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 50px;
  letter-spacing: 2px;
}

#content .block .content .inner-content {
  width: 100%;
  font-size: 16px;
  line-height: 20px;
  text-align: justify;
  display: table;
}
.inner-content table {
  table-layout: fixed;
}
.inner-content table td {
    padding: 20px;
}
.inner-content .content-left {
    width: 50%;
    float: left;
    padding: 15px;
    box-sizing: border-box;
}
.inner-content .content-right {
    width: 50%;
    float: right;
    padding: 15px;
    box-sizing: border-box;
}
.inner-content .content-right iframe {
    height: 425px;
    width: 100%;
}
#content .block .content .inner-content a {
  color:#0069a6;
}

.card-list {

}
.card-list-item {
  position:relative;
  display: table;
  padding: 40px 0;
}
.card-list-item-line {
    position: absolute;
    height: 1px;
    width: 200px;
    left: -212px;
    top: 50%;
    background: #fff100;
}
.card-list-item-line:before {
    content: '';
    position: absolute;
    height: 10px;
    width: 10px;
    background: #fff100;
    border-radius: 50%;
    top: -5px;
    left: -5px;
}
.page-id-9 .card-list-item-line, .page-id-9 .card-list-item-line:before {
  background: #fff100;
}
.page-id-11 .card-list-item-line, .page-id-11 .card-list-item-line:before {
  background: #0069a6;
}
.card-list-item-image {
    height: 200px;
    width: 200px;
    background-color: #e9e9e9;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    float: left;
}
.card-list-item:nth-child(even) .card-list-item-image {
  float:right;
}
.card-list-item-info {
  padding: 0 30px;
  float: right;
  width: calc(100% - 200px);
  box-sizing: border-box;
}
.card-list-item-info-title {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 3px;
  line-height:24px;
  text-align:center;
  text-transform: uppercase;
  color:#0069a6;
}
.card-list-item-info-text {
  margin-top:30px;
  text-align:justify;
}

#footer{
  width:100%;
  height: 40px;
  margin-top: 50px; 
  background-color: #0069a6;
}

#left-bar{
  position: absolute;
  top: 135px !important;
  left: 0px;
  z-index: 999;
}

#left-bar .slice{
  width: 250px;
  display: table;
}

#left-bar .slice .row{
  display: table-row;
  margin-bottom:5px;
}

#left-bar .slice .row .cell{
  height: auto;
  display: table-cell;
}

#left-bar .slice .row .cell .border{
  width: 1px;
  height: 100%;
  background: #f00;
  margin: auto;
  display: table;
}

#left-bar .slice .row.brick{
  height: 100px;
  margin: 20px;
}

#left-bar .slice .row.brick .cell .label{
  width: 100%;
  height: 90%;
  margin-top: 2.5%;

  display: table;
}

#left-bar .slice .row.brick .cell .label.blue{
  background: #0069a6;
}

#left-bar .slice .row.brick .cell .label.yellow{
  background: #fff100;
}

#left-bar .slice .row .cell .border.blue{
  background: #0069a6;
}

#left-bar .slice .row .cell .border.yellow{
  background: #fff100;
}

#left-bar .slice .row .cell .border.white{
  background: #fff;
}

#left-bar .slice#slice1 .row.brick .cell .label{
  background-image: url('https://web.archive.org/web/20240415173444im_/https://web.archive.org/web/20181225103655im_/http://www.nuovo.com.br/clientes/isosom/img/icon_about.png');
  background-position: center center;
  background-repeat: no-repeat;
}

#left-bar .slice#slice2 .row.brick .cell .label{
  background-image: url('https://web.archive.org/web/20240415173444im_/https://web.archive.org/web/20181225103655im_/http://www.nuovo.com.br/clientes/isosom/img/icon_product.png');
  background-position: center center;
  background-repeat: no-repeat;
}

.product{
  position: relative;
  width: 30%;
  height: 350px;
  display: table;
  cursor: pointer;
  float: left;
  margin-right: 3%;
  margin-bottom: 60px;
}

.product .bg{
  position: absolute;
  top: 0px;
  left: 0px;    
  width: 100%;
  height: 100%;
  background-position: top center;
  background-size: auto 90% ;
  background-repeat: no-repeat;
  
  -webkit-filter: grayscale(100%);
  
  transition: filter .8s linear, background-size 0.4s ease-out;
  -webkit-transition : -webkit-filter .6s linear, background-size 0.2s ease-out; 
}

.product .overlay{
    position: absolute;
    top: 0px;
    left: 0px;    
    width: 100%;
    height: 100%; 
    opacity: 0.2;
  
    background-color: #dfc622;
    transition: opacity 0.2s ease-out;
}

.product .caption{
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 70px;
  
  background-color: #fff;
}

.product .caption .title{
  font-size: 13px !important;
  font-weight: bold;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #0069a6;
  text-align: center;
  margin-bottom: 10px !important;
}

.product .caption .subtitle{
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 2px;
  color: #404041;
  text-align: center;
  text-transform: uppercase;
}

.product:hover .bg{
  -webkit-filter: grayscale(0%);
  
  -webkit-transition : -webkit-filter .8s linear, -webkit-transform 0.4s ease-out; 
}

.product:hover .overlay{
  opacity: 0;
  transition: opacity 0.3s ease-out; 
}

/* END solucoes-acusticas / distribuidor-de-gesso */


/* ISOTOPE */
/* ---- button ---- */

.button {
  display: inline-block;
  padding: 10px 18px;
  margin-bottom: 10px;
  background: #FFF;
  outline:none;
  border: none;
  border-radius: 0;
  cursor: pointer;
}

.button:hover {
  
}

.button:active,
.button.is-checked {
  background-color: #f2f2f2;
}

.button.is-checked {
  color: #aaa;
}

.button:active {
  
}

/* ---- button-group ---- */

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

.button-group:after {
  content: '';
  display: block;
  clear: both;
}

.button-group .button {
  float: left;
  border-radius: 0;
  margin-left: 0;
  margin-right: 1px;
}

.button-group .button:first-child {
  
}

.button-group .button:last-child {
  
}

/* ---- END button ---- */

.btn {
  /*padding: 14px 20px;*/
  display: table;
  background-color: white;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
  transition: 0.6s all;
  cursor: pointer;
}

.btn:hover, .btn.open, .dropdown dd ul {
  box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.4);
}


.search {
    position: relative;
    height: 48px;
    min-width: 200px;
    max-width: 400px;
    margin: 10px auto;
    float: right;
}
.search input.quicksearch {
    height: 100%;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    border: none;
}

/* General dropdown styles */
.dropdown {
  position: relative;
  min-width: 200px;
  max-width: 400px;
  margin: 10px auto;
  z-index: 3;
}
.dropdown dd,
.dropdown dt,
.dropdown ul {
  margin: 0px;
  padding: 0px;
}

.dropdown dt {
  min-width: 100%;
  background-color:#fff;
}

/* DT styles for sliding doors */
.dropdown dt a {
  width:100%;
  color: #333;
  background-image: url('https://web.archive.org/web/20240415173444im_/https://web.archive.org/web/20181225103655im_/http://nuovo.com.br/images/icon-arrows.png');
  background-position:100% 50%;
  background-repeat:no-repeat;
  display: block;
  text-decoration: none;
}

.dropdown dt a span {
  cursor: pointer;
  display: block;
  padding: 14px 20px;
  padding-right: 30px;
  color: #333;
  text-align: left;
  text-decoration: none;
}
.dropdown dd {
  min-width:100%;
  position: relative;
}
.dropdown dd ul {
  background: #FFF none repeat scroll 0 0;
  display: none;
  list-style: none;
  padding: 15px 0;
  position: absolute;
  left: 0px;
  top: 2px;
  width: 100%;
  margin-bottom:30px;
  /*max-height:140px;*/
  overflow-y:auto;
}
.dropdown dd li {
    
}

.dropdown span.value {
  display: none;
}

.dropdown dd ul li a {
  /*padding: 5px;*/
  padding: 5px 20px;
  display: block;
  color: #555;
  outline: none;
  text-decoration: none;
}

.dropdown dd ul li a:hover {
  background-color: #f2f2f2;
  color: #333;
  text-decoration: none;
}

.dropdown span.value {
  display: none;
}

.grid {
  margin: 0;
}

.grid-sizer,
.grid-item {
  width: calc(100% / 3);
}

.grid-item {
  padding: 15px;
  box-sizing: border-box;
}
.grid-item.open {
  z-index:2;
}

.grid-item-content {
  position: relative;
  /*padding: 10px;*/
  min-height: 330px;
  max-height: 330px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
  transition: 0.6s all;
  cursor: pointer;
}

.grid-item-content:hover {
  box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.3);
}

.grid-item.open .grid-item-content {
  max-height: none;
}

.grid-item-content:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 80%,rgba(255,255,255,1) 100%);
}
.grid-item.open .grid-item-content:before {
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 80%,rgba(255,255,255,0) 100%);
}

.grid-item-content img, .grid-item-content .swiper-slide {
  height: 100%;
  width: 100%;
  margin-bottom: 10px;
}
#content .grid-item-content .swiper-container {
  height:200px;
}
#produtos .swiper-pagination {
    position: absolute;
    text-align: center;
    z-index: 2;
}
#produtos .swiper-pagination .swiper-pagination-bullet {
  background: #CCC;
  opacity:1;
}
#produtos .swiper-pagination .swiper-pagination-bullet-active {
  background: #0069a6;
  opacity: 1;
}

.grid-item-content h1 {
  font-size: 13px !important;
  font-weight: bold;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #0069a6;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px !important;
  padding: 0 10px;
}

.grid-item-content h2 {
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 2px;
  color: #404041;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 10px !important;
  padding: 0 10px;
}
.grid-item-content p {
  padding: 0 10px;
  padding-bottom:20px;
  text-align:justify;
}

@media only screen and (max-width: 800px) {
  .grid-sizer,
  .grid-item {
    width: calc(100% / 2);
  }
}

@media only screen and (max-width: 480px) {
  .grid {
    margin: 0;
  }
  .grid-sizer,
  .grid-item {
    width: 100%;
    padding: 0;
    padding-top: 15px;
  }
}
/* END ISOTOPE */

.madeby {
  position: relative;
  height: 22px;
  width: 100%;
  background: #f2f2f2;
  text-align: center;
  padding: 4px 0;
  box-sizing: border-box;
  box-shadow: inset 0 2px 4px -2px rgba(0, 0, 0, 0.1);
  transition: 1s all;
  z-index:2;
}

.madeby:hover {
  margin-top: -8px;
  padding: 8px 0;
  height: 30px;
  box-shadow: inset 0 3px 4px -2px rgba(0, 0, 0, 0.15);
  background: #ffffff;
}

.madeby a {
  transition: 1s all;
  opacity: 0.6;
}

.madeby:hover a {
  opacity: 1;
}

.nicescroll-rails:not(.nicescroll-rails-hr) .nicescroll-cursors {
  outline: 0 !important;
  border-radius: 0 !important;
  cursor: pointer;
  -webkit-transition: 0.4s width;
  transition: 0.4s width;
}

.nicescroll-rails:not(.nicescroll-rails-hr) .nicescroll-cursors:hover,
.nicescroll-rails:not(.nicescroll-rails-hr) .nicescroll-cursors:active {
  width: 14px !important;
}

.nicescroll-rails-hr .nicescroll-cursors {
  display: none;
}




/* ---------- CONTACT FORM 7 ---------- */
div.wpcf7 {
    margin: 0 -3px!important
}
.wpcf7 label {
    position: absolute;
    z-index: 10;
    /*color: #ccc;*/
    padding: 10px;
    line-height: 30px;
    font-size: 14px;
    cursor: pointer
}

::-webkit-input-placeholder {
    color: #ccc;
    font-weight: 300
}

:-moz-placeholder {
    color: #ccc;
    font-weight: 300
}

::-moz-placeholder {
    color: #ccc;
    font-weight: 300
}

:-ms-input-placeholder {
    color: #ccc;
    font-weight: 300
}

:input-placeholder {
    color: #ccc;
    font-weight: 300
}

label.focused {
    color: #555!important
}

label.invalid {
    color: #0069a6!important
}

form.wpcf7-form p {
    margin: 0
}

.wpcf7-text,.wpcf7-textarea {
  box-sizing: border-box;
  margin: 5px 0;
  width: 100%;
}
input.wpcf7-text {
    border-width: 1px;
    border-color: #f2f2f2;
    border-style: solid;
    line-height: 32px;
    font-family: inherit;
    font-size: 14px;
}
input.wpcf7-not-valid, textarea.wpcf7-not-valid {
    border-color: red;
}

.wpcf7-text {
    padding: 5px 15px 5px 70px!important;
}

.wpcf7-textarea {
    padding: 5px 15px 5px 5px!important;
    border-width: 1px;
    border-color: #f2f2f2;
    border-style: solid;
    font-family: inherit;
    font-size: 14px;
}

.your-cidade {
    width: calc(100% - 80px);
}

.your-uf {
    width: 80px;
}

#mce-EMAIL,.your-message {
    width: 100%;
}

form.wpcf7-form input[name=your-uf] {
    padding-left: 30px!important;
}

.wpcf7-submit {
    /*float: right;
    margin-right: 5px;*/
    margin: auto;
    margin-top:15px;
    display: block;
}

.wpcf7-mail-sent-ok,.wpcf7-validation-errors {
    border: 0!important;
    color: #666;
    margin: 0!important;
}

.formrow {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.formcol {
  position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 200px;
    -ms-flex: 1 1 200px;
    flex: 1 1 200px;
}

.wpcf7-form-control-wrap {
    display: inline-block;
    box-sizing: border-box;
    padding: 0 5px;
}
#contato .wpcf7-form-control-wrap {
  width:100%;
}
.wpcf7-form-control-wrap.your-empresa {
  width:100%;
}

.wpcf7-validation-errors {
    display: block!important;
    font-size: 14px;
    padding: 10px!important;
}

.wpcf7-mail-sent-ok {
    background-color: #FFF;
    font-size: 18px;
    padding: 0!important;
    width: 100%
}
.wpcf7-response-output {
  text-align:center;
}
.ajax-loader {
    display: block;
    margin: auto !important;
}

.ajax-loaderX,.wpcf7-not-valid-tip,.wpcf7-not-valid-tip-no-ajax {
    display: none !important;
}
button, input[type=button], input[type=reset], input[type=submit] {
    color: white;
    font-size: 14px;
    line-height: 20px;
    background: #0069a6;
    padding: 4px 40px 5px;
    text-decoration: none;
    text-transform: uppercase;
    border: 0;
    outline: 0;
    box-shadow: 1px 1px 4px rgba(0,0,0,.15);
    margin-bottom: 5px;
    transition:0.4s all;
    cursor:pointer;
}
button:hover, input[type=button]:hover, input[type=reset]:hover, input[type=submit]:hover {
    box-shadow: 2px 2px 8px rgba(0,0,0,.3);
}



/* ------------------ Pace ------------------ */
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: #7f8083;
  position: fixed;
  z-index: 99999;
  top: 0;
  right: 100%;
  width: 100%;
  height: 3px;
}
.pace.white .pace-progress{
  background: #7f8083 !important;
}
.pace .pace-progress-inner {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #7f8083, 0 0 5px #7f8083;
  opacity: 1.0;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px);
}
.pace.white .pace-progress-inner{
  box-shadow: 0 0 10px #000, 0 0 5px #000 !important;
}
.pace .pace-activity {
  display: block;
  position: fixed;
  z-index: 2000;
  top: 15px;
  right: 15px;
  width: 14px;
  height: 14px;
  border: solid 2px transparent;
  border-top-color: #7f8083;
  border-left-color: #7f8083;
  border-radius: 10px;
  -webkit-animation: pace-spinner 400ms linear infinite;
  animation: pace-spinner 400ms linear infinite;
}
.pace.white .pace-activity{
  border-top-color: #7f8083 !important;
  border-left-color: #7f8083 !important;
}
@-webkit-keyframes pace-spinner {
  0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
@keyframes pace-spinner {
  0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); -webkit-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}


.nicescroll-cursors {
  border-left: 10px solid transparent !important;
  /*border-right: 10px solid transparent !important;*/
  border-color: transparent !important;
  border-radius:0 !important;
  cursor:pointer;
  transition:0.4s width;
}
.nicescroll-cursors:hover, .nicescroll-cursors:active {
  width:14px !important;
}


/* ------------------ Animate.css ------------------ */
.text-box img.animate {
  animation-duration: 2s;
}
.anim-delay-0-2 {
  animation-delay: 0.2s;
}
.anim-delay-0-4 {
  animation-delay: 0.4s;
}
.anim-delay-0-6 {
  animation-delay: 0.6s;
}
.anim-delay-0-8 {
  animation-delay: 0.8s;
}
.anim-delay-1 {
  animation-delay: 1s;
}
.anim-delay-1-2 {
  animation-delay: 1.2s;
}
.anim-delay-1-4 {
  animation-delay: 1.4s;
}
.anim-delay-1-6 {
  animation-delay: 1.6s;
}
.anim-delay-1-8 {
  animation-delay: 1.8s;
}
.anim-delay-2 {
  animation-delay: 2s;
}



@media only screen and (max-width: 1024px) {
  #top-menu {
    height: 85px;
    overflow: hidden;
    border-top:0;
  }
  #top-menu.mini:not(.open) {
    height:60px;
  }
  #top-menu.open {
    height:100vh;
  }
  .menu-icon {
    display:block;
  }
  #top-menu .opts .logo, #top-menu.mini .opts .logo {
    background-position:45%;
  }
  #top-menu:not(.open) .opts .logo {
    height:85px;
  }
  #top-menu.mini:not(.open) .opts .logo {
    height:60px;
  }
  #top-menu .opts .opt {
    height: 60px;
    width: 100%;
    display: block;
  }
  #top-menu.mini .opts .opt a {
    /*padding-top:35px;*/
    padding:0;
  }
  #top-menu .opts .opt a {
    border-top:0 !important;
    border-left:3px solid white;
    box-sizing:border-box;
    padding:0;
    display: flex !important;
    align-items: center;
    justify-content: center;
  }
  #top-menu .opts .opt:hover a {
    border-top:0;
    border-left:3px solid white;
  }
  #top-menu .opts .opt.current a {
    border-top:0;
    border-left:3px solid #fff100;
  }
  #top-menu .opts .opt.logo a {
    border:0;
  }
  #content .swiper-container {
    height: calc(100vh - 120px);
  }
  #content .slider .slide.swiper-slide-active .label {
    padding:0 20px;
  }
  #swiper-pagination {
    left:6px;
  }
  .block .side {
    width:30px;
  }
  .side-block {
    width:50px;
  }
  #content .block .content {
    padding-left:30px;
    padding-right:30px;
  }
  .card-list-item-line {
    width: 12px;
    left: -17px;
  }
  .card-list-item-image {
    float: none !important;
    width: 100%;
  }
  .card-list-item-info {
    float: none;
    width: 100%;
    padding: 20px 0;
  }
  .search {
    float: none;
  }
}
@media only screen and (max-width: 600px) {
  body.home #content .logo-intro {
    width: 100%;
    height: 60px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
  }
  .intro-btn > a {
      width: calc(100% - 40px);
      box-sizing: border-box;
  }
  .intro-btns {
    display: flex;
    flex-direction: column;
    /*margin-top: 80px;*/
  }
  body.home #content .intro-btn {
    /*margin: 10px auto !important;*/
    width: 100%;
  }
  .inner-content table tr {
    display: flex;
    flex-direction: column;
  }
  .inner-content table td {
    margin-bottom: 30px;
    padding:0;
  }
  .inner-content .content-left, .inner-content .content-right {
    width: 100%;
    float: none;
    padding: 0;
  }
}
/*
     FILE ARCHIVED ON 10:36:55 Dec 25, 2018 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 13:30:17 Dec 29, 2021.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 98.555
  exclusion.robots: 0.176
  exclusion.robots.policy: 0.165
  RedisCDXSource: 1.403
  esindex: 0.011
  LoadShardBlock: 70.801 (3)
  PetaboxLoader3.datanode: 53.454 (4)
  CDXLines.iter: 21.569 (3)
  load_resource: 55.381
  PetaboxLoader3.resolve: 20.181
*/
/*
     FILE ARCHIVED ON 17:34:44 Apr 15, 2024 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 19:50:57 Nov 11, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.618
  exclusion.robots: 0.026
  exclusion.robots.policy: 0.015
  esindex: 0.01
  cdx.remote: 19.506
  LoadShardBlock: 2464.618 (3)
  PetaboxLoader3.datanode: 209.911 (5)
  PetaboxLoader3.resolve: 4501.241 (2)
  load_resource: 2265.643
  loaddict: 44.074
*/