/*=============================================================
Aspectos Generales
==============================================================*/
*, *::before, *::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 62.5%;
  width: 100%;
  height: 100%;
  scroll-behavior: smooth; }

body {
  font-size: 10px;
  font-family: "outfit-light"; }
  body .wrapper {
    width: 90%;
    max-width: 1120px;
    margin: 0 auto;
    overflow-x: hidden; }
    @media only screen and (min-width: 768px) {
      body .wrapper {
        width: 84%; } }
    @media only screen and (min-width: 992px) {
      body .wrapper {
        overflow: visible; } }
  body .wrapper-sm {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto; }

strong {
  font: inherit; }

ul {
  margin-bottom: 0; }

p, li, a, q {
  font-size: 1.7rem;
  color: #111; }

p {
  margin-bottom: 0 !important; }
  p:not(:last-child) {
    margin-bottom: 1.5rem !important; }

.modal-header, .modal-body, .modal-footer {
  padding: 2rem; }

.modal-header .close span {
  font-size: 3.2rem !important; }

.modal-title {
  font-size: 2.2rem !important;
  font-weight: bold;
  margin-bottom: 0 !important; }

.gorro {
  font: 2rem "outfit";
  color: #111; }
  @media only screen and (min-width: 576px) {
    .gorro {
      font-size: 2.4rem; } }

a {
  text-decoration: none;
  color: #EF1748;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  a:hover {
    color: #7e0923; }

div img, div video {
  width: 100%;
  display: block; }

input[type=text], input[type=tel], input[type=email], input[type=date], input[type=number], textarea, select {
  width: 100%; }

input[type=text], input[type=tel], input[type=email], input[type=url], input[type=date], input[type=number], textarea, select {
  display: block !important;
  font-size: 1.7rem !important;
  font-family: arial, helvetica, sans-serif; }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input[type=number] {
  -moz-appearance: textfield; }

input[type=submit] {
  background-color: #EF1748 !important;
  color: #fff; }

input[type=submit]:hover {
  background-color: #c50e37 !important;
  color: #fff; }

.form-control:focus {
  border-color: #999999;
  -webkit-box-shadow: none;
  box-shadow: none; }

label {
  display: block; }

input, textarea, select {
  border: none;
  outline: none;
  padding: 1rem;
  border-radius: 6px 6px 6px 6px;
  background-color: white; }

.table {
  font-size: 1.5rem; }

.form-check {
  font-size: 1.4rem; }

.texto-azul {
  color: #EF1748; }

.light {
  font-family: "outfit-light"; }

.bold {
  font-family: "outfit-semibold"; }

.centrado {
  text-align: center; }

.titulo {
  font: 3.2rem "outfit-semibold";
  color: #111;
  margin-bottom: 2rem;
  text-transform: uppercase;
  line-height: 1; }
  @media only screen and (min-width: 576px) {
    .titulo {
      font-size: 4rem; } }

.subtitulo {
  font: 2.2rem "outfit-semibold";
  color: #111; }
  @media only screen and (min-width: 992px) {
    .subtitulo {
      font-size: 2.6rem; } }

.seccion {
  padding: 4rem 0 0;
  background-color: white; }
  .seccion .titulo-lista {
    font-size: 1.7rem; }

.seccion-gris {
  background-color: white; }

.cta-btn {
  color: #fff !important;
  background-color: #EF1748;
  padding: 0.8rem 3.2rem;
  display: inline-block;
  border-radius: 6px;
  font: 1.7rem "outfit-semibold";
  border: none;
  line-height: 1.5 !important;
  text-align: center; }
  @media only screen and (min-width: 992px) {
    .cta-btn {
      line-height: 1 !important; } }
  .cta-btn:hover {
    background-color: #c50e37; }

.link {
  display: inline-block;
  font-size: 2rem;
  color: #EF1748;
  text-decoration: none;
  font-family: "outfit"; }
  .link:hover {
    color: #c50e37; }
  .link i {
    font-size: 1.4rem;
    margin-left: 0.5rem; }

.whatsapp-btn {
  position: fixed;
  z-index: 500;
  right: 2rem;
  bottom: 2rem;
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: #25d366;
  color: #fff;
  border-radius: 50%;
  font-size: 2.4rem;
  font-family: Arial, Helvetica, sans-serif; }
  .whatsapp-btn:hover {
    color: #fff;
    text-decoration: none; }

.whatsapp-modal {
  width: calc(100% - 2rem);
  position: fixed;
  right: 1rem;
  background-color: #EAE5DB;
  z-index: 500;
  overflow: hidden;
  border-radius: 16px;
  -webkit-box-shadow: 1px 1px 4px 0 rgba(17, 17, 17, 0.25);
  box-shadow: 1px 1px 4px 0 rgba(17, 17, 17, 0.25);
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  @media only screen and (min-width: 576px) {
    .whatsapp-modal {
      max-width: 400px; } }
  .whatsapp-modal .whatsapp-header {
    background-color: #128c7e;
    padding: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: 0 1px 4px 0 rgba(17, 17, 17, 0.75);
    box-shadow: 0 1px 4px 0 rgba(17, 17, 17, 0.75); }
    .whatsapp-modal .whatsapp-header .destino {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .whatsapp-modal .whatsapp-header .destino p {
        color: #fff;
        font-size: 1.7rem;
        font-weight: bold;
        line-height: 1.7rem; }
        .whatsapp-modal .whatsapp-header .destino p span {
          font-weight: normal;
          font-size: 1.5rem; }
    .whatsapp-modal .whatsapp-header .pic {
      width: 50px;
      height: 50px;
      overflow: hidden;
      border-radius: 50%;
      margin-right: 1rem; }
    .whatsapp-modal .whatsapp-header .fas {
      font-size: 3rem;
      color: #0c5f55;
      cursor: pointer;
      text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.25); }
  .whatsapp-modal .whatsapp-body {
    padding: 2rem 1rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
    .whatsapp-modal .whatsapp-body .dialog {
      width: 13px;
      height: 12px;
      background-image: url(../img/dialog.png);
      position: relative;
      z-index: 2; }
    .whatsapp-modal .whatsapp-body .mensaje {
      background-color: #fff;
      padding: 1rem;
      border-radius: 0 8px 8px 8px;
      -webkit-box-shadow: 1px 1px 4px 0 rgba(17, 17, 17, 0.25);
      box-shadow: 1px 1px 4px 0 rgba(17, 17, 17, 0.25); }
      .whatsapp-modal .whatsapp-body .mensaje p {
        color: #111;
        font-size: 1.5rem; }
  .whatsapp-modal .whatsapp-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding: 2rem 1rem 1rem; }
    .whatsapp-modal .whatsapp-footer .mensaje {
      background-color: #D1FEC9;
      padding: 1rem;
      border-radius: 16px;
      width: calc(100% - (50px + 2rem/2));
      -webkit-box-shadow: 1px 1px 1px 0 rgba(17, 17, 17, 0.15);
      box-shadow: 1px 1px 1px 0 rgba(17, 17, 17, 0.15); }
      .whatsapp-modal .whatsapp-footer .mensaje p {
        color: #111;
        font-size: 1.5rem; }
    .whatsapp-modal .whatsapp-footer .send-btn {
      width: 50px;
      height: 50px;
      border-radius: 50%;
      background-image: url(../img/send-btn-dark.png); }

/* Fin de Aspectos Generales  =================================*/
/*=============================================================
Header
==============================================================*/
header {
  padding: 4rem 0 0; }
  header .logo {
    width: 150px;
    margin: 0 auto; }
    @media only screen and (min-width: 576px) {
      header .logo {
        margin: 0; } }

/* Fin de Header  ============================================*/
/*=============================================================
Main
==============================================================*/
.home-hero {
  width: 100%;
  height: 360px;
  background-image: url(https://admin.inkaman-peru.pe/views/img/insc-form-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }

label {
  font-weight: bold;
  font-size: 1.4rem;
  color: #555; }

.seccion-formulario {
  border-top: 2px solid white; }
  .seccion-formulario .cuestionario:not(:last-child) {
    margin-bottom: 2rem; }
  .seccion-formulario .cuestionario .cuestionario-row .form-check:not(:last-child) {
    margin-bottom: 2rem; }
    @media only screen and (min-width: 992px) {
      .seccion-formulario .cuestionario .cuestionario-row .form-check:not(:last-child) {
        margin-bottom: 0; } }
  .seccion-formulario .cuestionario .cuestionario-row textarea {
    background-color: #fff;
    border: 1px solid white; }
  .seccion-formulario .red-alert {
    color: #EF1748;
    text-align: center;
    margin-top: 2rem;
    margin-bottom: 0;
    display: none; }
  .seccion-formulario .btn-disabled {
    cursor: default; }
  .seccion-formulario .btn {
    border-radius: 5px;
    font: 1.6rem "outfit-semibold";
    padding: 1rem 2rem;
    width: 100%;
    border: none; }
    @media only screen and (min-width: 576px) {
      .seccion-formulario .btn {
        width: auto; } }
  .seccion-formulario .camara-label {
    border-radius: 5px 0 0 5px;
    margin-right: -0.25rem;
    border-color: #ddd;
    background-color: #f8f9fa;
    padding-right: 24px;
    padding-left: 24px; }
    .seccion-formulario .camara-label:hover {
      background-color: #e9ecef; }
  .seccion-formulario .btn-cont {
    margin-top: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    @media only screen and (min-width: 992px) {
      .seccion-formulario .btn-cont {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end; } }
    .seccion-formulario .btn-cont .btn-secondary:hover {
      background-color: #ced4da !important; }
    .seccion-formulario .btn-cont .btn-primary {
      cursor: pointer; }
  .seccion-formulario .fotos-participante .foto {
    width: 200px;
    height: 200px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .seccion-formulario .fotos-participante .fotoup-btn {
    margin: 0 auto;
    text-align: center; }
  .seccion-formulario .fotos-participante .crop {
    height: 100%; }
  .seccion-formulario .selected-file, .seccion-formulario .instrucciones li {
    font-size: 1.5rem !important; }
  .seccion-formulario .instrucciones {
    max-width: 900px;
    margin: 0 auto; }

.btn-reg, .btn-agregar, .btn-add {
  background-color: #EF1748;
  color: #fff; }
  .btn-reg:hover, .btn-agregar:hover, .btn-add:hover {
    background-color: #c50e37;
    color: #fff; }

.btn-add {
  padding: calc($margen/2 - 8px) 2rem; }

.logos-cont {
  padding: 8rem 0 4rem; }

.logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media only screen and (min-width: 576px) {
    .logos {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; } }
  .logos .logo {
    height: 70px; }
    .logos .logo:not(:last-child) {
      margin-bottom: 4rem; }
    @media only screen and (min-width: 576px) {
      .logos .logo:not(:last-child) {
        margin-bottom: 0; } }
    .logos .logo img {
      height: 100%;
      width: auto !important; }

/* Fin de Main  ============================================*/
/*=============================================================
Footer
==============================================================*/
footer {
  border-top: 2px solid white;
  padding: 2rem 0; }
  footer p {
    text-align: center; }

/* Fin de Footer  ============================================*/
