@font-face {
  font-family: "nexabold";
  src: url("https://www1.tailoy.com.pe/sorteo3m/App/assets/fonts/NexaBold.ttf.woff");
}
@font-face {
  font-family: "nexalight";
  src: url("https://www1.tailoy.com.pe/sorteo3m/App/assets/fonts/NexaLight.ttf");
}
  
  html {
    height: 100%
  }
  #msform {
    text-align: center;
    position: relative;
    margin-top: 20px;
    background: white;
    border-radius: 20px;
  }
  
  #msform fieldset .form-card {
    background: white;
    border: 0 none;
    border-radius: 0px;
    box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
    padding: 20px 40px 30px 40px;
    box-sizing: border-box;
    width: 94%;
    margin: 0 3% 20px 3%;
    position: relative
  }
  
  #msform fieldset {
    /*background: white;*/
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
    position: relative
  }
  
  #msform fieldset:not(:first-of-type) {
    display: none;
  }
  
  #msform fieldset .form-card {
    text-align: left;
    color: #9E9E9E;
  }
  #msform select,
  #msform input[type="text"],
  #msform textarea {
    padding: 0px 8px 4px 8px;
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0px;
    margin-bottom: 11px;
    margin-top: 2px;
    width: 100%;
    box-sizing: border-box;
    font-family: "nexalight";
    color: #495057;
    font-size: 15px;
    letter-spacing: 1px;
  }
  
  #msform input[type="text"]:focus,
  #msform textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: none;
    font-weight: bold;
    border-bottom: 2px solid #495057;
    outline-width: 0;
  }
  
  #msform .action-button {
    width: 100px;
    background: #ea2e78;
    font-weight: bold;
    color: #ffffff;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 5px 5px;
    margin: 10px 5px;
    border-radius: 7px;
  }
  
  #msform .action-button:hover,
  #msform .action-button:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #ea2e78
  }
  
  #msform .action-button-previous {
    width: 100px;
    background: #616161;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 5px 5px;
    margin: 10px 5px;
  }
  
  #msform .action-button-previous:hover,
  #msform .action-button-previous:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #616161;
  }
  
  select.list-dt {
    border: none;
    outline: 0;
    border-bottom: 1px solid #ccc;
    padding: 2px 5px 3px 5px;
    margin: 2px
  }
  
  select.list-dt:focus {
    /*border-bottom: 2px solid skyblue;*/
  }
  
  .card {
    z-index: 0;
    border: none;
    border-radius: 0.5rem;
    position: relative;
  }
  
  .fs-title {
    font-size: 25px;
    color: #2C3E50;
    margin-bottom: 10px;
    font-weight: bold;
    text-align: left;
  }
  
  #progressbar {
    margin-bottom: 0px;
    overflow: hidden;
    color: lightgrey;
    padding-left: 0px;
  }
  
  #progressbar .active {
    color: #000000,
  }
  
  #progressbar li {
    list-style-type: none;
    font-size: 14px;
    width: 46%;
    float: left;
    position: relative;
    z-index: 2;
  }
  
  #progressbar #account:before {
    font-family: FontAwesome;
    content: "\f007";
    font-size: 14px;
    width: 28px;
    height: 28px;
  
  }
  
  #progressbar #personal:before {
    font-family: FontAwesome;
    content: "\f007";
  }
  
  #progressbar #payment:before {
    font-family: FontAwesome;
    content: "\f09d";
  }
  
  #progressbar #confirm:before {
    font-family: FontAwesome;
    content: "\f00c";
    font-size: 14px;
      width: 28px;
      height: 28px;
  }
  
  #progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #ffffff ;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px;
  }
  
  #progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 14px;
    z-index: -1;
  }
  
  #progressbar li.active:before,
  #progressbar li.active:after {
    background: #eb1c23;
  }
  
  .radio-group {
    position: relative;
    margin-bottom: 25px;
  }
  
  .radio {
    display: inline-block;
    width: 204;
    height: 104;
    border-radius: 0;
    background: lightblue;
    box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    cursor: pointer;
    margin: 8px 2px;
  }
  
  .radio:hover {
    box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.3);
  }
  
  .radio.selected {
    box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.1);
  }
  
  .fit-image {
    width: 100%;
    object-fit: cover;
  }
 .contenedor-general{
    max-width: 100vw;
    background-image: url('https://tailoy-web.s3.sa-east-1.amazonaws.com/landing/2021/08/arti/LANDING-ARTI-AGOSTO-fondo.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100% 100%;
    background-color: transparent;
    position: absolute;
  }
  .cabecera-general{
    height: 14vh;
    max-width: 100vw;
    background-image: url('https://tailoy-web.s3-sa-east-1.amazonaws.com/landing/2021/03/Artibus/cabecera-artibus.png');
    background-position: center;
    background-repeat: repeat;
    background-size: 100% 100%;
    background-color: transparent;
    display: none;
  }
  #progressbar{
    display: flex;
    justify-content: center;
    padding-top: 17px;
  }
  .contenido-card{
    background: transparent;
  }
  
  .checkbox {
    display: inline-block;
    position: relative;
    margin-top: 5px;
    margin-bottom: 5px; 
  }
  .checkbox input[type="checkbox"] {
    opacity: 0;
    position: absolute;
    top: 0.1em;
    left: 0.1em;
    width: 0px;
    height: 1.15em;
    cursor: pointer;
    z-index: 5000; 
  }
  
  .checkbox input[type="checkbox"] + label:before {
    font-family: 'FontAwesome';
    content: '';
    height: 1.3em;
    width: 1.3em;
    line-height: 1;
    color: #ea2e78;
    border: 2px solid #ea2e78;
    
    
    display: inline-block;
    position: absolute;
    margin-left: -1.5em;
    margin-top: 0.1em; 
  }
  
  .checkbox input[type="checkbox"]:checked + label:before {
    content: "\f00c"; 
  }
  .legales{
    font-size: 14px;
    text-align: left;
    color: #495057;
    font-family: "nexalight";
  }
  .legales a{
    color: #495057;
    font-weight: bold !important;
    cursor:pointer;
  }
  .titulo{
    font-family: "nexabold";
    text-align: center;
    color: #ea2e78 !important
  }
  @media only screen and (min-width: 768px) and (max-width: 1300px){
    .titulo {
      font-size: 1vw;
    }
  }
  @media only screen and (min-width: 1301px){
    .titulo {
      font-size: 20px;
    }
  }

