
:root{
    --colorfirst: #4DB3CA; 
    --colorsecond: #0d1727;
    --white: #fff;
    --black: #000000;
    --verydarkgrey: #191919;
    --darkgrey: #32353a; 
    --mediumgrey: #737373; 
    --grey: #8C8C8C;    
    --lightgrey: #B4B4B4;
    --verylightgrey: #F0F0F0;
}
.var_use_example {
    background-color: var(--white);
}

.bg_colorfirst {
  background-color: var(--colorfirst) !important;
}
.color_colorfirst {
  color: var(--colorfirst) !important;
}
.bg_colorsecond {
  background-color: var(--colorsecond) !important;
}
.color_colorsecond {
  color: var(--colorsecond) !important;
}
.bg_black {
  background-color: var(--black) !important;
}
.color_black {
  color: var(--black) !important;
}
.bg_verydarkgrey {
  background-color: var(--verydarkgrey) !important;
}
.color_verydarkgrey {
  color: var(--verydarkgrey) !important;
}
.bg_darkgrey {
  background-color: var(--darkgrey) !important;
}
.color_darkgrey {
  color: var(--darkgrey) !important;
}
.bg_grey {
  background-color: var(--grey) !important;
}
.color_grey {
  color: var(--grey) !important;
}
.bg_lightgrey {
  background-color: var(--lightgrey) !important;
}
.color_lightgrey {
  color: var(--lightgrey) !important;
}
.bg_verylightgrey {
  background-color: var(--verylightgrey) !important;
}
.color_verylightgrey {
  color: var(--verylightgrey) !important;
}
.bg_white {
  background-color: var(--white) !important;
}
.color_white {
  color: var(--white) !important;
}

@font-face {
  font-family: 'Antonio-Regular';
  font-style: normal;
  src: url('../fonts/Antonio-Regular.ttf');
}
@font-face {
  font-family: 'PT_Sans-Web-Regular';
  font-style: normal;
  src: url('../fonts/PT_Sans-Web-Regular.ttf');
}

@font-face {
  font-family: 'OpenSans-Regular';
  font-style: normal;
  src: url('../fonts/OpenSans-Regular.ttf');
}

@font-face {
  font-family: 'OpenSans-Light';
  font-style: normal;
  src: url('../fonts/OpenSans-Light.ttf');
}

@font-face {
  font-family: 'OpenSans-Bold';
  font-style: normal;
  src: url('../fonts/OpenSans-Bold.ttf');
}


/*a {
    color: var(--colorfirst) !important;
}*/


h1,
.h1 {
  font-family: Antonio-Regular;
  font-size: 50px;
  line-height: 60px;
  color: var(--colorsecond);
  font-weight: normal !important;
}
h2,
.h2 {
  font-family: Antonio-Regular;
  font-size: 30px;
  line-height: 40px;
  color: var(--colorsecond);
  font-weight: normal !important;
}
h3,
.h3 {
  font-family: Antonio-Regular;
  font-size: 20px; 
  line-height: 30px;
  color: var(--colorsecond);
  font-weight: normal !important;
}
h4,
.h4 {
  font-family: Roboto-Regular;
  font-size: 16px;
  line-height: 26px;
  color: var(--colorsecond);
  font-weight: normal !important;
}
h5,
.h5 {
  font-family: OpenSans-Bold;
  font-size: 24px;
  line-height: 32px;
  color: var(--lightgrey);
  font-weight: normal !important;
}
h6,
.h6 {
  font-family: OpenSans-Bold;
  font-size: 18px;
  line-height: 24px;
  color: var(--lightgrey);
  font-weight: normal !important;
}
h7,
.h7 {
  font-family: OpenSans-Bold;
  font-size: 80px;
  line-height: 80px;
  color: var(--white);
  font-weight: normal !important;
}

h8,
.h8 {
  font-family: Bitter-Regular;
  font-size: 20px;
  line-height: 28px;
  color: var(--lightgrey);
  font-weight: normal !important;
}

h12,
.h12 {
  font-family: Raleway-Regular;
  font-size: 18px;
  line-height: 28px;
  color: var(--white);
  font-weight: normal !important;
}

h13,
.h13 {
  font-family: OpenSans-Regular;
  font-size: 16px;
  line-height: 16px;
  color: var(--darkgrey);
  font-weight: normal !important;
}

p,
.p {
  font-family: PT_Sans-Web-Regular;
  font-size: 14px;
  line-height: 24px;
  color: var(--grey);
  font-weight: normal !important;
}
.row > .h1 *,
.row > .h2 *,
.row > .h3 *,
.row > .h4 *,
.row > .h12 * {
  font-size: inherit !important;
  font-family: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
  font-style: inherit !important;
  color: inherit !important;
}

.footer_nav_text{
    font-family: NotoSans-Regular;
    font-size: 16px; 
    line-height: 50px;
    color: var(--grey);
}
/* fim de estilos pré definidos */

.loadingwrapper{
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: rgba(255,255,255,0.8);
    z-index: 99999;
}


.checkbox_item_custom label,
.checkbox_item_custom label p,
.checkbox_item_custom label .p{
    font-size: 12px !important;
    line-height: 24px !important;
    color: var(--darkgrey) !important;
}

.checkbox_item_custom label a,
.checkbox_item_custom label p a,
.checkbox_item_custom label .p a{
    color: var(--darkgrey) !important;
}

