
/*@import url(http://fonts.googleapis.com/css?family=Lato:300,400);*/

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

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

/*body,
label,
thead > tr > th,
button,
h4, h2, h3,
a, span,
.btn {
    font-family: Gotham-Light, "Gotham", Lato, Droid Sans;
    font-style: regular;
    font-weight: 300;
}*/
.panel,.form-horizontal,.content,.header-titulo,a.btn{
    font-family: Gotham-Light, "Gotham", Lato, Droid Sans;
    font-style: regular;
    font-weight: 300;
}

.row .col-sm-3 {
    /*background-color: black;*/
    padding-left:2px;
    padding-right:2px;
}

.container .container .row .col-sm-3 {
	padding-left:0;
	}

.box-title {
    padding-top: 30px;
    padding-bottom: 80px;
    text-align: center;
    height: 100px;
    font-size: 140%;
}

.box-title-extended {
    padding-top: 13px;
}

.box-title-page {
    margin-bottom: 50px;
    color: #C3C3C3;
    letter-spacing: 2pt;
    font-size: 150%;
}

.box-descripcion {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: left;
    height: 50px;

}

.box-accion {
    padding-top: 60px;
    text-align: center;
    height: 40px;
}


.box-accion a {
    color: white;
}

.box-accion .color-fecha,
.box-accion .color-lugar,
.box-accion .color-hora
{
    border-radius: 0px;
    height: 40px;
    padding-top: 5px;
}

.box-option-fecha, .box-option-lugar, .box-option-primeros {
    border:1px solid #C3C3C3;
    color: white;
    height: 310px;
    padding-left: 20px;
    padding-right:20px;
    margin: auto;
}


