/* FUENTE PERSONALIZADA */

/* @font-face {
  font-family: 'Univers';
  src: url('../fonts/Univers-Bold.eot');
  src: url('../fonts/Univers-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Univers-Bold.woff') format('woff'),
    url('../fonts/Univers-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Univers';
  src: url('../fonts/Univers.eot');
  src: url('../fonts/Univers.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Univers.woff') format('woff'),
    url('../fonts/Univers.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Univers';
  src: url('../fonts/Univers-Italic.eot');
  src: url('../fonts/Univers-Italic.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Univers-Italic.woff') format('woff'),
    url('../fonts/Univers-Italic.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
} */

.stepwizard-row {
  display: flex;
  justify-content: space-between;
}
.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}
.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}
.stepwizard-step a{
  color:#1c1c1c!important
}
#tus-datos .stepwizard-row:before {
    top: 19px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 92%!important;
    height: 3px;
    background-color: #bfbfbf;
    z-order: 0;
}
.tus-datos-de-empresa .stepwizard-row:before {
    top: 19px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 96%;
    height: 3px;
    background-color: #bfbfbf;
    z-order: 0;
}
.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}
.btn-circle {
    width: 40px;
    height: 40px;
    text-align: center;
    padding: 5px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.stepwizard-step .btn-color-activo{
  background-color: #ffd100 ;
  color: #fff;
  font-family: 'Rubik', sans-serif;
  font-size: 19px;
  border:0;
}
.stepwizard-step .btn-color-reposo{
  background-color: #c9c9c9;
  color: #fff;
  font-family: 'Rubik', sans-serif;
  font-size: 19px;
  opacity: 1;
  border:none;
}


.setup-content h3{
  color: #d1057c;
}
.setup-content p{
  /* color: #9a9a9a; */
  font-family: 'Rubik', sans-serif;
  font-size: 17px;
}
.setup-content h4{
  color: #3d4345;
  font-size: 18px;
  margin-top: 19px;
  font-weight: 600;
  font-family: 'Rubik', sans-serif;
}

.setup-content a {
  text-decoration: none;
}



.form-group{
  padding-top: 8px;
  margin-bottom: 0px;
}
.form-control{
  border-radius: 6px;
  padding: 9px 15px;
  outline: none;
  height: 38px;
  border:none;
  color: #464646;
  margin-bottom: 8px;
  border:1px solid #e1e0e0;
}
.form-control:focus{
  box-shadow: initial;
  border-color: initial;
}

.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #9a9a9a;
}
.form-control::-moz-placeholder { /* Firefox 19+ */
  color: #9a9a9a;
}
.form-control:-ms-input-placeholder { /* IE 10+ */
  color: #9a9a9a;
}
.form-control:-moz-placeholder { /* Firefox 18- */
  color: #9a9a9a;
}

.setup-content #volverStep1.prevBtn,
.setup-content #volverStep2.prevBtn,
.setup-content #volverStep3.prevBtn,
.setup-content #volverStep4.prevBtn{
  text-transform: uppercase;
  border: 1px solid #cacaca;
  background-color: transparent;
  padding: 3px 19px;
  color: #4d4d4d !important;
  font-size: 15px;
  border-radius: 6px;
  margin-top: 26px;
  float: left;
  transition: .3s;
}
.setup-content #volverStep1.prevBtn:hover,
.setup-content #volverStep2.prevBtn:hover,
.setup-content #volverStep3.prevBtn:hover,
.setup-content #volverStep4.prevBtn:hover{
  background-color: #d1057c;
  border: 1px solid #d1057c;

}
.setup-content .prevBtn .fa-angle-left{
  vertical-align: middle;
  margin-right: 16px;
  font-size: 24px;
}
.setup-content .prevBtn span{
  vertical-align: middle;
    padding-left: 0.75em;
    padding-top: 8px;
}
.fa-angle-left:before {
    content: "\f104";
    bottom: 3px;
    position: relative;
    left: -20px;
}

