.imagempt img{
  width: 700px;
  
}

@media (max-width: 991px) {

   .imagempt img{
      width: 270px;
    }

}
.holder_feder{
  cursor:pointer;
  left: 34px;
}
.holder_feder img{
   /* width: 590px; */
    width: 480px;
}

@media (max-width: 1080px) {
  
     .holder_feder img{
        /*width: 400px;*/
        width:250px;
      }

      .holder_feder{
        left: 45px;
      }
  
  }
  @media (max-width: 750px) {
    
       .holder_feder img{
          width: 300px;
        }
        .holder_feder{
          left: 0px;
        }
    
  }


  .popup_error{
    position: fixed;
    top:0px;
    left: 0px;
    width: 100%;
    height: 100%;
    visibility:hidden;
    opacity:0;
    -webkit-transition: visibility ease-out 0.2s, opacity 0.2s ease-out;
    -moz-transition: visibility ease-out 0.2s, opacity 0.2s ease-out;
    -ms-transition: visibility ease-out 0.2s, opacity 0.2s ease-out;
    -o-transition: visibility ease-out 0.2s, opacity 0.2s ease-out;
    transition:visibility ease-out 0.2s, opacity 0.2s ease-out;
    z-index: 99999;
}


.popup_error.visible{
    visibility:visible;
    opacity:1;
    /*-webkit-transition: visibility 0s ease-out 0.2s, opacity 0.2s ease-out;
    -moz-transition: visibility 0s ease-out 0.2s, opacity 0.2s ease-out;
    -ms-transition: visibility 0s ease-out 0.2s, opacity 0.2s ease-out;
    -o-transition: visibility 0s ease-out 0.2s, opacity 0.2s ease-out;
    transition:visibility 0s ease-out 0.2s, opacity 0.2s ease-out;*/
}

.popup_back{
    position: absolute;
    top: 0px;
    height: 100%;
    left:0px;
    width: 100%;
    background: #333333;
    opacity: 0;
    -webkit-transition: opacity 0.2s ease-out;
    -moz-transition: visibility 0s ease-out 0.2s, opacity 0.2s ease-out;
    -ms-transition: visibility 0s ease-out 0.2s, opacity 0.2s ease-out;
    -o-transition: visibility 0s ease-out 0.2s, opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
}

.popup_error.visible .popup_back{
    opacity: 0.6;
}

.popup_holder{
    position: absolute;
    padding: 40px;
    width: 40%;
    left:30%;
    border-radius: 10px;
    background: #FFFFFF;
    top: 25%;
    max-height: 50%;
    overflow: auto;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
    -webkit-transition: transform ease-out 0.2s, opacity ease-out 0.2s;
    -moz-transition: transform ease-out 0.2s, opacity ease-out 0.2s;
    -ms-transition: transform ease-out 0.2s, opacity ease-out 0.2s;
    -o-transition: transform ease-out 0.2s, opacity ease-out 0.2s;
    transition: transform ease-out 0.2s, opacity ease-out 0.2s;
}


@media (max-width: 1080px) {
  
  .popup_holder{
    width: 70%;
    left:15%;
  }
  
}

@media (max-width: 750px) {
  
  .popup_holder{
    width: 90%;
    left:5%;
  }
  
}

.popup_error.visible .popup_holder{
    opacity: 1;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    
}

.popup_holder .button_holder{
    position: relative;
    text-align: center;
    width: 100%;
}
.popup_holder .button_holder .buttonn{
    display: inline-block;
    float:none;
}

.popup_holder .error_msg {
    width: 100%;
    font-family: 'GalaxiePolaris-Book';
    font-size:  16px;
    text-align: left;
    
}
.popup_holder ul li{
  width: 100%;
  font-family: 'GalaxiePolaris-Book';
  font-size:  16px;
  text-align: left;
}

.buttonn{
  position: relative;
  float: left;
  background: #000000;
  padding: 5px 20px;
  border-radius: 40px;
  margin-top: 25px;
  cursor: pointer;
}

