.slider_back{
    text-align: left;
}

.menu_home_ctr_menus{
    margin-top: 0 !important;
}

#mHeight_filler{
    display: none !important;
    visibility: hidden;
    height: 0 !important;  
}

.color_white{
    color: #fff;
}

.filter-holder .SumoSelect {
  width: 100%;
}
.filter-holder .SumoSelect * {
  cursor: pointer !important;
}
.filter-holder select {
  height: 35px;
  background-color: white;
  width: 100%;
  border: 0px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  padding-right: 40px;
  color: rgba(0,0,0,0);
  text-shadow: 0 0 0 #000;
}
.filter-holder input {
  height: 30px !important;
  background-color: white;
  width: 100%;
  border: 0px;
  padding-right: 40px;
  color: rgba(0,0,0,0);
  text-shadow: 0 0 0 #000;
}
.filter-holder .custom-dropdown {
  height: 30px;
  width: 30px;
  background-color: #B19354;
  color: white;
  position: absolute;
  top: 0px;
  right: 0px;
  pointer-events: none;
}
.filter-holder .custom-dropdown span {
  top: 45% !important;
}
.house-info {
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  position: absolute;
  left: 25px;
  right: 25px;
  top: 25px;
  bottom: 25px;
  background-color: white;
  padding: 25px 25px;
}
.agent_socials {
  display: inline-block;
  height: 30px;
  width: 30px;
  position: relative;
  margin-left: 5px;
}
.agent_socials span {
  font-size: 18px;
  position: absolute;
  color: #ffffff;
}
.medium_highlight {
  height: 300px;
}
.highlighted.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: left;
  cursor: default;
}
.highlighted.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.highlighted.hovereffect:hover .overlay {
  background-color: rgba(0,0,0,0.7);
}
.highlighted.hovereffect:hover .house-info {
  opacity: 1;
}
.highlighted.hovereffect .hv_title,
.highlighted.hovereffect img {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.highlighted.hovereffect img {
  display: block;
  position: relative;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1.1);
}
.highlighted.hovereffect:hover img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.medium_highlight img {
  height: auto;
  width: 100%;
  max-width: 100%;
}
.menu_link_nav {
  background-color: ;
  position: absolute;
  width: 100%;
  bottom: 0;
  cursor: pointer;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.menu_link_nav:hover {
  background-color: #d12229;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 0px !important;
}
.menu_link_nav.active {
  background-color: #d12229;
  padding-top: 20px;
  padding-bottom: 20px;
}
.related_btn {
  background-color: #B4B4B4;
  color: #ffffff;
  width: 40px;
  height: 40px;
  position: relative;
  cursor: pointer;
  float: right;
}
.related_btn span {
  position: absolute;
  font-size: 18px;
}
.related_btn:hover {
  background-color: #d12229;
}
.news-holder {
  margin-bottom: 25px;
  border: 1px solid #d12229;
  padding: 20px;
  background-color: #ffffff;
}
.news-holder:hover {
  background-color: #d12229;
}
.news-holder:hover p {
  color: #ffffff !important;
}
.news-holder:hover .main_btn {
  color: #d12229 !important;
  background-color: #ffffff !important;
}
.homepage_features .poster {
  width: 30%;
  position: relative;
  min-height: 1px;
  float: left;
  padding-bottom: 42%;
  background-color: white;
}
.homepage_features .central_features {
  width: 40%;
  position: relative;
  min-height: 1px;
  float: left;
}
.homepage_features .poster > img,
.homepage_features .central_features  .big-feat > img,
.homepage_features .central_features  .small-feat > img {
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0.5;
  transition: opacity .5s ease-out;
  -moz-transition: opacity .5s ease-out;
  -webkit-transition: opacity .5s ease-out;
  -o-transition: opacity .5s ease-out;
}
.homepage_features .poster:hover img,
.homepage_features .central_features  .big-feat:hover img,
.homepage_features .central_features  .small-feat:hover img {
  opacity: 1;
}
.homepage_features .poster:hover .btn-feat,
.homepage_features .central_features  .big-feat:hover .btn-feat,
.homepage_features .central_features  .small-feat:hover .btn-feat {
  height: 40px;
}
.homepage_features .central_features  .big-feat {
  padding-bottom: 72%;
  background-color: white;
}
.homepage_features .central_features  .small-feat {
  padding-bottom: 33%;
  background-color: white;
}
.homepage_features .btn-feat {
  width: 100%;
  background-color: #646464;
  color: #d12229;
  text-align: center;
  position: absolute;
  bottom: 0px;
  height: 0px;
  overflow: hidden;
  transition: height .5s ease-out;
  -moz-transition: height .5s ease-out;
  -webkit-transition: height .5s ease-out;
  -o-transition: height .5s ease-out;
}
.homepage_features .btn-feat p {
  margin: 0px;
  margin-top: 7px;
}
.introduction_menu .int-menu_holder {
  padding-left: 0px;
  padding-rigth: 0px;
  padding-bottom: 30%;
  min-height: 250px;
}
.introduction_menu .int-menu_holder .int-menu_desc {
  width: 100%;
  background-color: #ffffff;
  color: #d12229;
  text-align: center;
  position: absolute;
  bottom: 0px;
  max-height: 0px;
  overflow: hidden;
  transition: max-height 1s ease-out;
  -moz-transition: max-height 1s ease-out;
  -webkit-transition: max-height 1s ease-out;
  -o-transition: max-height 1s ease-out;
}
.introduction_menu .int-menu_holder:hover .int-menu_desc {
  max-height: 500px;
}
.introduction_menu .int-menu_holder:hover img {
  -ms-transform: scale(1.2) translate(-45%,-45%) !important;
  -webkit-transform: scale(1.2) translate(-45%,-45%) !important;
  transform: scale(1.2) translate(-45%,-45%) !important;
  -webkit-transition: all .5s ease-in;
  -ms-transition: all .5s ease-in;
  -moz-transition: all .5s ease-in;
  transition: all .5s ease-in;
}
.introduction_menu .int-menu_holder .int-menu_desc p {
  margin: 0px;
}
.introduction_menu .int-menu_holder .int-menu_desc p:first-child {
  margin-top: 20px;
}
.introduction_menu .int-menu_holder .int-menu_desc p:last-child {
  margin-top: 10px;
  margin-bottom: 20px;
  color: #d12229;
}
.hp-news_holder {
  padding: 25px 0px;
  margin-bottom: 25px;
}
.hp-news_category {
  float: left;
  padding-left: 25px;
  margin-bottom: 20px;
}
.hp-news_next {
  float: right;
  width: 40px;
  margin-top: 5px;
  cursor: pointer;
}
.hp-news_title {
  padding: 0px 25px;
  margin-top: 20px;
  text-transform: uppercase;
}
.hp-news_subtitle {
  padding: 0px 25px;
}
.hp-news_btn {
  margin-left: 25px;
  padding: 5px 60px;
  margin-top: 15px;
}
.teste {
  background-color: red !important;
}
#filter-holder {
  background-color: #000;
}
#filter-holder input {
  height: 35px;
  background-color: white;
  width: 100%;
  border: 0px;
}
#filter-holder .SumoSelect {
  width: 100%;
}
#filter-holder .SumoSelect,
#filter-holder .SumoSelect .CaptionCont {
  height: 35px;
  color: #191919;
}
#filter-holder .SumoSelect * {
  cursor: pointer;
}
#filter-holder select {
  height: 35px;
  background-color: white;
  width: 100%;
  border: 0px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  padding-right: 40px;
  color: rgba(0,0,0,0);
  text-shadow: 0 0 0 #000;
}
#filter-holder .custom-dropdown {
  height: 35px;
  width: 35px;
  background-color: #d12229;
  position: absolute;
  top: 0px;
  right: 0px;
  pointer-events: none;
}
#filter-holder .custom-dropdown span {
  color: white;
  font-size: 18px;
}
#filter-holder select[disabled=''],
#filter-holder select[disabled='disabled'] {
  background-color: #B4B4B4;
  cursor: default;
}
.big_hl_cat {
  padding-bottom: 60%;
  margin-bottom: 33px;
}
.big_hl_cat > div {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
}
.medium_hl_cat {
  padding-bottom: 125%;
  margin-bottom: 33px;
}
.medium_hl_cat > img {
  height: 100% !important;
  width: auto !important;
}
.medium_hl_cat > div {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
}
.small_hl_cat {
  padding-bottom: 58%;
  margin-bottom: 33px;
}
.small_hl_cat > div {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
}
@media all and (max-width: 892px) {
  .dummy {
    width: 100%;
    min-height: 400px;
    overflow: hidden;
    position: relative;
  }
  #MainSlider .item img {
    position: absolute;
    top: 50% !important;
    bottom: auto !important;
    left: 50% !important;
    right: auto !important;
    -ms-transform: translate(-50%,-50%) !important;
    -webkit-transform: translate(-50%,-50%) !important;
    transform: translate(-50%,-50%) !important;
    /*height: 400px !important;*/
    width: auto !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .btn-feat p {
    font-size: 13px;
    margin-top: -2px !important;
  }
  .homepage_features .poster:hover .btn-feat,
  .homepage_features .central_features  .big-feat:hover .btn-feat,
  .homepage_features .central_features  .small-feat:hover .btn-feat {
    height: 25px;
  }
}
@media (max-width: 767px) {
  .btn-feat p {
    font-size: 9px;
    margin-top: -4px !important;
  }
  .homepage_features .poster:hover .btn-feat,
  .homepage_features .central_features  .big-feat:hover .btn-feat,
  .homepage_features .central_features  .small-feat:hover .btn-feat {
    height: 20px;
  }
  .big_hl_cat,
  .medium_hl_cat,
  .small_hl_cat {
    padding-bottom: 60%;
  }
  .medium_hl_cat img {
    width: 100% !important;
    height: auto !important;
  }
  .filter-title {
    text-align: center;
  }
}
.loading_build_hover {
  background-color: #fff;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}
.images_body {
  background: url('../../../images/quartel_example.jpg') no-repeat center center fixed;
  background-size: cover;
}
.blur {
  background: url('../../../images/quartel_example.jpg') no-repeat center center fixed;
  background-size: cover;
  overflow: hidden;
  filter: blur(30px);
  position: absolute;
  height: 110%;
  top: -50px;
  left: -50px;
  right: -50px;
  bottom: -50px;
}
.widget {
  border-top: 2px solid rgba(255,255,255,0.5);
  border-bottom: 2px solid rgba(255,255,255,0.5);
  height: 100%;
  width: 100%;
  overflow: hidden;
  right: 0;
  max-width: 100% !important;
  min-width: auto !important;
}
.center {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
}
.progress {
  width: 100%;
  margin: auto;
  height: auto !important;
  text-align: center;
  background-color: transparent !important;
  webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.active_selected .label {
  background: #00a933 !important;
}
.progress .circle {
  cursor: pointer;
}
.progress .circle,
.progress .bar {
  display: inline-block;
  background: #fff;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  border: 1px solid #d5d5da;
}
.progress .bar {
  position: relative;
  width: 80px;
  height: 6px;
  top: -33px;
  margin-left: -5px;
  margin-right: -5px;
  border-left: none;
  border-right: none;
  border-radius: 0;
}
.progress .circle .label {
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  border-radius: 32px;
  margin-top: 3px;
  color: #b5b5ba;
  font-size: 17px;
}
.progress .circle .title {
  line-height: 30px;
  margin-left: 0px;
}
.progress .bar.done,
.progress .circle.done {
  background: #eee;
}
.progress .bar.active {
  background: linear-gradient(to right,#EEE 40%,#FFF 60%);
}
.progress .circle.done .label {
  color: #FFF;
  background: #d12229;
  box-shadow: inset 0 0 2px rgba(0,0,0,0.2);
}
.progress .circle.done .title {
  color: #444;
}
.progress .circle.active .label {
  color: #FFF;
  background: orange;
  box-shadow: inset 0 0 2px rgba(0,0,0,0.2);
}
.progress .circle.active .title {
  color: orange;
}
.progress_data {
  text-align: center;
}
.contactos_header_btn {
  left: 50%;
  right: auto;
  -ms-transform: translate(-50%,0px);
  -webkit-transform: translate(-50%,0px);
  transform: translate(-50%,0px);
  text-align: center;
  height: 50px;
  background-color: #0a283c;
  width: 350px;
  border-radius: 17px;
  border: 2px #ffffff solid;
  position: absolute;
  top: -25px;
  padding-top: 2px !important;
}
.map-holder {
  margin-top: 25px;
}
.map-holder iframe {
  border-radius: 10px;
}
.contactos-input input,
.contactos-input select,
.contactos-input textarea,
.boxStyle_black {
  border: 1px solid #8C8C8C;
  border-radius: 0px;
  background-color: #fff;
  width: 100%;
  height: 50px;
  padding-left: 10px;
}
.contactos-input select {
  background-image: url('../../../images/drop-down_arrow.png');
  background-repeat: no-repeat;
  background-position: 97% 50%;
  text-align: left;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.contactos-input textarea {
  margin-top: 15px;
}
.contact_form .main_btn {
  padding: 10px 40px !important;
  background-color: #d12229 !important;
  border: 1px solid #d12229 !important;
  color: #ffffff !important;
}
.parceiros_image {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: 500ms -webkit-filter linear;
  -moz-transition: 500ms -moz-filter linear;
  -moz-transition: 500ms filter linear;
  -ms-transition: 500ms -ms-filter linear;
  -o-transition: 500ms -o-filter linear;
  transition: 500ms filter linear, 500ms -webkit-filter linear;
  cursor: pointer;
}
.parceiros_image:hover {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}


.home_args_parallax h1{
    color: var(--colorfirst);
}

.home_args_parallax h3{
    color: var(--verydarkgrey);
}

.home_actividades p{
    color: var(--white);
    
}

.image_fade {
  display: block;
  width: 100%;
  height: auto;
}

.overlay_fade {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  overflow: hidden;
  width: 100%;
  height: 100%;  
  transition: .5s ease;
  opacity: 0;
}

.container_overlay_fade:hover .overlay_fade {
  opacity: 1;
}

.container_overlay_fade:hover .text_name {
  opacity: 0;
}

.text_fade {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  width: 80%;
}

.text_name{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 70px;
    color: #FFF;
    background-color: #191919;
    text-align: center;
    opacity: 1;
    transition: .2s ease;
}

.text_actividade{
    width: 100%;
    background-color:  rgba(250, 220, 0, 0.8); ;
    padding: 10px;
    margin: 0;
    color: var(--verydarkgrey) !important;
}

.text_actividade_btn{
    width: 100%;
    background-color:  rgba(25, 25, 25, 0.8); ;
    padding: 10px;
    margin: 0;
}
    

.text_name h3{
    line-height: 70px;
}

.text_name h3,
.text_fade h3,
.text_fade h4,
.text_fade p{
    color: #FFF;
}

.home_next_eventos h1,
.home_next_eventos h2,
.home_next_eventos h3,
.home_next_eventos h4,
.home_next_eventos h5{
    color: var(--darkgrey);
}

.home_act_box{
    background-color: var(--verydarkgrey);  
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 5px;
}
.home_act h3,
.home_act h2{
    margin: 0;
    padding: 0;
    line-height: 32px;
}


.home_act_box.p{
    color: var(--colorfirst);
    text-align: center;
    font-size: 16px;
}


@media (max-width: 1560px) {
    h14, .h14 {
        font-size: 40px;
        line-height: 30px;
    }
}

@media (max-width: 1335px) {
    h14, .h14 {
        font-size: 30px;
        line-height: 20px;
    }
    .slider_back .h1{
        font-size: 25px;
        line-height: 18px;
    }
    
    .slider_back .h4{
        display: none;
    }
    
    
}
.sliderImgContainer {
  position: relative;
}



.sliderOverlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: var(--colorfirst);
  overflow: hidden;
  width: 0; 
  height: 100%;
  transition: .5s ease;
  z-index: 999;
}

.sliderImgContainer:hover .sliderOverlay {
  width: 75%;
}


.sliderOverlay .text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
/*  white-space: nowrap;*/
}

.servicos_info{
    display: none;
}

.backToTopBtn{
    display: none; 
    position: fixed; 
    bottom: 20px; 
    right: 30px; 
    z-index: 99;  
    cursor: pointer; 
    background-color: var(--white);
    border: solid 1px var(--colorfirst);
    border-radius: 20px;
    padding: 3px 15px 3px 15px;
}

/*.video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:-100px;
	left:0;
	width:100%;
	height:100%;
}*/

.tv {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}
.tv .screen {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  opacity: 0;
  transition: opacity .5s;
}   
.tv .screen.active {
  opacity: 1;
}

.video_section{
    display: block;
}
@media (max-width: 1024px) {
    .video_section{
        display: none;
    }
}
.video_section_mobile{
    display: none;
}
@media (max-width: 1024px) {
    .video_section_mobile{
        display: block;
    }
}