.color-fecha
{ color: #635da7; }

.color-hora, .color-primeros
{ color: #57b3c2; }

.color-lugar
{ color: #30c291; }

/*.color-disabled
{ color: #F0F0F0; }*/

.box-option-primeros, .box-primeros{
    /*background-color: #6d68ab;*/
    background: #6d68ab; /* Old browsers */
    background: -moz-linear-gradient(45deg, #6d68ab 0%, #6d68ab 50%, #635da7 50%, #635da7 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#6d68ab), color-stop(50%,#6d68ab), color-stop(50%,#635da7), color-stop(100%,#635da7)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(45deg, #6d68ab 0%,#6d68ab 50%,#635da7 50%,#635da7 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(45deg, #6d68ab 0%,#6d68ab 50%,#635da7 50%,#635da7 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(45deg, #6d68ab 0%,#6d68ab 50%,#635da7 50%,#635da7 100%); /* IE10+ */
    background: linear-gradient(75deg, #6d68ab 0%,#6d68ab 50%,#635da7 50%,#635da7 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6d68ab', endColorstr='#635da7',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.box-option-fecha, .box-fecha  {
    /*background-color: #66bfcd;*/

    background: rgb(103, 191, 205); /* Old browsers */
    background: -moz-linear-gradient(45deg, rgb(103, 191, 205) 0%, rgb(103, 191, 205) 50%, rgb(88, 179, 197) 50%, rgb(88, 179, 197) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#66bfcd), color-stop(50%,#66bfcd), color-stop(50%,#57b3c2), color-stop(100%,#57b3c2)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(45deg, rgb(103, 191, 205) 0%,rgb(103, 191, 205) 50%,rgb(88, 179, 197) 50%,rgb(88, 179, 197) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(45deg, rgb(103, 191, 205) 0%,rgb(103, 191, 205) 50%,rgb(88, 179, 197) 50%,rgb(88, 179, 197) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(45deg, rgb(103, 191, 205) 0%,rgb(103, 191, 205) 50%,rgb(88, 179, 197) 50%,rgb(88, 179, 197) 100%); /* IE10+ */
    background: linear-gradient(76deg, rgb(103, 191, 205) 0%,rgb(103, 191, 205) 50%,rgb(88, 179, 197) 50%,rgb(88, 179, 197) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgb(103, 191, 205)', endColorstr='rgb(88, 179, 197)',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

linear-gradient(45deg, rgb(103, 191, 205) 0%,rgb(103, 191, 205) 50%,rgb(88, 179, 197) 50%,rgb(88, 179, 197) 100%);
}

.box-option-lugar, .box-lugar {

    background: #37c998; /* Old browsers */
    background: -moz-linear-gradient(45deg, #37c998 0%, #37c998 50%, #30c291 50%, #30c291 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#37c998), color-stop(50%,#37c998), color-stop(50%,#30c291), color-stop(100%,#30c291)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(45deg, #37c998 0%,#37c998 50%,#30c291 50%,#30c291 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(45deg, #37c998 0%,#37c998 50%,#30c291 50%,#30c291 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(45deg, #37c998 0%,#37c998 50%,#30c291 50%,#30c291 100%); /* IE10+ */
    background: linear-gradient(75deg, #37c998 0%,#37c998 50%,#30c291 50%,#30c291 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#37c998', endColorstr='#30c291',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}

.box-lugar > div, .box-primeros > div, .box-fecha > div {
    color:white !important;
}

/* cuando pasamos a la seleccion */
.box-lugar > div > button.btn-colored,
.box-primeros > div > button.btn-colored,
.box-fecha > div > button.btn-colored
 {
    color: white;
    border-color: white;
}
.confirmation-title {
    padding-top: 20px;
    padding-bottom: 0px;
    text-align: center;
    height: 50px;
    font-size: 110%;
    color: #A39797;
    font-weight: bold;
}

.confirmation-tilde {
    height: 70px;
    text-align: center;
}

.confirmation-tilde > span {
    font-size: 250%;
}

.confirmation-descripcion
{
    text-align: center;
    height: 80px;
    font-size: 420%;
}

.confirmation-descripcion .sede {
    font-size: 30%;
    padding-top: 20px;
}

.confirmation-accion
{
    text-align: center;
    height: 20px;
}

.confirmation-image-printer,
.confirmation-image-middle,
.confirmation-image-libreta {
    background-repeat: no-repeat;
}

.confirmation-image-printer {
    background-image: url('../img/printer.png');
}

.confirmation-image-middle {
    background-image: url('../img/middle.png');
}

.confirmation-image-libreta {
    background-image: url('../img/libreta.png');
}

.color-primary
{
    color: #37c998;
}

.color-completed
{
    color: white;
}

.color-incompleted
{
    color:#9B9090;
}

/* begin accordion */

.content-front {
    width:960px;
    height:0px;
    margin-right: auto;
    margin-left: auto;

}

.panel-horizontal {
    float:left;
    height:400px;
    margin-left: 2px;
    box-shadow: 0 0 0px;
    border-bottom: 0px !important;
}

.primeros .panel-horizontal {
    float:left;
    height:550px;
    margin-left: 2px;
    box-shadow: 0 0 0px;
    border-bottom: 0px !important;
}

.content-title
{
    margin-left: 30px;
}

.panel-group {
/*    width:430px;*/
    z-index: 100;
/*    -webkit-backface-visibility: hidden;
    -webkit-transform: translateX(-100%) rotate(-90deg);
    -webkit-transform-origin: right top;
    -moz-transform: translateX(-100%) rotate(-90deg);
    -moz-transform-origin: right top;
    -o-transform: translateX(-100%) rotate(-90deg);
    -o-transform-origin: right top;
    transform: translateX(-100%) rotate(-90deg);
    transform-origin: right top;*/
}
.panel-heading {
/*    width: 430px;*/
}

.panel-title {
    padding-top:13px;
    text-transform: uppercase;
}

.panel-title-selection
{
    height: 220px;
    padding-top:35px;
}

.panel-title-selection > div > h4 {
    font-size: 110%;
}

.collapse-title {
    background-image: url('../img/line.png');
    background-repeat: repeat-x;
    background-position-y: 6px;
    font-size: 150%;
}

.collapse-title > span {
    padding-right: 10px;
    background-color: white;
}

/* end acordion */

/* confirmacion */

.panel-confirmar .panel-horizontal {
    width: 300px;
}

.panel-confirmar .panel-horizontal .box-fecha,
.panel-confirmar .panel-horizontal .box-lugar,
.panel-confirmar .panel-horizontal .box-primeros {
    background: white !important;
    color:black !important;
}

.panel-confirmar .panel-horizontal .box-fecha,
.panel-confirmar .panel-horizontal .box-lugar {
    border-right: 3px solid #C3C3C3;
}

.panel-confirmar  .panel-title,
.panel-confirmar  .panel-title-selection,
.panel-confirmar  .panel-modify,
.panel-confirmar  .panel-title-command {
    color:black !important;
}

.panel-confirmar .panel-horizontal .box-fecha span,
.panel-confirmar .box-fecha h4,
.panel-confirmar .box-fecha .btn-colored {
    color:#57b3c2;
}

.panel-confirmar .panel-horizontal .box-primeros span,
.panel-confirmar .box-primeros h4,
.panel-confirmar .box-primeros .btn-colored {
    color:  #635da7;
}

.panel-confirmar .panel-horizontal .box-lugar span,
.panel-confirmar .box-lugar h4,
.panel-confirmar .box-lugar .btn-colored {
    color: #30c291;
}

.panel-confirmar .box-fecha .btn-colored {
    border-color: #57b3c2;
}

.panel-confirmar .box-primeros .btn-colored {
    border-color:  #635da7;
}

.panel-confirmar .box-lugar .btn-colored {
    border-color: #30c291;
}

.panel-confirmar .box-direccion {
    width: inherit;
    padding-top: 30px;
    font-weight: bold;
}

.panel-confirmar .panel-title-command {
    height: 50px;
    padding-top: 10px;
}

.panel-confirmar .box-hour {
    font-size: 420%;
}

.panel-confirmar span.box-hour  {
    font-size: 240%;
}

/*.panel-confirmar .panel-body {
    width:0px;
}*/

/* confirmacion */

.box-day {
    font-size: 420%;
}

.box-month {
   /* font-size: 80%;*/
}

.box-hour {
    font-size: 230%;
}

.box-direccion {
    width: 100px;
    padding-top: 25px;
}

.panel-modify {
    height: 30px;
    display: block;
    text-align: center;
}

.panel-modify button {
    font-size: 80%;
}

.panel-title-command {
    height: 60px;
}

.panel-title a {
/*    padding: 10px 430px;
    margin: -10px -430px;*/
    text-decoration:none;
    cursor: pointer;
}
/* .panel-body {
   width:830px;
    width: 570px;
    display: block;
}*/

.glyphicon-map-marker { cursor: pointer; }

.tblhoras {
    width:300px;
    height:280px;
    overflow: auto
}

.collapse {  transition: width 0.01s; }

.btn-circle.btn-lg {
    width: 50px;
    height: 50px;
    padding: 6px 16px;
    /*font-size: 18px;*/
    line-height: 1.33;
    border-radius: 25px;
}

.btn-colored {
    border: 2px solid; /* #57b3c2;*/
    background-color: transparent;
    font-size: 160%;
    font-weight: bolder;
}

/*.panel-default>.panel-heading {
    background-color: transparent !important;
}*/

/* begin fechas */

#divFecha button
{
    font-size: 140%;

    color: #57b3c2;
    border: 2px solid white;
    box-shadow: inherit;
    background: white;
}

#divFecha button span
{
    font-weight: bold;
}

/* las fechas deshabiltiadas */
#divFecha button[disabled]
{
    color: rgb(218, 97, 97);
}

/* los dias no permitidos */
#divFecha .text-muted {
    color: white;
}

/* el dia de la fecha */
#divFecha .text-info, .text-info a {
  color: #57b3c2;
  font-weight: bold;
}

/*
#divFecha .text-info {
  color: #57b3c2;
}*/

/* end fechas */

.botonera {
    margin-top:5px;
    margin-right: 10px;
}

.volver, .confirmar, .finalizar, .siguiente , .buscar, .volver2, .volverError, .reagendar_turno {
    background-repeat: no-repeat;
    height: 80px;
    width: 200px;
    float: left;
    cursor: pointer;
	margin: 0 2%;
}

.reagendar_turno {
    background-image: url('img/reagendar_turno.png');
    background-position: top right;
    width: 222px;
}

.volver {
	background-image: url('../../bastrap3/img/volver.png');
    background-position: top center;
    float:none;
    margin: 0 auto;
}

.si, .no {
    background-repeat: no-repeat;
    height: 100px;
    width: 470px;
    float: left;
    cursor: pointer;
}


.si{
background-image: url('../imagenes/si.png');
background-image: url('../bastrap3/img/si.png');
    background-position: top left;
}

.no{
background-image: url('../imagenes/no.png');
background-image: url('../bastrap3/img/no.png');
    background-position: top right;
}

.confirmar {
    background-image: url('../imagenes/confirmar.png');
    background-image: url('../bastrap3/img/confirmar.png');
    background-position: top right;
}

.buscar {
    background-image: url('../imagenes/buscar.png');
    background-image: url('../bastrap3/img/buscar.png');
    background-position: top right;
}


.siguiente {
    background-image: url('../imagenes/siguiente.png');
    background-image: url('../bastrap3/img/siguiente.png');
    background-position: top center;
    float:none;
	margin: 0 auto;
}
.volver2 {
    background-image: url('../imagenes/volver2.png');
    background-image: url('../bastrap3/img/volver2.png');
    background-position: top right;
}
.volverError {
    margin-top: 50px;
    background-image: url('../imagenes/volver2.png');
    background-position: top center;
    position: relative;
}

.volverError::before{
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    position: absolute;
    top:35px;
    left:10px;
    background: url('../imagenes/FlechaVolver.png') no-repeat center center;
    background-size: cover;
}
.cancelar_cita {
    background-image: url('../imagenes/cancelar_cita.png');
    background-image: url('../bastrap3/img/cancelar_cita.png');
    background-position: top center;
    float: left;
}

.finalizar {
    background-image: url('../imagenes/finalizar.png');
    background-image: url('../bastrap3/img/finalizar.png');
    background-position: top right;
    float:right;
}



.col-md-7 .siguiente {
    float: none;
    text-align: center;
}



#usig_acv_direccion .footer{
    background: #FFFFFF;
}

/* para que no tome foco el boton en la seleccion */
.btn-colored:focus {
  outline: none;
}

.printerinformation
{
    background-image: url('../img/printer.png');
    background-position: top center;
    height: 80px;
    background-repeat: no-repeat;
    cursor: pointer;
}

/* la impresion mostraba desfasado las cajas */
@media print {
  [class*="col-sm-"] {
    float: left;
    width: 220px;
  }
}

.logo {
    background-image: url('../imagenes/logo.png');
    background-position: top left;
	min-height:100px;
    /*width: 80px;*/
    font-size: 119%;
	font-weight:bold;
    padding-left: 90px;
    padding-top: 20px;
    background-repeat: no-repeat;
    text-transform: uppercase;
    letter-spacing: 2px;
	color:#333333;
    font-family: Gotham-Light, "Gotham", Lato, Droid Sans;
}


/* el puntero sobre toda la fila de la busqueda de direccion */
.table>tbody>tr>td {
    cursor: pointer;
}

/* sobrescribo la linea de bastrap */
hr {
    border-top: 1px solid #BEBEBE;
    margin-top: 15px;
    margin-bottom: 15px;
}

.modal-btn{
    background-size: 250px;
    height: 60px;
    width: 280px;
}

.captcha-img {
    height: 20%;
}

.modal-header-notitle{
    min-height: 50px !important;
}

.captcha-reload{
    padding-top: 45px;
    min-width: 65px;
    padding-left: 10px;
}

/* direccion */

.direccion-referencia
{
    text-align: right;
    font-size: 90%;
    padding: 6px;
}

.direccion-referencia span,
td.color-lugar
{
    font-family: Gotham;
}

.marker-mapa > .form-control {
    border-right: 0px solid;
    height: 54px;
    border-color: #30c291;
}

.marker-mapa > .input-group-addon {
    background-color: transparent;
    border-color: #30c291;
    box-shadow: 1px solid;
}

/*.form-group > label.control-label {
    padding-top: 3px;
}*/

.marker-mapa button {
    white-space: normal;
    width: 170px;
}

/* end direccion */

/* ingreso de datos */

.options, .checkboxs {
    font-family:Gotham-Light,"Gotham",Lato,Droid Sans;
}

.options {
    margin-right: 7px;
    /*margin-left: 25px;*/
}

.mg_option{
    margin-left: 25px !important;
}

label.checkboxs {
    margin-right: 30px;
}

input.checkboxs {
    width: 20px;
    height: 20px;
}

.ingreso-datos .control-label {
    letter-spacing: 2px;
}

/* end ingreso de datos*/

#seleccionPrimeros {
 /*   opacity: 0.4;
    filter: alpha(opacity=40);*/
}

.box-sede {
    max-width: 80px;
    margin-left: auto;
    margin-right: auto;
}

/* Los siguientes 3 son requeridos para seleccion de sexo en tramites dni */
div.genero-container .options{
	margin:0;
}

div.genero-container #tramiteDni_genero_0{
	margin: 0 20px 0 10px;
}

div.genero-container #tramiteDni_genero_1{
	margin: 10px;
}


/*REQUISITOS*/
.requisitos {
    background-image:url('../imagenes/requisitos.jpg');
    background-repeat:no-repeat;
    height: 125px;
    background-position: top right;
    background-repeat: no-repeat;

}

.requisitos_rojo {
    background-image:url('../imagenes/requisitos_rojo.png');
    background-repeat:no-repeat;
    height: 125px;
    background-position: top right;
    background-repeat: no-repeat;

}

.requisitos_verde {
    background-image:url('../imagenes/requisitos_verde.png');
    background-repeat:no-repeat;
    height: 125px;
    background-position: top right;
    background-repeat: no-repeat;

}


/*FIN DE REQUISITOS*/


.tilde{
    background-repeat: no-repeat;
      width: 52px;
      height: 56px;
      margin: auto;
}

.tilde-i{
 background-image: url('../imagenes/tilde-i.png');
}

.tilde-d{
 background-image: url('../imagenes/tilde-d.png');
}

.tilde-m{
 background-image: url('../imagenes/tilde-m.png');
}
form > div.panel-group  {
    margin-bottom: 20px;
	padding:0 0 0 29%;
}

/* AGREGADO MENSAJE CITA */

.mensaje_cita {
    background-color:#ededed;
    padding:10px;
    border-right:2px solid white;
    margin-bottom:15px;
    border-left:15px solid #e3e3e3;
}

.mensaje_cita h4 {
    margin:10px 0px 0px;
    color:#737574;
    padding:5px 0;
}

.mensaje_cita h4:first-child {
    margin:0px;
}

.mensaje_cita p, .mensaje_cita ul {
    padding:7px 0;
    border-top:1px dotted #fff;
    margin-bottom:0px;
}

.mensaje_cita ul {
    padding:7px 20px;
}

.mensaje_cita ul li {
    margin:4px 0;
}

.mensaje_cita.mensaje_formulario {

  /*  margin:0 0 15px 90px*/
	margin:0 0 15px 0px

}


.box-option-offline {
    border: 1px solid #C3C3C3;
    background: #BA73AC; /* Old browsers */
    color:#FFF;
    background: -moz-linear-gradient(45deg, #BA73AC 0%, #BA73AC 50%, #B26BA4 50%, #B26BA4 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#BA73AC), color-stop(50%,#BA73AC), color-stop(50%,#B26BA4), color-stop(100%,#B26BA4)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(45deg, #BA73AC 0%,#BA73AC 50%,#B26BA4 50%,#B26BA4 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(45deg, #BA73AC 0%,#BA73AC 50%,#B26BA4 50%,#B26BA4 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(45deg, #BA73AC 0%,#BA73AC 50%,#B26BA4 50%,#B26BA4 100%); /* IE10+ */
    background: linear-gradient(75deg, #BA73AC 0%,#BA73AC 50%,#B26BA4 50%,#B26BA4 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#BA73AC', endColorstr='#B26BA4',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

 .box-option-online {

    border: 1px solid #C3C3C3;
    background: #6C69AB; /* Old browsers */
    color:#FFF;
    background: -moz-linear-gradient(45deg, #6C69AB 0%, #6C69AB 50%, #6865A7 50%, #6865A7 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#6C69AB), color-stop(50%,#6C69AB), color-stop(50%,#6865A7), color-stop(100%,#6865A7)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(45deg, #6C69AB 0%,#6C69AB 50%,#6865A7 50%,#6865A7 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(45deg, #6C69AB 0%,#6C69AB 50%,#6865A7 50%,#6865A7 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(45deg, #6C69AB 0%,#6C69AB 50%,#6865A7 50%,#6865A7 100%); /* IE10+ */
    background: linear-gradient(75deg, #6C69AB 0%,#6C69AB 50%,#6865A7 50%,#6865A7 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6C69AB', endColorstr='#6865A7',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.box-option-pagada {

    border: 1px solid #C3C3C3;
    color:#FFF;
    background: rgb(103, 191, 205); 
    background: -moz-linear-gradient(45deg, rgb(103, 191, 205) 0%, rgb(103, 191, 205) 50%, rgb(88, 179, 197) 50%, rgb(88, 179, 197) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#66bfcd), color-stop(50%,#66bfcd), color-stop(50%,#57b3c2), color-stop(100%,#57b3c2)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(45deg, rgb(103, 191, 205) 0%,rgb(103, 191, 205) 50%,rgb(88, 179, 197) 50%,rgb(88, 179, 197) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(45deg, rgb(103, 191, 205) 0%,rgb(103, 191, 205) 50%,rgb(88, 179, 197) 50%,rgb(88, 179, 197) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(45deg, rgb(103, 191, 205) 0%,rgb(103, 191, 205) 50%,rgb(88, 179, 197) 50%,rgb(88, 179, 197) 100%); /* IE10+ */
    background: linear-gradient(76deg, rgb(103, 191, 205) 0%,rgb(103, 191, 205) 50%,rgb(88, 179, 197) 50%,rgb(88, 179, 197) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgb(103, 191, 205)', endColorstr='rgb(88, 179, 197)',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    linear-gradient(45deg, rgb(103, 191, 205) 0%,rgb(103, 191, 205) 50%,rgb(88, 179, 197) 50%,rgb(88, 179, 197) 100%);
}

.box-option-exento {

    border: 1px solid #C3C3C3;
    background: #37c998; /* Old browsers */
    color:#FFF;
    background: -moz-linear-gradient(45deg, #37c998 0%, #37c998 50%, #30c291 50%, #30c291 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#37c998), color-stop(50%,#37c998), color-stop(50%,#30c291), color-stop(100%,#30c291)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(45deg, #37c998 0%,#37c998 50%,#30c291 50%,#30c291 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(45deg, #37c998 0%,#37c998 50%,#30c291 50%,#30c291 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(45deg, #37c998 0%,#37c998 50%,#30c291 50%,#30c291 100%); /* IE10+ */
    background: linear-gradient(75deg, #37c998 0%,#37c998 50%,#30c291 50%,#30c291 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#37c998', endColorstr='#30c291',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.mensaje_exento {
     font-size: 15px;
    color: #2E2E2E;
    font-weight: bold;
}

.titulo-pago {
    font-family: Gotham-Light, "Gotham", Lato, Droid sans-serif;
    font-size: 119%;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: bold;
    color: #333333;
}

.caja-pago { height: 106%;  }

.option-tipos {
    display:inline-flex;
}

@media all and (max-width: 767px){
    .option-tipos{
        display:inline !important;
    }
}