.buttonn p{
  color: #FFFFFF;
  font-family: 'GalaxiePolaris-Book';
  font-size: 20px;
  margin:0px;
}
.buttonn:hover{
  background: #282828;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */



@font-face {
  font-family: 'GalaxiePolaris-Book';
  src: url('../fonts/GalaxiePolaris-Book.eot?#iefix') format('embedded-opentype'),  url('../fonts/GalaxiePolaris-Book.otf')  format('opentype'),
	     url('../fonts/GalaxiePolaris-Book.woff') format('woff'), url('../fonts/GalaxiePolaris-Book.ttf')  format('truetype'), url('../fonts/GalaxiePolaris-Book.svg#GalaxiePolaris-Book') format('svg');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'GalaxiePolaris-Bold';
  src: url('../fonts/GalaxiePolaris-Bold.eot?#iefix') format('embedded-opentype'),  url('../fonts/GalaxiePolaris-Bold.otf')  format('opentype'),
	     url('../fonts/GalaxiePolaris-Bold.woff') format('woff'), url('../fonts/GalaxiePolaris-Bold.ttf')  format('truetype'), url('../fonts/GalaxiePolaris-Bold.svg#GalaxiePolaris-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}


.loading_text{
  font-family: "GalaxiePolaris-Book";
  font-size: 30px;
  color:#ffffff;
  text-align: center;
  top: 50%;
  position: relative;
}

.projetos_item_holder{
  position: absolute;
  float: left;
  left: 100%;
  top: 0px;
  width: 100%;
  min-height: 100%;
  -webkit-transition: transform ease-out 0.5s;
  -moz-transition: transform ease-out 0.5s;
  -ms-transition: transform ease-out 0.5s;
  -o-transition: transform ease-out 0.5s;
  transition: transform ease-out 0.5s;
}

.listagem_projetos{
  -webkit-transition: transform ease-out 0.5s;
  -moz-transition: transform ease-out 0.5s;
  -ms-transition: transform ease-out 0.5s;
  -o-transition: transform ease-out 0.5s;
  transition: transform ease-out 0.5s;
}

.listagem_projetos_open{
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  
}

.projetos_item_holder_open{
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}

.linha_holder{
  position: relative;
  float: left;
  font: 14px 'GalaxiePolaris-Book';
  color: #FFFFFF;
  bottom: 0px;
  /*width: 400px;*/
  left: 50%;

  -webkit-transform-origin: 0% 50%;
  -moz-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  -o-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  

  -webkit-transform: rotateZ(-90deg);
  -moz-transform: rotateZ(-90deg);
  -ms-transform: rotateZ(-90deg);
  -o-transform: rotateZ(-90deg);
  transform: rotateZ(-90deg) translateX(-100%);
  
}

.linha_holder p{
  margin: 0px;
}

.color_peca{
  color: #e40d62 !important;
}

.color_peca_margem{
  margin-left:-8px;
}

.color_branco{
  color: #ffffff !important;
}

.titulo_projetos{
  font-family:'GalaxiePolaris-Book';
  font-size:24px;
  color:#454f60;
}

.texto_projetos{
  color: #454f60;
  font: 14px 'GalaxiePolaris-Book';
}

.container_texto_projectos{
  position:absolute;
  top:20%;
  left:20%;
  width:60%
}

.mini_circulos{
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #454f60;
    z-index: 3;
    position: relative;
    float:left;
    top: 80%;
    left: 43%;
    cursor:pointer;

  -webkit-transition: background 0.5s;
  -moz-transition: background 0.5s;
  -o-transition: background 0.5s;
  -ms-transition: background 0.5s;
   transition: background 0.5s;
}

.mini_circulo_selected{
  background:#e40d62;

  -webkit-transition: background 0.5s;
  -moz-transition: background 0.5s;
  -o-transition: background 0.5s;
  -ms-transition: background 0.5s;
   transition: background 0.5s;
}

.mini_circulos:hover{
  background:#e40d62;

  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  -o-transition: background 0.3s;
  -ms-transition: background 0.3s;
   transition: background 0.3s;
}

.area_cinza{
  background:#dedede; 
}

.area_negra{
  background:#2f2f2f;  
}



.area_item{
  position: relative;
  float: left;
  width: 100%;
  padding: 40px;
  float: left;
}

.conteudo_area{
  position: relative;
  width: 100%;
  height: 100%;
  float: left;
}

.pontos_cinza{
  background-image: url("../img/square_background.png");
  background-repeat: repeat;
}

.pontos_negros{
  background-image: url("../img/square_black_background.png");
  background-repeat: repeat; 
}

.conteudo_ref{
  padding: 0px;
}

.margens_pontinhos{
  position:absolute !important;
  top:40px !important;
  left:40px !important;
  right:40px !important;
  bottom:40px !important;
}

/*========================================================================
								MENU
  ========================================================================*/

.c-menu {
  position: fixed;
  z-index: 200;
  background-color: #ffffff;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -webkit-transform 0.3s;
  -o-transition: -webkit-transform 0.3s;
  -ms-transition: -webkit-transform 0.3s;
   transition: transform 0.3s;
}

.c-menu__items {
  list-style: none;
  margin: 0;
  padding: 0;
}

.c-menu--slide-left{
  width: 100%;
  height: 100%;
  /*overflow-y: scroll;*/
}

@media all and (min-width: 320px) {
  .c-menu--slide-left{
    width: 300px;
  }
}

.c-menu--slide-left .c-menu__item{
  display: block;
  text-align: left;
  border:none;
  /*border-top: solid 1px #b5dbe9;
  border-bottom: solid 1px #3184a1;*/
}

.c-menu--slide-left .c-menu__item:first-child{
  border-top: none;
}

.c-menu--slide-left .c-menu__item:last-child{
  border-bottom: none;
}

.c-menu--slide-left .c-menu__link{
  display: block;
  padding: 12px 50px;
  color: #454f60;
  font-family: 'GalaxiePolaris-Book';
  font-size:18px;
  text-transform: uppercase;
  text-decoration: none !important;

}

.menu_lang{
  color: #FFFFFF;
  font-family: 'GalaxiePolaris-Book';
  font-size:13px;
  text-transform: uppercase;
  float:right;
  position:absolute;
  right:20px;
  top:20px;
  text-decoration: none !important;

}

.menu_lang:hover{
  color:#e40d62;
}

.menu_lang.active{
  color:#e40d62;
}

@media (max-width: 767px) {
  .c-menu--slide-left .c-menu__link{
      padding: 5px 50px;
  }
}

.c-menu__link:hover{
  color:#e40d62;
}


.menu_area_selecionada{
  color:#e40d62 !important;
}

.c-menu--slide-left .c-menu__close {
  display: block;
  padding: 80px 80px 80px 80px;
  width: 100%;
  float:left;
  background-position: 80px 80px;
  /*margin-left:-15px;*/
}

.c-menu__close:hover{
  /* -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
 transform: rotateZ(-180deg);
  transform-origin: 50% 50%;
  background-position: 80px 80px;*/
  background: url("../img/bt_x-01_over.svg") no-repeat;
  background-position: 80px 80px;
  float:left;
}

.c-menu__close{
  /* -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
 transform: rotateZ(0deg);
  transform-origin: 50% 50%;
  background-position: 80px 80px;*/
  background: url("../img/x_menu.svg") no-repeat;
  float:left;
}

/*slide push menu*/

.c-menu--slide-left,
.c-menu--push-left {
  top: 0;
  left: 0;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -o-transform: translateX(-100%);
    transform: translateX(-100%);
}

@media all and (min-width: 320px) {
  .c-menu--slide-left,
  .c-menu--push-left {
  -webkit-transform: translateX(-300px);
     -moz-transform: translateX(-300px);
      -ms-transform: translateX(-300px);
       -o-transform: translateX(-300px);
          transform: translateX(-300px);
  }
}

.c-menu--slide-left.is-active,
.c-menu--push-left.is-active {
  -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
      -ms-transform: translateX(0);
        -o-transform: translateX(0);
          transform: translateX(0);
}

.o-wrapper.has-push-left {
  -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
      -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
          transform: translateX(100%);
}

@media all and (min-width: 320px) {
  .o-wrapper.has-push-left {
    -webkit-transform: translateX(300px);
      -moz-transform: translateX(300px);
        -ms-transform: translateX(300px);
          -o-transform: translateX(300px);
            transform: translateX(300px);
  }
}


body.has-active-menu {
  overflow: hidden;
}

/**
 * Close button resets.  
 */
.c-menu__close {
  color: #000;
  background-color: #fff;
  font-size: 14px;
  border: none;
  box-shadow: none;
  border-radius: none;
  -webkit-appearance: none;
     -moz-appearance: none;
      -ms-appearance: none;
       -o-appearance: none;
          appearance: none;
  cursor: pointer;
}

.c-menu__close:focus {
  outline: none;
}

.navbar_margens{
  padding: 40px 80px 80px 80px !important;
  background-position: 80px 40px !important;
}
/* -----------------------------------------------------------------------------
  MASK COMPONENT
  
----------------------------------------------------------------------------- */

.c-mask {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 0;
  height: 0;
  background-color: #000;
  opacity: 0;
  -webkit-transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s;
     -moz-transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s;
      -ms-transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s;
       -o-transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s;
          transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s;
}


.c-mask.is-active {
  width: 100%;
  height: 100%;
  opacity: 0.7;
  -webkit-transition: opacity 0.3s;
     -moz-transition: opacity 0.3s;
      -ms-transition: opacity 0.3s;
       -o-transition: opacity 0.3s;
          transition: opacity 0.3s;
}




/*----------------------------------------------------------------------------
              
------------------------------------------------------------------------------*/

.container_margens{

  padding:60px 60px 45px 60px;

}
@media (max-width: 768px) {

	.container_margens{
		padding:0px;
	}

  #fixed_navbar{
    margin-left: 0px !important;
    width:100%;
    padding:0px;
  }

  .icon_area{
    width: 83px;
    margin-right: 20px;
  }
  
  .area_item{
    padding: 0px;
  }

  .c-menu--slide-left .c-menu__close {
    padding: 40px 40px 40px 40px;
    background-position: 20px 20px;
  }

  .navbar_margens{
    padding: 40px 20px 40px 20px !important;
    background-position: 20px 40px !important;
  }

  .margens_pontinhos{
    position:absolute !important;
    top:0px !important;
    left:0px !important;
    right:0px !important;
    bottom:0px !important;
}


}

#c-button--slide-left{
  /*background: url("../img/menu_2.svg") no-repeat;*/
  width: 34px;
  height: 22px;
}

.menu_icon_normal{
  position:absolute;
  float:left;
  top:20px;
  margin-left:20px;
  cursor:pointer;
}

.item_button_menu{
  position: relative;
  float: left;
  width: 34px;
  height: 1px;
  background: #fff;
  margin-bottom: 8px;
}

.item_button_menu_2{
  background:#2f2f2f;
}


#c-button--slide-left:hover .item_button_menu{
  background: #e40d62;
}