.swal2-show.swal2-loading{
    background: transparent;
}
.swal2-loading > .swal2-confirm{
    border-left-color: #ea2e78 !important;
    border-right-color: #ea2e78 !important;
}
@media only screen and (max-width: 80px){
    
    #myModal .modal-title{
        font-size: .5rem;
    }
    #myModal .modal-body{
        padding: 1px;
        font-size: .5rem;
    }
    .point{
        font-size: .05rem !important;
        color:#dc3545;
    }
    #myModal .swal2-icon.swal2-error {
        display: flex;
        font-size: 4vw;
    }
    #myModal .swal2-icon.swal2-success {
        font-size: 4vw;
    }
    #myModal .btn-confirm {
        font-size: 0.3rem;
        padding: 1px;
        margin-left: 39%;
    }
    #myModal .swal2-icon.swal2-warning {
        font-size: 4vw;
    }
    #myModal .btn-confirm-warning {
        font-size: 0.3rem;
        padding: 1px;
        margin: 9%;
    }
   
}
@media only screen and (min-width: 81px) and (max-width: 200px){
    
    #myModal .modal-title{
        font-size: .7rem;
    }
   
    #myModal .modal-body{
        font-size: .7rem;
    }
    .point{
        font-size: .05rem !important;
        color:#dc3545;
    }
    #myModal .swal2-icon.swal2-error {
        display: flex;
        font-size: 4vw;
        margin-bottom: 5%;
        margin-top: 15%;
    }
    #myModal .swal2-icon.swal2-success {
        font-size: 4vw;
        margin-bottom: 5%;
        margin-top: 15%;
    }
    #myModal .btn-confirm {
        font-size: 4vw;
        margin-left: 45%;
    }
    #myModal .swal2-icon.swal2-warning {
        font-size: 4vw;
        margin-bottom: 5%;
        margin-top: 15%;
    }
    #myModal .btn-confirm-warning {
        font-size: .7rem;
        padding: 1px;
        margin: 0% 10% 8% 10%;
    }
}
@media only screen and (min-width: 201px){
    
    #myModal .modal-title{
        font-size: 1.2rem;
        padding-left: 1rem;
    }
    #myModal .modal-body{
        font-size: 1rem;
    }
    .point{
        font-size: .05rem !important;
        color:#fff;
    }
    #myModal .swal2-icon.swal2-error {
        display: flex;
        font-size: .8rem;
        margin-bottom: 0%;
        margin-top: 4%;
        
    }
    #myModal .modal-body{
        text-align: center;
    }
    #myModal .swal2-icon.swal2-success {
        font-size: .8rem;
        margin-bottom: 0%;
        margin-top: 4%;
    }
    #myModal .btn-confirm {
        font-size: .8rem;
        margin-left: 44%;
        margin-bottom: 1rem;
    }
    #myModal .swal2-icon.swal2-warning {
        font-size: .8rem;
        margin-bottom: 0px;
    }
    #myModal .btn-confirm-warning {
        font-size: .8rem;
        padding: 1px;
        margin: 0px 20% 6% 20%;
    }
    
}
@media only screen and (min-width: 202px) and (max-width: 320px){
    #myModal .modal-body{
        text-align: unset;
    }
}
@media only screen and (min-width: 359px){
    #myModal .btn-confirm-warning {
        font-size: .8rem;
        padding: 1px;
    }
    
}
@media only screen and (max-width: 500px){
  #msform select,
  #msform input[type="text"],
  #msform textarea {
    font-size: 16px;
  }
  #progressbar li {
    list-style-type: none;
    font-size: 16px;
    width: 46%;
    float: left;
    position: relative;
  }
  .legales{
    font-size: 16px;
    text-align: left;
    color: #495057;
    font-family: "nexalight";
  }
}

.descrip-img{
  margin-top: -9px;
  margin-bottom: 15px;
  display: flex;
  justify-content: center;
  color:black;
  font-size: 12px;
  font-weight: bold;
  font-family: "nexalight";
}
@media only screen and (min-width: 1500px){
  .contendor-formulario{
    align-items: center;
  }
}
.cintillo{
  background: #fbf414;
}
@media only screen and (max-width: 768px){
  .contenido-card{
    margin-bottom: 5rem;
  }
}
.fa-picture-o{
  color: #eb1c23;
}
.fa-question-circle{
  color: #eb1c23;
}
.swal2-icon.swal2-success .swal2-success-ring{
  border: .25em solid #ea2e78 !important;
}
.swal2-icon.swal2-success [class^=swal2-success-line]{
  background-color: #ea2e78 !important;
}
.swal2-icon.swal2-warning{
  border-color: #ea2e78 !important;
    color: #ea2e78 !important;
}
#progressbar li.active:before, #progressbar li.active:after{
  background: #ea2e78 !important;
}
.fa-question-circle{
  color: #ea2e78;
}