@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;
}
._t_login {
  display: block;
  position: relative;
}
._t_login:before {
  position: absolute;
  width: 48%;
  z-index: 0;
  content: " ";
  bottom: 0;
  background-color: #F5F5F5;
  background-image: url("/assets/imgs/trainings/banner_lp_generic.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 100%;
}
._t_login ._lp_form {
  margin-top: 24px;
}
._t_login .form-control {
  border-top: unset;
  border-left: unset;
  border-right: unset;
  border-bottom: 1px solid #000;
  border-radius: 0;
}
._t_login .form-control:focus {
  box-shadow: none;
}
._t_login._bg_main_corripio:before {
  background-color: #F5F5F5;
  background-image: url("/assets/imgs/trainings/banner_lp_corripio_v2.png");
}
._t_login._bg_main_corripio h2 {
  line-height: 1;
}

::selection {
  background: #1473E6;
  color: #fff;
}

.wrapper {
  overflow: hidden;
  max-width: 390px;
  background: #fff;
}

.wrapper .title-text {
  display: flex;
  width: 200%;
}

.wrapper .title {
  width: 50%;
  font-size: 35px;
  font-weight: 600;
  text-align: center;
  transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.wrapper .slide-controls {
  position: relative;
  display: flex;
  height: 50px;
  width: 100%;
  overflow: hidden;
  margin: 30px 0 10px 0;
  justify-content: space-between;
  border-bottom: 1px solid #000;
  border-radius: 0;
}

.slide-controls .slide {
  height: 100%;
  width: 100%;
  color: #000;
  font-size: 18px;
  text-align: center;
  line-height: 48px;
  cursor: pointer;
  z-index: 1;
  transition: all 0.6s ease;
}

.slide-controls label.signup {
  color: #000;
}

.slide-controls .slider-tab {
  position: absolute;
  height: 14%;
  width: 50%;
  left: 0;
  bottom: -4px;
  z-index: 0;
  border-radius: 0;
  background: #1473E6;
  transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

input[type=radio] {
  display: none;
}

#login:checked ~ .slider-tab {
  left: 50%;
}

#signup:checked ~ label.signup {
  color: #000;
  cursor: default;
  font-weight: bold;
  user-select: none;
}

#signup:checked ~ label.login {
  color: #000;
}

#login:checked ~ label.signup {
  color: #000;
}

#login:checked ~ label.login {
  cursor: default;
  user-select: none;
}

.wrapper .form-container {
  width: 100%;
  overflow: hidden;
}

.form-container .form-inner {
  display: flex;
  width: 200%;
}

.form-container .form-inner form {
  width: 50%;
  transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.form-inner form .field {
  height: 50px;
  width: 100%;
  margin-top: 20px;
}

.form-inner form .field input {
  height: 100%;
  width: 100%;
  outline: none;
  padding-left: 15px;
  border-radius: 5px;
  border: 1px solid lightgrey;
  border-bottom-width: 2px;
  font-size: 17px;
  transition: all 0.3s ease;
}

.form-inner form .field input:focus {
  border-color: #1473E6;
  /* box-shadow: inset 0 0 3px #fb6aae; */
}

.form-inner form .field input::placeholder {
  color: #999;
  transition: all 0.3s ease;
}

form .field input:focus::placeholder {
  color: #b3b3b3;
}

.form-inner form .pass-link {
  margin-top: 5px;
}

.form-inner form .signup-link {
  text-align: center;
  margin-top: 30px;
}

.form-inner form .pass-link a,
.form-inner form .signup-link a {
  color: #1473E6;
  text-decoration: none;
}

.form-inner form .pass-link a:hover,
.form-inner form .signup-link a:hover {
  text-decoration: underline;
}

form .btn input[type=submit] {
  height: 100%;
  width: 100%;
  z-index: 1;
  position: relative;
  background: none;
  border: none;
  color: #fff;
  padding-left: 0;
  border-radius: 5px;
  font-size: 20px;
  font-weight: 500;
  cursor: pointer;
}

._header_list {
  padding: 6% 0;
}
._header_list.bg_red {
  background-image: url("/assets/imgs/landings/ninja_academy/banners_cursos.jpg");
  background-color: #F5F5F5;
  background-size: cover;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
._header_list.bg_red_adobe {
  background-color: #EB1000;
  background-image: unset;
  color: white;
}

.text-extra-bold {
  font-weight: 900;
}

._spacer_header {
  padding: 0;
}

._img_header_art {
  margin: 0 auto;
}

.swal2-popup {
  padding: 20px 40px !important;
  font-family: Adobe clean, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}
.swal2-popup.swal2-modal {
  width: 500px !important;
  border-radius: 0 !important;
}
.swal2-popup .swal2-content, .swal2-popup .swal2-title {
  text-align: left !important;
}
.swal2-popup .swal2-title {
  font-weight: bold !important;
  font-size: 24px !important;
  margin-bottom: 30px;
}
.swal2-popup .swal2-title:after {
  display: block;
  position: relative;
  content: " ";
  width: 100%;
  height: 2px;
  top: 5px;
  background-color: #F5F5F5;
}
.swal2-popup .swal2-styled {
  padding: 6px 24px 8px !important;
}

.swal2-icon.swal2-success, .swal2-icon.swal2-error, .swal2-icon.swal2-question, .swal2-icon.swal2-warning, .swal2-icon.swal2-info {
  display: none !important;
  width: 30px !important;
  height: 30px !important;
  position: absolute !important;
  font-size: 24px;
  line-height: 30px;
  border: unset;
}

.swal2-buttonswrapper {
  justify-content: right !important;
  font-family: "Adobe Clean", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold !important;
}

@media screen and (max-width: 850px) {
  ._t_login:before {
    width: 40%;
  }
}
@media screen and (max-width: 500px) {
  ._t_login:before {
    width: 100%;
    height: 34%;
    bottom: unset;
    top: 0;
    background-size: cover;
  }
  .wrapper {
    margin: 300px 0 0;
  }
  ._header_list {
    padding: 14% 0;
  }
  ._header_list.bg_red {
    min-height: auto;
  }
  ._img_header_art {
    position: relative;
    width: auto;
    height: 230px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

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