.nav {
  padding: 0px !important;
  position: fixed
}
.bg {
    background-size: no-repeat;
    height:100% !important;
}
.dot1 {
  content:url("../images/1-seleccionado.png");
  border-radius: 50%;
  display: inline-block;
}
.dot2 {
  content:url("../images/2-seleccionado.png");
  border-radius: 50%;
  display: inline-block;
}
.dot3 {
  content:url("../images/3-seleccionado.png");
  border-radius: 50%;
  display: inline-block;
}
.dot4 {
  content:url("../images/4-seleccionado.png");
  border-radius: 50%;
  display: inline-block;
}
.dot5 {
  content:url("../images/5-seleccionado.png");
  border-radius: 50%;
  display: inline-block;
}

progress {
  width: 100%;
  height: 25px;
  background: #fff;
  border-radius: 50px !important;
  border: solid 1px #ccc;
}

progress::-webkit-progress-value {
  background: white;
  border-radius: 50px !important;
}

progress::-moz-progress-bar {
  background: white;
  border-radius: 50px !important;
}

progress::-webkit-progress-bar {
  background: white;
  border-radius: 50px !important;
}

.row_fixed{
  z-index: 1;
  background-color: #fff;
}
.face{
  max-width: 30px;
}
.form-control{
  border-radius: 20px;
}
textarea {
  border-radius: 6px;
  width: 100%;
  border: solid 1px #ccc;
}
.btn{
  border-radius: 20px;
}
.form-password{
  border-radius: 20px 0px 0px 20px;
  margin: 0 !important
}
.container-password{
  border-radius: 0px 20px 20px 0px !important;
  background:#f0f8ff;
  border: none;
  height:54px;
}
.icon-eyes{
  width: 20px;
}

.section_preguntas{
  background-color: white;
  padding: 2em;
  border-radius: 10px;
  margin: 10px;
}
.fixed{
  position: fixed;
  margin-top: 0 !important;
  width: 100%;
}
.ptpb{
    padding-top: 150px;
    padding-bottom: 30px;
}
.font-title{
  font-size: 55px;
}
.subtitle{
  font-size: 20px;
  font-weight: normal;
}
.parrafo1{
    text-align: left;
    font-weight: bold;
    font-size: 15px
}
.parrafo2{
    font-weight: bold;
    font-size: 14px
}
.contenedor_carga{
    background-color: rgba(0, 0, 0, 0);
    height: 100%;
    width: 100%;
    position: fixed;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    z-index: 99999;
}

.vertical-center{
    display: flex;
    align-items: center;
}

.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: #fff;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis .a {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #e23b4b;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis .b {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #f78c00;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis .c {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #00aaa1;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis .d {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #5edd91;
  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);
  }
}

.flotante{
    position:fixed;
    top:100px;
    right:40px;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    font-size:30px;
    z-index:100;
    padding-top:7px;
}

.printer{
  cursor: pointer;
  width: 60px !important;
}

.whatsapp{
    position:fixed;
    width:60px;
    height:60px;
    bottom:40px;
    right:40px;
    text-align:center;
    font-size:35px;
    z-index:100;
    padding-top:5px;
    border-radius: 100%;
    color: #ffffff;
}

.dot-ideal-careers {
    width:50px;height:50px;
    color:#fff;
    border-radius:50%;
    display:flex;
    align-items:center;
    position:absolute;
    z-index:1;
}
