/** GENERALES **/
body, html{
 margin: 0 auto;
 padding: 0;
 font-family: 'Josefin Sans', sans-serif;
 color: rgb(51,51,51);
 max-width: 1366px;
 }
body.modal-open{
  overflow: hidden;
}
.left{ float: left; }
.right{ float: right; }
.relative{ position: relative; }
.absolute{ position: absolute; }
.clear{ clear: both; }
.fixed{ position: fixed;}

.container{
  width: 1000px;
  margin: 0 auto;
  box-sizing: content-box;
}

.dvifact_step1, .dvifact_step2, .dvifact_step3, .dvifact_step4, .dvifact_step5{
  margin-top: 20px;
}
.contenidoSteps{
  display: none;
}
/** STEPS **/
.dvifact_todosSteps{
  display: flex;
  align-content: center;
  justify-content: center;
  border-bottom: 1px solid #e2e2e2;
  width: 96%;
}

.dvifact_stepContainer{
  margin-top: 40px;
  margin-right: 3%;
  width: 14%;
  transition: 0.4s;
  cursor: pointer;
}

/*.dvifact_stepContainer.active{
  border-bottom: 3px solid rgb(255,59,47);
}*/
/*.active .dvifact_numCirculo{
  background: rgb(255,59,47);
}
.active .dvifact_descStep{
  color: rgb(255,59,47);
}*/

.dvifact_numStep{
  width: 20px;
  text-align: center;
}

.dvifact_nomStep{
  text-transform: uppercase;
  width: 110px;
}

.dvifact_numCirculo{
  margin: 10px 0;
  font-weight: 600;
  display: block;
  background: #000000;
  color: #ffffff;
  border-radius: 10px;
}

.dvifact_descStep{
  margin: 0px;
  padding-left: 15px !important;
  margin-bottom: 20px !important;
}

.dvifact_inf{
  padding-top: 10px;
  width: 133px;
  padding-bottom: 10px;
}

.exc{
  width: 16%;
}

/** STEP 1 **/
/** TITULO **/
.dvifact_descripcionStep1{
  /*color: rgb(255,59,47);*/
  display: none;
}
.dvifact_titulo{
  text-align: center;
  margin: 30px;
}

.dvifact_titulo p{
  font-weight: 700;
  text-transform: uppercase;
  font-size: 20px;
}

/** CONTENIDO **/
.dvifact_parte1, .dvifact_parte2{
  width: 45%;
  font-size: 14pt;
}

.dvifact_parte1{
  padding-right: 50px;
}

.dvifact_facturar p:nth-child(2),.dvifact_facturar p:nth-child(3){
  text-align: center;
  text-indent: 30px;
}

.dvifact_facturar a{
  display: block;
  margin: 0 auto;
  text-align: center;
  /*background-color: rgb(255,59,47);*/
  border-radius: 5px;
  padding: 15px 25px;
  cursor: pointer;
  width: 80%;
  color: white;
  text-transform: uppercase;
  text-decoration: none;
}

/*.dvifact_facturar span{
  color: rgb(255,59,47);
}*/

.dvifact_contacto{
  background-color: rgb(239, 239, 239);
  margin-top: 10px;
  padding: 10px;
  border-radius: 20px;
}

.dvifact_contacto p:nth-child(1){
  text-transform: uppercase;
  /*color: rgb(255, 59, 47);*/
  font-weight: 600;
  margin: 15px;
}

.dvifact_contacto hr{
  border: 0;
  border-top: 1px solid #ffdbd9;
}

.dvifact_contacto p:nth-child(3){
  text-align: center;
  /*color: rgb(255, 59, 47);*/
  width: 50%;
  margin: 0 auto;
  margin-bottom: 15px;
}

.dvifact_contacto p:nth-child(4), .dvifact_contacto p:nth-child(5), .dvifact_contacto p:nth-child(6), .dvifact_contacto p:nth-child(8){
  margin: 5px;
}

.dvifact_contacto p:nth-child(7){
  margin-bottom: 5px;
}

.dvifact_parte2{
  padding-left: 50px;
}

.dvifact_numcta, .dvifact_detalles, .dvifact_info{
  margin-bottom: 10px;
}

.dvifact_parte2 .dvifact_t{
  text-align: center;
  text-transform: uppercase;
  /*color: rgb(255, 59, 47);*/
  font-weight: 600;
}

