@font-face {
  font-family: "Adobe Clean";
  src: url("../fonts/AdobeClean-Bold.eot");
  src: url("../fonts/AdobeClean-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/AdobeClean-Bold.woff2") format("woff2"), url("../fonts/AdobeClean-Bold.woff") format("woff"), url("../fonts/AdobeClean-Bold.ttf") format("truetype"), url("../fonts/AdobeClean-Bold.svg#AdobeClean-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Adobe Clean";
  src: url("../fonts/AdobeClean-Light.eot");
  src: url("../fonts/AdobeClean-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/AdobeClean-Light.woff2") format("woff2"), url("../fonts/AdobeClean-Light.woff") format("woff"), url("../fonts/AdobeClean-Light.ttf") format("truetype"), url("../fonts/AdobeClean-Light.svg#AdobeClean-Light") format("svg");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Adobe Clean";
  src: url("../fonts/AdobeClean-LightIt.eot");
  src: url("../fonts/AdobeClean-LightIt.eot?#iefix") format("embedded-opentype"), url("../fonts/AdobeClean-LightIt.woff2") format("woff2"), url("../fonts/AdobeClean-LightIt.woff") format("woff"), url("../fonts/AdobeClean-LightIt.ttf") format("truetype"), url("../fonts/AdobeClean-LightIt.svg#AdobeClean-LightIt") format("svg");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Adobe Clean";
  src: url("../fonts/AdobeClean-Regular.eot");
  src: url("../fonts/AdobeClean-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/AdobeClean-Regular.woff2") format("woff2"), url("../fonts/AdobeClean-Regular.woff") format("woff"), url("../fonts/AdobeClean-Regular.ttf") format("truetype"), url("../fonts/AdobeClean-Regular.svg#AdobeClean-Regular") format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Adobe Clean";
  src: url("../fonts/AdobeClean-ExtraBold.eot");
  src: url("../fonts/AdobeClean-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/AdobeClean-ExtraBold.woff2") format("woff2"), url("../fonts/AdobeClean-ExtraBold.woff") format("woff"), url("../fonts/AdobeClean-ExtraBold.ttf") format("truetype"), url("../fonts/AdobeClean-ExtraBold.svg#AdobeClean-ExtraBold") format("svg");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Adobe Clean";
  src: url("../fonts/AdobeClean-Black.eot");
  src: url("../fonts/AdobeClean-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/AdobeClean-Black.woff2") format("woff2"), url("../fonts/AdobeClean-Black.woff") format("woff"), url("../fonts/AdobeClean-Black.ttf") format("truetype"), url("../fonts/AdobeClean-Black.svg#AdobeClean-Black") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
html, body {
  overflow-x: hidden;
}

._img_header_art {
  margin-bottom: -104px;
  margin-top: -50px;
}

._spacer_header {
  margin-bottom: 90px;
}

._survey {
  display: block;
  position: relative;
  -webkit-box-shadow: 1px 3px 4px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 1px 3px 4px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 1px 3px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 0 25px;
  z-index: 30;
}
._survey > .row {
  padding-bottom: 20px;
  margin: 10px 0;
  border-bottom: 1px solid #2c2c2c;
}
._survey > .row:last-child {
  border-bottom-color: rgba(255, 255, 255, 0);
}
._survey h4 {
  color: #EB1000;
  font-weight: bolder;
  font-size: 16px;
}
._survey ._option_survey {
  text-align: center;
  margin: 10px 0;
}
._survey ._option_survey label {
  font-weight: 200;
  position: relative;
  display: block;
  cursor: pointer;
}
._survey ._option_survey label ._option_label {
  font-weight: 200;
  display: block;
  min-height: 45px;
}
._survey ._option_survey label ._op_select {
  display: block;
  width: 16px;
  height: 16px;
  border: 2px solid #D5D5D5;
  border-radius: 50%;
  margin: 10px auto;
  position: relative;
}
._survey ._option_survey label ._op_select:after {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4px;
  height: 4px;
  content: "";
  border-radius: 50%;
  background-color: transparent;
  transform: translate(-50%, -50%);
}
._survey ._option_survey label:hover ._op_select {
  border-color: #D5D5D5;
}
._survey ._option_survey label:hover ._op_select:after {
  background-color: #D5D5D5;
}
._survey ._option_survey label input {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: -999999999px;
}
._survey ._option_survey label input[type=radio]:checked + span._op_select {
  border-color: rgb(255, 0, 0);
}
._survey ._option_survey label input[type=radio]:checked + span._op_select:after {
  background-color: rgb(255, 0, 0);
}

._form_art {
  position: absolute;
  max-width: 200px;
  display: block;
  height: auto;
  width: 100%;
  bottom: 0;
  left: 100%;
  z-index: 0;
}

._header_list {
  display: block;
  width: 100%;
  padding: 9% 0;
  margin: 80px 0;
  position: relative;
  overflow: hidden;
  max-height: 300px;
  min-height: 200px;
}
._header_list.bg_red {
  background-color: #EB1000;
  color: white;
}
._header_list.bg_gris {
  background-color: #f5f5f5;
  color: #2c2c2c;
}
._header_list.bg_black {
  background-color: #2c2c2c;
  color: white;
}
._header_list > div.container {
  position: relative;
  z-index: 20;
}
._header_list ._img_watch {
  position: absolute;
  bottom: -16%;
  left: 5%;
  width: 30vw;
  max-width: 500px;
  height: auto;
}
._header_list ._img_watch_2 {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50px);
  width: 30vw;
  max-width: 500px;
  height: auto;
  z-index: 0;
}
._header_list ._img_watch_3 {
  position: absolute;
  top: 0;
  left: 5%;
  width: 30vw;
  max-width: 500px;
  height: auto;
  z-index: 0;
}

._shadow_list {
  padding: 15px 30px;
  position: relative;
  -webkit-box-shadow: 1px 3px 4px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 1px 3px 4px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 1px 3px 4px 0px rgba(0, 0, 0, 0.25);
  z-index: 30;
  display: block;
  margin: 15px auto;
}
._shadow_list .text_14 {
  font-size: 14px;
}
._shadow_list ._rowTr {
  border-bottom: 1px solid #2c2c2c;
  margin-bottom: 25px;
  padding-bottom: 15px;
}
._shadow_list ._rowTr p {
  margin-bottom: 10px;
  line-height: 24px;
}
._shadow_list ._rowTr a {
  margin: 15px 0;
}
._shadow_list ._rowTr ._option {
  text-align: center;
}
._shadow_list ._rowTr ._option span {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  font-size: 10px;
  line-height: 10px;
  background-color: #D7D7D7;
  margin: 5px auto;
}
._shadow_list ._rowTr ._option span.active {
  background-color: #EB1000;
}

._no_titles_pops .swal2-contentwrapper .swal2-title {
  display: none;
}
._no_titles_pops .swal2-contentwrapper .swal2-content {
  font-family: "Adobe Clean", "Open Sans", "Raleway", sans-serif;
  font-weight: bolder;
}
._no_titles_pops .swal2-buttonswrapper .swal2-confirm {
  border-radius: 35px;
  font-family: "Adobe Clean", "Open Sans", "Raleway", sans-serif;
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: normal;
}
._no_titles_pops .swal2-buttonswrapper .swal2-confirm[style] {
  padding: 2px 15px;
}
._no_titles_pops .swal2-buttonswrapper .swal2-confirm.swal2-styled:focus, ._no_titles_pops .swal2-buttonswrapper .swal2-confirm.swal2-styled:hover {
  box-shadow: none;
}

.btn {
  border: 2px solid transparent;
}
.btn.btn-outline-dark {
  border: 2px solid #343a40;
}

.errorTxt {
  font-weight: 200;
  font-style: italic;
  font-size: 13px;
  color: #EB1000;
  padding: 10px;
  -webkit-box-shadow: 1px 3px 4px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 1px 3px 4px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 1px 3px 4px 0px rgba(0, 0, 0, 0.25);
  display: none;
}

footer._trainings {
  background-color: #fafafa;
  border-top: solid 1px #999999;
  color: #4B4B4B;
  font-weight: 300;
  padding: 40px 20px;
}
footer._trainings a {
  color: #4B4B4B;
  font-weight: 400;
  margin-left: 0;
}
footer._trainings a:hover {
  color: #999999;
  text-decoration: none;
}
footer._trainings a._fs {
  width: 30px;
}

._training_list .text-extra-bold {
  font-weight: 900;
}
._training_list h4 {
  font-weight: bold;
}
._training_list h3 {
  font-weight: 900;
}
._training_list strong {
  font-weight: 900;
}

._text-black {
  font-weight: 900;
}

.swal2-popup {
  border-radius: 35px !important;
}
.swal2-popup .swal2-styled {
  border-radius: 35px !important;
  background-color: #1473e6 !important;
  padding: 6px 35px !important;
}
.swal2-popup .swal2-styled:focus {
  box-shadow: unset !important;
}
.swal2-popup .swal2-title {
  font-family: "Adobe Clean", "helvetica neue", helvetica, arial, sans-serif !important;
  font-weight: 900 !important;
}
.swal2-popup .swal2-content {
  font-family: "Adobe Clean", "helvetica neue", helvetica, arial, sans-serif !important;
  font-weight: 400 !important;
}

.swal2-icon.swal2-success .swal2-success-ring {
  border: unset !important;
}
.swal2-icon.swal2-success [class^=swal2-success-line] {
  height: 8px !important;
  border-radius: 4px !important;
  background-color: #39b54a !important;
}

@media screen and (max-width: 800px) {
  ._spacer_header {
    margin-bottom: 50px;
  }
  ._img_header_art {
    margin-bottom: 10px;
    margin-top: 0;
  }
  ._header_list {
    padding: 5% 0;
    margin: 50px 0;
    min-height: 100px;
  }
  ._header_list ._img_watch {
    bottom: -15%;
    left: 5%;
    max-width: 30vw;
  }
  ._header_list ._img_watch_2 {
    top: 0;
    left: 50%;
    transform: translateX(-50px);
    width: 30vw;
    max-width: 500px;
  }
  ._header_list ._img_watch_3 {
    top: 0;
    left: 5%;
    width: 30vw;
    max-width: 500px;
  }
}
@media screen and (max-width: 600px) {
  ._shadow_list .text_14 {
    font-size: 12px;
  }
  ._shadow_list ._rowTr ._option {
    text-align: left;
    font-size: 14px;
  }
  ._shadow_list ._rowTr ._option > div {
    vertical-align: top;
  }
  ._header_list ._img_watch_2 {
    top: 0;
    left: 60%;
    transform: translateX(-40px);
    width: 30vw;
  }
}
@media screen and (max-width: 400px) {
  ._header_list {
    padding: 5% 0;
    margin: 50px 0;
    min-height: 100px;
  }
  ._header_list ._img_watch {
    bottom: -8%;
    left: -1%;
    width: 38vw;
    max-width: 150px;
  }
  ._header_list ._img_watch_2 {
    top: 0;
    left: 68%;
    transform: translateX(-32px);
    width: 40vw;
  }
}

/*# sourceMappingURL=style_2022.css.map */
