/*-geral-*/
html {
  scroll-behavior: smooth;
}



.box-cookies.hide {
  display: none !important;
}

.box-cookies {
  position: fixed;
  background: rgba(0, 0, 0, .9);
  width: 100%;
  z-index: 998;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.box-cookies .msg-cookies,
.box-cookies .btn-cookies {
  text-align: center;
  padding: 25px;
  color: #fff;
  font-size: 18px;
}

.box-cookies .btn-cookies {
  background: #4A4B4B;
  cursor: pointer;
  align-self: normal;
}

.cookieNew {}

.cookieNew .msg-cookies {
  text-align: left;
  padding: 25px;
  color: #fff;
  font-size: 16px;
}

.cookieNew .botoes {
  display: flex
}

.cookieNew .btnAbreCookies {
  width: 235px;
  float: left;
  padding: 0;
  height: 40px;
  border: none;
  box-shadow: none;
  border-radius: 0;
  background: #fff;
  color: #000;
  text-shadow: none;
  font-size: 15px;
  margin: 33px;
}

.cookieNew .btn-cookies {
  height: 40px;
  margin: 33px 33px 0 0;
  border: none;
  width: 180px;
  padding: 0;
}

#myModalCookies .modal-dialog .modal-content .modal-header {
  border: none
}

#myModalCookies .modal-dialog .modal-content .modal-header h2 {
  font-size: 20px;
}

#myModalCookies .modal-dialog .modal-content .modal-header .close {
  margin: 0;
  text-shadow: none;
  font-weight: normal;
  font-size: 32px;
  position: absolute;
  right: 20px;
  top: 30px;
}

#myModalCookies .modal-dialog .modal-content .modal-body {
  padding: 0
}

#myModalCookies .modal-dialog .modal-content .modal-body .checkBoxCookie {
  display: inline-block;
  padding: 20px;
  position: relative;
  border-top: 1px solid #e5e5e5;
}

#myModalCookies .modal-dialog .modal-content .modal-body .checkBoxCookie h3 {
  font-size: 18px;
  margin: 0 0 10px;
}

#myModalCookies .modal-dialog .modal-content .modal-body .checkBoxCookie p {
  font-size: 13px;
  width: 82%;
  margin: 0;
}

#myModalCookies .modal-dialog .modal-content .modal-body .checkBoxCookie .customCheck {
  position: absolute;
  top: 20px;
  right: 70px;
}

#myModalCookies .modal-dialog .modal-content .modal-body .checkBoxCookie .customCheck input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0
}

#myModalCookies .modal-dialog .modal-content .modal-body .checkBoxCookie .customCheck .checkmark {
  width: 50px;
  height: 25px;
  background: #ccc;
  position: absolute;
  border-radius: 20px;
  transition: ease all .2s;
  cursor: pointer;
}

#myModalCookies .modal-dialog .modal-content .modal-body .checkBoxCookie .customCheck .checkmark .ball {
  width: 21px;
  height: 21px;
  position: absolute;
  background: #ededed;
  border-radius: 10px;
  top: 2px;
  left: 2px;
  transition: ease all .2s;
}

#myModalCookies .modal-dialog .modal-content .modal-body .checkBoxCookie .customCheck input:checked~.checkmark {
  background: #4A4B4B
}

#myModalCookies .modal-dialog .modal-content .modal-body .checkBoxCookie .customCheck input:checked~.checkmark .ball {
  left: 27px
}

#myModalCookies .modal-dialog .modal-content .modal-body .checkBoxCookie .travaCheck {
  width: 55px;
  height: 35px;
  position: absolute;
  top: 15px;
  right: 18px;
}

#myModalCookies .modal-dialog .modal-content .modal-footer .btn-cookies {
  background: #4A4B4B;
  border: none;
  border-radius: 0;
  width: 145px;
  box-shadow: none;
  color: #fff;
  height: 30px;
}