.dvifact_num1{
  width: 10%;
  font-size: 20pt;
  /*color: rgb(255, 59, 47);*/
  font-weight: 600;
}

.dvifact_num2{
  width: 90%;
}

.dvifact_num2 .dvifact_t1{
  /*color: rgb(255, 59, 47);*/
  text-transform: uppercase;
  margin: 0;
  font-size: 13pt;
}

.dvifact_num2 p:not(.dvifact_t1){
  color: #87868b;
  font-size: 12pt;
  margin-bottom: 1px;
  text-align: justify;
}

.underline{
  border-bottom: 1px solid currentColor;
  display: inline-block;
  line-height: 1.5;
}

.dvifact_num2 div{
 width: 45%;
  display: block;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin: 2px;
  cursor: pointer;
}

.dvifact_num2 img{
  width: 100%;
  height: 100px;
  float: left;
}

/*MODAL IMG*/
.dvifact_miImg:hover{
  opacity: 0.7;
}

.dvifact_modal{
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.9);
}

.modal-content{
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;

}

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)}
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0)}
  to {transform:scale(1)}
}

.dvifact_close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.dvifact_close:hover,
.dvifact_close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}
/*MODAL IMG*/

/** BOTON SIGUIENTE **/
.dvifact_btnSiguiente{
  display: flex;
  align-items: center;
  justify-content: center;
}

.dvifact_btnSiguiente a{
  margin: 20px auto;
  border: 1px solid #000000;
  /*width: 10%;*/
  cursor: pointer;
  color: #000000;
  text-transform: capitalize;
  font-size: 15pt;
  text-decoration: none;
  padding: 5px 40px;
}

