 html, body {
    height:100%;
    width: 100%;
}

section {
    border-bottom: 1px solid #ccc;
}

section h3,
.section h3,
footer h3 {
    margin-top: 4.46rem;
}

.hidden {
  display: none;
}

#index-banner {
    min-height: 100vh;
}

#index-banner .section{
    height: 100vh;
    margin-top: -7vh;
}

.telefone a {
    cursor: default;
}

nav .right.telefone .material-icons {
    margin-right: 0;
}

.arrow img {
    margin-left: -15px;
    margin-top: 25vh;
    position: absolute;
    width: 30px;
}

/*----- nav  ----*/

nav {
    transition: top 0.5s ease-in 0s;
    transition: background-color 0.1s ease-out 0s;
    z-index: 0;
}

nav .nav-wrapper {
    width: 88%;
}

nav #nav-slide-out {
    margin-left: 125px;
}

nav #nav-slide-out ul a.itemMenu:hover {
    background-color: transparent;
}

#logo-container {
    background: transparent url("../imgs/logo-cadclima.svg") no-repeat scroll 2% 15px / 120px auto;
    height: 100%;
    width: 115px;
}

nav .facebook img {
    height:20px;
    vertical-align: middle
}

/*----- nav transparent  ----*/

.navbar-fixed .transparent {
    box-shadow: none;
    position: absolute !important;
}

nav.transparent #logo-container {
    display: none;
}

nav.transparent #nav-slide-out a.itemMenu {
    border-color: transparent;
    color: rgba(255, 255, 255, 0.7);
    font-weight: normal;
    transition: border-color 0.3s ease-in;
}

nav.transparent #nav-slide-out a.itemMenu.active,
nav.transparent #nav-slide-out a.itemMenu:hover{
    border-bottom: 1px solid #fff;
    color: rgba(255, 255, 255, 1);
}

/*----- nav white ----*/

nav.white #nav-slide-out {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    top: 0;
}

nav.white #nav-slide-out ul a.itemMenu:hover {
    background-color: rgba(0, 0, 0, 0.1);
}

nav.white #nav-slide-out li {
    padding: 0;
}

nav.white #nav-slide-out a.itemMenu {
    border-left: none;
    color: #757575;
}

nav.white #nav-slide-out a.itemMenu:hover {
    border-bottom: 2px solid #0277BD;
    border-left: none;
    color: #757575;
}

nav.white #nav-slide-out a.itemMenu.active {
    border-bottom: 2px solid #0277BD;
    border-left: none;
}

nav.white #nav-slide-out a.itemMenu.active:hover {
    background-color: transparent;
}

nav.white .button-collapse i {
    color: #333;
}

nav.white .facebook img {
    background-color: #333; 
    border-radius: 3px;
    height:30px; 
    margin-right: 3px;
    padding: 5px; 
}

/*----- nav side ----*/

.side-nav li {
    border-bottom: 1px solid #ccc;
}

.side-nav li.telefone i {
    display: inline;
    vertical-align: middle;
}

/*----- section quem  ----*/

#sectionQuem {
    background: transparent url('../imgs/project.jpg') repeat scroll center top;
}
.colunaQuemSomos {
    display: flex; 
    align-items: center; 
    height: 400px;
}
.colunaQuemSomos p {
    padding-right: 5%
}

/*----- section servicos  ----*/

#sectionServicos {
    border-top: 2px solid #f3f3f3;
    background-size: cover;
}

#sectionServicos .card-panel {
    border: 1px solid #ccc;
    box-shadow: none;
}

#sectionServicos h5 {
    font-size: 1.2rem;
    margin-bottom: 0;
    margin-top: 0.2rem;
}

#sectionServicos p {
    line-height: 1.5rem;
}

#sectionDiferenciais {
/*    background: #757575 url('../imgs/logo-bim.jpg') repeat scroll right center;*/
}

/*----- section clientes  ----*/

#sectionClientes img {
    filter: url("data:image/svg+xml;utf8,#grayscale");
    filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    filter: gray;
    opacity:0.7;
    transition: all 0.5s ease-in 0s;
}
#sectionClientes .card-panel:hover img {
    filter: url("data:image/svg+xml;utf8,#grayscale");
    filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    filter: gray;
    opacity:1;
    transition: all 0.5s ease-in 0s;
}

#sectionClientes,
#sectionPortfolio {
    background-color: #fff;
}

/*---- galeria ----*/