.menu_icon_normal_2{
  top:20px;
  cursor:pointer;
  margin-left:20px;
  position:relative;
  float:left;
}

#c-button--slide-left2{
  width: 34px;
  height: 22px;

}


#c-button--slide-left2:hover .item_button_menu{
    background: #e40d62;
}





.rectangulo_cinza{
  padding:0px;
  background:#dedede;
  width:100%;
  min-height:800px;
  height:100%;
}


.quadradinhos_background_cinza {

  background-image: url("../img/square_background.png");
  background-repeat: repeat;
  position: absolute;

}

.rectangulo_black{
  padding:0px;
  background:#2f2f2f;
  width:100%;
  min-height:800px;
  height:auto;
}


.quadradinhos_background_black {

  background-image: url("../img/square_black_background.png");
  background-repeat: repeat;
  height:auto;

}

.quadradinhos_background{
	margin:42px;
	position:relative;
	height:auto;
	min-height: 712px;
}

@media (max-width: 750px) {
	.quadradinhos_background{
		margin:2px;
		width:100%;
		height:100%;
	}
}

.titulo {

  color:#e40d62;
  font-family:'GalaxiePolaris-Book';
  font-size:25px;
}

.desc_area{
  color:#e40d62;
  font-family:'GalaxiePolaris-Book';
  font-size:22px;
  padding:0px;
}


@media (max-width: 750px) {
	.titulo {
		font-size:18px;
	}
}

.texto {

  color:#454f60;
  font-family:'GalaxiePolaris-Book';
  font-size:18px;
}

@media (max-width: 750px) {
	.texto {
		font-size:15px;
	}

}


.texto_galeria{
  font-size:18px;
}

.texto_galeria:hover{
  color:#ffffff;
}

.texto_galeria:hover .setinha_galeria{
  background: url('../img/setinha_hover.png') center center no-repeat;
  /*width:18px;
  height: 31px;*/
}

.setinha_galeria{
    background: url("../img/setinha.png") center center no-repeat;
    width:18px;
    height: 31px;
}

.imagemParallax{

    /* height:482px;
   background-attachment:fixed;
    background-repeat: no-repeat;
    background-position:center;
    -webkit-background-size: cover;
       -moz-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
    padding-top:200px;
    background-image:url('../img/img_exemplo.jpg');*/
    height: 600px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;

}

@media screen\0 {
  .imagemParallax{
      height: 600px;
      background-position: 50% 50%;
      background-repeat: no-repeat;
      background-attachment: local;
      background-size: cover;
  }
}

@supports (-ms-accelerator:true) { 

  .imagemParallax { 
      height: 600px;
      background-position: 50% 50%;
      background-repeat: no-repeat;
      background-attachment: local;
      background-size: cover;
  } 
}


.imagemParallax.parallax-1 {
  background-image: url("../img/projectos.jpg");
}
.imagemParallax.parallax-2 {
  background-image: url("../img/energetica.jpg");
}
.imagemParallax.parallax-3 {
  background-image: url("../img/alojamento.jpg");
}
.imagemParallax.parallax-4 {
  background-image: url("../img/autoprotect_.jpg");
}
.imagemParallax.parallax-5 {
  background-image: url("../img/fiscalização.jpg");
}
.imagemParallax.parallax-6 {
  background-image: url("../img/obra.jpg");
}
.imagemParallax.parallax-7 {
  background-image: url("../img/portfolio.jpg");
}
.imagemParallax.parallax-8 {
  background-image: url("../img/links.jpg");
}
.imagemParallax.parallax-9 {
  background-image: url("../img/contactos.jpg");
}

/*HOME*/
#home{
  background-image: url('../img/home_2.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
     -moz-background-size: cover;
      -ms-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
    padding: 0px;
}