/** STEP 2 **/
.dvifact_numeroCuenta{
  width: 50%;
  margin: 0 auto;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.dvifact_header{
  /*background: rgb(255,59,47);*/
  text-align: center;
  padding: 5px 0;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.dvifact_header p{
  text-transform: uppercase;
  color: #ffffff;
  font-size: 16pt;
}

.dvifact_carta{
  text-align: center;
  padding-bottom: 10px;
}

.dvifact_carta .dvifact_titulo{
  text-transform: uppercase;
  font-size: 20pt;
  width: 60%;
  margin: 40px auto !important;
}

.dvifact_inputCta{
  width: 80%;
  height: 40px;
  border: 1px solid #87868b;
  transition: box-shadow 0.3s, border 0.3s;
  text-align: center;
  font-size: 15pt;
  font-family: 'Josefin Sans', sans-serif;
  color: #87868b;
  /*text-transform: uppercase;*/
}

.dvifact_inputCta:focus{
  outline: none;
  border: solid 1px #707070;
}

 /* MENSAJE ERROR */
/*yvyt
  Agregar la clase error al input
  Mostrar el div dvifact_errorMsj
*/
 .error{
  border: solid 1px rgb(255,59,47);
 }
.dvifact_errorMsj{
  display: none;
  width: 80%;
  margin: 20px auto;
  text-align: center;
}
.dvifact_mensaje{
  background-color: rgba(255,59,47, 0.3);
  border-radius: 5px;
}
.dvifact_mensaje p{
  color: rgb(255,59,47);
  margin: 0px;
  padding: 10px;
}
.dvifact_pointer{
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid rgba(255,59,47,0.3);
  top: -10px;
  right: 50px;
}
/*------------------------------------------*/
.dvifact_errorMsjForm{
  display: none;
  width: 100% !important;
  position: absolute;
  margin: 6px 0 0 0;
  z-index: 1;
  text-align: center
}
.dvifact_mensajeForm{
  background-color: #ffffff;
  border-radius: 5px;
}
.dvifact_mensajeForm p{
  color: rgb(255,59,47);
  background-color: rgba(255,59,47, 0.3);
  margin: 0px;
  padding: 4px;
}
.dvifact_pointerForm{
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid rgba(255,59,47, 0.3);
  top: -5px;
  right: 50px;
}
 /* MENSAJE ERROR */

.dvifact_msj{
  color: #87868b;
  width: 80%;
  margin: 10px auto !important;
  margin-bottom: 30px;
  font-size: 11pt;
}

.dvifact_submits2{
  display: block;
  margin: 20px auto;
  text-align: center;
  /*background-color: rgb(255,59,47);*/
  border:none;
  border-radius: 5px;
  padding: 15px 25px;
  cursor: pointer;
  width: 80%;
  color: white;
  text-transform: uppercase;
  text-decoration: none;
  font-family: 'Josefin Sans', sans-serif;
}

.dvifact_btnSiguiente2, .dvifact_btnSiguiente3, .dvifact_btnSiguiente4{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 3%;
}

.dvifact_btnSiguiente2 a, .dvifact_btnSiguiente3 a, .dvifact_btnSiguiente4 a{
  margin: 20px 10px;
  border: 1px solid #000000;
  display: block;
  cursor: pointer;
  color: #000000;
  text-transform: capitalize;
  font-size: 15pt;
  text-decoration: none;
  padding: 5px 40px;
}

/** STEP 3 **/
.dvifact_step3 .container .dvifact_descripcionStep3{
  text-align: center;
}

.dvifact_descripcionStep3{
  text-transform: uppercase;
  /*color: rgb(255,59,47);*/
  font-weight: 700;
  display: none;
}
.dvifact_compras{
  width: 50%;
  margin: 0 auto;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  padding: 1px;
}

.dvifact_producto{
  text-align: center;
}

.dvifact_producto .dvifact_productoNom{
  font-size: 15pt;
  font-weight: 600;
  margin-bottom: 0px;
}

.dvifact_producto p:not(.dvifact_productoNom){
  margin: 10px auto;
}

.dvifact_productoImg{
  width: 50%;
  margin: 0 auto;
  height: 200px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.dvifact_infoProducto1{
  width: 100%;
  font-size: 14pt;
}
.dvifact_ncant, .dvifact_cant{
  width: 35%;
  float: left;
  padding: 0 25px;
}
.dvifact_cant{
  text-align: right;
}

.dvifact_infoProducto2{
  width: 100%;
  font-size: 14pt;
}

.dvifact_infoProducto2 .dvifact_met{
  float: left;
  width: 40%;
  margin-left: 35px;
}

.dvifact_infoProducto2 div{
  width: 40%;
  float: right;
  text-align: right;
  margin-right: 35px;
}
.dvifact_cta{
  margin-bottom: 0px;
}

.dvifact_visa{
  height: 20px;
}

.dvifact_compras .dvifact_divider{
  margin: 5px auto;
  width: 85%;
  border-bottom: 1px solid #87868b;
}

.dvifact_precioProducto{
  margin: 0 auto;
  width: 85%;
  text-align: right;
  font-size: 16pt;
}

.dvifact_precioProducto p{
  margin-bottom: 0;
  margin-top: 10px;
}

.dvifact_compras a{
  display: block;
  margin: 50px auto;
  text-align: center;
  /*background-color: rgb(255,59,47);*/
  border-radius: 5px;
  padding: 15px 25px;
  cursor: default;
  width: 55%;
  font-size: 15pt;
  color: white;
  text-transform: uppercase;
  text-decoration: none;
}
/** STEP 4 **/
.dvifact_step4 .container .dvifact_descripcionStep4{
  text-align: center;
}

.dvifact_descripcionStep4{
  text-transform: uppercase;
  /*color: rgb(255,59,47);*/
  font-weight: 700;
  display: none;
}

.dvifact_form1{
  display: flex;
  justify-content: center;
  align-content: center;
  margin: 0 auto;
  width: 70%;
  text-align: center;
  font-size: 14pt;
}

.dvifact_form1 p{
  display: block;
  float: left;
  margin: 10px 20px;
}

/*.dvifact_form1 span, .dvifact_form2 span, .dvifact_form3 span{
  color: rgb(255,59,47);
}*/

/** TOGGLE **/
/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 22px;
  margin-top: 10px;
}
/* Hide default HTML checkbox */
.switch input {
  display:none;
}
/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}
.slider:before {
  position: absolute;
  content: "";
  height: 14px;
  width: 15px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}
/*input:checked + .slider {
  background-color: rgb(255,59,47);
}*/
input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}
input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}
.slider.round:before {
  border-radius: 50%;
}
/** toggle buttons **/

.dvifact_form2{
  width: 70%;
  margin: 10px auto;
}

