body {
  font-family: Roboto;
}

a {
  color:inherit;
}
a:hover {
  color:inherit;
}

.ectu {
  text-transform: uppercase;
}

.select2-selection {
  border: 1px solid #95D600;
}

/* .origen-IguanaCALL {
  color: red;
} */

/*.origen-Commio {*/
/*  color: yellowgreen;*/
/*}*/

/*.origen-Bandwidth {*/
/*  color: blue;*/
/*}*/

.new-button {
  /* margin:1em; */
  border:none;
  /* padding:0.25em 3em 0.25em 1em; */
  padding:0.05em 1.5em 0.05em 0.5em;
  text-align:left;
  background:
    linear-gradient(-120deg, transparent 1em, #0099C3 1.05em) top no-repeat,
    linear-gradient(300deg, transparent 1em, #0099C3 1.05em) bottom no-repeat ;
    /* linear-gradient(-120deg, transparent 1em, #0099C3 1.05em, #0099C3 1.5em, transparent 1.45em, transparent 2em, #0099C3 2.05em) top no-repeat,
    linear-gradient(300deg, transparent 1em, #0099C3 1.05em, #0099C3 1.5em, transparent 1.45em, transparent 2em, #0099C3 2.05em) bottom no-repeat ; */
  background-size: 100% 50%;
  color:white;
}

.img-flag {
  margin:0!important;
  display:inherit!important;
  height:30px;
  width:30px
}

[aria-labelledby="select2-datpag_tipo2-container"] {
  height: 2.4rem !important;
}
[aria-labelledby="select2-datpag_tipo2-container"] > span {
  height: 2.4rem !important;
}
[aria-labelledby="select2-sselectciudad-container"] {
  border: 1px solid #95D600 !important;
  border-width: thick !important;
  border-radius: 0.5rem !important;
}

/* .select2-container .select2-selection--single {
  height: 2.4rem !important;
}
.select2-selection__rendered {
  line-height: 2.4rem !important;
}
.select2-selection__arrow {
  height: 2.4rem !important;
} */

#numeros-part, #extensiones-part, #extras-part, #equipos-part, #datos-part, #pago-part {
  background-repeat: no-repeat, no-repeat;
  background-position: center left, bottom right;
  background-size: 25rem, 25rem;
}

/* .paginationjs-pages {
    margin: 20px 0;
    overflow: hidden;
    position: relative;
}
.paginationjs-pages li {
    float: left;
}
.paginationjs-pages ul {
    float: left;
    left: 50%;
    position: relative;
}
.paginationjs-pages ul > li {
    left: -50%;
    position: relative;
}
.paginationjs-pages li a {
    transition: all 100ms ease-in-out 0s;
    background-color: #F7F7F8;
    border-radius: 5px 5px 5px 5px;
    color: #69696E;
    display: block;
    font: 12px/30px Arial, sans-serif;
    height: 30px;
    margin: 0 3px;
    overflow: hidden;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: 30px;
}
.paginationjs-pages li a:hover {
    background-color: #FF8C00;
    color: #FFFFFF;
}
.paginationjs-pages li.active a {
    background-color: #FF8C00;
    color: #FFFFFF;
}
.paginationjs-pages li.active a:hover {
    color: #FFFFFF;
} */

.form-check .form-check-input {
  background-color: #95D600;
  border-color: #95D600;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='white'/%3e%3c/svg%3e");
}

.form-check .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='white'/%3e%3c/svg%3e");
}

.extras-check {
  border-color: #95D600 !important;
  box-shadow: 0 0 0 1px #fff, 0 0 0 3px #95D600;
}

.extras-check:checked {
  border-color: #95D600 !important;
  background-color: #95D600 !important;
}

.custom-control-input-green:focus~.custom-control-label::before {
  border-color: #95D600 !important;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25) !important;
}

.custom-control-input-green:checked~.custom-control-label::before {
  border-color: #95D600 !important;
  background-color: #95D600 !important;
}

.custom-control-input-green:focus:not(:checked)~.custom-control-label::before {
  border-color: #95D600 !important;
}

.custom-control-input-green:not(:disabled):active~.custom-control-label::before {
  background-color: #95D600 !important;
  border-color: #95D600 !important;
}