.header {
  position: relative;
  left: 0;
  width: 100%;
  top: 0;
  z-index: 1;
  height: 385px;
  text-align: center
}

#home .header {
  position: fixed;
  left: 0;
  width: 100%;
  top: 0;
  z-index: 2;
  background: url("../images/sombra-header.png") repeat-x 0 0;
  height: 232px;
  text-align: center
}

#home2 .header {
  position: fixed;
  left: 0;
  width: 100%;
  top: 0;
  z-index: 2;
  background: none;
  height: 0px;
  text-align: center
}

#home3 .header {
  position: fixed;
  left: 0;
  width: 100%;
  top: 0;
  z-index: 2;
  background: none;
  height: 0px;
  text-align: center
}

#home4 .header {
  position: fixed;
  left: 0;
  width: 100%;
  top: 0;
  z-index: 2;
  background: none;
  height: 0px;
  text-align: center
}

.header .logo {
  position: absolute;
  left: 140px;
  width: 157px;
  height: 66px;
  top: 30px;
}

.header .logo a {
  float: left;
  width: 100%;
  height: 100%
}

.header .logo a svg {
  width: 100%
}

.header .menu {
  display: inline-block;
  margin-top: 50px;
}

.header .menu ul {
  float: left;
  padding: 0;
  margin: 0
}

.header .menu ul li {
  float: left;
  list-style: none;
  margin: 0 15px
}

.header .menu ul li a {
  text-decoration: none;
  font-family: "open sans";
  font-weight: 300;
  font-size: 26px;
  font-weight: 300;
  color: #4A4B4B;
  text-transform: lowercase;
  line-height: normal;
}

.header .menu ul li a:hover {
  color: #A6A6A7
}

.header .menu ul li.select a {
  color: #A6A6A7
}

/*-#home .main { position:relative; float:left; width:100%; height:100vh }
	#home .banner { float:left; width:100% } 
	#home .banner .simple-slider { width: 100%; height: 100vh; } 
	#home .banner .simple-slider .slider-slide { width: 100%; }


	/*-#home2 .main { height:100vh }
	#home2 .main .banner { height:100%; overflow:hidden }
	#home2 .banner .sombraBig { position: fixed; top: -290px; z-index: 1; left: 50%; margin-left: -1201px; width: 2403px !important; height: 523px; }
	#home2 .main .banner img { float:left; width:100% }

	#home2 .main .banner .content { height:100%; }
	#home2 .main .banner .content .mCSB_inside > .mCSB_container { margin:0 }
	#home2 .main .banner .content .mCSB_scrollTools .mCSB_draggerContainer { width: 5px; right: 0; left: auto; }
	#home2 .main .banner .content  #mCSB_1_dragger_vertical { z-index:2; }
	#home2 .main .banner .content .mCSB_scrollTools .mCSB_draggerContainer #mCSB_1_dragger_vertical .mCSB_dragger_bar { margin-top: 1px; background: #ccc; opacity: 1 !important; width: 3px; }
	#home2 .main .banner .content .mCSB_scrollTools .mCSB_draggerContainer .mCSB_draggerRail { width: 100%; margin: 0; border-radius: 0; }

	#home2 .main .banner .seta {  }--*/

#linguas {
  position: absolute;
  right: 140px;
  top: 58px;
}

#linguas a {
  text-decoration: none;
  font-family: "open sans";
  font-weight: 300;
  font-size: 18px;
  font-weight: 300;
  color: #4A4B4B;
  text-transform: uppercase;
  line-height: normal;
}

.main {
  position: relative;
  float: left;
  width: 100%;
}

.imgBox {
  overflow: hidden;
  float: left;
  width: 100%;
  height: 100vh;
  position: relative;
  text-align: center;
  max-width: 100vw
}

.footer {
  position: relative;
  height: 275px;
  float: left;
  width: 100%
}

.footer .logo {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 54px;
  height: 64px;
}