#galeria {
    height: 280pox;    
    padding-bottom: 25vh;
    padding-top: 15vh;
}
#galeria section {
    border-bottom: none;
}
.owl-carousel .owl-nav {
  text-align: center;
}

.owl-next.disabled i,
.owl-prev.disabled i {
    color: #e0e0e0;
    cursor: default;
}

#modal_imagem .modal-content {
    padding: 0;
}

#modal_imagem .card-panel {
    box-shadow: none;
}

#modal_imagem img {
    max-width: 100%;
    max-height: 59vh;
}

#modal_imagem .modal-content .card-title {
    display: block;
}

#modal_imagem i.right {
    margin: 0 5px;
}

/*----- footer  ----*/

footer {
    min-height: 93vh;
}

footer.page-footer {
  margin: 0;
}

footer h3 i.medium {
    font-size: 2rem;
    vertical-align: middle;
}

footer h3.telefone {
    font-size: 1.8rem;
    line-height: 160%;
    margin: 2rem 0px 2.5rem;
    padding: 1.1rem;
}

.input-field input[type=text]:focus,
.input-field textarea.materialize-textarea:focus {
    border-bottom: 1px solid #0277BD;
    box-shadow: 0 1px 0 0 #0277BD;
}

input:focus.validate.error,
textarea.materialize-textarea:focus.validate.error {
    box-shadow: none !important;
}

/* Change the white to any color ;) */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-transition: "color 9999s ease-out, background-color 9999s ease-out";
    -webkit-transition-delay: 9999s;
}

.btn-large {
    width: 200px;
}

footer iframe{
    width: 100%;
}

#modal_mensagens .icon-block {
    padding: 0 15px;
    font-size: 4rem;
}
.icon-block .material-icons {
  font-size: inherit;
}

/*---- parallax ----*/

.parallax-container {
  min-height: 380px;
  line-height: 0;
  height: auto;
  color: rgba(255,255,255,.9);
}
.parallax-container .section {
  width: 100%;
}

.parallax #logo {
  color: white;
  z-index: 2;
}
.parallax img {
  z-index: 1;
}

/*------------ media queries ------------*/


@media (max-width: 992px) {
    #index-banner .section{
        margin-top: -10vh;
    }
    .navbar-fixed nav {
        min-height: 67px;
    }
}

@media (max-width: 600px) {
    #index-banner .section{
        margin-top: 0;
    }
    #modal_imagem .modal-content {
        padding: 0
    }
    #sectionDiferenciais .valign-wrapper {
        display: inline;
    }
}


@media (min-width: 1593px) {
    #sectionServicos .icon-block.projetos {
        height:142px;
    }
}
@media (max-width: 1592px) {
    #sectionServicos .icon-block.projetos {
        height:172px;
    }
}
@media (max-width: 1303px) {
    #sectionServicos .icon-block.projetos {
        height: 192px;
    }
}
@media (min-width: 1230px) {
    #sectionServicos .icon-block.consultoria {
        height: 130px;
    }
}
@media (max-width: 1180px) {
    #sectionServicos .icon-block.projetos {
        height:217px;
    }
}
@media (max-width: 1066px) {
    #sectionServicos .icon-block.consultoria {
        height:152px;
    }
}
@media (max-width: 1046px) {
    nav.white #nav-slide-out .telefone,
    nav.transparent #nav-slide-out .telefone {
        position: absolute;
        right: -65px;
    }
    
    nav.white #nav-slide-out .right.facebook,
    nav.transparent #nav-slide-out .right.facebook {
        float: none !important;
    }
}
@media (max-width: 992px) {
    #sectionServicos .icon-block.projetos {
        height: 166px;
    }
    #sectionServicos .icon-block.consultoria {
        height: unset;
    }
    nav.transparent .facebook img {
        background-color: #333; 
        border-radius: 3px;
        height:30px; 
        margin-right: 3px;
        padding: 5px; 
    }
}
@media (max-width: 819px) {
    #sectionServicos .icon-block.consultoria {
        height: 124px;
    }
}
@media (max-width: 680px) {
    #sectionServicos .icon-block.projetos {
        height: 203px;
    }
}
@media (max-width: 600px) {
    #sectionServicos .icon-block.projetos,
    #sectionServicos .icon-block.consultoria {
        height: unset;
    }
}


@media only screen and (max-width : 992px) {
  .parallax-container .section {
    position: absolute;
    top: 40%;
  }
  #index-banner .section {
    top: 10%;
  }
}

@media only screen and (max-width : 600px) {
  #index-banner .section {
    top: 0;
  }
}