.setup-content .nextBtn{
  text-transform: uppercase;
  border:none;
  background-color: #ffd100;
  padding: 5px 24px;
  color: #333 !important;
  font-size: 15px;
  border-radius: 6px;
  margin-top: 26px;
  float: right;
  -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.setup-content .nextBtn span {
  padding-top: 8px;
  color: #333 !important;
  -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.setup-content .nextBtn:hover{
  text-decoration: none;
  color: #fff;
  background-color: #e5097f;
}
.setup-content .nextBtn:hover span{
  color: #fff !important;
}
.setup-content .nextBtn .fa-angle-right{
  vertical-align: middle;
  margin-left: 24px;
  font-size: 24px;
}
.setup-content .nextBtn span{
  vertical-align: middle;
}

.fa-angle-right:before {
    content: "\f105";
    bottom: 2px;
    position: relative;
    right: -13px;
}

.sumateBtn{
  text-transform: uppercase;
  border: none;
  background-color: #ffd100;
  padding: 5px 24px;
  color: #333 !important;
  font-size: 18px;
  border-radius: 6px;
  margin-top: 20px;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
.sumateBtn span {
  color: #333 !important;
  -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.sumateBtn:hover{
  text-decoration: none;
  color: #fff;
  background-color: #e5097f;
}
.sumateBtn:hover span{
  color: #fff !important;
}


.custom-dropdown--large {
  font-size: 1.5em;
}

.custom-dropdown--small {
  font-size: .7em;
}

.custom-dropdown__select{
  font-size: inherit; /* inherit size from .custom-dropdown */
  padding: .5em; /* add some space*/
  margin: 0; /* remove default margins */
}

.custom-dropdown__select--white {
  background-color: #fff;
  color: #444;    
}

@supports (pointer-events: none) and
    ((-webkit-appearance: none) or
    (-moz-appearance: none) or
    (appearance: none)) {

  .custom-dropdown {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
  }

  .custom-dropdown__select {
 /* accommodate with the pseudo elements for the dropdown arrow */
    border: 0;
    outline: none;
    border-radius: 6px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; 
    width: 264px;  
    padding: 9px 15px; 
    color: #464646;
    border: 1px solid #e1e0e0;
  }

  .custom-dropdown::before,
  .custom-dropdown::after {
    position: absolute;
    pointer-events: none;
    font-family: 'FontAwesome';
  }

  .custom-dropdown::after { /*  Custom dropdown arrow */
    content: "\f078";
    font-family: 'FontAwesome';
    font-size: 15px;
    line-height: 1;
    right: 1px;
    background-color: transparent;
    width: 40px;
    height: 42px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    top: 1px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    color:#7c7c7c;
    font-weight: 100;
  }
  .pad-left{
    padding-left: 0
  }
  .pad-right{
    padding-right: 0;
  }
  .custom-dropdown::before { /*  Custom dropdown arrow cover */
    width: 2em;
    right: 0; top: 0; bottom: 0;
    border-radius: 0 3px 3px 0;
  }

  .custom-dropdown__select[disabled] {
    color: rgba(0,0,0,.3);
  }

  .custom-dropdown.custom-dropdown--disabled::after {
    color: rgba(0,0,0,.1);
  }

  /* White dropdown style */
  .custom-dropdown--white::before {
    background-color: #fff;
    border-radius: 15px;
  }

  .custom-dropdown--white::after {
    color:#7c7c7c;
  }

  /* FF only temp fix */
  @-moz-document url-prefix() {
    .custom-dropdown__select       { padding-right: .9em }
    .custom-dropdown--large .custom-dropdown__select { padding-right: 1.3em }
    .custom-dropdown--small .custom-dropdown__select { padding-right: .5em }
  }
}

.setup-content a.btnLegales{
  border:none;
  outline: none;
  background-color: transparent;
  font-size: 15px;
  vertical-align: middle;
  color: #545c5f;
  text-decoration: none;
}
.setup-content .btnLegales:hover{
  color: #333
}
.setup-content .btnLegales span{
  vertical-align: middle;
  padding-right:  10px;
  color: #545c5f;
}
.setup-content .btnLegales span:hover{
  color: #eb008b;
  text-decoration: none;
}
.setup-content .btnLegales .fa-angle-right:before {
    content: "\f105";
    bottom: 0px;
    position: relative;
    right: -13px;
}

/************************************************************************************/
/*********************************FORMULARIO DE CONTACTO ****************************/
/***********************************************************************************/



#formulario-contacto .custom-dropdown__select {
 /* accommodate with the pseudo elements for the dropdown arrow */
    border: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; 
    width: 100%;  
    outline: none;
    border-radius: 6px;
    padding: 9px 15px;
    padding-right: 15px;
    color: #464646;
    border: 1px solid #e1e0e0;
  }

  /* select option:disabled { color: cyan; } */

  input:-internal-autofill-selected { 
    background-color: transparent !important;
  }
/************************************************************************************/
/*********************************MEDIA QUERIES**************************************/
/***********************************************************************************/
@media (min-width: 1440px) and (max-width: 1599px) { 
/* #tus-datos .stepwizard-row:before {
    width: 71%!important;
} */
}

@media (min-width: 1367px) and (max-width: 1439px) {
  .stepwizard{
    width: 100%;
  } 
  .custom-dropdown__select{
    width: 100%;
  }
 
  /* .stepwizard-step .btn-color-reposo{
    margin-left: 120px;
  }   */
}
@media (min-width: 1200px) and (max-width: 1366px) { 
  .stepwizard{
    width: 100%;
  } 
  .custom-dropdown__select{
    width: 100%;
  }
  .tus-datos-de-empresa .stepwizard-row:before {
    width: 95%!important;
  }
  .tus-datos-de-empresa .stepwizard-step .btn-color-reposo {
      margin-left: 192px!important;
  }  
  /* #tus-datos .stepwizard-step .btn-color-reposo{
    margin-left: 118px;
    color: #fff!important;
  }   */
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .stepwizard{
    width: 100%;
  } 
  .custom-dropdown__select{
    width: 100%;
  }
  .tus-datos-de-empresa .stepwizard-row:before {
    width:85%!important;
  }
  /* .stepwizard-step .btn-color-reposo {
      margin-left: 110px;
  } */
  /* .formulario-negocio-suma .stepwizard-step .btn-color-reposo {
      margin-left: 88px;
  } */
	#tus-datos .stepwizard-row:before {
	    width: 88%!important;
  }

}
@media (min-width: 992px) and (max-width: 1023px) {
  .stepwizard{
    width: 100%;
  } 
  .custom-dropdown__select{
    width: 100%;
  }
  #tus-datos .stepwizard-row:before{
    width: 88%!important
  }
  .stepwizard-step .btn-color-reposo{
    margin-left: 112px;
  }
  #tus-datos .stepwizard-step .btn-color-reposo {
    margin-left: 140px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .stepwizard{
    width: 100%;

  } 
  #tus-datos img{
    margin-left: auto!important;
    display: block;
    margin: auto   
  }
  #tus-datos #formulario-suma-tu-empresa .stepwizard-row:before {
    width: 88%!important
  }
  #tus-datos #formulario-negocio-suma .stepwizard-row:before {
    width: 80%!important
  }    

  .custom-dropdown__select{
    width: 100%;
  }
  .tus-datos-de-empresa .stepwizard-row:before {
    width: 87%!important;
  }
  #formulario-suma-tu-empresa .stepwizard-step .btn-color-reposo{
    margin-left: 85px;
  }
}