.footer .logo a {
  float: left;
  width: 100%;
  height: 100%
}

.footer .logo a svg {}

.footer .info {
  float: right;
  margin: 92px 0 0;
}

.footer .info .tel {
  margin: 0;
  font-size: 17px;
  font-family: "open sans";
  font-weight: 300;
  font-weight: 300;
  float: left;
  width: 100%;
  text-align: center;
}

.footer .info .tel span {
  margin-right: 3px;
}

.footer .info .tel svg {
  top: -1px;
  position: relative;
}

.footer .info address {
  font-size: 17px;
  font-family: "open sans";
  font-weight: 300;
  font-weight: 300;
  float: left;
  width: 100%;
  text-align: center;
}

.footer .topo {
  position: absolute;
  left: 73px;
  top: 0;
  height: 30px;
  bottom: 0;
  margin: auto;
}

#topSite {
  margin: 0;
  position: absolute;
  top: 0;
}

.sombraHeader {
  position: fixed;
  width: 100%;
  background: url("../images/sombra-big-header.png") repeat-x center;
  height: 523px;
  top: -51px;
  left: 0;
  z-index: 1;
  display: block !important
}

/*-geral-*/

/*-projetos-*/
.main .boxesProjetos {
  float: left;
  width: 100%
}

.main .boxesProjetos .project-item {
  position: relative;
  border: 1px solid #fff;
  float: left;
  height: 600px;
  overflow: hidden
}

.main .boxesProjetos .project-item:nth-child(1) {
  width: 43%;
  border-left: 0
}

.main .boxesProjetos .project-item:nth-child(2) {
  width: 57%;
  border-right: 0
}

.main .boxesProjetos .project-item:nth-child(3) {
  width: 50%;
  border-left: 0
}

.main .boxesProjetos .project-item:nth-child(4) {
  width: 50%;
  border-right: 0
}

.main .boxesProjetos .project-item:nth-child(5) {
  width: 43%;
  border-left: 0
}

.main .boxesProjetos .project-item:nth-child(6) {
  width: 57%;
  border-right: 0
}

.main .boxesProjetos .project-item:nth-child(7) {
  width: 50%;
  border-left: 0
}

.main .boxesProjetos .project-item:nth-child(8) {
  width: 50%;
  border-left: 0
}

.main .boxesProjetos .project-item:nth-child(9) {
  width: 43%;
  border-left: 0
}

.main .boxesProjetos .project-item:nth-child(10) {
  width: 57%;
  border-right: 0
}

.main .boxesProjetos .project-item:nth-child(11) {
  width: 50%;
  border-left: 0
}

.main .boxesProjetos .project-item:nth-child(12) {
  width: 50%;
  border-left: 0
}

.main .boxesProjetos .project-item:nth-child(13) {
  width: 43%;
  border-left: 0
}

.main .boxesProjetos .project-item:nth-child(14) {
  width: 57%;
  border-right: 0
}

.main .boxesProjetos .project-item:nth-child(15) {
  width: 50%;
  border-left: 0
}

.main .boxesProjetos .project-item:nth-child(16) {
  width: 50%;
  border-left: 0
}

.main .boxesProjetos .project-item:nth-child(17) {
  width: 43%;
  border-left: 0
}

.main .boxesProjetos .project-item:nth-child(18) {
  width: 57%;
  border-right: 0
}

.main .boxesProjetos .project-item:nth-child(19) {
  width: 50%;
  border-left: 0
}

.main .boxesProjetos .project-item:nth-child(20) {
  width: 50%;
  border-left: 0
}

.main .boxesProjetos .project-item:nth-child(21) {
  width: 43%;
  border-left: 0
}

.main .boxesProjetos .project-item:nth-child(22) {
  width: 57%;
  border-right: 0
}

.main .boxesProjetos .project-item:nth-child(23) {
  width: 50%;
  border-left: 0
}

