
:root{
    --colorfirst: #ea283d; 
    --colorsecond: #1e1656;
    --colorthird: #4B6992;
    --white: #fff;
    --black: #000000;
    --verydarkgrey: #0a1229;
    --darkgrey: #646464; 
    --grey: #8C8C8C;    
    --lightgrey: #B4B4B4;
    --verylightgrey: #f7f8f9;
    --extracolor: #4b4578; 
}
.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: 'Roboto-bold';
  font-style: normal;
  src: url('../fonts/Roboto-Bold.ttf');
}
@font-face {
  font-family: 'OpenSans-Semibold';
  font-style: normal;
  src: url('../fonts/OpenSans-Semibold_0.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: Roboto-bold;
  font-size: 40px;
  line-height: 50px;
  color: var(--colorsecond);
  font-weight: normal !important;
}
h2,
.h2 {
  font-family: Roboto-bold;
  font-size: 30px;
  line-height: 40px;
  color: var(--verydarkgrey);
  font-weight: normal !important;
}
h3,
.h3 {
  font-family: Roboto-bold;
  font-size: 22px; 
  line-height: 32px;
  color: var(--colorsecond);
  font-weight: normal !important;
}
h4,
.h4 {
  font-family: OpenSans-Regular;
  font-size: 16px;
  line-height: 26px;
  color: var(--colorsecond);
  font-weight: normal !important;
}
h5,
.h5 {
  font-family: RobotoSlab-Bold;
  font-size: 24px;
  line-height: 32px;
  color: var(--lightgrey);
  font-weight: normal !important;
}
h6,
.h6 {
  font-family: RobotoSlab-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: OpenSans-Regular;
  font-size: 14px;
  line-height: 24px;
  color: var(--colorsecond);
  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{
    font-size: 12px !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: 1250px) {
  h1,
  .h1 {
    font-size: 35px;
    line-height: 40px;
  } 
  h2,
  .h2 {
    font-size: 18px;
    line-height: 26px;
  }
  h3,
  .h3 {
    font-size: 20px; 
    line-height: 28px;
  }
  h4,
  .h4 {
    font-size: 15px; 
    line-height: 23px;
  }
  p, 
  .p{
    font-size: 15px; 
    line-height: 23px;
  }
}

@media (max-width: 575px) {
    h1,
    .h1 {
      font-size: 30px;
      line-height: 35px;
    } 
    
    h2,
    .h2 {
      font-size: 24px;
      line-height: 26px;
    }
    h3,
    .h3 {
      font-size: 15px; 
      line-height: 23px;
    }
}

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


/* FORM STYLES */
.styled-form textarea::placeholder,
.styled-form input::placeholder{
    color: var(--darkgrey);
}
.styled-form textarea,
.styled-form input{
    background-color: transparent !important;
    color: var(--verydarkgrey) !important;
    border: none !important;
    border-bottom: solid 1px var(--darkgrey) !important;
}

.styled-form .dropdown{
    width: 100% !important;
}
.styled-form .dropdown-toggle{
    border-radius: 0 !important;
    background-color: transparent !important;
    color: var(--verydarkgrey) !important;
    border: none !important;
    border-bottom: solid 1px var(--darkgrey) !important;
}
.styled-form .bs-placeholder{
    color: var(--grey) !important;
}
.styled-form .dropdown-menu{
    border-radius: 0 !important;
}
.styled-form .filter-option-inner-inner{
    border-radius: 0 !important;
}

input[type="submit"].main_btn,
.styled-form input[type="submit"],
.styled-form input[type="reset"]{

    border-radius: 5px !important;
    border: solid 1px var(--colorfirst) !important;
    color: var(--colorfirst) !important;
    background-color: transparent !important;
    transition:  all 0.5s ease-in-out !important;

}
.styled-form input[type="submit"]:hover,
.styled-form input[type="reset"]:hover{

    color: white !important;
    background-color: var(--colorfirst) !important;

}
/* END FORM STYLES */

/*delays*/
.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------------------------------------- */
/* ------------------------------------------------------------------------------------ */

h1,
.h1{
    margin: 0;
}
h2,
.h2{
    margin: 0;
}
h3,
.h3{
    margin: 0;
}
h4,
.h4{
    margin: 0;
}
p,
.p{
    margin: 0;
}

a:hover{
    color: white;
    text-decoration: none;
}
.allow-select{
  -webkit-touch-callout: auto !important;
  -webkit-user-select: auto !important;
  -khtml-user-select: auto !important;
  -moz-user-select: auto !important;
  -ms-user-select: auto !important;
  user-select: auto !important;
}
.btn_first_solid{
    background-color: var(--colorfirst);
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    
    transition: all 0.3s ease-in-out;
}
.btn_first_solid:hover{
    background-color: var(--extracolor);
}

.btn_extra_solid{
    background-color: var(--extracolor);
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    
    transition: all 0.3s ease-in-out;
}
.btn_extra_solid:hover{
    background-color: var(--colorfirst);
}
.btn_white_border{
    text-align: center;
    background-color: transparent;
    color: white;
    padding: 5px 10px;
    margin: 8px;
    border: solid 1px white;
    border-radius: 5px;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    
    transition: all 0.3s ease-in-out;
}
.btn_white_border:hover{
    background-color: var(--colorfirst);
    border-color: transparent;
}

/*socials*/
.menu_social_icons{
    display: inline-block;
    color: white;
    font-size: 20px;
    /* margin: 0 10px; */
    width: 38px;
    height: 38px;

    display: flex;
    justify-content: center;
    align-items: center;

    transition: all 0.2s ease-in-out;
}

.menu_social_icons:hover{
    color: var(--colorsecond) !important;
}

@media (max-width: 770px){
    .menu_social_icons{
        width: 30px;
        height: 30px;
    }
}
@media (max-width: 1038px){
    .main_body{
      width: 90% !important;
    }
}
/*end socials*/

.automatic-form_handler .checkbox_item_custom{
  margin-bottom: 0 !important;
}


.servicos_show_btn.active,
.servicos_show_btn:hover{
  color: var(--colorfirst) !important;
}
.servicos_show_btn{
  background-color: white;
  color: var(--colorsecond);
  padding: 15px 50px;
  border-radius: 5px;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  
  transition: all 0.3s ease-in-out;
}