
.gviNaranja {
  background-color: #ff5e17 !important;
}
.gviNaranja2 {
  color: #ff5e17 !important;
}
.gviGris {
  color: #333333 !important;
}
.gviGris2 {
  background-color: #333333 !important;
}

/* frame */
.embed-container {
    position: relative;
    height: 0;
    overflow: hidden;
}
.embed-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media (min-width: 320px) {
  .embed-container {
    padding-bottom: 195%;
  }
}
@media (min-width: 768px) {
  .embed-container {
    padding-bottom: 45%;
  }
}

/* Close icon */
.closeIconRight {
  position: absolute;
  top: 0;
  right: 0;
}
.closeIconLeft {
  position: absolute;
  top: 0;
  left: -0.5%;
}

/* resumen pago */
#resumenPago .right {
  width: 300px;
  float: right;
}
#resumenPago table {
  width: 100%;
  background: #fee7b5;
  -webkit-border-radius: 7px;
  border-radius: 7px;
}
#resumenPago table tr {
  padding: 2px 0px;
}
#resumenPago table th {
  font: normal 700 16px "Roboto Condensed", sans-serif;
  color: #ff5e17;
  background: url(../img/logotipo_GVI.png) no-repeat 20px center;
  padding: 5px 20px 5px 40px;
  text-align: left;
  border: none;
}
#resumenPago table td {
  padding: 3px 10px 3px 20px;
  font: normal 700 12px "Roboto Condensed", sans-serif;
  color: #58595b;
  border-bottom: #c8c9cb solid 1px;
  text-align: justify;
}
#resumenPago table td.desc {
  color: #ed1c24;
}
#resumenPago table td.totalPago {
  color: #ff5e17;
  border: none;
  font-size: 20px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}