.main .boxesProjetos .project-item:nth-child(24) {
  width: 50%;
  border-left: 0
}

.main .boxesProjetos .project-item:nth-child(25) {
  width: 43%;
  border-left: 0
}

.main .boxesProjetos .project-item:nth-child(26) {
  width: 57%;
  border-right: 0
}

.main .boxesProjetos .project-item:nth-child(27) {
  width: 50%;
  border-left: 0
}

.main .boxesProjetos .project-item:nth-child(28) {
  width: 50%;
  border-left: 0
}

.main .boxesProjetos .project-item:nth-child(29) {
  width: 43%;
  border-left: 0
}

.main .boxesProjetos .project-item:nth-child(30) {
  width: 57%;
  border-right: 0
}

.main .boxesProjetos .project-item:nth-child(31) {
  width: 50%;
  border-left: 0
}

.main .boxesProjetos .project-item:nth-child(32) {
  width: 50%;
  border-left: 0
}

.main .boxesProjetos .project-item:nth-child(33) {
  width: 43%;
  border-left: 0
}

.main .boxesProjetos .project-item:nth-child(34) {
  width: 57%;
  border-right: 0
}

.main .boxesProjetos .project-item:nth-child(35) {
  width: 50%;
  border-left: 0
}

.main .boxesProjetos .project-item:nth-child(36) {
  width: 50%;
  border-left: 0
}

.main .boxesProjetos .project-item:nth-child(37) {
  width: 43%;
  border-left: 0
}

.main .boxesProjetos .project-item:nth-child(38) {
  width: 57%;
  border-right: 0
}

.main .boxesProjetos .project-item:nth-child(39) {
  width: 50%;
  border-left: 0
}

.main .boxesProjetos .project-item:nth-child(40) {
  width: 50%;
  border-left: 0
}

.main .boxesProjetos .project-item:nth-child(41) {
  width: 43%;
  border-left: 0
}

.main .boxesProjetos .project-item:nth-child(42) {
  width: 57%;
  border-right: 0
}

.main .boxesProjetos .project-item:nth-child(43) {
  width: 50%;
  border-left: 0
}

.main .boxesProjetos .project-item:nth-child(44) {
  width: 50%;
  border-left: 0
}

.main .boxesProjetos .project-item:nth-child(45) {
  width: 43%;
  border-left: 0
}

.main .boxesProjetos .project-item:nth-child(46) {
  width: 57%;
  border-right: 0
}

.main .boxesProjetos .project-item:nth-child(47) {
  width: 50%;
  border-left: 0
}

.main .boxesProjetos .project-item:nth-child(48) {
  width: 50%;
  border-left: 0
}

.main .boxesProjetos .project-item .fotoCapa {
  float: left;
  width: 100%;
  height: 100%;
}

.main .boxesProjetos .project-item .fotoCapa a {
  float: left;
  width: 100%;
  height: 100%;
  background-size: cover !important;
  background-position: center !important;
}

.main .boxesProjetos .project-item .fotoCapa a img {
  display: none
}

.main .boxesProjetos .project-item .caption {
  display: table;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(205, 221, 225, .7);
  opacity: 0;
  transition: ease all .8s;
}

.main .boxesProjetos .project-item:hover .caption {
  opacity: 1
}

.main .boxesProjetos .project-item .caption .project-title {
  display: table-cell;
  vertical-align: middle;
}

.main .boxesProjetos .project-item .caption .project-title h3 {
  color: #131517;
  font-family: "open sans";
  font-weight: 300;
  float: left;
  width: 100%;
  margin: 0;
  font-size: 45px;
  text-align: center;
  font-weight: 300;
}

.main .boxesProjetos .project-item .caption .project-title .arquiteto {
  color: #131517;
  font-family: "open sans";
  font-weight: 300;
  float: left;
  width: 100%;
  margin: 0;
  font-size: 35px;
  text-align: center;
  font-weight: 300;
}

.main .boxesProjetos .form-barra-paginacao {}