/** inputs **/
.dvifact_field-container {
  position: relative;
  width: 100%;
  margin-top:30px;
  padding-bottom: 10px;
}
.dvifact_campo {
  display: block;
  width: 100%;
  padding: 10px 0px 10px 5px;
  font-size: 16px;
  font-family: 'Josefin Sans', sans-serif;
}
.dvifact_campo:focus {
  outline: 0;
}
.dvifact_label {
  position:absolute;
  pointer-events:none;
  top: 5px;
  font-size: 12pt;
  opacity:0;
  background-color: transparent;
  padding: 0 2px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.dvifact_campo + .dvifact_label{
  opacity:1;
  top:-20px;
  color: #9e9e9e;
}
.dvifact_campo:focus + .dvifact_label {
  color: rgb(51,51,51);
}
.dvifact_form2 div:nth-child(2){
  width: 49%;
  float: left;
}
.dvifact_form2 div:nth-child(3){
  width: 48%;
  float: right;
}
.dvifact_form2 div:nth-child(4){
  width: 32%;
  float: left;
}
#apellido_paternof{
  width: 32%;
  float: left;
  padding-left: 1em;
}
.dvifact_form2 div:nth-child(6){
  width: 31%;
  float: left;
  padding-left: 1em;
}

.dvifact_form2 div:nth-child(7){
  width: 48%;
  float: left;
}
.dvifact_form2 div:nth-child(8){
  width: 48%;
  float: right;
}

.dvifact_form3 p:first-child{
  text-transform: uppercase;
}

.dvifact_form3 .dvifact_divider{
    margin: 2px auto;
    width: 100%;
    border-bottom: 1px solid #cccccc;
}

.dvifact_form3 div:nth-child(3){
  width: 20%;
  margin-right: 2px;
  float: left;
}

