@charset "UTF-8";
/*
* AUTHOR: Guilherme Natus
*/
/*------- CAIXAS DE COMPARTILHAMENTOS --------*/
@media screen and (max-width: 731px) {
  .sharebox li {
    width: 100%;
    display: block;
    margin-bottom: 10px;
  }
}
/* -------------- */
/* AUMENTA A LARGURA DA SECTION E DIMINUÍ A MARGIN DA DIV CONTENT DOS SERVIÇOS */
@media screen and (max-width: 1050px) {
  .content-box3 .content {
    width: 95% !important;
    margin: 0 2.5% !important;
  }
}
/* ------------------------------------ */
/* AUMENTA A LARGURA DA SECTION E DIMINUÍ A MARGIN DA DIV CONTENT DOS SERVIÇOS */
@media screen and (max-width: 1100px) {
  .content-box3 .content {
    width: 90%;
    margin: 0 5%;
  }
}
/* ------------------------------------ */
/*------- BOX COM 4/3 CAIXAS - FICA APENAS 2 --------*/
@media screen and (max-width: 1000px) {
  .box-small {
    width: 49% !important;
  }
  .box-small:nth-of-type(2n+0) {
    margin-right: 0 !important;
  }
  .box-medium:nth-of-type(2n+0) {
    margin-right: 0 !important;
  }
  .box-medium {
    width: 49% !important;
    margin: 1% 2% 30px 0 !important;
  }
}
/* -------------- */
/*------- BOX COM 4 CAIXAS - FICA APENAS 1 --------*/
@media screen and (max-width: 500px) {
  .box-small {
    width: 100% !important;
    margin-right: 0 !important;
  }
  .btn-big {
    padding: 25px 15px !important;
  }
}
/* -------------- */
/*------- BOX COM 3 CAIXAS - FICA APENAS 1 --------*/
@media screen and (max-width: 650px) {
  .box-medium {
    width: 100% !important;
    margin-right: 0 !important;
  }
}
/* -------------- */
/*------- BOX COM 4 CAIXAS - FICA APENAS 1 --------*/
@media screen and (max-width: 500px) {
  .box-small {
    width: 100% !important;
    margin-right: 0 !important;
  }
}
/* -------------- */
/*------- BOX COM 2 CAIXAS - FICA APENAS 1 --------*/
@media screen and (max-width: 800px) {
  .box-large {
    width: 100% !important;
    margin-right: 0 !important;
  }
}
/* -------------- */
/*------- DESAPARECE MENU PADRÃO E APARECE MENU MOBILE --------*/
@media screen and (max-width: 1200px) {
  .main-header .box-logo-close-menu-mobile {
    display: block;
  }
  .main-header .menu-boot {
    width: 100% !important;
    background: #222222;
    position: fixed;
    top: 0;
    left: 0;
    padding: 60px 80px;
    display: none;
  }
}
@media screen and (max-width: 900px) and (max-width: 350px) {
  .main-header .menu-boot {
    padding: 60px 20px;
  }
}
@media screen and (max-width: 900px) {
  .main-header .menu-boot li {
    width: 100%;
    text-align: center;
    text-align: right;
  }
}
@media screen and (max-width: 900px) {
  .main-header .menu-boot a.link-main-menu {
    float: none;
    color: #dfdfdf;
    display: inline-block;
    margin-bottom: 5px;
    font-size: 60px;
    margin-right: 0;
  }
}
@media screen and (max-width: 900px) {
  .main-header .menu-boot .box-main-menu {
    width: 100%;
    margin-right: 0 !important;
  }
}
@media screen and (max-width: 900px) {
  .main-header .menu-boot .box-main-menu .box-nav-main-menu {
    float: right;
  }
}
@media screen and (max-width: 900px) {
  .main-header .menu-boot .header-social {
    width: 100%;
    margin-right: 0 !important;
    float: right;
  }
}
@media screen and (max-width: 900px) {
  .main-header .menu-boot .header-social ul {
    width: 70%;
  }
}
@media screen and (max-width: 900px) and (max-width: 485px) {
  .main-header .menu-boot .header-social ul {
    width: 100%;
  }
}
@media screen and (max-width: 900px) {
  .main-header .menu-boot .header-social li {
    width: 25%;
  }
}
@media screen and (min-width: 1200px) {
  .main-header .box-logo-menu-mobile {
    display: none;
  }
  .main-header .box-logo-close-menu-mobile {
    display: none;
  }
  .main-header .menu-boot {
    display: block !important;
    height: auto !important;
  }
}

/*# sourceMappingURL=media-boot.css.map */
