/* IMPORT SECTION  */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;400;500&display=swap');

/* MAIN COLOR  */
:root {
  --html_back : #f4f5f8;
  --main_color: #ff7136;
  --s_color: #8ab53b;
  --back_menu: transparent;
  --text_menu: #fff;
}
html, body {
  overflow-x: hidden;
  font-size: 1.1rem;
  background-color: var(--html_back);
  padding: 0 !important;
}
html {
  background-color: var(--html_back);
}
/* MARGIN  */
.m10 {margin: 10px;}
.m20 {margin: 20px;}
.m30 {margin: 30px;}
.m40 {margin: 40px;}
.m50 {margin: 50px;}
.m60 {margin: 60px;}
.m70 {margin: 70px;}
.m80 {margin: 80px;}
.m90 {margin: 90px;}
.m100 {margin: 100px;}
.mt10 {margin-top: 10px;}
.mt20 {margin-top: 20px;}
.mt30 {margin-top: 30px;}
.mt40 {margin-top: 40px;}
.mt50 {margin-top: 50px;}
.mt60 {margin-top: 60px;}
.mt70 {margin-top: 70px;}
.mt80 {margin-top: 80px;}
.mt90 {margin-top: 90px;}
.mt100 {margin-top: 100px;}
.mtr6 {margin-top: 6rem;}
.mtr3_negative {margin-top: -3rem;}
.mb0 {margin-bottom: 0px;}
.mb8 {margin-bottom: 8px;}
.mb10 {margin-bottom: 10px;}
.mb20 {margin-bottom: 20px;}
.mb30 {margin-bottom: 30px;}
.mb40 {margin-bottom: 40px;}
.mb50 {margin-bottom: 50px;}
.mb60 {margin-bottom: 60px;}
.mb70 {margin-bottom: 70px;}
.mb80 {margin-bottom: 80px;}
.mb90 {margin-bottom: 90px;}
.mb100 {margin-bottom: 100px;}
.mb200 {margin-bottom: 200px;}
/* PADDING  */
.p0 {padding: 0px;}
.p10 {padding: 10px;}
.p20 {padding: 20px;}
.p30 {padding: 30px;}
.p40 {padding: 40px;}
.p50 {padding: 50px;}
.p60 {padding: 60px;}
.p70 {padding: 70px;}
.p80 {padding: 80px;}
.p90 {padding: 90px;}
.p100 {padding: 100px;}
.p110 {padding:110px;}
.p120 {padding: 120px;}
.pt10 {padding-top: 10px;}
.pt20 {padding-top: 20px;}
.pt30 {padding-top: 30px;}
.pt40 {padding-top: 40px;}
.pt50 {padding-top: 50px;}
.pt60 {padding-top: 60px;}
.pt70 {padding-top: 70px;}
.pt80 {padding-top: 80px;}
.pt90 {padding-top: 90px;}
.pt100 {padding-top: 100px;}
.pt110 {padding-top: 110px;}
.pt120 {padding-top: 120px;}
.pb10 {padding-bottom: 10px;}
.pb20 {padding-bottom: 20px;}
.pb30 {padding-bottom: 30px;}
.pb40 {padding-bottom: 40px;}
.pb50 {padding-bottom: 50px;}
.pb60 {padding-bottom: 60px;}
.pb70 {padding-bottom: 70px;}
.pb80 {padding-bottom: 80px;}
.pb90 {padding-bottom: 90px;}
.pb100 {padding-bottom: 100px;}
.pr15 {padding-right: 15px;}
.pl15 {padding-left: 15px;}
.f_1 {flex: 1 !important;}
.f_2 {flex: 2 !important;}
.f_3 {flex: 3 !important;}
.f_4 {flex: 4 !important;}
.f_5 {flex: 5 !important;}
.d_flex {display: flex !important;}
.j_end {justify-content: flex-end !important;}
.j_start {justify-content: flex-start !important;}
.j_center {justify-content: center !important;}
.a_end {align-items:  flex-end !important;}
.a_start {align-items:  flex-start !important;}
.a_center {align-items:  center !important;}
.f_row {flex-direction: row !important;}
.f_column {flex-direction: column !important;}
.f_wrap {flex-wrap: wrap !important;}
.i_block {display: inline-flex;}
.m_h_300 {min-height: 300px;}
.m_h_350 {min-height: 350px;}
.shadow_bottom {box-shadow: 0px 4px 15px #9e95956e;}
.w_80 {width: 80%;}
.w_100 {width: 100%;}
.z_index {z-index: 99;}
.s_filter { background-image: linear-gradient(to top, rgba(-125, 0, 0, 2.5), rgba(-225, 0, 0, 0.3), rgba(0, 0, 255, -0.9), rgba(0, 0, 0, 0)); height: 100vh; width: 100%;}
.anima_hover {
  -webkit-animation-duration: 1s !important;
  animation-duration: 1s !important;
  -webkit-animation-name: pulse;
  animation-name: pulse;
  animation-iteration-count: infinite;
}
.top_fixed {
  margin-top: 0;
  background-color: var(--dark);
  background-image: linear-gradient(to right, #fff 27%, #000 20%, #000 20%, #000 50%);
	position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
	animation: 1s;
	box-shadow: 0px 3px 6px #00000029;
	transition:all 1s ease 0s;
}
.top_animation {
  margin-top: -100px;
  transition: all 0.3s ease-out 0s !important;
}
.title_divisor {
  border-top: 5px solid rgb(127, 181, 226);
  border-radius: 10px;
  max-width: 200px;
}
.title_divisor.second {
  border-top: 5px solid rgb(127, 181, 226);
}
.divider {
  width: 48px;
  height: 2px;
  margin-top: 15px;
  margin-bottom: 30px;
  border-left: 20px solid #21242d;
  background-color: #c0c4cd;
}
.divider.white {
  border-left-color: #fff;
  background-color: hsla(0, 0%, 100%, 0.4);
}
.side_info {
  padding: 0 8%;
}
main a.custom.side_info {
  margin: 10px 8%;
  z-index: 5;
}
main p.side_info {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
}
#to_top {
  display: none;
  position: fixed;
  bottom: 50px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: var(--dark);
  color: white;
  cursor: pointer;
  padding: 10px 15px;
  border-radius: 4px;
  border: 1px solid #fff;
  transition: all 0.3s ease-out 0s !important;
}
#to_top:hover {
  background-color: var(--s_color);
}
a.custom {
  font-size: 14px;
  background-color: var(--s_color);
  border-color: var(--s_color);
  color: #fff;
  padding: 10px 30px !important;
  border-radius: 5px;
  transition: all 0.3s ease-out 0s !important;
}
a.custom:hover {
  transform: scale(0.95);
  background-color: var(--s_color);
  border-color: var(--s_color);
  color: #fff;
  transition: all 0.3s ease-out 0s !important;
  opacity: 0.90;
}
h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  line-height: 48px;
  font-weight: 600;
}
div.title {
  margin-bottom: 12px;
  font-family: Montserrat, sans-serif;
  color: #8e94a2;
  font-size: 10px;
  line-height: 16px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
}
/* OVER NAV */
.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #0d0b0b;
  overflow-x: hidden;
  transition: 0.5s;
  z-index: 9999;
  opacity: 0.95;
}
.list_overlay {
  margin: 0;
  padding: 0;
}
.overlay-content {
  position: relative;
  top: 13%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}