.circular {

  
   background-repeat: no-repeat;
   background-position:50% 50%;
   width: 150px;
   height: 150px;
   position:relative;
   left: 50%;
   margin-left: -75px;
  -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
        -ms-border-radius: 50%;
         -o-border-radius: 50%;
            border-radius: 50%;
    -webkit-transition: all 0.4s ease-in-out;
       -moz-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
         -o-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
  }




  .circular_hovers{

      position: absolute;
      background-repeat: no-repeat;
      background-position:50% 50%;
      border-radius: 50%;
      width: 150px;
      height: 150px;
      overflow: hidden;
      opacity: 0;

      -webkit-border-radius: 50%;
         -moz-border-radius: 50%;
          -ms-border-radius: 50%;
           -o-border-radius: 50%;

      -webkit-backface-visibility: hidden;
         -moz-backface-visibility: hidden;
          -ms-backface-visibility: hidden;
           -o-backface-visibility: hidden;
              backface-visibility: hidden;

      -webkit-transform: scale(0);
         -moz-transform: scale(0);
          -ms-transform: scale(0);
           -o-transform: scale(0);
              transform: scale(0);

      -webkit-transition: all 0.4s ease-in-out;
         -moz-transition: all 0.4s ease-in-out;
          -ms-transition: all 0.4s ease-in-out;
           -o-transition: all 0.4s ease-in-out;
              transition: all 0.4s ease-in-out;
      
      
  }


   .circular:hover .circular_hovers{
      opacity: 1;
      -webkit-transform: scale(1); 
         -moz-transform: scale(1); 
          -ms-transform: scale(1); 
           -o-transform: scale(1); 
              transform: scale(1);  

  }


  .circulo_branco{
    position:absolute;
    border: 3px solid #ffffff;
    border-radius:50%;
    width: 140px;
    height: 140px;
    margin:5px 5px 5px 5px;
  }

.texto_circulos_rosa{
	color:#df0562;
  	font-family:'GalaxiePolaris-Book';
  	font-size:18px;
    margin-top: 20px;
    text-align: center;
}

.texto_circulos_escuro{
	 color:#515a6a;
 	 font-family:'GalaxiePolaris-Book';
 	 font-size:14px;
   text-align: center;
       height: 80px;
}

@media (max-width: 750px) {
	.circular {
		width:120px;
		height:120px;
    left: 50%;
    margin-left: -60px;
	}
	.circular_hovers{
		width:120px;
		height:120px;
	}
	.circulo_branco{
		width:110px;
		height:110px;
	}
	
	.texto_circulos_rosa{
		text-align: center;
		font-size:12px;
	}

	.texto_circulos_escuro{
		text-align: center;
		font-size:12px;
	}
}
 /* .circular{

    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
     background-repeat: no-repeat;
     background-position:50% 50%;
     border-radius: 50%;
     width: 150px;
     height: 150px;
     position:relative;
     opcacity:1;
     transition: all 0.4s ease-in-out;
     backface-visibility: hidden;
      overflow: hidden;
  }


.circular_hovers{

      position: absolute;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
       background-repeat: no-repeat;
       background-position:50% 50%;
       top:0px;
       left:0px;
       border-radius: 50%;
       width: 150px;
       height: 150px;
      overflow: hidden;
      opacity: 1;
      transition: all 0.8s ease-in-out;
      backface-visibility: hidden;
  }


  .circular:hover .circular_hovers{
      width:0px;
      height:0px;
      top:50%;
      left:50%;
  }

*/
 

 /*----------------------------------------------------------------------------
                                       SLIDE CIRCULAR 1
--------------------------------------------------------------------------------*/


#appearance7 .rs-range-color  {
    background-color: #df0562;
    background-color:transparent;
}
#appearance7 .rs-path-color  {
    background-color: #ffffff;
    background-color:transparent;
}
#appearance7 .rs-handle  {
    background-color: #df0562;
    padding: 7px;
    border: none;
    background-image: url('../img/black_arrows.png');
    background-position: center center;
    background-repeat: no-repeat;
}
#appearance7 .rs-handle.rs-focus  {
    border-color: none;
}
#appearance7 .rs-handle:after  {
    border-color: #df0562;
    background-color: #df0562;
    background-color:transparent;
}
#appearance7 .rs-border  {
    border-color: transparent;
}

#appearance7 .rs-bg-color {
  background-color: #2f2f2f;
  background-color:transparent;

}

#appearance7{

  height: 500px !important;
    width: 500px !important;
    margin-left: -3px;
    margin-top: -3px;

}

.rs-seperator{
  border:none !important;
}

.full{
  height:100% !important;
  width:100% !important;
}



.circulo_branco_scroll{
    width: 100%;
    height: 100%;
    margin:0px;
    border: 3px solid #454F60;
}

.marcador_circulo_rosa{
   position:absolute;
    background-color: #df0562;
    border-radius:50%;
    width: 30px;
    height: 30px;
    z-index:1;
}

@media (max-width: 750px) {

	.marcador_circulo_rosa{
		width:20px;
		height:20px;
	}

}


.pink-half-circle-right{

    position:absolute;
    width: 252px;
    height: 504px;
    border-radius: 100% 0 0 100% / 50% 0% 0% 50%;
    border: 7px solid #df0562;
    border-right: 0px;
    overflow: hidden;

    -webkit-transform: rotateZ(-180deg);
    -webkit-transform-origin: 100% 50%;
    -webkit-transition: all 0.1s ease-in-out;

    -moz-transform: rotateZ(-180deg);
    -moz-transform-origin: 100% 50%;
    -moz-transition: all 0.1s ease-in-out;

    -ms-transform: rotateZ(-180deg);
    -ms-transform-origin: 100% 50%;
    -ms-transition: all 0.1s ease-in-out;

    -o-transform: rotateZ(-180deg);
    -o-transform-origin: 100% 50%;
    -o-transition: all 0.1s ease-in-out;

    transform: rotateZ(-180deg);
    transform-origin: 100% 50%;
    transition: all 0.1s ease-in-out;
  
  }

.pink-half-circle-left{

    position:absolute;
    width: 252px;
    height: 504px;
    border-radius: 0 100% 100% 0 /  0% 50% 50% 0%;
    border: 7px solid #df0562;
    border-left: 0px;
    overflow: hidden;

    -webkit-transform: rotateZ(-180deg);
    -webkit-transform-origin: 0% 50%;
    -webkit-transition: all 0.05s ease-in-out;

    -moz-transform: rotateZ(-180deg);
    -moz-transform-origin: 0% 50%;
    -moz-transition: all 0.05s ease-in-out;

    -ms-transform: rotateZ(-180deg);
    -ms-transform-origin: 0% 50%;
    -ms-transition: all 0.05s ease-in-out;

    -o-transform: rotateZ(-180deg);
    -o-transform-origin: 0% 50%;
    -o-transition: all 0.05s ease-in-out;

    transform: rotateZ(-180deg);
    transform-origin: 0% 50%;
    transition: all 0.05s ease-in-out;

}


