@font-face {
  font-family: "Commissioner Medium";
  src: url("fonts/commissioner/Commissioner-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Commissioner Light";
  src: url("fonts/commissioner/Commissioner-Light.ttf") format("truetype");
}

:root {
  --main-darker-orange: #f46036;
}
/* 
* {
  padding: 0;
  margin: 0;
  border: 0;
  vertical-align: baseline;
  box-sizing: border-box;
} */
* {
  margin: 0;
  padding: 0;
  font-family: "Commissioner Medium";
  box-sizing: border-box;
}

body {
  font-size: 16px;
}

body,
html {
  /*  width: 100vw; */
  overflow-x: hidden;
  /* height:100%; */
}

.body {
  /*  position: relative;
  width: 100vw;
  overflow-x: hidden; */
  /* height:100%; */
}

.logo {
  width: 200px;
  height: auto;
}

.leftBox {
  width: 50%; /* 
  height: 100%; */
}

.leftBox p {
  color: #f9774b;
  font-size: 1.2rem;
}

.boxes h5 {
  line-height: 1.5rem;
  font-size: 0.9rem;
  color: #f7551c;
}

.boxes .bottomLine {
  padding-top: 30px;
  border-bottom: 1px solid var(--main-darker-orange);
  width: 50%;
  margin-left: 25%;
}

.orange-background {
  background-color: var(--main-darker-orange);
  color: white;
  border-radius: 13px !important;
}

.btn.orange-background:hover {
  opacity: 0.8;
  cursor: pointer;
  color: white;
}

.topRightHeader {
  /*  max-width: 50%; */
  background-image: url("../images/background1.png");
  height: 150%;
  width: 150%;
  right: -25%;
  top: -35%;
  position: absolute;

  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  background-position: right top;
  z-index: -1;
}

.video {
  width: 640px;
  height: 360px;
  right: 5%;
  top: 20%;
  position: absolute;
  z-index: 11;
  padding: 5px;
  background-color: white;
  border: 2px solid var(--main-darker-orange);
  border-radius: 15px;
}

.mobile-video {
  display: none;
}

.desktop-video {
  display: block;
}

.mainTitle {
  font-size: 25px;
  color: #f46036;
  font-weight: bold;
}

.box {
  text-align: center;
  /*  font-size: 25px; */
  color: #f46036;
}

.perfil-content input,
.perfil-content .form-control {
  border: none;
  border-radius: 0;
}

.perfil .input-group-addon,
.contatos .input-group-addon {
  padding: 0.375rem 0.75rem;
  color: var(--main-darker-orange);
  font-weight: 500;
}
.perfil .input-group-addon,
.contatos .input-group-addon {
  padding: 0.375rem 0.75rem;
  color: var(--main-darker-orange);
  font-weight: 500;
}
/* 
.perfil-content {
  margin-top: 40px;
} */
.perfil-content input,
.perfil-content .form-control {
  border: none;
  border-radius: 0;
}

.form-border-radius-bottom-left {
  border-bottom-left-radius: 13px !important;
}
.form-border-radius-bottom-right {
  border-bottom-right-radius: 13px !important;
}
.form-border-radius-top-left {
  border-top-left-radius: 13px !important;
}
.form-border-radius-top-right {
  border-top-right-radius: 13px !important;
}
.form-border-bottom {
  border-bottom: 1px solid var(--main-darker-orange) !important;
}
.form-border-top {
  border-top: 1px solid var(--main-darker-orange) !important;
}
.form-border-middle {
  border-bottom: 1px solid var(--main-darker-orange) !important;
}
.form-border-left {
  border-left: 1px solid var(--main-darker-orange) !important;
}
.form-border-right {
  border-right: 1px solid var(--main-darker-orange) !important;
}
/* @media (max-width: 1050px) {
  .topRightHeader {
    background-image: url("../images/background1.png");
    height: 300px;
    width: 300px;
  }
} */

.form-boxes .form-group {
  width: 400px;
  text-align: center;
  margin: 15px auto;
}

.termos .checkbox-custom {
  opacity: 0;
  position: absolute;
}

.termos .checkbox-custom,
.termos .checkbox-custom-label {
  display: inline-block;
  vertical-align: middle;

  cursor: pointer;
}

.termos .checkbox-custom-label {
  position: relative;
  color: #828281;
  padding: 5px 0;
  font-size: 0.85rem;
}
.termos .checkbox-custom,
.termos .checkbox-custom-label {
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
}
.termos .checkbox-custom + .checkbox-custom-label:before {
  content: "";
  background: #fff;
  border: 2px solid #828281;
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  margin-right: 10px;
  text-align: center;
  border-radius: 50%;
}

.termos .checkbox-custom:checked + .checkbox-custom-label:before {
  background: #828281;
  box-shadow: inset 0px 0px 0px 2px #fff;
}

.termos .checkbox-custom:focus + .checkbox-custom-label {
  outline: 1px solid #ddd; /* focus style */
}
.form-boxes .form-group .input-group-addon {
  width: 100px;
  font-weight: 550;
  line-height: 33px;
  text-align: left;
  padding-left: 10px;
}
.input-group > .custom-select:not(:first-child),
.input-group > .form-control:not(:first-child) {
  border-left: none !important;
}
#wrap {
  /* display:  inline-block; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

#content {
  text-align: left;
}

.black {
  color: black;
}

.grey {
  color: #6c75a7;
  font-weight: 600;
}
.no_underline:hover {
  text-decoration: none;
  color: #6c75a7;
  font-weight: 600;
  opacity: 0.8;
}

.termosCondicoesText {
  width: 60vw;
  margin: 15px auto;
}

@media (max-width: 1230px) {
  .termosCondicoesText {
    width: 80vw;
  }
  .topRightHeader {
    /*  max-width: 50%; */
    background-image: none;
    height: 150%;
    width: 150%;
    right: -25%;
    top: -35%;
    position: absolute;

    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    background-position: right top;
    z-index: -1;
  }
  .leftBox {
    width: 100%;
    /* height: 100%; */
  }
  .form-boxes .form-group {
    width: 300px;
    text-align: center;
    margin: 15px auto;
  }
  .body {
    position: relative;
    width: 100vw;
    overflow-x: hidden;
    /* height:100%; */
  }

  .video {
    order: 1;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
    width: 100%;
    height: 260px !important;
    /*    right: 5%;
    top: 20%; */
    position: relative;
    z-index: 11;
    left: 0;
    right: 0;
    top: 0;
  }

  .desktop-video {
    display: none;
  }

  .mobile-video {
    display: block;
  }

  .bigBox {
    order: 2;
  }
}
.custom-select-box {
  /*   color: #828281; */
  /*   padding: 5px 0; */
  /*   font-size: 0.85rem;   */
  appearance: none;
  background-color: white;
  /*   background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRo PSIzMjAiIGhlaWdodD0iNTEyIiB2aWV3Qm94PSIwIDAgMzIwIDUxMiI+CiAg ICA8cGF0aCBmaWxsPSIjNmM2YzZjIiBkPSJNMjU2IDE2MGwtOTYgOTYtOTYt OTYtNjQgNjQgMTYwIDE2MCAxNjAtMTYwLTY0LTY0eiI+PC9wYXRoPgo8L3N2 Zz4K);
  background-position: calc(100% - 10px) center; */
  background-repeat: no-repeat;
  background-size: 10px;
  border: 0;
  border-radius: 5px;
  box-sizing: border-box; /* 
  font-family: Arial; */
  margin: 0;
  outline: 0; /* 
  padding: 5px 30px 5px 5px; */
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding: 0.375rem 0.75rem;
  color: #6c75a7;
  font-weight: 500;
}

/* .video {
    width: 680px;
  height: 400px;
  right: 20px;
  top: 20px;   
  position: relative;
  z-index: 11;
}
.videoContainer {
  position: absolute;
  width: 640px !important;
  height: 360px !important;
  right: 8%;
  top: 20%; 
} */

@media (min-width: 450px) and ( max-width: 1230px) {
  .video {
    width: 380px;
  }
}