.main .boxesProjetos .form-barra-paginacao .floatRight {}

.main .boxesProjetos .form-barra-paginacao .floatRight .pagination {}

.main .boxesProjetos .form-barra-paginacao .floatRight .pagination li {}

.main .boxesProjetos .form-barra-paginacao .floatRight .pagination li a {}

.main .boxesProjetos .form-barra-paginacao .floatRight .pagination li.active {}

.main .boxesProjetos .form-barra-paginacao .floatRight .pagination li.active a {}

/*-projetos-*/

/*-projeto perfil-*/
#produtoDetalhe .main .infoProjeto {
  float: left;
  width: 30%;
  padding: 0 30px;
}

#produtoDetalhe .main .infoProjeto h2 {
  font-size: 22px;
  font-family: "open sans";
  font-weight: 300;
  margin: 0 0 20px;
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 30px;
}

#produtoDetalhe .main .infoProjeto .descricao {
  float: left;
  width: 100%
}

#produtoDetalhe .main .infoProjeto .descricao p {
  text-align: justify;
  line-height: 30px;
  font-size: 19px;
  font-family: "open sans";
  font-weight: 300;
  font-weight: 300
}

#produtoDetalhe .main .fotos {
  float: right;
  width: 70%
}

/*-projeto perfil-*/

/*-sobre n�s-*/
#sobre .main .container {
  width: 87%;
}

#sobre .main .container .texto {
  float: left;
  width: 100%;
}

#sobre .main .container .texto img {
  float: left;
  width: 55%;
}

#sobre .main .container .texto .txt {
  float: left;
  width: 45%;
  padding: 0 50px;
}

#sobre .main .container .texto .txt h2 {
  margin: 0 0 15px;
  font-family: open sans;
  font-size: 22px;
  float: left;
  width: 100%;
  font-weight: normal
}

#sobre .main .container .texto .txt p {
  text-align: justify;
  line-height: 40px;
  margin: 0;
  font-family: open sans;
  font-size: 22px;
  float: left;
  width: 100%;
  font-weight: 300
}

#sobre .main .container .equipe {
  margin-top: 150px;
  float: left;
  width: 100%;
}

#sobre .main .container .equipe h2 {
  margin: 0 0 20px;
  font-family: open sans;
  font-size: 22px;
  float: left;
  width: 100%;
  font-weight: normal;
  text-align: center
}

#sobre .main .container .equipe .boxes {
  float: left;
  width: 100%;
  padding: 0 100px;
}

#sobre .main .container .equipe .boxes .boxEquipeWidth {
  float: left;
  width: 100%
}

#sobre .main .container .equipe .boxes .boxEquipeWidth:nth-child(2n+1) .boxEquipe {
  float: left
}

#sobre .main .container .equipe .boxes .boxEquipeWidth:nth-child(2n+1) .boxEquipe .img {
  float: left;
  width: 208px;
  height: 208px;
  border-radius: 100%;
  overflow: hidden;
}

#sobre .main .container .equipe .boxes .boxEquipeWidth:nth-child(2n+1) .boxEquipe .img img {
  filter: grayscale(100%);
  float: left;
  width: 100%
}

#sobre .main .container .equipe .boxes .boxEquipeWidth:nth-child(2n+1) .boxEquipe .info {
  float: left;
  margin-left: 30px;
}

#sobre .main .container .equipe .boxes .boxEquipeWidth:nth-child(2n+1) .boxEquipe .info p {
  font-size: 22px;
  font-family: open sans;
  font-weight: 300;
  float: left;
  width: 100%;
  margin-bottom: 0
}

#sobre .main .container .equipe .boxes .boxEquipeWidth:nth-child(2n) .boxEquipe {
  float: right
}

#sobre .main .container .equipe .boxes .boxEquipeWidth:nth-child(2n) .boxEquipe .img {
  float: right;
  width: 208px;
  height: 208px;
  border-radius: 100%;
  overflow: hidden;
}