.withfadein{

  -webkit-transition: all 1s ease-in-out;
     -moz-transition: all 1s ease-in-out;
      -ms-transition: all 1s ease-in-out;
       -o-transition: all 1s ease-in-out;
          transition: all 1s ease-in-out;

  -webkit-opacity: 1;
     -moz-opacity: 1;
      -ms-opacity: 1;
       -o-opacity: 1;
          opacity: 1;

}

.withfadeout{
  
  -webkit-transition: all 1s ease-in-out;
     -moz-transition: all 1s ease-in-out;
      -ms-transition: all 1s ease-in-out;
       -o-transition: all 1s ease-in-out;
          transition: all 1s ease-in-out;

  -webkit-opacity: 0;
     -moz-opacity: 0;
      -ms-opacity: 0;
       -o-opacity: 0;
          opacity: 0;     
}


/*SLIDER RANGE STYLES*/

.ui-widget-content{
  width: 100%; /* Specific width is required for Firefox. */
  border: none;
  height: 7px;
  border-radius: 8px;
  background-color: #454f60;
  outline:none;
}

.ui-slider .ui-slider-handle {
  border:none;
  margin-top:-7px;
  background-color: #e40d62;
  border-radius:50%;
  width: 30px;
  height: 30px;
  background-image: url('../img/arrow_left.png'), url('../img/arrow_right.png');
  background-position: left center, right center;
  background-repeat: no-repeat, no-repeat;
  outline:none;
}

.ui-widget-header{
  background-color: #e40d62;
}



 /*----------------------------------------------------------------------------
                                SLIDE RANGE BARRAS / CERTIFICACAO
--------------------------------------------------------------------------------*/

a{
  color:#fff;
  text-decoration: underline;
}

#slider_barrasHolder{
  float:right;
}


#barra_rosa4{
    width:0px;
    max-width: 100%;
    border-radius: 8px;
    height: 7px;
    border: none;
    background-color: #e40d62;
    position:absolute;
    z-index:0;
}


/***************INPUT OVERRIDE BASIC APPEARANCE**************/






input[type=range]::-webkit-slider-runnable-track, -moz-range-track, -o-slider-track {
  -webkit-appearance: none; /* Hides the slider so that custom slider can be made */
  width: 100%; /* Specific width is required for Firefox. */
  border: none;
  height: 7px;
  border-radius: 8px;
  background-color: #454f60;
  outline:none;
}

/*input[type=range]:focus {
  outline: none; /* Removes the blue border. You should probably do some kind of focus styling for accessibility reasons though. */
/*}
*/


input[type=range]::-ms-track {
  width: 100%;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}

/*hide the outline behind the border*/
input[type=range]:-moz-focusring{
    border: none;
    outline:none;
}


/***********************INPUT STYLE*************/



/*input[type=range]::-webkit-slider-runnable-track {
   
    -webkit-appearance: none;
    /*width: 469px;*/

 /*   border: none;
    background-color: #454f60;
 
}

input[type=range]::-moz-range-track{
   -moz-appearance: none;
    height: 7px;
    border-radius: 8px;
    border: none;
    background-color: #454f60;
}

input[type=range]::-o-slider-track{
   -moz-appearance: none;
    height: 7px;
    border-radius: 8px;
    border: none;
    background-color: #454f60;
}
*/


/*****************INPUT THUMB STYLE***********/

input[type=range]::-webkit-slider-thumb, -moz-range-thumb,  -ms-thumb, -o-slider-thumb{
   
   -webkit-appearance: none;
       -moz-appearance:none;
        -ms-appearance:none;
         -o-appearance:none;
  
    z-index:1 !important;
    background-color: #e40d62;
    border-radius:50%;
    width: 30px;
    height: 30px;
    background-image: url('../img/arrow_left.png'), url('../img/arrow_right.png');
    background-position: left center, right center;
    background-repeat: no-repeat, no-repeat;

}

/*input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: 1px solid #000000;
  height: 36px;
  width: 16px;
  border-radius: 3px;
  background: #ffffff;
  cursor: pointer;
  margin-top: -14px; /* You need to specify a margin in Chrome, but in Firefox and IE it is automatic */
  /*box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d; /* Add cool effects to your sliders! */
/*}

/* All the same stuff for Firefox */
input[type=range]::-moz-range-thumb {
  -moz-appearance:none;
  border:none;
  cursor: pointer;
  z-index:2 !important;
  background-color: #e40d62;
  border-radius:50%;
  width: 30px;
  height: 30px;
  background-image: url('../img/arrow_left.png'), url('../img/arrow_right.png');
  background-position: left center, right center;
  background-repeat: no-repeat, no-repeat;
}

/* All the same stuff for IE 
input[type=range]::-ms-thumb {

  z-index:1 !important;
  background-color: #e40d62;
  border-radius:50%;
  width: 30px;
  height: 30px;
  background-image: url('../img/arrow_left.png'), url('../img/arrow_right.png');
  background-position: left center, right center;
  background-repeat: no-repeat, no-repeat;
}*/


/************INPUT IE***********/
/*input[type=range]::-ms-track {
  width: 100%;
  height: 7px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
input[type=range]::-ms-fill-lower {
  background: #030304;
  border: 0px solid rgba(0, 0, 0, 0);
  border-radius: 0px;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
}
input[type=range]::-ms-fill-upper {
  background: #454f60;
  border: 0px solid rgba(0, 0, 0, 0);
  border-radius: 0px;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
}
input[type=range]::-ms-thumb {
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
  border: 0px solid rgba(0, 0, 0, 0);
  height: 30px;
  width: 30px;
  border-radius: 30px;
  background: #e40d62;
  cursor: pointer;
  height: 7px;
}
input[type=range]:focus::-ms-fill-lower {
  background: #454f60;
}
input[type=range]:focus::-ms-fill-upper {
  background: #929eb1;
}*/

/************Range css teste*********/

input[type=range] {
  -webkit-appearance: none;
  width: 100%;
  margin: 11.5px 0;
}

input[type=range]:focus {
  outline: none;
}

