/* Página */
*,
*:before,
*:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.c {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

.content {
  flex: 1;
  padding: 1rem;
}

footer {
  background: #353434;
  color: white;
  padding: .5rem .8rem;
}

/* Header */
.nav {
  background-color: #ffffff;
}

.nav2 {
  background-color: #075386;
}

.titulo {
  font-size: 19px;
  color: white;
  text-align: center;
  font-weight: bold;
}

/* Tamaños */
@media (min-width: 1281px) {
  .position3 {
    width: 54%;
    top: 10px;
    text-align: right;
    position: relative;
  }

  .progreso {
    float: right;
  }
}

@media (min-width: 1025px) and (max-width: 1280px) {
  .tamañosLogos {
    width: 20%;
  }

  .titulo {
    font-size: 18px;
  }

  .normal, .negritas {
    font-size: 22px !important;
  }

  .position3 {
    width: 54%;
    top: 10px;
    text-align: right;
    position: relative;
  }

  .progreso {
    float: right;
  }
}

@media (min-width: 773px) and (max-width: 986px) {
  .registro {
    padding: 0% 6% 6% 6% !important;
  }
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .tamañosLogos {
    width: 25%;
  }

  .titulo {
    font-size: 17px;
  }

  .normal, .negritas {
    font-size: 21px !important;
  }

  .position3 {
    padding-top: 10px;
    padding-bottom: 18px;
  }
}

@media (min-width: 481px) and (max-width: 767px) {
  .tamañosLogos {
    width: 30% !important;
  }

  .titulo {
    font-size: 16px;
  }

  .normal, .negritas {
    font-size: 20px !important;
  }

  .registro {
    padding: 0% 6% 6% 6% !important;
  }

  .position3 {
    padding-top: 10px;
    padding-bottom: 18px;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  .tamañosLogos {
    width: 35%;
  }

  .titulo {
    font-size: 15px;
  }

  .normal, .negritas {
    font-size: 17px !important;
  }

  .registro {
    padding: 0% 6% 6% 6% !important;
  }

  .position3 {
    padding-top: 10px;
    padding-bottom: 18px;
  }

  .progreso {
    width: 100% !important;
  }

  input[type="radio"]:checked + label:before {
    content: "\2022" !important;
    text-align: center !important;
    line-height: 22px !important;
    font-family: Tahoma !important;
    font-size: 68px !important;
    color: #075386 !important;
    text-shadow: 0 0 4px #bbb !important;
  }
}

/* Login */
.registro {
  padding: 0% 6% 0% 6%;
}

.registro2 {
  height: 28.2rem;
}

.boton {
  background-color: #075386;
  color: white;
}

/* Preguntas */
.preguntas {
  padding: 2% 1% 2% 1%;
}

.card-text {
  padding: 20px 0px 0px 0px;
}

.form-check-label {
  padding: 0px 15px 0px 0px;
}

.fcl2 {
  padding: 0px 30px 14px 0px;
}

.fcl3 {
  padding: 0px 30px 0px 0px;
}

.fcl4 {
  padding: 0px 30px 0px 0px;
}

.fcl5 {
  padding: 0px 49px 14px 0px;
}

.validacionRadio {
  color: red;
  display: none;
  margin-top: 22px;
}

.center {
  text-align: center;
}

.normal {
  font-size: 23px;
  font-weight: normal;
}

.normalB {
  font-size: 15px;
  font-weight: normal;
}

.negritas {
  font-size: 23px;
  font-weight: bold;
}

.principal {
  font-size: 25px;
  color: #075386;
}

.tamaño {
  height:20px;
  width:20px;
  cursor: pointer;
}

.progreso {
  background-color: #353434;
  width: 60%;
}

.position {
  width: 50%;
  text-align: right;
  position: relative;
}

.position2 {
  margin: 0;
  /* position: absolute; */
  top: 50%;
  right: -34px;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.position4 {
  /* width: 56%; */
  top: 2px;
  text-align: right;
  position: relative;
}

.position5 {
  position: relative;
  top: 16px;
  padding: 0px 6px 0px 0px;
}

.cambio:hover {
  color: black !important;
}

.load {
  height: 550%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.radio:before {
  cursor: pointer;
  background: #fff;
  content: "";
  position: absolute;
  display: inline-block;
  top: 0;
  left: 0;
  width: 22px;
  height: 21px;
  border: 1px solid #bbb;

  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;

  box-shadow: inset 0 0 3px 0 #ccc;
  -moz-box-shadow: inset 0 0 3px 0 #ccc;
  -webkit-box-shadow: inset 0 0 3px 0 #ccc;
}

input[type="radio"] {
  display: none;
}

input[type="radio"]:checked + label:before {
  content: "\2022";
  text-align: center;
  line-height: 13px;
  font-family: Tahoma;
  font-size: 44px;
  color: #075386;
  text-shadow: 0 0 4px #bbb;
}

/* Loader */
.loader-page {
  position: fixed;
  z-index: 25000;
  background: rgb(255, 255, 255);
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition:all .3s ease;
}

.loader-page::before {
  content: "";
  position: absolute;
  border: 2px solid rgb(50, 150, 176);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  box-sizing: border-box;
  border-left: 2px solid rgba(50, 150, 176,0);
  border-top: 2px solid rgba(50, 150, 176,0);
  animation: rotarload 1s linear infinite;
  transform: rotate(0deg);
}

@keyframes rotarload {
    0%   {transform: rotate(0deg)}
    100% {transform: rotate(360deg)}
}

.loader-page::after {
  content: "";
  position: absolute;
  border: 2px solid rgba(50, 150, 176,.5);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  box-sizing: border-box;
  border-left: 2px solid rgba(50, 150, 176, 0);
  border-top: 2px solid rgba(50, 150, 176, 0);
  animation: rotarload 1s ease-out infinite;
  transform: rotate(0deg);
}

  /* loader */
.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #075386;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}

@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}