#sobre .main .container .equipe .boxes .boxEquipeWidth:nth-child(2n) .boxEquipe .img img {
  filter: grayscale(100%);
  float: left;
  width: 100%
}

#sobre .main .container .equipe .boxes .boxEquipeWidth:nth-child(2n) .boxEquipe .info {
  float: right;
  margin-right: 30px
}

#sobre .main .container .equipe .boxes .boxEquipeWidth:nth-child(2n) .boxEquipe .info p {
  font-size: 22px;
  font-family: open sans;
  float: left;
  width: 100%;
  font-weight: 300;
  margin-bottom: 0;
  text-align: right;
}

#sobre .main .container .equipe .boxes .boxEquipeWidth:nth-child(1) .boxEquipe .info {
  margin-top: 71px;
}

#sobre .main .container .equipe .boxes .boxEquipeWidth:nth-child(2) .boxEquipe .info {
  margin-top: 63px;
}

#sobre .main .container .equipe .boxes .boxEquipeWidth:nth-child(3) .boxEquipe .info {
  margin-top: 63px;
}

#sobre .main .container .equipe .boxes .boxEquipeWidth:nth-child(4) .boxEquipe .info {
  margin-top: 63px;
}

#sobre .main .container .equipe .boxes .boxEquipeWidth:nth-child(5) .boxEquipe .info {
  margin-top: 71px;
}

/*-sobre n�s-*/

/*-contato-*/
#contato .main {
  text-align: center
}

#contato .main .cenrtaliza {
  width: 1400px;
  display: inline-block
}

#contato .main .cenrtaliza #contactForm {
  float: left;
  width: 50%
}

#contato .main .cenrtaliza #contactForm fieldset {
  float: left;
  width: 100%;
}

#contato .main .cenrtaliza #contactForm fieldset .control-group {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

#contato .main .cenrtaliza #contactForm fieldset .control-group .controls {
  float: left;
  width: 100%;
}

#contato .main .cenrtaliza #contactForm fieldset .control-group .controls .form-control {
  color: #C4C7C9;
  border: 1px solid #707070;
  float: left;
  width: 100%;
  height: 63px;
  font-size: 22px;
  font-family: open sans;
  border-radius: 0;
}

#contato .main .cenrtaliza #contactForm fieldset .control-group .controls .form-control.msg {
  height: 232px
}

#contato .main .cenrtaliza #contactForm fieldset .control-group .controls .form-control::placeholder {
  color: #C4C7C9;
}

#contato .main .cenrtaliza #contactForm .btn {
  color: #C4C7C9;
  background: none;
  box-shadow: none;
  border: 1px solid #707070;
  float: right;
  height: 63px;
  font-size: 22px;
  font-family: open sans;
  border-radius: 0;
  width: 200px;
}

#contato .main .cenrtaliza img {
  float: right
}

#contato .footer .info {}

/*-contato-*/

/*-galeria-*/
#galeria .main .fotos {
  float: left;
  width: 100%
}

/*-galeria-*/

/*-responsivo-*/
@media only screen and (min-device-width: 1401px) and (max-device-width: 1680px) {

  #contato .main .cenrtaliza {
    width: 80%;
  }

  #contato .main .cenrtaliza #contactForm {
    padding-right: 40px;
  }

  #contato .main .cenrtaliza img {
    width: 50%;
  }
}