.checkbox_item_custom .container{
    min-height: 5px !important;
}

.checkbox_item_custom .container input:checked ~ .checkmark{
    background-color: var(--colorfirst) !important;
}


.bold_grey_link{
    text-decoration: none;
    color: var(--lightgrey);
    font-weight: bold;
}
.bold_grey_link:hover{
    text-decoration: none;
    color: var(--grey);
    
}

.verProjectos:hover{
    font-weight: bold !important;
}

@media (max-width: 575px) {
    h1,
    .h1 {
      font-size: 32px;
      line-height: 42px;
    } 
    
    h2,
    .h2 {
      font-size: 28px;
      line-height: 36px;
    }
    h3,
    .h3 {
      font-size: 20px; 
      line-height: 28px;
    }
}

.tipo_sl{
    padding: 5px;
    margin: 5px;
    display: block !important;
}
.tipo_sl *{
    margin: 0;
}




.main_btn,
.btn_solid_first{
  cursor: pointer;
  background-color: var(--colorfirst);
  border-radius: 5px;
  padding: 8px 30px;
  color: white;
  text-transform: uppercase;
}
.btn_solid_first:hover{
  color: white;
  text-decoration: none !important;
}

.btn_solid_lightgrey{
  cursor: pointer;  
  background-color: var(--verylightgrey);
  border-radius: 5px;
  padding: 8px 30px;
  color: var(--verydarkgrey);
  color: var(--verydarkgrey);
}
.btn_solid_lightgrey:hover{
  text-transform: uppercase;
}

.footer *{
    margin: 0;
}


@media (max-width: 1038px) {
  .main_body{
    width: 95%;
  }

}
@media (max-width: 850px) {
  .main_body{
    width: 90%;
  }

}

/*delays*/
  .delay-0s {
    -webkit-animation-delay: 0ms;
    animation-delay: 0ms;
  }
  .delay-100ms {
    -webkit-animation-delay: 100ms;
    animation-delay: 100ms;
  }
  .delay-200ms {
    -webkit-animation-delay: 200ms;
    animation-delay: 200ms;
  }
  .delay-300ms {
    -webkit-animation-delay: 300ms;
    animation-delay: 300ms;
  }
  .delay-400ms {
    -webkit-animation-delay: 400ms;
    animation-delay: 400ms;
  }
  .delay-500ms {
    -webkit-animation-delay: 500ms;
    animation-delay: 500ms;
  }
  .delay-600ms {
    -webkit-animation-delay: 600ms;
    animation-delay: 600ms;
  }
  .delay-700ms {
    -webkit-animation-delay: 700ms;
    animation-delay: 700ms;
  }
  .delay-800ms {
    -webkit-animation-delay: 800ms;
    animation-delay: 800ms;
  }
  .delay-900ms {
    -webkit-animation-delay: 900ms;
    animation-delay: 900ms;
  }
/*end delays*/


/* ------------------------------------------------------------------------------------ */
/* -------------------------------------CUSTOM CSS------------------------------------- */
/* ------------------------------------------------------------------------------------ */

.sidemenu_container{
    position: fixed;
    left: 0;
    top: 0;
    /* change width accordingly */
    width: 5%;

    height: 100vh;
    background-color: var(--colorsecond);
    padding: 8px;
    z-index: 2;
}

#main_container_less_menu{
  float: right;
  /* change width accordingly */
  width: 95%;

}

.caracteristicas_table_cont table *,
.caracteristicas_table_cont table{
  border: none;
}
.caracteristicas_table_cont table tr{
  border-bottom: solid 1px var(--grey);
}
.caracteristicas_table_cont table tr td{
  padding: 5px 10px;
}

.scroll_flag{
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  padding: 15px 50px !important;

  display: flex;
  flex-direction: column;
  align-items: center;
}
.video_logo{
  width: 100px;
}
.scroll_icon{
  margin-top: 15px;
  width: 35px;
}

.yt_wrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.yt_wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.nowrap_cont *{
  white-space: nowrap;
}


.hero_area{
  height: 100vh; 
  position: relative;
}
.hero_video{
  position: absolute; 
  bottom: 0;
}

@media (max-width: 900px) {
  .hero_area{
    height: auto; 
  }
  .hero_video{
    position: relative; 
  }
  .scroll_flag{
    display: none;
    visibility: hidden;
  }
}

  #tipologias_p{
    position: absolute; left: -3%;
  }
  #tipologias_n{
    position: absolute; right: -3%
  }
@media (max-width: 550px) {
  #tipologias_p{
    left: -6%;
    transform: scale(0.7);
  }
  #tipologias_n{
    right: -6%;
    transform: scale(0.7);
  }
}


/* bars icon */
  #bars_icon_mobile,
  #bars_icon{
    width: 40px;
    display: inline-block;
  }
  #bars_icon_mobile .bars_bar,
  #bars_icon .bars_bar{
    width: 100%;
    height: 2px;
    border-radius: 1px;
    margin-bottom: 9px;
    background-color: white;
    pointer-events: none;
  }
/* bars icon */


.activelang{
  color: var(--colorfirst) !important;
}

.lang_change_btn{
  cursor: pointer;
}

.home_numbers *{
  margin: 0;
  padding: 0;
}
.home_numbers h1{
  line-height: 1;
}