.dvifact_form3 div:nth-child(4){
  width: 78%;
  float: right;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.dvifact_form3 div:nth-child(6), .dvifact_form3 div:nth-child(7){
  width: 20%;
  margin-right: 20px;
  float: left;
}

.dvifact_form3 div:nth-child(8){
  width: 56%;
  float: right;
}

.dvifact_form3 div:nth-child(10), .dvifact_form3 div:nth-child(11){
  width: 32%;
  margin-right: 20px;
  float: left;
}
.dvifact_form3 div:nth-child(12){
  width: 32%;
  float: left;
}
.dvifact_form3 div:nth-child(15){
  width: 48%;
  margin-right: 20px;
  float: left;
}
.dvifact_form3 div:nth-child(16){
  width: 50%;
  float: right;
}
.dvifact_form3 div:nth-child(16) .dvifact_campo{
  width: 49%;
  float: right;
}

.dvifact_form3 div:nth-child(18){
  margin-top: 0px;
  width: 25%;
  float: left;
}

.dvifact_form3 div:nth-child(18) label, .dvifact_form3 div:nth-child(18) p{
  float: left;
  margin: 0 5px;
}

.dvifact_form3 div:nth-child(19){
  display: flex;
  justify-content: flex-end;
  width: 24%;
  float: left;
  margin-top: 0px;
}

.dvifact_form3 a{
  display: block;
  margin: 0 auto;
  text-align: center;
  /*background-color: rgb(255,59,47);*/
  border-radius: 5px;
  padding: 15px 25px;
  cursor: pointer;
  width: 40%;
  color: white;
  text-transform: uppercase;
  text-decoration: none;
}

.dvifact_btnSiguiente4{
  margin-top: 2%;
}

/** checkbox style **/
.squaredFour {
  width: 20px;
  position: relative;
  margin: 20px auto;
  label {
    width: 20px;
    height: 20px;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    background: #fcfff4;
    background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    border-radius: 4px;
    box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
    &:after {
      content: '';
      width: 9px;
      height: 5px;
      position: absolute;
      top: 4px;
      left: 4px;
      border: 3px solid #333;
      border-top: none;
      border-right: none;
      background: transparent;
      opacity: 0;
      transform: rotate(-45deg);
    }
    &:hover::after {
      opacity: 0.5;
    }
  }
  input[type=checkbox] {
    visibility: hidden;
    &:checked + label:after {
      opacity: 1;
    }
  }
}


/** STEP 5 **/
.dvifact_facturaRealizada{
  width: 50%;
  margin: 0 auto;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  margin-bottom: 30px;
}

.dvifact_facturaRealizada .dvifact_header{
  /*background: rgb(255,59,47);*/
  text-align: center;
  padding: 5px 0;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.dvifact_facturaRealizada .dvifact_header p{
  text-transform: uppercase;
  color: #ffffff;
  font-size: 16pt;
}

.dvifact_facturaCont{
  text-align: center;
  padding-bottom: 10px;
}

.dvifact_facturaCont .dvifact_titulo{
  text-transform: uppercase;
  font-size: 20pt;
  width: 55%;
  margin: 5px auto !important;
}

.dvifact_facturaImg{
  margin: 30px auto;
  width: 50%;
  height: 200px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.dvifact_facturaCont span{
  /*color: rgb(255,59,47);*/
}

.dvifact_facturaMsj{
  margin: 0 auto;
  font-size: 18pt;
}

.dvifact_facturaCont a{
  display: block;
  margin: 20px auto;
  text-align: center;
  /*background-color: rgb(255,59,47);*/
  border:none;
  border-radius: 5px;
  padding: 15px 25px;
  cursor: pointer;
  width: 50%;
  color: white;
  text-transform: uppercase;
  text-decoration: none;
  font-family: 'Josefin Sans', sans-serif;
}

/* RESPONSIVO */
@media only screen and (max-width: 1024px){
  .container{
    width: 598px;
  }
  .modal-content {
    width: 100%;
  }
  .dvifact_todosSteps{
    width: 100%;
  }
  .dvifact_stepContainer{
    margin-right: 5%;
    width: 16%;
    font-size: 11pt;
  }
  .dvifact_parte1{
    padding-right: 20px;
  }
  .dvifact_parte2{
    padding-left: 20px;
  }
  .dvifact_btnSiguiente a{
    width: 100px;
  }
  .dvifact_compras{
    width: 50%;
  }
  .dvifact_ncant, .dvifact_cant{
    width: 30%;
  }
  .dvifact_infoProducto2 .dvifact_met{
    margin-left: 23px;
  }
  .dvifact_form1 .switch{
    width: 75px;
  }
  .dvifact_form3 div:nth-child(6), .dvifact_form3 div:nth-child(7) {
    margin-right: 10px;
  }
  .dvifact_form3 div:nth-child(10), .dvifact_form3 div:nth-child(11){
    width: 32%;
    margin-right: 10px;
    float: left;
  }
  .dvifact_form3 div:nth-child(15){
    margin-right: 10px;
  }
  .dvifact_facturaMsj span{
    font-size: 20px;
  }
}

@media only screen and (max-width: 768px){
  .container{
    width: 442px;
  }
  .dvifact_stepContainer{
    margin-right: 2%;
    width: 20%;
    font-size: 9pt;
  }
  .dvifact_descStep{
    padding-left: 0;
    margin-bottom: 15px;
    overflow:hidden;
    text-overflow: ellipsis;
  }
  .dvifact_nomStep{
    width: 65px;
  }
  .dvifact_parte1, .dvifact_parte2 {
    font-size: 12pt;
  }
  .dvifact_facturar a{
    width: 70%;
  }
  .dvifact_contacto p:nth-child(3){
    width: 60%;
  }
  .dvifact_contacto{
    font-size: 13px;
  }
  .dvifact_num2 .dvifact_t1{
    font-size: 11pt;
  }
  .dvifact_num2 p:not(.dvifact_t1){
    font-size: 11pt;
    margin: 0;
    margin-bottom: 5px;
  }
  .dvifact_num2 div{
    width: 47%;
  }
  .dvifact_num2 img{
    height: 80px;
  }
  .modal-content{
    margin: 0 20.53%;
    width: 65%;
  }
  .dvifact_header p{
    font-size: 14pt;
  }
  .dvifact_carta .dvifact_titulo{
    font-size: 17pt;
    width: 75%;
  }
  .dvifact_producto .dvifact_productoNom{
    font-size: 13pt;
  }
  .dvifact_producto p:not(.dvifact_productoNom){
    font-size: 12pt;
  }
  .dvifact_productoImg{
    width: 65%;
    height: 175px;
  }
  .dvifact_ncant, .dvifact_cant{
    padding: 0 20px;
  }
  .swiper-container{
    height: 320px !important;
  }
  .dvifact_infoProducto2{
    font-size: 12pt;
  }
  .dvifact_infoProducto2 .dvifact_met{
    width: 30%;
    margin-left: 15px;
  }
  .dvifact_precioProducto{
    font-size: 13pt;
  }
  .dvifact_compras a{
    font-size: 13pt;
  }
  .dvifact_form1{
    width: 100%;
    font-size: 13pt;
  }
  .dvifact_form2{
    width: 100%;
  }
  .dvifact_label{
    font-size: 10pt;
    padding: 0;
  }
  .dvifact_form3 div:nth-child(8){
    width: 55%;
  }
  .dvifact_form3 div:nth-child(10), .dvifact_form3 div:nth-child(11){
    width: 31%;
  }
  .dvifact_form3 div:nth-child(16){
    width: 49%;
  }
  .dvifact_facturaImg{
    margin: 0 auto;
  }
  .dvifact_facturaCont .dvifact_titulo{
    width: 100%;
    font-size: 17pt;
  }
  .dvifact_facturaMsj, .dvifact_facturaMsj span{
    font-size: 12pt;
  }
  .modalFact{
    width: 75% !important;
  }
}
@media only screen and (max-width: 480px){
  .container{
    width: 286px;
  }
  .dvifact_todosSteps{
    display: block;
  }
  .dvifact_stepContainer{
    width: 29%;
    margin-top: 10px;
  }
  .dvifact_stepContainer.active{
    border: none;
  }
  .dvifact_nomStep {
    width: 70px;
  }
  .dvifact_titulo p{
    font-size: 17px;
  }
  .dvifact_parte1, .dvifact_parte2{
    width: 100%;
    padding-left: 0;
  }
  .dvifact_numeroCuenta{
    width: 100%;
  }
  .dvifact_btnSiguiente2 a, .dvifact_btnSiguiente3 a, .dvifact_btnSiguiente4 a {
    padding: 5px 10px;
  }
  .dvifact_compras{
    width: 100%;
  }
  .dvifact_form1{
    font-size: 10pt;
  }
  .dvifact_form1 p{
    margin: 0;
  }
  .dvifact_form1 .switch{
    width: 60px;
  }
  .dvifact_form3 div:nth-child(6), .dvifact_form3 div:nth-child(7){
    width: 48%;
  }
  .dvifact_form3 div:nth-child(7){
    margin-right: 0;
  }
  .dvifact_form3 div:nth-child(8),
  .dvifact_form3 div:nth-child(10),
  .dvifact_form3 div:nth-child(11),
  .dvifact_form3 div:nth-child(12),
  .dvifact_form3 div:nth-child(15),
  .dvifact_form3 div:nth-child(16){
    width: 100%;
  }
  .dvifact_form3 div:nth-child(18), .dvifact_form3 div:nth-child(19){
    width: 50%;
  }
  .dvifact_facturaRealizada{
    width: 100%;
  }
  .modalFact{
    width: 90% !important;
  }
}
@media only screen and (max-width: 386px){
  .container{
    width: 250px;
  }

  /**STEPS**/
  .dvifact_stepContainer{
    width: 18%;
  }
  .dvifact_numStep{
    width: 33px;
  }
  .dvifact_numCirculo{
    font-size: 19pt;
    border-radius: 20px;
  }
  .dvifact_nomStep{
    display: none;
  }
  .dvifact_descripcionStep1,
  .dvifact_descripcionStep3,
  .dvifact_descripcionStep4{
    display: block;
  }
  .dvifact_close{
    font-size: 20px;
  }
  .dvifact_btnSiguiente2 a, .dvifact_btnSiguiente3 a, .dvifact_btnSiguiente4 a {
    font-size: 12pt;
  }
  .dvifact_form1 .switch{
    height: 19px;
  }
  .dvifact_form1 .slider:before{
    bottom: 4px;
    left: 2px;
    height: 12px;
    width: 12px;
  }

  .dvifact_form3 div:nth-child(3),
  .dvifact_form3 div:nth-child(4){
    width: 100%;
  }
}

/** MODAL 5/10/2017 **/
.miModalFacturacion{
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
  position: fixed;
  max-width: inherit;
  top: 0;
}
.modalFact{
  background-color: #FFFFFF;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 50%;
  border-radius: 5px;
}
.modalHeader{
  /*background-color:rgb(255, 59, 47);*/
  padding: 10px;
  text-align: center;
  text-transform: uppercase;
  color: #FFF;
  font-size: 20px;
  position: relative;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
.modalHeader p{
  margin: 0;
  padding: 0;
}
.cerrarModalFact{
  position: absolute;
  color: #FFF;
  text-decoration: none;
  top: -30px;
  right: 0;
}
.modalContenido{
  padding: 10px;
  background-color: #FFF;
}
.modalAcciones{
  padding: 10px;
}
.botonesAcc{
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.botonesAcc a{
  display: inline-block;
  margin: 5px;
  padding: 5px 10px;
  border: 1px solid #000;
  font-weight: 600;
  text-decoration: none;
  color: inherit;
}