.overlay a {
  padding: 8px 20px;
  text-decoration: none;
  font-size: 18px;
  color: #fff;
  display: block;
  transition: 0.3s;
}
.overlay a:hover, .overlay a:focus {
  color: #f1f1f1;
}
.overlay .closebtn {
  position: absolute;
  top: -10px;
  right: 10px;
  font-size: 35px;
}
.list_overlay > li {
  padding-top: 30px;
  scroll-padding-bottom: 15px;
}
.into_li_flex {
  display: flex;
  justify-content: center;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  max-width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
  padding: 0;
  margin: 0;
}
.modal-header {
  padding: 1rem 1rem 0;
  border-bottom: 0px solid #dee2e6;
}
.modal button.close {
  float: right;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}
.modal .modal-body i.sucess {
  font-size: 50px;
  margin: 0 0 20px 0;
  background-color: var(--s_color);
  color: #fff;
  padding: 10px;
  border-radius: 50%;
}
.modal .modal-body i.error {
  font-size: 50px;
  margin: 0 0 20px 0;
  background-color: #fc0d1c;
  color: #fff;
  padding: 10px;
  border-radius: 50%;
}
/*OVER NAV END*/
@media (max-width: 992px) {
  .top_fixed {
    background-image: linear-gradient(to right, #000 0%, #000 20%, #000 20%, #000 50%);
  }
  header.top_fixed.other_pages, header.other_pages {
    background-image: linear-gradient(to right, #000 0%, #000 20%, #000 20%, #000 50%) !important;
  }
}
@media (min-width: 1400px) {
  .top_fixed {
    background-image: linear-gradient(to right, #fff 40%, #000 20%, #000 20%, #000 50%);
  }
  header.other_pages {
    background-image: linear-gradient(to right, #fff 40%, #000 20%, #000 20%, #000 50%) !important˜;
  }
}
@media (max-width: 575px) {
  h2 {
    font-size: 26px;
  }
  .side_info {
    padding: 0 0;
  }
  main a.custom.side_info {
    margin: 10px 0;
  }
}