@media only screen and (min-device-width: 735px) and (max-device-width: 1400px) {
  body .header {
    height: 300px;
  }

  #home .main {
    height: 100%;
  }

  #home .main .imgBox {
    height: auto;
    background: none !important
  }

  #home .main .imgBox .real {
    width: 100%;
    display: block !important
  }

  #home .main .imgBox .bg {
    display: none
  }

  .main .boxesProjetos .project-item {
    height: 400px;
  }

  .main .boxesProjetos .project-item .caption .project-title h3 {
    font-size: 35px;
  }

  .main .boxesProjetos .project-item .caption .project-title .arquiteto {
    font-size: 30px;
  }

  #contato .main .cenrtaliza {
    width: 80%;
  }

  #contato .main .cenrtaliza #contactForm {
    padding-right: 30px;
  }

  #contato .main .cenrtaliza #contactForm fieldset .control-group .controls .form-control {
    height: 53px;
    font-size: 24px;
  }

  #contato .main .cenrtaliza #contactForm fieldset .control-group .controls .form-control.msg {
    height: 169px;
  }

  #contato .main .cenrtaliza #contactForm .btn {
    height: 53px;
    font-size: 24px;
  }

  #contato .main .cenrtaliza img {
    width: 50%;
  }

  #sobre .main .container .texto img {
    width: 50%;
  }

  #sobre .main .container .texto .txt {
    width: 50%;
    padding: 0 30px;
  }

  #sobre .main .container .texto .txt p {
    font-size: 23px;
  }

  #sobre .main .container .texto .imgSmall {
    display: none
  }

  #sobre .main .container .texto .imgBig {
    display: block !important
  }

  #sobre .main .container .texto .txt p {
    line-height: 33px;
  }

  #sobre .main .container .equipe .boxes {
    padding: 0;
  }

  #sobre .main .container .equipe .boxes .boxEquipeWidth:nth-child(2n+1) .boxEquipe .img {
    width: 170px;
    height: 170px;
  }

  #sobre .main .container .equipe .boxes .boxEquipeWidth:nth-child(2n) .boxEquipe .img {
    width: 170px;
    height: 170px;
  }

  #sobre .main .container .equipe .boxes .boxEquipeWidth:nth-child(1) .boxEquipe .info {
    margin-top: 46px;
  }

  #sobre .main .container .equipe .boxes .boxEquipeWidth:nth-child(2) .boxEquipe .info {
    margin-top: 38px;
  }

  #sobre .main .container .equipe .boxes .boxEquipeWidth:nth-child(3) .boxEquipe .info {
    margin-top: 38px;
  }

  #sobre .main .container .equipe .boxes .boxEquipeWidth:nth-child(4) .boxEquipe .info {
    margin-top: 38px;
  }

  #sobre .main .container .equipe .boxes .boxEquipeWidth:nth-child(5) .boxEquipe .info {
    margin-top: 46px;
  }
}

/*-responsivo-*/

/*-homes-*/

/*-#home3 .main { height:100vh }
	#home3 .main .banner { height:100%; overflow:hidden }
	#home3 .main .banner section { position:relative; height:auto }-*/
#home3 .main .banner section img {}

#home3 .main .banner section .anchor {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  margin: auto;
  width: 50px;
  height: 40px;
}

#home3 .main .banner section .anchor svg {
  width: 100%
}

#home3 .main .banner section #dois {
  float: left;
  width: 100%
}

#home3 .main .banner section #tres {
  float: left;
  width: 100%
}

#home3 .main .banner {
  height: 100%;
  overflow: hidden
}

#home3 .banner .sombraBig {
  position: fixed;
  top: -290px;
  z-index: 1;
  left: 50%;
  margin-left: -1201px;
  width: 2403px !important;
  height: 523px;
}

#home3 .main .banner img {
  float: left;
  width: 100%
}

#home3 .main .banner .content {
  height: 100%;
}

#home3 .main .banner .content .mCSB_inside>.mCSB_container {
  margin: 0
}

#home3 .main .banner .content .mCSB_scrollTools .mCSB_draggerContainer {
  width: 5px;
  right: 0;
  left: auto;
}

#home3 .main .banner .content #mCSB_1_dragger_vertical {
  z-index: 2;
}

#home3 .main .banner .content .mCSB_scrollTools .mCSB_draggerContainer #mCSB_1_dragger_vertical .mCSB_dragger_bar {
  margin-top: 1px;
  background: #ccc;
  opacity: 1 !important;
  width: 3px;
}