.custom-control-right {
  padding-right: 24px;
  padding-left: 0;
  margin-left: 16px;
  margin-right: 0;
}

.custom-control-right .custom-control-label::before,
.custom-control-right .custom-control-label::after{
  right: -1.5rem;
  left: initial;
}

/* body {
    font-family: Arial, sans-serif;
    text-align: center;
    max-width: 1170px;
    margin: 3rem auto;
    background-color: #101010;
    color: #fff;
  }

  * {
    box-sizing: border-box
  }

  h1 {
    margin-bottom: 3rem;
  }
*/
/* .images {
  width: 100%;
  margin: 0 auto;
  height: 100%;
  display: grid;
  grid-gap: 7.5px;
  grid-template-columns: 50% 50%;
}

@media (min-width: 580px) {
  .images {
    grid-template-columns: 25% 25% 25% 25%;
  }
}

img {
  height: auto;
  width: 100%;
  max-width: 100%;
  vertical-align: middle;
}

.template {
  transition: all 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  opacity: 0;
  position: relative;
  background: #707070;
}

.template p {
  position: absolute;
  left: 0;
  bottom: 0;
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1px;
  margin: 0;
  width: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  padding: 25px 10px 10px 10px;
}

.template.animate {
  transform: scale(1);
  opacity: 1;
}

#gallery-pagination {
  margin: 30px 0;
}

#btnNext,
#btnPrevious {
  background: transparent;
  color: #609ea5;
  padding: 8px 28px;
  border: 0;
  font-size: 18px;
  cursor: pointer;
  outline: none;
}

#gallery-pagination #page {
  margin-left: 15px;
  margin-right: 15px;
  padding: 8px 28px;
  color: #707070;
  font-style: italic;
  font-size: 13px
}

.sr-only {
  position: absolute !important;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

#gallery-dots {
  margin-bottom: 15px;
  text-align: center;
}

.gallery-dot {
  background: #609ea5;
  border: 0;
  padding: 0;
  width: 50px;
  height: 8px;
  margin: 5px;
  opacity: 0.4;
  outline: none;
  cursor: pointer;
}

.gallery-dot.active {
  opacity: 1;
}

#gallery-pagination {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  align-items: start;
} */

.mySwitch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.mySwitch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.mySlider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* background-color: #ccc; */
  background-color: #95D600;
  -webkit-transition: .4s;
  transition: .4s;
}

.mySlider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked+.mySlider {
  /* background-color: #2196F3; */
  background-color: #95D600;
  /* background-color: #ccc; */
}

input:focus+.mySlider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked+.mySlider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.mySlider.myRound {
  border-radius: 34px;
}

.mySlider.myRound:before {
  border-radius: 50%;
}

.apuntador {
  width: auto;
  padding: inherit;
  height: 1.6rem;
  position: relative;
  /* background: #95D600; */
  background: #e6e6e6;
}

.apuntador:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2;
  width: 0;
  height: 0;
  border-left: 0.50rem solid #ffffff !important;
  border-top: 0.75rem solid transparent;
  border-bottom: 0.75rem solid transparent;
}

.apuntador:before {
  content: "";
  position: absolute;
  right: -0.50rem;
  bottom: 2;
  width: 0;
  height: 0;
  /* border-left: 0.75rem solid #95D600; */
  border-left: 0.50rem solid #e6e6e6;
  border-top: 0.75rem solid transparent;
  border-bottom: 0.75rem solid transparent;
}

.apuntadorselected {
  width: auto;
  padding: inherit;
  height: 1.6rem;
  position: relative;
  background: #95D600;
}

.apuntadorselected:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2;
  width: 0;
  height: 0;
  border-left: 0.50rem solid #ffffff !important;
  border-top: 0.75rem solid transparent;
  border-bottom: 0.75rem solid transparent;
}

.apuntadorselected:before {
  content: "";
  position: absolute;
  right: -0.50rem;
  bottom: 2;
  width: 0;
  height: 0;
  border-left: 0.50rem solid #95D600;
  border-top: 0.75rem solid transparent;
  border-bottom: 0.75rem solid transparent;
}

