.color-primary {
  color: #414042; }

.bg-color-primary {
  background-color: #414042; }

.color-secondary {
  color: #607d8b; }

.bg-color-secondary {
  background-color: #607d8b; }

.color-inverse {
  color: #FFF; }

.bg-color-inverse {
  background-color: #FFF; }

.color-success {
  color: #4caf50; }

.bg-color-success {
  background-color: #4caf50; }

.color-info {
  color: #03a9f4; }

.bg-color-info {
  background-color: #03a9f4; }

.color-warning {
  color: #ff9800; }

.bg-color-warning {
  background-color: #ff9800; }

.color-danger {
  color: #f44336; }

.bg-color-danger {
  background-color: #f44336; }

.gray-base {
  color: black; }

.bg-gray-base {
  background-color: black; }

.gray-darker {
  color: #262626; }

.bg-gray-darker {
  background-color: #262626; }

.gray-dark {
  color: #595959; }

.bg-gray-dark {
  background-color: #595959; }

.gray-regular {
  color: gray; }

.bg-gray-regular {
  background-color: gray; }

.gray-light {
  color: #a6a6a6; }

.bg-gray-light {
  background-color: #a6a6a6; }

.gray-lighter {
  color: #d9d9d9; }

.bg-gray-lighter {
  background-color: #d9d9d9; }

.gray-ghost {
  color: #f2f2f2; }

.bg-gray-ghost {
  background-color: #f2f2f2; }

@font-face {
  font-family: 'Anton';
  src: url("fonts/Anton-Regular.ttf") format("truetype");
  font-style: normal; }
@font-face {
  font-family: 'Roboto';
  src: url("fonts/Roboto-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: 'Roboto';
  src: url("fonts/Roboto-Medium.ttf") format("truetype");
  font-weight: 600;
  font-style: normal; }
@font-face {
  font-family: 'Roboto';
  src: url("fonts/Roboto-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: 'Roboto';
  src: url("fonts/Roboto-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: 'Roboto';
  src: url("fonts/Roboto-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal; }
html,
body {
  height: 100%; }

body {
  font-family: "Roboto";
  font-size: 16px;
  background-color: #ffffff;
  font-weight: 400;
  word-break: break-word;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  letter-spacing: 1px;
  line-height: 1.5;
  margin-top: 70px; }
  @media screen and (max-width: 992px) {
    body {
      margin-top: 60px; } }
  body * {
    box-sizing: border-box; }
    body *:focus, body *:active {
      outline: none; }
  body h1,
  body h2,
  body h3,
  body h4,
  body h5,
  body h6,
  body p,
  body figure,
  body ul,
  body li {
    margin: 0;
    padding: 0;
    color: #414042; }
  body h1,
  body h2,
  body h3,
  body h4,
  body h5,
  body h6 {
    font-family: "Anton";
    color: #414042; }
  body h1,
  body h2,
  body h3 {
    text-transform: uppercase; }
  body .title-lighter {
    font-weight: 500; }
  body ul,
  body ol {
    padding-left: 25px; }
    body ul li,
    body ol li {
      margin-bottom: 8px; }
      body ul li:last-child,
      body ol li:last-child {
        margin-bottom: 0; }
    body ul li > ul > li,
    body ol li > ul > li {
      margin-top: 16px; }
  body a {
    color: #607d8b;
    -webkit-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
    text-decoration: none; }
    body a:hover {
      color: #4b626d; }
  body a:link {
    color: #000; }
  body a:visited {
    color: #000; }
  body p {
    color: #ffffff;
    line-height: 1.5; }
  body hr {
    border-top: none;
    border-bottom: solid 2px;
    border-color: #a6a6a6;
    width: 100%; }
  body hr.right {
    margin: 16px 0; }

.title {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: fit-content; }
  .title .text-title {
    display: flex; }
    .title .text-title h2 {
      text-transform: uppercase;
      font-size: 40px;
      font-weight: normal; }
    .title .text-title .red_color {
      color: #B42C25; }
    .title .text-title .black_color {
      color: #151E21; }
    .title .text-title .white_color {
      color: white; }
    .title .text-title .space_between {
      margin-right: 8px; }
    .title .text-title .separate_letters {
      letter-spacing: 10px; }
    @media screen and (max-width: 992px) {
      .title .text-title h2 {
        font-size: 33px; } }
  .title .line_start {
    justify-content: flex-start !important; }
  .title .line_after {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: .6rem; }
    .title .line_after .small_circle {
      border-top: 2px dotted #B42C25;
      width: 29%;
      border-right: none;
      border-bottom: none;
      margin: 0; }
      @media screen and (max-width: 992px) {
        .title .line_after .small_circle {
          width: 82%; } }
    .title .line_after .allwidth {
      width: 90%; }
      @media screen and (max-width: 992px) {
        .title .line_after .allwidth {
          width: 82%; } }
    .title .line_after .circle_edge {
      width: 80%; }
      @media screen and (max-width: 992px) {
        .title .line_after .circle_edge {
          width: 82%; } }
    .title .line_after .mediumwidth {
      width: 60%; }
      @media screen and (max-width: 992px) {
        .title .line_after .mediumwidth {
          width: 82%; } }
    .title .line_after .big_circle {
      border: 1px solid #B42C25;
      border-radius: 50%;
      display: flex;
      width: 10px;
      height: 10px;
      justify-content: center;
      align-items: center;
      margin: 0 8px; }
      .title .line_after .big_circle .circle {
        width: 4px;
        height: 4px;
        background-color: #B42C25;
        border-radius: 50%;
        margin: 1px; }

.big_circle {
  border: 1px solid #B42C25;
  border-radius: 50%;
  display: flex;
  width: 10px;
  height: 10px;
  justify-content: center;
  align-items: center;
  margin-right: 2px; }
  .big_circle .circle {
    width: 4px;
    height: 4px;
    background-color: #B42C25;
    border-radius: 50%;
    margin: 1px; }

.main-side-padding {
  padding-left: 1rem;
  padding-right: 1rem; }

.bold {
  font-weight: bold; }

.red_button {
  background-color: #ffffff;
  box-shadow: none;
  color: #B42C25;
  border: 1px solid #B42C25;
  padding: 9px 30px;
  text-transform: none;
  font-weight: 600; }
  .red_button:hover {
    background-color: #B42C25;
    color: #ffffff; }

/*Triangle*/
.triangle_right {
  width: 0;
  height: 0;
  border-left: 14vw solid transparent;
  border-top: 10vw solid transparent;
  border-right: 27vw solid #b42c25;
  border-bottom: 5vw solid #b42c25; }

/* Buttons */
.button_red {
  background-color: #B42C25; }
  @media screen and (max-width: 992px) {
    .button_red {
      max-width: 80%; } }

/* Animation */
.fade {
  transition: all .6s;
  opacity: 0; }

.fade-other {
  transition: all .6s;
  opacity: 0; }

.fade-right {
  margin-right: 50px; }
  @media screen and (max-width: 1024px) {
    .fade-right {
      margin-left: 0px; } }

.fade-right2 {
  margin-right: 50px; }
  @media screen and (max-width: 1024px) {
    .fade-right2 {
      margin-right: 0px; } }

.fade-normal {
  margin-right: -50px; }
  @media screen and (max-width: 1024px) {
    .fade-normal {
      margin-right: 0px; } }

.fade-left {
  margin-left: 50px; }
  @media screen and (max-width: 1024px) {
    .fade-left {
      margin-left: 0px; } }

.fade-left2 {
  margin-left: -50px; }
  @media screen and (max-width: 1024px) {
    .fade-left2 {
      margin-left: 0px; } }

.fade-top {
  margin-top: 4rem; }
  @media screen and (max-width: 1024px) {
    .fade-top {
      margin-top: 0px; } }

.fade-bottom {
  margin-top: 4rem; }
  @media screen and (max-width: 1024px) {
    .fade-bottom {
      margin-top: 0px; } }

.fade-end {
  opacity: 1;
  display: block;
  margin: 0;
  transform: scale(1) perspective(0px) rotateX(0deg); }

.workspace {
  width: 100%; }
  .workspace .wrap {
    max-width: 1100px;
    margin: 0 auto;
    padding-left: 16px;
    padding-right: 16px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center; }
  .workspace .wrap-80 {
    margin: 0 auto;
    padding-left: 16px;
    padding-right: 16px;
    box-sizing: border-box;
    display: flex;
    max-width: 880px; }
  .workspace .wrap-90 {
    margin: 0 auto;
    padding-left: 16px;
    padding-right: 16px;
    box-sizing: border-box;
    display: flex;
    max-width: 990px; }

.grid {
  display: flex;
  flex-direction: row;
  justify-content: space-around; }
  @media screen and (max-width: 768px) {
    .grid {
      flex-direction: column; } }
  .grid .unit {
    transition: width 200ms ease-in-out; }
    .grid .unit.half {
      width: 50%;
      padding-right: 16px; }
      .grid .unit.half:last-child {
        padding-right: 0; }
      @media screen and (max-width: 768px) {
        .grid .unit.half {
          width: 100%;
          padding-right: 0; } }
    .grid .unit.third {
      width: 33%;
      padding-right: 16px; }
      .grid .unit.third:last-child {
        padding-right: 0; }
      @media screen and (max-width: 768px) {
        .grid .unit.third {
          width: 100%;
          padding-right: 0; } }
    .grid .unit.fourth {
      width: 25%;
      padding-right: 16px; }
      .grid .unit.fourth:last-child {
        padding-right: 0; }
      @media screen and (max-width: 768px) {
        .grid .unit.fourth {
          width: 100%;
          padding-right: 0; } }
    .grid .unit.percent-40 {
      width: 40%;
      padding-right: 16px; }
      .grid .unit.percent-40:last-child {
        padding-right: 0; }
      @media screen and (max-width: 768px) {
        .grid .unit.percent-40 {
          width: 100%;
          padding-right: 0; } }
    .grid .unit.percent-60 {
      width: 60%;
      padding-right: 16px; }
      .grid .unit.percent-60:last-child {
        padding-right: 0; }
      @media screen and (max-width: 768px) {
        .grid .unit.percent-60 {
          width: 100%;
          padding-right: 0; } }
    .grid .unit.percent-70 {
      width: 70%;
      /*padding-right: $space-2;*/ }
      .grid .unit.percent-70:last-child {
        padding-right: 0; }
      @media screen and (max-width: 768px) {
        .grid .unit.percent-70 {
          width: 100%;
          padding-right: 0; } }
    .grid .unit.percent-30 {
      width: 30%;
      padding-right: 16px; }
      .grid .unit.percent-30:last-child {
        padding-right: 0; }
      @media screen and (max-width: 768px) {
        .grid .unit.percent-30 {
          width: 100%;
          padding-right: 0; } }
    .grid .unit.percent-45 {
      width: 45%;
      padding-right: 16px; }
      .grid .unit.percent-45:last-child {
        padding-right: 0; }
      @media screen and (max-width: 768px) {
        .grid .unit.percent-45 {
          width: 100%; } }
    .grid .unit.tenth {
      width: 10%;
      padding-right: 16px; }
      .grid .unit.tenth:last-child {
        padding-right: 0; }
      @media screen and (max-width: 768px) {
        .grid .unit.tenth {
          width: 100%;
          padding-right: 0;
          padding-left: 24px; } }

button, .btn-solid {
  position: relative;
  width: 100%;
  max-width: 320px;
  padding-top: 16px;
  padding-right: 24px;
  padding-bottom: 13px;
  padding-left: 24px;
  border: none;
  margin-bottom: 16px;
  background-color: #414042;
  cursor: pointer;
  color: #FFF;
  line-height: 1;
  font-weight: 800;
  font-size: 16px;
  text-transform: uppercase;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  box-shadow: 0px 6px 5px -6px rgba(0, 0, 0, 0.15); }
  @media screen and (max-width: 768px) {
    button, .btn-solid {
      max-width: 100%; } }
  button:active, button:focus, button:visited, .btn-solid:active, .btn-solid:focus, .btn-solid:visited {
    box-shadow: 0px 6px 5px -4px rgba(0, 0, 0, 0.15); }
  button:active, button:focus, .btn-solid:active, .btn-solid:focus {
    outline: none; }
  button.muted, .btn-solid.muted {
    opacity: .3; }
    button.muted:hover, .btn-solid.muted:hover {
      cursor: not-allowed; }
  button.sm, .btn-solid.sm {
    font-size: 14px; }
  button.lg, .btn-solid.lg {
    font-size: 24px; }
  button.xl, .btn-solid.xl {
    font-size: 32px; }
  button.bg-color-primary:hover, .btn-solid.bg-color-primary:hover {
    background-color: #282728; }
  button.bg-color-secondary:hover, .btn-solid.bg-color-secondary:hover {
    background-color: #4b626d; }
  button.bg-color-success:hover, .btn-solid.bg-color-success:hover {
    background-color: #3d8b40; }
  button.bg-color-info:hover, .btn-solid.bg-color-info:hover {
    background-color: #0286c2; }
  button.bg-color-warning:hover, .btn-solid.bg-color-warning:hover {
    background-color: #cc7a00; }
  button.bg-color-danger:hover, .btn-solid.bg-color-danger:hover {
    background-color: #ea1c0d; }

.btn-outline {
  border: solid 2px #607d8b;
  color: #607d8b;
  background: transparent;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out; }
  .btn-outline:hover {
    background-color: #607d8b;
    color: #FFF;
    border: solid 2px #607d8b;
    color: #FFF; }
  .btn-outline.bg-color-primary {
    border: solid 2px #414042;
    color: #414042; }
    .btn-outline.bg-color-primary:hover {
      background-color: #414042;
      color: #FFF;
      border: solid 2px #414042;
      color: #FFF; }
  .btn-outline.bg-color-secondary {
    border: solid 2px #607d8b;
    color: #607d8b; }
    .btn-outline.bg-color-secondary:hover {
      background-color: #607d8b;
      color: #FFF;
      border: solid 2px #607d8b; }
  .btn-outline.bg-color-success {
    border: solid 2px #4caf50;
    color: #4caf50; }
    .btn-outline.bg-color-success:hover {
      background-color: #4caf50;
      color: #FFF;
      border: solid 2px #4caf50; }
  .btn-outline.bg-color-info {
    border: solid 2px #03a9f4;
    color: #03a9f4; }
    .btn-outline.bg-color-info:hover {
      background-color: #03a9f4;
      color: #FFF;
      border: solid 2px #03a9f4; }
  .btn-outline.bg-color-warning {
    border: solid 2px #ff9800;
    color: #ff9800; }
    .btn-outline.bg-color-warning:hover {
      background-color: #ff9800;
      color: #FFF;
      border: solid 2px #ff9800; }
  .btn-outline.bg-color-danger {
    border: solid 2px #f44336;
    color: #f44336; }
    .btn-outline.bg-color-danger:hover {
      background-color: #f44336;
      color: #FFF;
      border: solid 2px #f44336; }

.horizontal-btn-group {
  display: flex;
  width: 100%; }
  @media screen and (max-width: 768px) {
    .horizontal-btn-group {
      flex-direction: column; } }
  .horizontal-btn-group button {
    margin-right: 16px; }
    .horizontal-btn-group button:last-child {
      margin-right: 0; }

.input-plus {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: baseline;
  padding-left: 25px; }
  .input-plus svg {
    margin-right: 8px;
    width: 15px; }

form {
  max-width: 200;
  font-weight: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 8px; }

label {
  margin-bottom: 8px;
  display: flex; }
  label b {
    margin-left: 8px;
    font-weight: 300; }

input[type=text],
input[type=email],
input[type=search],
input[type=tel],
input[type=url],
input[type=password],
textarea, select {
  min-width: 80px;
  width: 100%;
  height: 40px;
  background-color: transparent;
  padding-left: 8px;
  margin-bottom: 16px;
  border: solid 1px #6c6c6d;
  border-radius: 0;
  text-align: left;
  font-size: 16px;
  font-weight: 300;
  color: #414042;
  -webkit-transition: border-color 400ms ease-in-out;
  transition: border-color 400ms ease-in-out; }
  input[type=text]:focus,
  input[type=email]:focus,
  input[type=search]:focus,
  input[type=tel]:focus,
  input[type=url]:focus,
  input[type=password]:focus,
  textarea:focus, select:focus {
    outline: none; }
  input[type=text]:active, input[type=text]:focus, input[type=text]:visited,
  input[type=email]:active,
  input[type=email]:focus,
  input[type=email]:visited,
  input[type=search]:active,
  input[type=search]:focus,
  input[type=search]:visited,
  input[type=tel]:active,
  input[type=tel]:focus,
  input[type=tel]:visited,
  input[type=url]:active,
  input[type=url]:focus,
  input[type=url]:visited,
  input[type=password]:active,
  input[type=password]:focus,
  input[type=password]:visited,
  textarea:active,
  textarea:focus,
  textarea:visited, select:active, select:focus, select:visited {
    border-bottom-color: #FFF; }

select {
  border-color: #d9d9d9; }
  select:focus {
    outline: none; }
  select:active, select:focus, select:visited {
    border-bottom-color: #FFF; }

input[type=file] {
  margin-bottom: 16px; }

input[type=radio],
input[type=checkbox] {
  margin-top: 4px;
  margin-bottom: 16px;
  margin-left: 8px; }

table {
  width: 100%; }
  table tr th {
    color: black;
    font-weight: 500;
    text-align: left;
    padding-top: 8px;
    padding-right: 0;
    padding-bottom: 8px;
    padding-left: 0; }
    table tr th span {
      font-size: smaller;
      color: #f2f2f2; }
    table tr th:last-child {
      padding-right: 0;
      text-align: right; }
  table td {
    width: 15%;
    text-align: left;
    vertical-align: top;
    padding-top: 8px;
    padding-right: 0;
    padding-bottom: 8px;
    padding-left: 0;
    color: #595959; }
    table td:first-child {
      width: 15%; }
    table td:nth-child(2) {
      width: 27%; }
    table td:nth-child(3) {
      width: 15%; }
    table td:nth-child(4) {
      width: 28%; }
    table td:last-child {
      border-right: none;
      text-align: right;
      width: 14%;
      margin-left: 50%; }
    table td p {
      line-height: .5; }
    table td span {
      font-size: smaller;
      color: gray; }
    table td input {
      width: 56px;
      padding-left: 8px; }

@media screen and (max-width: 600px) {
  table {
    width: 100%; }
    table td:first-child {
      width: 20%; }
    table td:nth-child(2) {
      width: 80%;
      margin-left: 20%;
      padding-left: 8px; }
    table td:nth-child(3) {
      width: 25%; }
    table td:nth-child(4) {
      width: 70%; }
    table td:last-child {
      border-right: none;
      text-align: right;
      width: 100%;
      margin-left: 0; } }
img {
  max-width: 100%;
  width: 100%;
  margin-bottom: 16px; }

.icons-list-inline-sm img {
  max-width: 32px;
  padding-right: 8px; }

.icons-list-inline img {
  max-width: 64px; }

.icons-list-inline-lg img {
  max-width: 128px; }

.icons-list-inline-xlg img {
  max-width: 256px;
  max-height: 256px; }

.p-img-left {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .p-img-left img {
    max-width: 33%;
    margin-right: 16px; }

.p-img-right {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .p-img-right img {
    max-width: 33%;
    margin-right: 16px; }

/* Reset Select */
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: 0;
  box-shadow: none;
  border: 0 !important;
  background: white;
  background-image: none; }

/* Custom Select */
.select {
  position: relative;
  display: block;
  /*width: 100%;*/
  height: 2em;
  line-height: 1.5;
  background: white;
  overflow: hidden;
  border-radius: 22px;
  border: solid 1px black; }

select {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0 0 0 .5em;
  color: black;
  cursor: pointer; }

select::-ms-expand {
  display: none; }

/* Arrow */
.select::after {
  content: '\2228';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0 1em;
  background: white;
  pointer-events: none;
  color: black; }

/* Transition */
.select:hover::after {
  color: black; }

.select::after {
  -webkit-transition: .25s all ease;
  -o-transition: .25s all ease;
  transition: .25s all ease; }

.container-filtros {
  margin-top: 24px;
  margin-bottom: 24px;
  border-radius: 0; }
  .container-filtros a {
    border-radius: 0;
    background-color: #ffffff;
    border-color: #6c6c6d;
    color: #151E21; }
  .container-filtros .activo {
    border-radius: 0;
    background-color: #6c6c6d;
    border-color: #6c6c6d;
    color: #ffffff; }

.search {
  margin-top: 24px;
  padding-left: 16px;
  padding-right: 16px; }
  .search form {
    flex-direction: row-reverse; }
    .search form .input-group {
      width: 80%; }
  @media screen and (max-width: 768px) {
    .search {
      margin-top: 24px;
      padding-left: 0;
      padding-right: 0; }
      .search form .input-group {
        width: 100%; } }

.input-group {
  display: inline-flex;
  width: 100%;
  height: 40px; }
  .input-group .input-group-ad {
    padding: 12px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #fff;
    text-align: center;
    background-color: #6c6c6d;
    border-radius: 0; }

.hero {
  width: 100%;
  height: 740px; }
  .hero .appear {
    opacity: 1;
    transition: all 2s; }
  .hero .disappear {
    opacity: 0;
    transition: all 2s; }
  @media (max-aspect-ratio: 1 / 1) {
    .hero {
      margin: 0; } }
  .hero .hero-background {
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative; }
  .hero .hero-1 {
    background-image: url("../img/hero/hero-1.png"); }
  .hero .hero-2 {
    background-image: url("../img/hero/hero-2.png"); }
  .hero .hero-3 {
    background-image: url("../img/hero/hero-3.png"); }
  .hero .hero-blur {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.5);
    height: 100%; }
  .hero .hero-content {
    display: flex;
    flex-direction: column;
    justify-items: center;
    align-items: center; }
    .hero .hero-content .khan-icon {
      width: 100px; }
    .hero .hero-content h1,
    .hero .hero-content h2,
    .hero .hero-content h3,
    .hero .hero-content h4,
    .hero .hero-content h5,
    .hero .hero-content h6,
    .hero .hero-content p {
      color: white; }
    .hero .hero-content .hero-title {
      font-size: 22px;
      font-family: 'Roboto';
      font-weight: 500;
      letter-spacing: 11px;
      margin-bottom: 24px; }
      @media screen and (max-width: 550px) {
        .hero .hero-content .hero-title {
          font-size: 16px; } }
    .hero .hero-content .big-title {
      font-size: 72px;
      letter-spacing: 6.5px;
      font-weight: bold;
      font-family: 'Anton'; }
      @media screen and (max-width: 550px) {
        .hero .hero-content .big-title {
          font-size: 52px; } }
    .hero .hero-content p {
      font-size: 20px; }
      @media screen and (max-width: 550px) {
        .hero .hero-content p {
          font-size: 14px; } }
    .hero .hero-content * {
      text-align: center; }
  .hero .hero-text {
    text-align: start;
    position: absolute;
    top: 72%;
    left: 24%;
    transform: translate(-50%, -50%);
    color: white;
    line-height: 1; }
    .hero .hero-text h1 {
      font-size: 56px;
      color: #ffffff;
      text-transform: capitalize;
      margin: 0; }
    .hero .hero-text p {
      color: #ffffff;
      font-size: 32px;
      text-transform: capitalize; }
    .hero .hero-text button {
      border: none;
      outline: 0;
      display: inline-block;
      padding: 15px 25px;
      color: #ffffff;
      background-color: #a0a0a0;
      text-align: center;
      cursor: pointer;
      border-radius: 7px; }
  .hero .hero-text button:hover {
    background-color: #555;
    color: white; }
  @media screen and (max-width: 992px) {
    .hero {
      height: calc(100vh - 92px);
      min-height: 550px;
      max-height: 800px; } }
  @media screen and (max-width: 900px) {
    .hero {
      width: 100%; }
      .hero .hero-text {
        left: 27%; } }
  @media screen and (max-width: 768px) {
    .hero .hero-text {
      left: 32%;
      text-align: justify; } }
  @media screen and (max-width: 640px) {
    .hero .hero-text {
      left: 35%; }
      .hero .hero-text h1 {
        font-size: 40px; }
      .hero .hero-text p {
        font-size: 16px; } }
  @media screen and (max-width: 480px) {
    .hero .hero-text h1 {
      font-size: 24px; }
    .hero .hero-text button {
      padding: 8px 25px; } }

@keyframes magic {
  0% {
    clip-path: polygon(58% 0, 100% 0, 100% 100%, 60% 100%); }
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }
.video_container {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: relative;
  overflow: hidden; }
  .video_container i {
    position: absolute;
    bottom: 6rem;
    color: #ffffff;
    font-size: 100px;
    cursor: pointer; }
  @media screen and (max-width: 3000px) {
    .video_container i {
      bottom: 2.5rem;
      font-size: 55px; } }
  @media screen and (max-width: 1400px) {
    .video_container i {
      bottom: 1rem;
      font-size: 40px; } }
  @media screen and (max-width: 768px) {
    .video_container {
      height: 300px; }
      .video_container #video-preview-hero {
        width: auto; } }
  @media screen and (max-width: 500px) {
    .video_container {
      height: 200px; }
      .video_container i {
        bottom: 0.75rem;
        font-size: 30px; } }

.disable {
  display: none !important; }

.modal-video {
  position: fixed;
  display: none;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99999;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.7);
  perspective: 1000px; }
  .modal-video .close-modal {
    top: 0;
    position: absolute;
    right: 39px;
    width: 30px;
    height: 30px;
    border-radius: 49%;
    z-index: 1;
    color: white;
    font-size: 45px; }
  @media screen and (max-width: 1105px) {
    .modal-video .close-modal {
      right: 0px; } }

.modal-video-content {
  background-color: transparent;
  transform: rotateX(0deg);
  margin-top: 0rem;
  opacity: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  max-width: 700px;
  height: 380px; }
  .modal-video-content iframe {
    width: 95%;
    height: 100%; }
    @media screen and (max-width: 768px) {
      .modal-video-content iframe {
        height: 320px; } }
  .modal-video-content i {
    position: absolute;
    top: -19px;
    color: white;
    font-size: 22px;
    z-index: 9999;
    right: -32px;
    cursor: pointer; }
    @media screen and (max-width: 768px) {
      .modal-video-content i {
        top: -25px;
        right: -12px; } }
  .modal-video-content .modal-title {
    font-size: 1.3rem;
    font-family: 'Oswald'; }
  .modal-video-content hr {
    margin: 2rem 0;
    width: 80%;
    background-color: #CC1B6E;
    border: none;
    height: 3px; }
  .modal-video-content .modal-text {
    width: 80%;
    text-align: center; }
  .modal-video-content .space {
    margin: 1rem 0; }
  .modal-video-content .send {
    justify-content: center;
    margin-top: 1.5rem; }
    .modal-video-content .send input {
      padding: 13px; }

.menu-container {
  display: inline-flex;
  font-size: 14px;
  margin-top: 64px;
  line-height: 1.5; }
  .menu-container ul {
    list-style: none; }
    .menu-container ul li {
      cursor: pointer; }
      .menu-container ul li .last-products {
        padding-top: 16px; }
  .menu-container .list-title {
    font-weight: bolder;
    font-size: 16px; }
  .menu-container .sub-list {
    padding-top: 32px; }
  @media screen and (max-width: 480px) {
    .menu-container {
      display: block; }
      .menu-container .sub-list {
        padding-top: 8px; } }

.alert-content {
  width: 100%;
  height: 48px;
  background-color: #ececec;
  display: inline-flex; }
  .alert-content .text-content {
    width: 95%;
    display: flex;
    flex-direction: row;
    justify-content: center; }
    .alert-content .text-content .texto-verde {
      color: #008129;
      font-size: 18px;
      padding-top: 8px; }
  .alert-content .botton-x {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    width: 5%;
    margin-top: 8px;
    padding-right: 24px; }
    .alert-content .botton-x button {
      width: 0;
      border-radius: 50%;
      border: 2px solid #a0a0a0;
      background-color: unset; }
    .alert-content .botton-x .text-botton {
      padding-left: 7px;
      padding-top: 4px;
      padding-right: 18px;
      padding-bottom: 20px;
      color: #a0a0a0;
      cursor: pointer; }
    .alert-content .botton-x .c-oculto {
      display: none; }
    .alert-content .botton-x .c-mostrar {
      display: block; }
  @media screen and (max-width: 480px) {
    .alert-content .text-content .texto-verde {
      font-size: 14px; }
    .alert-content .botton-x {
      padding-right: 8px; } }

.hero_aboutus {
  width: 100%;
  background-image: url(../img/quienes/back.png);
  min-height: 700px;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -10px;
  display: flex;
  justify-content: center;
  align-items: center; }
  .hero_aboutus .hero_max_width {
    width: 100%;
    max-width: 1100px;
    display: flex;
    justify-content: flex-start; }
  .hero_aboutus .hero_text {
    padding-left: 1rem; }
    .hero_aboutus .hero_text p {
      width: 50%;
      margin-top: 4rem; }
  @media screen and (max-width: 992px) {
    .hero_aboutus {
      background-position-x: 19%; }
      .hero_aboutus .hero_text {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 4rem 1rem; }
        .hero_aboutus .hero_text p {
          width: 100%;
          text-align: center; } }
  @media screen and (max-width: 768px) {
    .hero_aboutus {
      min-height: 1000px;
      align-items: flex-start; } }

body {
  margin-left: 0; }

.header-container {
  position: fixed;
  background-color: #151E21;
  width: 100%;
  z-index: 1000;
  top: 0;
  transition: top .2s ease-in-out;
  box-shadow: 0px 6px 5px -6px rgba(0, 0, 0, 0.15);
  padding-bottom: 0 !important;
  padding-top: 0 !important;
  font-family: 'Polly';
  font-weight: bold; }
  .header-container .navbar {
    width: 100%; }
  .header-container nav {
    display: flex;
    width: auto;
    height: 70px;
    justify-content: space-between; }
  @media screen and (max-width: 992px) {
    .header-container {
      height: 60px; } }

.nav-collapse {
  top: -81px; }
  @media screen and (max-width: 992px) {
    .nav-collapse {
      top: 0; } }

@media screen and (max-width: 992px) {
  .nav-collapse2 {
    top: -81px; } }

.backgroud-header {
  width: 100%;
  height: 80px;
  background-color: #6c6c6d; }
  @media screen and (max-width: 992px) {
    .backgroud-header {
      background-color: #fff;
      height: 70px; } }

.d-none {
  display: none; }
  @media screen and (max-width: 992px) {
    .d-none {
      display: block; } }

header.main-nav {
  max-width: 1232px;
  padding-right: 16px;
  padding-left: 16px;
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  height: 100%; }
  header.main-nav a {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 2rem; }
    header.main-nav a svg {
      width: 160px; }
      header.main-nav a svg .logo-fill {
        fill: #59595B; }
  header.main-nav .img-responsive img {
    width: auto;
    height: 36px; }
  header.main-nav .social-community {
    display: flex;
    justify-content: center;
    align-items: center; }
    header.main-nav .social-community .social-icons {
      display: flex; }
    header.main-nav .social-community p {
      margin: 0; }
    header.main-nav .social-community .language-section {
      display: flex;
      margin-left: 1rem;
      cursor: pointer; }
      header.main-nav .social-community .language-section p {
        color: #ffffff;
        margin-left: 5px;
        font-family: 'Roboto'; }
    header.main-nav .social-community i {
      margin-right: 16px;
      font-size: 16px;
      color: #ffffff; }
    header.main-nav .social-community .email-section {
      margin: 0;
      cursor: pointer; }
  @media screen and (max-width: 992px) {
    header.main-nav {
      justify-content: center; }
      header.main-nav nav {
        display: none; }
      header.main-nav .img-responsive img {
        width: auto;
        height: 30px; }
      header.main-nav .social-community {
        flex-direction: column;
        margin-top: auto;
        margin-bottom: 2rem;
        display: none; }
        header.main-nav .social-community .social-icons {
          order: 2; }
        header.main-nav .social-community .language-section {
          order: 1;
          margin-bottom: 1rem;
          margin-left: 0; } }
  header.main-nav img {
    margin: 0;
    padding-bottom: 0; }
  header.main-nav button {
    margin: 0; }
  header.main-nav ul {
    display: flex;
    justify-content: space-between;
    list-style: none;
    margin-bottom: 0;
    padding-bottom: 0;
    width: 100%;
    min-width: 188px; }
    header.main-nav ul a {
      display: flex;
      align-items: center;
      margin-right: 8px;
      cursor: pointer; }
      header.main-nav ul a:last-child {
        margin-right: 0; }
    header.main-nav ul .dropdown {
      position: relative;
      display: flex;
      align-items: center;
      margin-top: 12px;
      margin-right: 8px;
      margin-left: 32px;
      cursor: pointer;
      flex-direction: column;
      justify-content: center; }
      header.main-nav ul .dropdown .drop-title {
        display: flex;
        margin-bottom: -3px; }
        header.main-nav ul .dropdown .drop-title .big_circle {
          margin-top: 6px; }
      header.main-nav ul .dropdown li {
        position: relative;
        flex-direction: column; }
      header.main-nav ul .dropdown i {
        color: #ffffff;
        padding-left: 4px; }
      header.main-nav ul .dropdown .close-arr {
        display: none;
        line-height: .5 !important;
        margin-top: 8px; }
      header.main-nav ul .dropdown .services-drop {
        position: absolute;
        top: 58px;
        left: 0;
        background-color: #151E21;
        width: 180px;
        display: none; }
        header.main-nav ul .dropdown .services-drop ul {
          padding-left: 0;
          flex-direction: column;
          margin-top: 8px; }
          header.main-nav ul .dropdown .services-drop ul a {
            justify-content: flex-start;
            padding: 0 8px 8px 8px;
            margin: 0 8px 8px 8px;
            border-bottom: 1px solid #DEDEDE; }
            header.main-nav ul .dropdown .services-drop ul a:last-child {
              border-bottom: none; }
            header.main-nav ul .dropdown .services-drop ul a li:hover {
              color: #B42C25; }
      @media screen and (max-width: 992px) {
        header.main-nav ul .dropdown {
          flex-direction: column;
          align-items: flex-start;
          margin-left: 0;
          margin-bottom: 1rem; }
          header.main-nav ul .dropdown .drop-title {
            flex-direction: column; }
            header.main-nav ul .dropdown .drop-title .big_circle {
              margin-top: 0;
              margin-bottom: .7rem; }
          header.main-nav ul .dropdown .services-drop {
            display: block;
            position: relative;
            top: 0px; } }
    header.main-nav ul li {
      display: flex;
      align-items: center;
      margin-bottom: 0;
      color: #ffffff;
      font-size: 14px;
      padding: 0 4px;
      padding-bottom: 0;
      text-transform: uppercase;
      font-family: 'Anton';
      font-weight: normal; }
      header.main-nav ul li:hover {
        color: #B42C25; }
        header.main-nav ul li:hover i {
          color: #B42C25; }
      @media screen and (max-width: 992px) {
        header.main-nav ul li {
          font-size: 15px; } }
      @media screen and (max-width: 375px) {
        header.main-nav ul li {
          font-size: 14px; } }
      @media screen and (max-width: 320px) {
        header.main-nav ul li {
          font-size: 12px; } }
    header.main-nav ul .services-drop i {
      margin-left: 8px; }
    header.main-nav ul img {
      width: 36px;
      height: auto;
      padding-bottom: 0; }
    header.main-nav ul a.link li {
      color: #31a3d6; }
    header.main-nav ul a.link:hover li {
      text-decoration: underline; }

header.main-nav.responsive {
  width: 100%;
  height: 100%;
  position: fixed;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  background-color: #151E21;
  padding-right: 0;
  padding-left: 0; }
  header.main-nav.responsive a {
    height: 10%;
    margin: 0;
    width: fit-content;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 0; }
    header.main-nav.responsive a svg {
      width: 160px; }
      header.main-nav.responsive a svg .logo-fill {
        fill: #ffffff; }
    header.main-nav.responsive a .big_circle {
      margin-bottom: .7rem; }
  header.main-nav.responsive .img-responsive {
    height: 60px;
    display: flex;
    justify-content: center; }
  header.main-nav.responsive .social-community {
    display: flex;
    align-items: flex-start; }
  header.main-nav.responsive nav {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 70%;
    margin-top: 1.5rem;
    align-items: center; }
    header.main-nav.responsive nav ul {
      display: flex;
      height: 100%;
      width: fit-content;
      flex-direction: column;
      justify-content: flex-start;
      align-items: flex-start;
      margin-bottom: 0;
      padding: 0; }
      header.main-nav.responsive nav ul a.link {
        height: 20%; }
        header.main-nav.responsive nav ul a.link li {
          text-transform: uppercase; }
      header.main-nav.responsive nav ul .btn-doctors,
      header.main-nav.responsive nav ul .btn-sign-up {
        background-color: transparent;
        color: #ffffff;
        border: none;
        padding: 0; }
  header.main-nav.responsive #nav-icon span {
    background: #ffffff; }

#nav-icon {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 44px;
  height: 30px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  display: none; }
  @media screen and (max-width: 992px) {
    #nav-icon {
      display: block; } }

#nav-icon span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #ffffff;
  border-radius: 12px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out; }

/* Icon */
#nav-icon span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center; }

#nav-icon span:nth-child(2) {
  top: 12px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center; }

#nav-icon span:nth-child(3) {
  top: 24px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center; }

#nav-icon.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -3px;
  left: 8px; }

#nav-icon.open span:nth-child(2) {
  width: 0%;
  opacity: 0; }

#nav-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 29px;
  left: 8px; }

.selected-menu-option {
  color: #B42C25 !important; }

.about_us_container {
  margin-top: 5rem; }
  .about_us_container .about_us_content p {
    color: black;
    margin-top: 40px;
    width: 60%; }
  .about_us_container .about_us_content .logos-images {
    display: flex;
    margin-top: 40px;
    margin-bottom: 40px; }
    .about_us_container .about_us_content .logos-images img {
      width: 44px;
      margin-left: 18px; }
      .about_us_container .about_us_content .logos-images img:first-child {
        margin-left: 0; }
  @media screen and (max-width: 992px) {
    .about_us_container .about_us_content p {
      color: black;
      margin-top: 40px;
      width: 96%;
      text-align: center; } }
  .about_us_container .about_us_content_background {
    display: flex;
    justify-content: space-between;
    margin-top: -30rem; }
    .about_us_container .about_us_content_background .triangle_left {
      width: 0;
      height: 0;
      border-right: 14vw solid transparent;
      border-top: 10vw solid transparent;
      border-left: 27vw solid #b42c25;
      border-bottom: 5vw solid #b42c25; }
    .about_us_container .about_us_content_background .triangle_right {
      width: 0;
      height: 0;
      border-left: 14vw solid transparent;
      border-top: 10vw solid transparent;
      border-right: 27vw solid #b42c25;
      border-bottom: 5vw solid #b42c25; }
    @media screen and (max-width: 3000px) {
      .about_us_container .about_us_content_background {
        margin-top: -5rem; } }
    @media screen and (max-width: 992px) {
      .about_us_container .about_us_content_background {
        margin-top: 0; }
        .about_us_container .about_us_content_background .triangle_left {
          display: none; }
        .about_us_container .about_us_content_background .triangle_right {
          border-left: 36vw solid transparent;
          border-top: 23vw solid transparent;
          border-right: 64vw solid #b42c25;
          border-bottom: 13vw solid #b42c25; } }

.services_content .first_service_title .circle_and_rectangule {
  display: flex;
  margin-bottom: -5rem;
  align-items: flex-start;
  justify-content: center; }
  .services_content .first_service_title .circle_and_rectangule .circle {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center; }
    .services_content .first_service_title .circle_and_rectangule .circle .red_circle {
      z-index: 1;
      border-radius: 50%;
      border: 2px solid #B42C25; }
      .services_content .first_service_title .circle_and_rectangule .circle .red_circle i {
        padding: 1rem;
        font-size: 18px;
        color: #B42C25; }
  .services_content .first_service_title .circle_and_rectangule .rectangule {
    width: 300px;
    height: 100px;
    background-color: white;
    margin-left: -5rem;
    border-radius: 55px;
    display: flex;
    justify-content: center;
    align-items: center; }
    .services_content .first_service_title .circle_and_rectangule .rectangule h2 {
      color: #151E21;
      margin-top: 4%;
      font-weight: normal;
      font-size: 34px; }
.services_content .a_service {
  background-color: #151E21;
  width: 100%;
  min-height: 40vh;
  display: flex;
  justify-content: center; }
  .services_content .a_service .two-columns {
    width: 100%;
    display: flex;
    padding-top: 6rem;
    max-width: 1100px;
    justify-content: center; }
    .services_content .a_service .two-columns .first_column {
      justify-content: flex-end; }
    .services_content .a_service .two-columns .bigimage img {
      width: 95% !important; }
    .services_content .a_service .two-columns .start_image {
      justify-content: flex-start; }
    .services_content .a_service .two-columns .center_image {
      justify-content: center; }
    .services_content .a_service .two-columns .band_image {
      align-items: flex-end !important; }
      @media screen and (max-width: 992px) {
        .services_content .a_service .two-columns .band_image {
          justify-content: center;
          align-items: center !important;
          margin: 5rem 0 5rem 0; } }
      @media screen and (max-width: 480px) {
        .services_content .a_service .two-columns .band_image {
          margin: 3rem 0 4rem 0; } }
    .services_content .a_service .two-columns .onecolumn {
      width: 50%;
      display: flex;
      flex-direction: column;
      align-items: center; }
      .services_content .a_service .two-columns .onecolumn .title {
        margin-bottom: 1rem; }
      .services_content .a_service .two-columns .onecolumn img {
        width: 56%;
        margin: 0; }
      .services_content .a_service .two-columns .onecolumn p {
        width: 90%;
        margin-top: 1rem;
        font-weight: normal; }
      .services_content .a_service .two-columns .onecolumn .title_and_minititle .mini_title p {
        text-align: left;
        font-size: 12px;
        letter-spacing: 18.67px;
        color: #151E21;
        text-transform: uppercase;
        font-weight: bold; }
      .services_content .a_service .two-columns .onecolumn .title_and_minititle .mini_title .white {
        color: #ffffff; }
      .services_content .a_service .two-columns .onecolumn .hire_a_service {
        width: 90%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-top: 2rem;
        padding-bottom: 5rem;
        position: relative; }
        .services_content .a_service .two-columns .onecolumn .hire_a_service .red_square {
          border: 1px solid #B42C25;
          margin-top: -2.4rem;
          padding: 2rem;
          display: flex;
          justify-content: center; }
        .services_content .a_service .two-columns .onecolumn .hire_a_service .information_content {
          position: absolute;
          top: 14px;
          left: -6px;
          background-color: #b42c25;
          padding: 1px 7px;
          border-radius: 50%;
          font-size: 12px; }
          .services_content .a_service .two-columns .onecolumn .hire_a_service .information_content i {
            color: #ffffff; }
        .services_content .a_service .two-columns .onecolumn .hire_a_service .circles-services {
          display: flex;
          z-index: 1;
          margin-top: -4%; }
          .services_content .a_service .two-columns .onecolumn .hire_a_service .circles-services .circle-service {
            border: 1px solid #b42c25;
            border-radius: 50%;
            padding: 7px;
            display: flex;
            justify-content: center;
            align-items: center;
            background-color: #151E21; }
            .services_content .a_service .two-columns .onecolumn .hire_a_service .circles-services .circle-service:last-child {
              margin-right: 0; }
          .services_content .a_service .two-columns .onecolumn .hire_a_service .circles-services .white_circle {
            border: 1px solid #ffffff;
            background-color: #01010B; }
          .services_content .a_service .two-columns .onecolumn .hire_a_service .circles-services img {
            width: 30px;
            height: 30px; }
          .services_content .a_service .two-columns .onecolumn .hire_a_service .circles-services .circle_and_text {
            display: flex;
            flex-direction: column;
            align-items: center; }
            .services_content .a_service .two-columns .onecolumn .hire_a_service .circles-services .circle_and_text p {
              margin: 0;
              padding: 0;
              font-size: 12px;
              text-align: center;
              margin-top: 4px; }
    @media screen and (max-width: 992px) {
      .services_content .a_service .two-columns {
        flex-direction: column; }
        .services_content .a_service .two-columns .onecolumn {
          width: 100%;
          order: 1; }
          .services_content .a_service .two-columns .onecolumn img {
            width: 60%;
            max-width: 300px; }
          .services_content .a_service .two-columns .onecolumn .hire_a_service .circles-services {
            margin-top: -7%; }
        .services_content .a_service .two-columns .first_column {
          order: 2; } }
.services_content .service_white {
  background-color: #ffffff;
  flex-direction: column;
  align-items: center;
  position: relative; }
  .services_content .service_white p {
    color: #151E21; }
  .services_content .service_white .circle-service {
    background-color: #ffffff !important; }
  .services_content .service_white .two-columns {
    z-index: 1; }
  .services_content .service_white .triangle_right {
    position: absolute;
    right: 0;
    bottom: 0;
    border-left: 19vw solid transparent;
    border-top: 6vw solid transparent;
    border-right: 24vw solid #b42c25;
    border-bottom: 5vw solid #b42c25; }
    @media screen and (max-width: 992px) {
      .services_content .service_white .triangle_right {
        border-left: 64vw solid transparent;
        border-top: 12vw solid transparent;
        border-right: 36vw solid #b42c25;
        border-bottom: 24vw solid #b42c25; } }
.services_content .band_white {
  background-image: url(../img/services/tecsol/banda.svg);
  background-repeat: no-repeat;
  background-position-x: 59%;
  background-size: 2000px;
  background-position-y: bottom; }
  @media screen and (max-width: 3200px) {
    .services_content .band_white {
      background-position-x: 72%; } }
  @media screen and (max-width: 2500px) {
    .services_content .band_white {
      background-position-x: 97%; } }
  @media screen and (max-width: 2180px) {
    .services_content .band_white {
      background-position-x: 216%; } }
  @media screen and (max-width: 2000px) {
    .services_content .band_white {
      background-size: 94%; } }
  @media screen and (max-width: 992px) {
    .services_content .band_white {
      background-position-x: 97%;
      background-size: 880px;
      background-position-y: 278%; } }
  @media screen and (max-width: 480px) {
    .services_content .band_white {
      background-position-x: 82%;
      background-size: 880px;
      background-position-y: 109%; } }
.services_content .satelital_back {
  background-image: url(../img/services/rastreo/backworld.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position-y: bottom; }
.services_content #cursos .service-text {
  margin-bottom: 2em; }
.services_content #cursos .red_square {
  position: relative;
  padding-bottom: 40px;
  padding-top: 25px; }
  .services_content #cursos .red_square p {
    margin-top: 0; }
  .services_content #cursos .red_square .button_red {
    position: absolute;
    margin: 0;
    bottom: -23px; }
  .services_content #cursos .red_square .information_content {
    top: -10px;
    left: -10px; }
.services_content #cursos .courses-slider {
  color: black;
  width: 80%;
  margin-bottom: 2rem;
  position: relative;
  height: 100px; }
  @media screen and (max-width: 992px) {
    .services_content #cursos .courses-slider {
      height: 75px; } }
  .services_content #cursos .courses-slider .course {
    display: flex;
    flex-direction: column;
    align-items: center; }
    .services_content #cursos .courses-slider .course .icon-course {
      height: 40px;
      width: auto; }
      @media screen and (max-width: 992px) {
        .services_content #cursos .courses-slider .course .icon-course {
          height: 30px; } }
    .services_content #cursos .courses-slider .course p {
      text-align: center;
      font-size: 12px;
      height: 60px;
      line-height: 1; }
      @media screen and (max-width: 992px) {
        .services_content #cursos .courses-slider .course p {
          font-size: 12px; } }
  .services_content #cursos .courses-slider .slick-arrow {
    font-size: 20px;
    position: absolute; }
  .services_content #cursos .courses-slider .fa-chevron-left {
    left: -20px;
    top: calc(50% - 10px); }
  .services_content #cursos .courses-slider .fa-chevron-right {
    right: -20px;
    top: calc(50% - 10px); }

.commitment-section {
  width: 100%;
  background-image: url("../img/commitment/background.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative; }
  .commitment-section .title {
    margin-bottom: 50px;
    font-size: 40px; }
  .commitment-section .opac-background {
    background-color: rgba(0, 0, 0, 0.8);
    padding: 50px 0; }
  .commitment-section p {
    text-align: center; }
  .commitment-section .text-commitment {
    max-width: 856px;
    margin-bottom: 50px; }
  .commitment-section .khan-white-logo {
    width: 100px; }

.why-khan-section {
  padding: 80px 0; }
  .why-khan-section .cards-container {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-around;
    margin-top: 3rem; }
    .why-khan-section .cards-container * {
      color: #303030;
      text-align: center; }
    .why-khan-section .cards-container .card {
      width: 30%;
      margin: 15px 0;
      padding: 60px 24px;
      box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
      display: flex;
      flex-direction: column;
      align-items: center; }
      .why-khan-section .cards-container .card h4 {
        color: #151E21;
        text-transform: uppercase;
        margin-bottom: 20px;
        font-size: 22px; }
        .why-khan-section .cards-container .card h4 span {
          margin: 0;
          font-size: 12px;
          font-weight: bold;
          font-family: 'Roboto'; }
      .why-khan-section .cards-container .card .icon {
        width: auto;
        height: 68px; }
      .why-khan-section .cards-container .card .description-text {
        font-size: 14px; }
    @media screen and (max-width: 992px) {
      .why-khan-section .cards-container {
        margin-top: 1.5rem; }
        .why-khan-section .cards-container .card {
          width: 48%;
          margin: 10px 0;
          padding: 48px 8px; } }
    @media screen and (max-width: 668px) {
      .why-khan-section .cards-container .card {
        width: 47%;
        margin: 10px 0; }
        .why-khan-section .cards-container .card h4 {
          font-size: 20px; } }
    @media screen and (max-width: 375px) {
      .why-khan-section .cards-container .card {
        width: 100%; } }

.main-footer {
  display: flex;
  width: 100%;
  flex-direction: column; }
  .main-footer .top-footer {
    display: flex;
    background-color: #151E21;
    padding: 60px 0; }
    .main-footer .top-footer .wrap {
      flex-direction: row;
      justify-content: space-between; }
      @media screen and (max-width: 992px) {
        .main-footer .top-footer .wrap {
          flex-direction: column;
          align-items: flex-start;
          max-width: 310px; } }
    .main-footer .top-footer .footer-list-title h4, .main-footer .top-footer .footer-list-title a {
      color: white; }
    .main-footer .top-footer .footer-list-title h4 {
      font-size: 22px;
      font-weight: 500;
      margin-bottom: 0.8em; }
    .main-footer .top-footer .footer-list-title a {
      font-size: 12px;
      display: flex;
      align-items: center; }
    .main-footer .top-footer .footer-list-title ul {
      list-style-type: none;
      padding: 0; }
    .main-footer .top-footer .footer-list-title li {
      display: flex;
      align-items: center;
      height: 24px; }
    .main-footer .top-footer .footer-list-title .icon {
      color: #B42C25;
      width: 24px; }
    .main-footer .top-footer .footer-list-title .big_circle {
      margin-right: 12px; }
    @media screen and (max-width: 992px) {
      .main-footer .top-footer .footer-list-title {
        order: 2;
        margin-bottom: 2.5rem; } }
    @media screen and (max-width: 992px) {
      .main-footer .top-footer .sitemap {
        margin-bottom: 0; } }
    .main-footer .top-footer .footer-social-media {
      display: flex;
      align-items: center;
      flex-direction: column; }
      .main-footer .top-footer .footer-social-media .khan-logo {
        width: 85px; }
      .main-footer .top-footer .footer-social-media .social-media-icons {
        display: flex;
        width: 120px;
        justify-content: space-between; }
        .main-footer .top-footer .footer-social-media .social-media-icons a i {
          color: white; }
      @media screen and (max-width: 992px) {
        .main-footer .top-footer .footer-social-media {
          align-self: center;
          order: 1;
          margin-bottom: 2.5rem; } }
  .main-footer .bottom-footer {
    background-color: #121719;
    display: flex;
    width: 100%;
    padding: 25px; }
    .main-footer .bottom-footer p, .main-footer .bottom-footer i {
      color: #A5A5A5; }
    .main-footer .bottom-footer .wrap {
      flex-direction: row;
      justify-content: space-between; }
    .main-footer .bottom-footer .SSL-certificate {
      display: flex;
      align-items: center; }
      .main-footer .bottom-footer .SSL-certificate .SSL-lock-icon {
        border-radius: 50%;
        height: 19px;
        width: 19px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #A5A5A5;
        margin-right: 0.5rem; }
        .main-footer .bottom-footer .SSL-certificate .SSL-lock-icon i {
          color: #121719;
          font-size: 10px;
          margin-left: 1px; }
      .main-footer .bottom-footer .SSL-certificate .SSL-text {
        line-height: 1;
        font-size: 12px; }
        .main-footer .bottom-footer .SSL-certificate .SSL-text .bold {
          font-weight: bold; }
        .main-footer .bottom-footer .SSL-certificate .SSL-text .smaller {
          font-size: 11px; }
    .main-footer .bottom-footer .disclaimer {
      font-size: 12px; }
    .main-footer .bottom-footer #languageSelectFooter {
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      position: relative; }
      .main-footer .bottom-footer #languageSelectFooter i {
        line-height: 1.5 !important;
        font-size: 15px; }
      .main-footer .bottom-footer #languageSelectFooter .fa-globe-americas {
        margin-right: 5px; }
      .main-footer .bottom-footer #languageSelectFooter p {
        margin-right: 5px;
        font-size: 12px; }
      .main-footer .bottom-footer #languageSelectFooter .dropup {
        display: none;
        flex-direction: column;
        position: absolute;
        list-style: none;
        padding: 0;
        bottom: 2em;
        border: solid #DEDEDE 3px;
        background-color: white; }
        .main-footer .bottom-footer #languageSelectFooter .dropup li {
          display: flex;
          justify-content: center;
          color: #A5A5A5;
          font-size: 12px;
          margin: 0;
          padding: 5px; }
        .main-footer .bottom-footer #languageSelectFooter .dropup .divisor-line {
          margin: 0;
          padding: 0; }
          .main-footer .bottom-footer #languageSelectFooter .dropup .divisor-line hr {
            width: 80%;
            margin: 0;
            padding: 0;
            border-color: #DEDEDE; }
    @media screen and (max-width: 992px) {
      .main-footer .bottom-footer .wrap {
        flex-direction: column;
        align-items: center; }
        .main-footer .bottom-footer .wrap > * {
          margin-bottom: 1rem;
          text-align: center; }
          .main-footer .bottom-footer .wrap > *:last-child {
            margin-bottom: 0; } }

.white_boxes {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: -5rem;
  margin-bottom: 6rem; }
  .white_boxes .white_box {
    width: 48%;
    background-color: #ffffff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    padding: 2rem 2rem 1rem 2rem;
    display: flex;
    flex-direction: column;
    align-items: center; }
    .white_boxes .white_box p {
      color: #151E21;
      font-weight: normal;
      padding-bottom: 8px; }
    .white_boxes .white_box i {
      color: #B42C25;
      font-size: 22px;
      margin-top: auto;
      margin-bottom: 0; }
    .white_boxes .white_box .smalltext {
      font-weight: bold;
      font-size: 12px;
      color: #9B9B9B; }
  @media screen and (max-width: 992px) {
    .white_boxes {
      flex-direction: column; }
      .white_boxes .white_box {
        width: 100%;
        margin-bottom: 1rem; }
        .white_boxes .white_box:last-child {
          margin-bottom: 0; } }
  @media screen and (max-width: 768px) {
    .white_boxes {
      margin-top: -65%; } }
  @media screen and (max-width: 480px) {
    .white_boxes {
      margin-top: -90%; } }

.pilares_content {
  display: flex;
  position: relative; }
  .pilares_content .triangle_left {
    width: 0;
    height: 0;
    border-bottom: 12vw solid #b42c25;
    border-right: 19vw solid transparent;
    position: absolute;
    left: 0;
    bottom: 0; }
    @media screen and (max-width: 992px) {
      .pilares_content .triangle_left {
        display: none; } }
  .pilares_content .allpilares {
    width: 100%;
    display: flex;
    margin: 4rem 0 6rem 0; }
    .pilares_content .allpilares .pilar {
      width: 25%;
      display: flex;
      flex-direction: column;
      align-items: center;
      padding: 1rem;
      z-index: 1; }
      .pilares_content .allpilares .pilar .image {
        padding: 8px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        border: 1px solid #151E21;
        border-radius: 50%;
        margin-bottom: 1rem;
        min-height: 58px; }
        .pilares_content .allpilares .pilar .image img {
          width: 40px;
          height: auto;
          margin: 0; }
      .pilares_content .allpilares .pilar .bigtextbox {
        font-size: 23px;
        text-align: center;
        margin-bottom: 1rem; }
      .pilares_content .allpilares .pilar p {
        color: #151E21;
        font-weight: normal;
        font-size: 15px; }
    @media screen and (max-width: 992px) {
      .pilares_content .allpilares {
        flex-wrap: wrap; }
        .pilares_content .allpilares .pilar {
          width: 50%; } }

.ourjob_about {
  width: 100%;
  display: flex;
  justify-content: center;
  background-color: #151E21;
  min-height: 30vh;
  padding: 6rem 0 0 0;
  position: relative; }
  .ourjob_about .half {
    width: 50%;
    z-index: 1; }
    .ourjob_about .half p {
      margin-top: 3rem; }
    @media screen and (max-width: 992px) {
      .ourjob_about .half {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center; } }
  .ourjob_about .half_image {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end; }
    .ourjob_about .half_image img {
      margin: 0;
      width: 90%; }
  .ourjob_about .triangle_right {
    position: absolute;
    right: 0;
    bottom: 0;
    border-left: 19vw solid transparent;
    border-top: 6vw solid transparent;
    border-right: 24vw solid #b42c25;
    border-bottom: 5vw solid #b42c25; }
    @media screen and (max-width: 992px) {
      .ourjob_about .triangle_right {
        border-left: 44vw solid transparent;
        border-top: 15vw solid transparent;
        border-right: 50vw solid #b42c25;
        border-bottom: 23vw solid #b42c25; } }

.bigtextbox {
  font-size: 28px;
  color: #151E21;
  font-family: 'Anton'; }

.modal {
  position: fixed;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  top: 0;
  padding: 2rem 1rem; }
  @media screen and (max-width: 992px) {
    .modal {
      padding: 1rem 1rem; } }

.blurness {
  background-color: rgba(0, 0, 0, 0.5); }

.form-blurness {
  background-color: rgba(0, 0, 0, 0.5); }

.contact-modal {
  background-image: url("../img/contact-modal-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 800px;
  max-height: 700px; }
  @media screen and (max-width: 992px) {
    .contact-modal {
      max-width: 90%;
      max-height: 95%;
      width: 90%; } }

.contact-us-modal {
  background-image: url("../img/fondo-contacto.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 600px;
  max-height: 700px;
  width: 100%; }
  @media screen and (max-width: 992px) {
    .contact-us-modal {
      max-width: 100%;
      width: 100%; } }

.form-modal {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 2rem 6rem;
  margin: 0; }
  @media screen and (max-width: 700px) {
    .form-modal {
      padding: 1rem; } }
  .form-modal .close-button {
    color: white;
    position: absolute;
    cursor: pointer;
    font-size: 30px;
    top: 30px;
    right: 30px; }
    @media screen and (max-width: 992px) {
      .form-modal .close-button {
        font-size: 20px;
        top: 15px;
        right: 15px; } }
  .form-modal .title {
    width: 100%;
    margin-bottom: 1em; }
    .form-modal .title .text-title {
      width: 100%;
      align-items: center;
      justify-content: space-between; }
      @media screen and (max-width: 992px) {
        .form-modal .title .text-title {
          flex-direction: column;
          text-align: center; } }
      .form-modal .title .text-title h2 {
        line-height: 1.5; }
        @media screen and (max-width: 992px) {
          .form-modal .title .text-title h2 {
            font-size: 30px; } }
        @media screen and (max-width: 600px) {
          .form-modal .title .text-title h2 {
            font-size: 24px; } }
      @media screen and (max-width: 992px) {
        .form-modal .title .text-title .space_between {
          margin: 0; } }
      .form-modal .title .text-title .note {
        font-size: 12px;
        width: 256px;
        line-height: 1.25;
        margin-left: 1rem; }
        @media screen and (max-width: 992px) {
          .form-modal .title .text-title .note {
            height: 30px !important;
            font-size: 10px;
            margin-left: 0; } }
    .form-modal .title .line_after {
      justify-content: flex-start; }
      .form-modal .title .line_after .big_circle {
        margin: 0 8px 0 0; }
      .form-modal .title .line_after .allwidth {
        width: 100%; }
  .form-modal label {
    color: white;
    font-family: 'Anton'; }
    @media screen and (max-width: 992px) {
      .form-modal label {
        font-size: 14px; } }
  .form-modal input, .form-modal select, .form-modal textarea {
    border: solid 1px #ffffff !important;
    color: #9A9A9A;
    font-weight: 400;
    background: transparent; }
    @media screen and (max-width: 992px) {
      .form-modal input, .form-modal select, .form-modal textarea {
        font-size: 14px; } }
  .form-modal input, .form-modal select {
    height: 40px !important; }
    @media screen and (max-width: 992px) {
      .form-modal input, .form-modal select {
        height: 30px !important;
        font-size: 14px; } }
  .form-modal textarea {
    border: solid 1px #ffffff !important;
    color: #9A9A9A;
    font-weight: 400;
    background: transparent;
    resize: vertical;
    min-height: 5em; }
  .form-modal button {
    background-color: #B42C25;
    margin-top: 3em; }
    @media screen and (max-width: 992px) {
      .form-modal button {
        height: auto;
        width: 70%;
        font-size: 12px;
        align-self: center; } }
    @media screen and (max-width: 600px) {
      .form-modal button {
        height: auto;
        width: 90%;
        font-size: 12px;
        align-self: center;
        margin-top: 2em; } }
  .form-modal select {
    color: #e9e9e9; }
    .form-modal select option {
      color: black; }
  .form-modal .select-with-arrow {
    position: relative; }
    .form-modal .select-with-arrow .arrow {
      position: absolute;
      top: 14px;
      right: 14px;
      color: white; }
      @media screen and (max-width: 992px) {
        .form-modal .select-with-arrow .arrow {
          top: 8px;
          right: 8px; } }
  .form-modal #services-form-selects {
    display: flex;
    width: 100%;
    justify-content: space-between; }
    .form-modal #services-form-selects .select-with-arrow {
      width: 100%; }
    .form-modal #services-form-selects #courses-select-container {
      display: none; }
  .form-modal #contact-form-selects {
    display: flex;
    width: 100%;
    margin-bottom: 1em;
    justify-content: space-between; }
    .form-modal #contact-form-selects .select-with-arrow {
      width: 100%; }
    .form-modal #contact-form-selects #services-contact-select-container {
      display: none; }
  .form-modal .two-selects .select-with-arrow {
    width: 47.5% !important; }

/*# sourceMappingURL=main.css.map */