input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 7px;
  cursor: pointer;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
  background: #454f60;
  border-radius: 8px;
  border: 0px solid rgba(0, 0, 0, 0);
}
/*input[type=range]::-webkit-slider-thumb {
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
  border: 0px solid rgba(0, 0, 0, 0);
  height: 30px;
  width: 30px;
  border-radius: 30px;
  background: #e40d62;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -11.5px;
}*/
input[type=range]:focus::-webkit-slider-runnable-track {
  background: #929eb1;
}
input[type=range]::-moz-range-track {
  width: 100%;
  height: 7px;
  cursor: pointer;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
  background: #454f60;
  border-radius: 8px;
  border: 0px solid rgba(0, 0, 0, 0);
}

input[type="range"]::-moz-range-progress {
  background-color: #e40d62; 
}

/*input[type=range]::-moz-range-thumb {
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
  border: 0px solid rgba(0, 0, 0, 0);
  height: 30px;
  width: 30px;
  border-radius: 30px;
  background: #e40d62;
  cursor: pointer;
}*/
input[type=range]::-ms-track {
  width: 100%;
  height: 7px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
  border-radius: 8px;
}
input[type=range]::-ms-fill-lower {
  background: #e40d62;
  border: 0px solid rgba(0, 0, 0, 0);
  border-radius: 0px;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
}
input[type=range]::-ms-fill-upper {
  background: #454f60;
  border: 0px solid rgba(0, 0, 0, 0);
  border-radius: 0px;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
}
input[type=range]::-ms-thumb {
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  height: 30px;
  width: 30px;
  border-radius: 50px;
  background: #e40d62;
  cursor: pointer;
  background-image: url('../img/arrow_left.png'), url('../img/arrow_right.png');
  background-position: left center, right center;
  background-repeat: no-repeat, no-repeat;
}
input[type=range]:focus::-ms-fill-lower {
  background: #e40d62;
}
input[type=range]:focus::-ms-fill-upper {
  background: #454f60;
}





.barras{
  overflow:hidden;
  float: right;
}

.barra{

  position:relative;
  float:left;
  padding-right:15px;
  top:400px;
  -webkit-transition: all 1s ease-in-out;
     -moz-transition: all 1s ease-in-out;
      -ms-transition: all 1s ease-in-out;
       -o-transition: all 1s ease-in-out;
}

.ponteiro_circulo{
  height:96px;
  width:97px;
  border-radius:50%;
  position:absolute;
  margin-top:-97px;
  transform: rotateZ(90deg);
  transform-origin: 50% 50%;
  transition: all 1s ease-in-out;

  -webkit-transform: rotateZ(90deg);
  -webkit-transform-origin: 50% 50%;
  -webkit-transition: all 1s ease-in-out;

  -moz-transform: rotateZ(90deg);
  -moz-transform-origin: 50% 50%;
  -moz-transition: all 1s ease-in-out;

  -ms-transform: rotateZ(90deg);
  -ms-transform-origin: 50% 50%;
  -mstransition: all 1s ease-in-out;

  -o-transform: rotateZ(90deg);
  -o-transform-origin: 50% 50%;
  -o: all 1s ease-in-out;
}


.ponteiro{
  top: 12px;
  left: 30px;
  position:absolute;
}

/*------------------------------------------------------------------------------
                                ALOJAMENTO
--------------------------------------------------------------------------------*/
#barra_rosa{
    width:0px;
    max-width: 469px;
    border-radius: 8px;
    height: 7px;
    border: none;
    background-color: #e40d62;
    position:absolute;
    z-index:0;
}

.abc{
  color:#FFFFFF;
  margin-top:80px;
  position:relative;
  float:left;
  font-size:45px;
  padding-left:0px

  transition: color 0.5 ease-in-out;
  -webkit-transition: color 0.5 ease-in-out;
  -moz-transition: color 0.5 ease-in-out;
  -ms-transition: color 0.5 ease-in-out;
  -o-transition: color 0.5 ease-in-out;
}

.selected_word{
  color:#e40d62;
  transition: color 0.5 ease-in-out;
  -webkit-transition: color 0.5 ease-in-out;
  -moz-transition: color 0.5 ease-in-out;
  -ms-transition: color 0.5 ease-in-out;
  -o-transition: color 0.5 ease-in-out;
}

.slider_abc_texto{
  color:#FFFFFF;
  margin-top:80px;
  position:relative;
  float:right;
}

 /*----------------------------------------------------------------------------
                                       SLIDE CIRCULAR 2    AUTOPROTECCAO
}
--------------------------------------------------------------------------------*/



#slider .rs-range-color  {
    background-color: #df0562;
    background-color:transparent;
}

#slider .rs-path-color  {
    background-color: #ffffff;
    background-color:transparent;
}

#slider .rs-handle  {
    background-color: #df0562;
    padding: 7px;
    border: none;
    background-image: url('../img/black_arrows.png');
    background-position: center center;
    background-repeat: no-repeat;
}

#slider .rs-handle.rs-focus  {
    border-color: none;
}

#slider .rs-handle:after  {
    border-color: #df0562;
    background-color: #df0562;
    background-color:transparent;
}

#slider .rs-border  {
    border-color: transparent;
}

#slider .rs-bg-color {
  background-color: #2f2f2f;
  background-color:transparent;

}

#slider{

  height:100% !important;
  width:100% !important;

}


.circulo_branco_scroll_2{

	border-radius: 100% 0 0 100% / 50% 0% 0% 50%;
	border-right: 0px;
	border-top:0px;
    height:250px;
    width: 250px;
    border-radius: 0 0 0 250px;
    -webkit-border-radius: 0 0 0 250px;
       -moz-border-radius: 0 0 0 250px;
        -ms-border-radius: 0 0 0 250px;
         -o-border-radius: 0 0 0 250px;
}



   /*.pink-half-circle{

 position:absolute;
    width: 100%;
    height: 100%;
    border-radius: 0 0 0 250px;
    border: 6px solid #df0562;
    border-right: 0px;
    border-top:0px;
    overflow: hidden;
    transform: rotateZ(0deg);
    transform-origin: 100% 50%;
    transition: all 0.1s ease-in-out;
    position:absolute;
   	height:250px;
    width: 250px;
    -moz-border-radius: 250px 0 0 0;
    border-radius: 250px 0 0 0;
    border: 6px solid #df0562;
    border-right: 0px;
    border-top:0px;
    overflow: hidden;
    transform: rotateZ(-180deg);
    transform-origin: 0% 0%;
    transition: all 0.1s ease-in-out;


}*/