@media (min-width: 640px) and (max-width: 767px) { 
  .stepwizard{
    width: 100%;
  } 
  .custom-dropdown__select{
    width: 100%;
  }
  .tus-datos-de-empresa .stepwizard-row:before {
    width: 80%!important;
  }
  .tus-datos-de-empresa .stepwizard-step .btn-color-reposo {
    margin-left: 213px!important;
  }
  #tus-datos #formulario-suma-tu-empresa .stepwizard-row:before {
    width: 95%!important
  }
  #tus-datos #formulario-negocio-suma .stepwizard-row:before {
    width: 97%!important
  }  
  #tus-datos .stepwizard-step .btn-color-reposo{
    margin-left: 120px;
  }
}

@media (min-width: 425px) and (max-width: 639px) { 
  .stepwizard{
    width: 100%;

  } 
  .custom-dropdown__select{
    width: 100%;
  }
  .tus-datos-de-empresa .stepwizard-row:before {
    width: 80%!important;
  }
  #tus-datos #formulario-suma-tu-empresa .stepwizard-row:before {
    /* width: 81%!important; */
  }
  #tus-datos #formulario-negocio-suma .stepwizard-row:before {
    width: 88%!important;
  }
  #tus-datos .stepwizard-step .btn-color-reposo{
    margin-left: 52px;
  }  
  #suma_tu_empresa .stepwizard-step .btn-color-reposo{
    margin-left: 0px;
  }  
}
@media (min-width: 375px) and (max-width: 424px) {
  .stepwizard{
    width: 100%;
  } 
  .custom-dropdown__select{
    width: 100%;
  }

  .tus-datos-de-empresa .stepwizard-row:before {
    width: 80%!important;
  }

  #tus-datos .stepwizard-row:before {
   width: 85%!important;
  }
  #tus-datos .stepwizard-step .btn-color-reposo{
    margin-left: 44px;
  }  
  .stepwizard-step .btn-color-reposo{
    margin-left:0px;
  }    
}
@media (min-width: 320px) and (max-width: 374px) {
  .stepwizard{
    width: 100%;

  }

  .custom-dropdown__select{
    width: 100%;
  }
  .tus-datos-de-empresa .stepwizard-row:before{
    width: 95%
  }


  #tus-datos .stepwizard-row:before {
    width: 82%!important;
  }
  #tus-datos .stepwizard-step .btn-color-reposo{
    margin-left: 28px;
  }

  #nuestra-red .stepwizard-row:before {
    width: 90%!important;
  }
}