.texto_responsive:before {
  content: attr(data-desktoptext);
  color:#666666;
  font-weight: 100;
}

.box-porting {
  width: 100%;
  text-align: center;
}
.porting-numero {
  /* border-color: #95D600 !important; */
  border: 1px solid #95D600;
  border-width: initial;
  border-radius: 0.5rem;
  font-size: 32px;
  width: 18rem;
  text-align: center;
}
.porting-numero:focus {
  outline: none !important;
}

.box-quantity {
  width: 100%;
  /* padding: 2em; */
  text-align: center;
}

.quantity {
  position: relative;
  display: inline-block;
  color: #7f7f7f;
}

.quantity input[type="number"] {
  transition: border 0.3s ease-in-out, color 0.3s ease-in-out;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  font-family: Arial, sans-serif;
  font-size: 28px;
  line-height: 24px;
  font-weight: 700;
  box-shadow: none;
  outline: none;
  width: 72px;
  height: 34px;
  text-align: center;
  float: right;
  /* border: 1px solid #dcdcdc; */
  border: 1px solid #95D600;
  border-width: initial;
  border-radius: 0.5rem;
  background-color: #fff;
  color: #342f2f;
}

.quantity input[type="number"]:focus {
  /* border-color: #57b8f6 !important; */
  outline: none !important;
}

.quantity input[type="number"]:hover {
  /* border-color: #a5a5a5; */
}

.quantity-ext-button {
  width: 39px;
  height: 34px;
  display: inline-block;
  float: right;
  position: relative;
  cursor: pointer;
}

.quantity-ext-button::before,
.quantity-ext-button::after {
  position: absolute;
  top: calc(50% - 1px);
  left: calc(50% - 7px);
  content: '';
  width: 14px;
  height: 2px;
  background-color: currentColor;
  display: block;
}

.quantity-ext-remove::after {
  display: none;
}

.quantity-ext-add::after {
  transform: rotate(90deg);
}

.quantity-button {
  width: 39px;
  height: 34px;
  display: inline-block;
  float: right;
  position: relative;
  cursor: pointer;
}

.quantity-button::before,
.quantity-button::after {
  position: absolute;
  top: calc(50% - 1px);
  left: calc(50% - 7px);
  content: '';
  width: 14px;
  height: 2px;
  background-color: currentColor;
  display: block;
}

.quantity-remove::after {
  display: none;
}

.quantity-add::after {
  transform: rotate(90deg);
}

.fa-spinner {
  font-size:10rem;
  background: -moz-linear-gradient(top, #8ec102 0%, #d4eb8d 100%);
  background: -webkit-linear-gradient(top, #8ec102 0%, #d4eb8d 100%);
  background: linear-gradient(to bottom, #8ec102 0%, #d4eb8d 100%);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.myFontSize {
  font-size: 24px;
}

.ciudadFontSize {
  font-size: 24px;
}

.bs-stepper .step-trigger {
  padding: 0.27rem !important;
}

.extras-image {
  max-width:90%;
  max-height:90%;
}

.suscripcion-activa {
  background-color: #2E5597;
  color: #fff;
  padding: 0.3rem;
  border-radius: 0.4rem;
}

.suscripcion-inactiva {
  border-color: #2E5597;
  padding: 0.3rem;
  border-radius: 0.4rem;
  border-style: solid;
  border-width: thin;
}

@media (max-width:1024px) {
  .texto_responsive:before {
    content: attr(data-desktoptext);
    color: #666666;
    font-weight: 100;
  }

  .myFontSize {
    font-size: 20px;
  }

  .ciudadFontSize {
    font-size: 20px;
  }

  .select2-selection__placeholder {
    font-size: 1rem;
  }

}

@media (max-width:400px) {
  .texto_responsive:before {
    content: attr(data-desktoptext);
    color: #666666;
    font-weight: 100;
  }

  .myFontSize {
    font-size: 20px;
  }

  .ciudadFontSize {
    font-size: 20px;
  }

  .select2-selection__placeholder {
    font-size: 1rem;
  }

  .bs-stepper .step-trigger {
    font-size: 0.7rem;
  }

  .extras-image {
    width:50%;
    max-width:100%;
    max-height:100%;
  }

}