.quarter-circle {
    position:absolute;
    height:254px;
    width: 254px;
    border: 7px solid #df0562;
    overflow:hidden;
    -moz-border-radius: 0 0 0 250px ;
    border-radius: 0 0 0 250px;
    border-right:0;
    border-top:0;
    z-index:1;
    transform: rotateZ(90deg);
    transform-origin: top right;
    transition: all 0.1s ease-in-out;

    -webkit-transform: rotateZ(90deg);
    -webkit-transform-origin: top right;
    -webkit-transition: all 0.1s ease-in-out;

    -moz-transform: rotateZ(90deg);
    -moz-transform-origin: top right;
    -moz-transition: all 0.1s ease-in-out;

    -ms-transform: rotateZ(90deg);
    -ms-transform-origin: top right;
    -ms-transition: all 0.1s ease-in-out;

    -o-transform: rotateZ(90deg);
    -o-transform-origin: top right;
    -o-transition: all 0.1s ease-in-out;
    
}

.conteudo_img_bloco{
  padding:10px;
  font-size:14px

}

.icon_fade_in_out{
   transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;

}

.autoproteccao_texto{
  position:absolute;
  float:left;
  opacity:0;

}




/*-------------------------------------------------------------------------------------------------
											AVALIAÇÃO
---------------------------------------------------------------------------------------------------*/

.img_lupa{

	position:absolute;
	bottom: 85px;
	left: 85px;
	opacity:0;
	transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;

}



#lupa{
	transition: all 2s ease-in-out;
  -webkit-transition: all 2s ease-in-out;
  -moz-transition: all 2s ease-in-out;
  -ms-transition: all 2s ease-in-out;
  -o-transition: all 2s ease-in-out;
}

.certos{
	position:absolute;
	opacity:0;
	transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
}

.lupa{  
  float:right;
	position:absolute;
	transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  right:218px;
}

#barra_rosa2{
    width:0px;
    max-width: 402px;
    border-radius: 8px;
    height: 7px;
    border: none;
    background-color: #e40d62;
    position:absolute;
    z-index:0;
}

.vermais{
  padding-top: 10px;
  font-family: 'GalaxiePolaris-Book';
  font-size:13px !important;
  color:#454f60;
}

.avaliacao_texto{
  position:absolute;
  float:right;
  opacity:0;
  text-align: right;
  right: 0;
}

/*------------------------------------------------------------------------------------------------
											FASE DE OBRA
--------------------------------------------------------------------------------------------------*/

.quarter-circle2 {
    position:absolute;
    height:254px;
    width: 254px;
    border: 7px solid #df0562;
    overflow:hidden;
    -moz-border-radius: 0 0 0 250px ;
    border-radius: 0 0 0 250px;
    border-right:0;
    border-top:0;
    z-index:1;
    transform: rotateZ(90deg);
    transform-origin: top right;
    transition: all 0.1s ease-in-out;

    -webkit-transform: rotateZ(90deg);
    -webkit-transform-origin: top right;
    -webkit-transition: all 0.1s ease-in-out;

    -moz-transform: rotateZ(90deg);
    -moz-transform-origin: top right;
    -moz-transition: all 0.1s ease-in-out;

    -ms-transform: rotateZ(90deg);
    -ms-transform-origin: top right;
    -ms-transition: all 0.1s ease-in-out;

    -o-transform: rotateZ(90deg);
    -o-transform-origin: top right;
    -o-transition: all 0.1s ease-in-out;
    
}


#slider2 .rs-range-color  {
    background-color: #df0562;
    background-color:transparent;
}

#slider2 .rs-path-color  {
    background-color: #ffffff;
    background-color:transparent;
}

#slider2 .rs-handle  {
    background-color: #df0562;
    padding: 7px;
    border: none;
    background-image: url('../img/black_arrows.png');
    background-position: center center;
    background-repeat: no-repeat;
}

#slider2 .rs-handle.rs-focus  {
    border-color: none;
}

#slider2 .rs-handle:after  {
    border-color: #df0562;
    background-color: #df0562;
    background-color:transparent;
}

#slider2 .rs-border  {
    border-color: transparent;
}

#slider2 .rs-bg-color {
  background-color: #2f2f2f;
  background-color:transparent;

}

#slider2{

  height:100% !important;
  width:100% !important;

}

.relogio_circulo{
  height:200px;
  width:200px;
  border-radius:50%;
  position:absolute;
  margin-top: -280px;
  margin-left: 79px;
  transform-origin: 50% 50%;
  transition: all 1s ease-in-out;

  -webkit-transform-origin: 50% 50%;
  -webkit-transition: all 1s ease-in-out;

  -moz-transform-origin: 50% 50%;
  -moz-transition: all 1s ease-in-out;


  -ms-transform-origin: 50% 50%;
  -ms-transition: all 1s ease-in-out;

  -o-transform-origin: 50% 50%;
  -o-transition: all 1s ease-in-out;

}

.relogio_circulo1{
  transform: rotateZ(0deg);
  -webkit-transform: rotateZ(0deg);
  -moz-transform: rotateZ(0deg);
  -ms-transform: rotateZ(0deg);
  -o-transform: rotateZ(0deg);
}

.relogio_circulo2{
  transform: rotateZ(0deg);
   -webkit-transform: rotateZ(0deg);
  -moz-transform: rotateZ(0deg);
  -ms-transform: rotateZ(0deg);
  -o-transform: rotateZ(0deg);


}


 /*-----------------------------------------------------------------------------------------------
 											                          PROJECTOS
 -------------------------------------------------------------------------------------------------*/

 .projetos_holder{
  position:relative;
  overflow:hidden;
  width:100%;
}

.projetos_items{
	 width:auto;
    border: none;
    position:relative;
    transition: left 0.5 ease-in-out;
    -webkit-transition: left 0.5 ease-in-out;
    -moz-transition: left 0.5 ease-in-out;
    -ms-transition: left 0.5 ease-in-out;
    -o-transition: left 0.5 ease-in-out;

}

.projeto{
  float:left;
  position:relative;
  /*padding-right:15px;*/
  /*transition: all 1s ease-in-out;*/
}