#home3 .main .banner .content .mCSB_scrollTools .mCSB_draggerContainer .mCSB_draggerRail {
  width: 100%;
  margin: 0;
  border-radius: 0;
}

#home3 .main {
  height: auto
}

#home3 .main .banner {
  height: auto;
  overflow: visible
}

#home3 .main .banner section {
  position: relative;
  height: auto;
  float: left
}

.ancora {
  position: absolute;
  width: 100%;
  height: 100vh;
}

.foto-tres .anchor.fix {
  position: fixed;
}

.abreFull {
  visibility: hidden;
  padding: 0;
  border: none;
  position: fixed;
  bottom: 20px;
  left: 20px;
  background: none;
  width: 35px;
  height: 40px;
  opacity: 0
}

.abreFull.mostra {
  visibility: visible;
  opacity: 1
}

.fechaFull {
  visibility: hidden;
  padding: 0;
  border: none;
  position: fixed;
  bottom: 19px;
  left: 19px;
  background: none;
  width: 37px;
  height: 42px;
  opacity: 0
}

.fechaFull.mostra {
  visibility: visible;
  opacity: 1
}

.abreFull .lt {
  transition: ease all .2s;
  position: absolute;
  left: 0;
  top: 0
}

.abreFull .rt {
  transition: ease all .2s;
  position: absolute;
  right: 0;
  top: 0
}

.abreFull .lb {
  transition: ease all .2s;
  position: absolute;
  left: 0;
  bottom: 0
}

.abreFull .rb {
  transition: ease all .2s;
  position: absolute;
  right: 0;
  bottom: 0
}

.abreFull:hover .lt {
  left: -3px;
  top: -3px
}

.abreFull:hover .rt {
  right: -3px;
  top: -3px
}

.abreFull:hover .lb {
  left: -3px;
  bottom: -3px
}

.abreFull:hover .rb {
  right: -3px;
  bottom: -3px
}


.fechaFull .lt {
  transition: ease all .2s;
  position: absolute;
  right: 0;
  bottom: 0
}

.fechaFull .rt {
  transition: ease all .2s;
  position: absolute;
  left: 0;
  bottom: 0
}

.fechaFull .lb {
  transition: ease all .2s;
  position: absolute;
  right: 0;
  top: 0
}

.fechaFull .rb {
  transition: ease all .2s;
  position: absolute;
  left: 0;
  top: 0
}

.fechaFull:hover .lt {
  right: 2px;
  bottom: 2px
}

.fechaFull:hover .rt {
  left: 2px;
  bottom: 2px
}

.fechaFull:hover .lb {
  right: 2px;
  top: 2px
}

.fechaFull:hover .rb {
  left: 2px;
  top: 2px
}

/*-#home .banner .simple-slider .slider-slide:nth-child(2) .imgBox { background-size:cover !important; background-position:center bottom !important }-*/

.full .foto-um {
  height: 100vh !important;
  overflow: hidden
}

.full .foto-um img {
  height: 100%;
  width: auto
}

/*-	#home4 .main {}
	#home4 .main .banner { height: 100vh; overflow: hidden; }
	#home4 .main .banner section { height: 100%; background-size: cover !important; background-position: center bottom !important; } 
	#home4 .main .banner section img {}

	#home4 .texto { position: absolute; width: 100%; height: 100%; background: rgba(255,255,255,.7); text-align:center } 
	#home4 .texto .central { width: 870px; position: absolute; left: 0; right: 0; margin: auto; height: 254px; bottom: 0; top: 0; }
	#home4 .texto p { font-family: "open sans"; font-weight:300; font-size: 28px; float: left; width: 100%; text-align: center; }
	#home4 .texto a { margin-top: 30px; position: relative; display: inline-block; }
	#home4 .texto a svg {}-*/
/*-homes-*/