.projeto:hover img{
   filter: grayscale(100%) contrast(81%);
  -webkit-filter: grayscale(100%) contrast(81%);
  -moz-filter: grayscale(100%) contrast(81%);
  -ms-filter: grayscale(100%) contrast(81%);
  -o-filter: grayscale(100%) contrast(81%);

}

 @media (max-width: 460px) {

 }

#barra_rosa3{
    width:0px;
    border-radius: 8px;
    height: 7px;
    border: none;
    background-color: #e40d62;
    position:absolute;
    z-index:0;
}


.projeto_page{
	position:relative;
	left:100%;
	/*overflow: hidden;*/
}

.barra_projetos{
	background:#454f60;
}

.barra_projetos:hover{
  background:#ffffff;
}

.barra_projeto_texto{
  padding-top:30px;
  font-size:17px;
  color:#ffffff;
}


.barra_projetos:hover .barra_projeto_texto{
  color:#454f60;
}


#icon_projetos{
  background: url("../img/svg_portfolio_white.svg") no-repeat left center;
  background-position: 50% 50%;
  background-size: 61px;
  height: 61px;
}

.barra_projetos:hover #icon_projetos{
  background: url("../img/svg_portfolio_black.svg") no-repeat left center;
  background-position: 50% 50%;
  background-size: 61px;
  height: 61px;
}

#runner{
	transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
}


.texto_obra{
  position:relative;
  opacity:0;
  display:none;
}

.texto_obra_on{
  opacity:1;
  display:block;
}

.rightArrow
{
  position: absolute;
  padding:0px;
  top: 50%;
  z-index: 5;
  display: inline-block;
  float:right;
  right: 0px;
  width: 100%;
  height: 100%;
  margin-left:-71px;
  left:100%;
  background-size: 71px 71px;
  margin-top: -35px;
  background-image: url('../img/bt_dir.svg');
  background-repeat: no-repeat;
}

.rightArrow:hover
{
 background-image: url('../img/bt_dir_over.svg');
}

.leftArrow
{
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  left: 0px;
  width: 100%;
  height: 100%;
  margin-top: -35px;
  background-image: url("../img/bt_esq-01.svg");
  background-repeat: no-repeat;
 }

 .leftArrow:hover
{
  background-image: url("../img/bt_esq_over.svg");
}

 @media (max-width: 460px) {
  .rightArrow{
    background-size: 50px 50px;
    margin-top:-25px;
    margin-left:-50px;
  }

  .leftArrow{
    background-size: 50px 50px;
    margin-top:-25px;
  }
}
/*************************************************************************************************************
                                                  LINKS
**************************************************************************************************************/
.texto_links_branco{
  color:#ffffff;
  font-size:20px;
  max-width:180px;
  padding-top:10px;
  padding-bottom:2px;

}

.texto_links_rosa{
    font-size:14px;

}


@media (max-width: 460px) {
  .texto_links_branco{
    font-size:16px
  }

  .texto_links_rosa{
    font-size:10px;
  }
  



}


/*************************************************************************************************************
														                    CONTACTOS
**************************************************************************************************************/


.inputContainer
{
  padding:10px;

}

.inputContacto input
{
  width: 100%;
  border:none;
  color:#454f60;
  font: 13px 'GalaxiePolaris-Bold';
  padding:12px;
  background: #b7b7b7;
  border-radius: 5px;

}

.pesquisaButton
{
  font-family: 'GalaxiePolaris-Bold';
  font-size: 16px;
  color:#ffffff;
  border-radius: 5px;
}

select::-ms-expand {
    display: none;
}

.selects select
{
  width: 100%;
  border:none;
  color:#de0562;
  font: 13px 'GalaxiePolaris-Bold';
  padding:10px;
  background: #b7b7b7;
  border-radius: 5px;
  overflow: hidden;
  appearance:none;
  -moz-appearance:none; /* Firefox */
  -webkit-appearance:none; /* Safari and Chrome */
  -ms-appearance:none; 
  -o-appearance:none; 
  background: url('../img/setinha_formulario.png') no-repeat right #b7b7b7;
  background-origin: content-box;
  
}

.textArea textarea
{
  height:215px;
  width:100%;
  border:none;
  background:#b7b7b7;
  resize:none;
  font: 13px 'GalaxiePolaris-Bold';
  color: #454f60;
  border-radius: 5px;
  padding:12px;
}


::-webkit-input-placeholder { /* WebKit browsers */
color: #454f60;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
color: #454f60;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
color: #454f60;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
color: #454f60;
}


/**********************************************************************************************************************
													GALERIA
***********************************************************************************************************************/

#site_content{
	overflow:hidden;
	transform: translateX(0);
	transition: transform 1s ease-in-out;

  -webkit-transform: translateX(0);
  -webkit-transition: transform 1s ease-in-out;

  -moz-transform: translateX(0);
  -moz-transition: transform 1s ease-in-out;

  -ms-transform: translateX(0);
  -ms-transition: transform 1s ease-in-out;

  -o-transform: translateX(0);
  -o-transition: transform 1s ease-in-out;
}


#galeria_content{

	top:0px;
	position:fixed;
	right:0px;
	width:100%;

  -webkit-transform: translateX(100%);
  -webkit-transition: transform 1s ease-in-out;

  -moz-transform: translateX(100%);
  -moz-transition: transform 1s ease-in-out;

  -ms-transform: translateX(100%);
  -ms-transition: transform 1s ease-in-out;

  -o-transform: translateX(100%);
  -o-transition: transform 1s ease-in-out;
}

.close_button{

    background: url('../img/bt_x.svg') no-repeat;
    position: absolute;
    left: 50%;
    margin-left:-35px;
    top: 0px;
    z-index: 1;
    border: none;
    padding:0px;
    width: 71px;
    height: 71px;

}

.close_button:hover{
  background: url('../img/bt_x_hover.svg') no-repeat;
}


.imagem_galeria{
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
    -moz-background-size: cover;
     -ms-background-size: cover;
      -o-background-size: cover;
    background-size: cover;
    padding: 0px;
    width: 100%;
    height: 100%;
}

.carousel-control.left{
  background-image: none !important;
}

.carousel-control.right{
  background-image: none !important;
}

.carousel-control {
  opacity:1;
}




.footer_texto{

  font-family:'GalaxiePolaris-Bold';
  color:#929292;
  font-size:10px;
}

@media (max-width: 460px) {

  .footer_texto{
    font-size:7px;
  }
}