@font-face {
    font-family: GillSansMT;
    src: url('/theme_coomeva/static/src/fonts/gill-sans-mt.ttf') format('truetype');
}
.buttonEnviarEncuesta{
    background-color: #F47A20;
    color: #ffffff;
    padding: 0.1em 2em;
    font-size: 1.8em;
    border-radius: 0.2em;
    border: 1px solid transparent;
}
.contentFormEncuesta {
    background: #fff !important;
    text-align: center !important;
    width: 40% !important;
    border: 1.5px solid #F47A20 !important;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15) !important;
    border-radius: 10px !important;

}
.textoAyudanosCompletar{
    font-size: 14px !important;
}
.divEstrellasCalificacion{
    margin: 0 1em;
}
.rating {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.rating label {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 10px;
  padding: 0.2em;
}

.rating .icon {
    font-size: 1em;
    color: white;
    cursor: pointer;
    border: 1px solid #F47A20;
    border-radius: 50%;
    width: 1.5em;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 50%);
}

.rating input[type="radio"] {
  display: none;
}

.rating input[type="radio"]:checked + .icon {
  color: #F47A20;
  background-color: #F47A20;
}
.loader2 {
    display: none;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-image: url("/theme_coomeva/static/src/css/assets/gifs/loading-13.gif");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 6em;
    opacity: .8;
    background-color: #0000009e;
}
input:-webkit-autofill,input:-webkit-autofill:focus {
    transition: background-color 600000s 0s, color 600000s 0s;
  }
#g-recaptcha-response {
    display: block !important;
    position: absolute;
    margin: -78px 0 0 0 !important;
    width: 302px !important;
    height: 76px !important;
    z-index: -999999;
    opacity: 0;
}
button:disabled{
    background: #ccc !important;
    color: darkgray !important;
    border: 1px solid #ccc !important;
}
a[disabled]{
    background: #ccc !important;
    color: darkgray !important;
}
input[type="date"]::-webkit-calendar-picker-indicator {
    background-image: url('/theme_coomeva/static/description/iconospopup/CALENDARIO.png') !important;
  }
.popup .overlay {
    position:fixed;
    top: 0px;
    left: 0px;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index:1;
    display: none;
}

.popup .content {
    position: fixed;
    top: 300px;
    left: 650px;
    transform: translate(-50%, -50%) scale(0);
    background: #fff;
    width: 415px;
    height: 391px;
    z-index: 2;
    text-align: center;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 20px;
    font-family: GillSansMT;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #333333;

}
.popup .contentBuenaEleccion {
    position: fixed;
    top: 300px;
    left: 650px;
    transform: translate(-50%, -50%) scale(0);
    background: #fff;
    width: 415px;
    height: 391px;
    z-index: 2;
    text-align: center;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 20px;
    font-family: GillSansMT;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #333333;

}
.popup .contentTarjetaPropiedad {
    position: fixed;
    top: 300px;
    left: 650px;
    transform: translate(-50%, -50%) scale(0);
    background: #fff;
    width: 415px;
    height: 391px;
    z-index: 2;
    text-align: center;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 20px;
    font-family: GillSansMT;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #333333;

}
.popup .contentTokenAutentication {
    position: fixed;
    top: 300px;
    left: 650px;
    transform: translate(-50%, -50%) scale(0);
    background: #fff;
    width: 450px;
    height: 365px;
    z-index: 2;
    text-align: center;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 20px;
    font-family: GillSansMT;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #333333;

}
.popup .contentLimiteConsultas {
    position:fixed;
    top: 50%;
    left:50%;
    transform: translate(-50%, -50%) scale(0);
    background: #fff;
    width: 350px;
    height: 205px;
    z-index: 2;
    text-align: center;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 20px;
    font-family: GillSansMT;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #333333;

}
.popup .contentVehiculoNoPermitido {
    position:fixed;
    top: 50%;
    left:50%;
    transform: translate(-50%, -50%) scale(0);
    background: #fff;
    width: 350px;
    height: auto;
    z-index: 2;
    text-align: center;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 20px;
    font-family: GillSansMT;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #333333;

}
.popup .contentNoRecibiToken {
    position:fixed;
    top: 35%;
    left:51%;
    transform: translate(-50%, -50%) scale(0);
    background: #fff;
    width: 350px;
    height: 215px;
    z-index: 2;
    text-align: center;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 20px;
    font-family: GillSansMT;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #333333;

}
.popup .contentBeneficioDescuento {
    position: fixed;
    top: 320px;
    left: 650px;
    transform: translate(-50%, -50%) scale(0);
    background: #fff;
    width: 415px;
    height: 415px;
    z-index: 2;
    text-align: center;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 20px;
    font-family: GillSansMT;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #333333;

}
.popup .contentSeleccionaBono {
    position: fixed;
    top: 300px;
    left: 650px;
    transform: translate(-50%, -50%) scale(0);
    background: #fff;
    width: 415px;
    height: 391px;
    z-index: 2;
    text-align: center;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 20px;
    font-family: GillSansMT;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #333333;

}
.popup .contentNoCuentasMediosPago {
    position: fixed;
    top: 300px;
    left: 650px;
    transform: translate(-50%, -50%) scale(0);
    background: #fff;
    width: 415px;
    height: 340px;
    z-index: 2;
    text-align: center;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 20px;
    font-family: GillSansMT;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #333333;

}

.popup .contentUsuario {
    position: fixed;
    top: 300px;
    left: 650px;
    transform: translate(-50%, -50%) scale(0);
    background: #fff;
    width: 415px;
    height: 355px;
    z-index: 2;
    text-align: center;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 20px;
    font-family: GillSansMT;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #333333;

}

.popup .content1 {
    position:fixed;
    top: 50%;
    left:50%;
    transform: translate(-50%, -50%) scale(0);
    background: #fff;
    width: 297px;
    height: 80px;
    z-index: 2;
    text-align: center;
    box-sizing: border-box;
    border-radius: 20px;
    font-family: GillSansMT;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 16px;
    color: #333333;

}
.popup .contentVencimientoSoat2 {
    position:fixed;
    top: 50%;
    left:50%;
    transform: translate(-50%, -50%) scale(0);
    background: #fff;
    width: 321px;
    height: 80px;
    z-index: 2;
    text-align: center;
    box-sizing: border-box;
    border-radius: 20px;
    font-family: GillSansMT;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 16px;
    color: #333333;

}
.popup .contentHasExcedidoLimiteConsultas {
    position:fixed;
    top: 50%;
    left:50%;
    transform: translate(-50%, -50%) scale(0);
    background: #fff;
    width: 375px;
    height: 105px;
    z-index: 2;
    text-align: center;
    box-sizing: border-box;
    border-radius: 20px;
    font-family: GillSansMT;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 16px;
    color: #333333;

}
.popup .contentVencimientoSoat3 {
    position:fixed;
    top: 50%;
    left:50%;
    transform: translate(-50%, -50%) scale(0);
    background: #fff;
    width: 240px;
    height: 80px;
    z-index: 2;
    text-align: center;
    box-sizing: border-box;
    border-radius: 20px;
    font-family: GillSansMT;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 16px;
    color: #333333;

}
.popup .contentInfoPen {
    position: fixed;
    top: 300px;
    left: 591px;
    transform: translate(-50%, -50%) scale(0);
    background: #fff;
    width: 290px;
    height: 290px;
    z-index: 2;
    text-align: center;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 20px;
    font-family: GillSansMT;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #333333;

}
.contentAgradecimiento{
	display: block;
    background: #fff;
    width: 415px;
    height: 391px;
    text-align: center;
    padding: 20px;
    box-sizing: content-box;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.5);
    border-radius: 25px;
    font-family: GillSansMT;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #333333;
}
.contentFormAuto{
	display: block;
	#margin-right: auto;
    background: #fff;
    width: 491px;
    height: 580px;
    z-index: 1;
    text-align: center;
    padding: 10px;
    box-sizing: content-box;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
	border: 1.5px solid #F47A20;
    border-radius: 10px;
    font-family: GillSansMT;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #333333;
}
.tablaRunt{
	background: #FFFFFF !important;
    border: 1px solid #FFFFFF !important;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15) !important;
    border-radius: 10px !important;
    border-collapse: separate !important;
    border-spacing: 10px 10px !important;
}
.tablaRunt td{
	font-family: GillSansMT;
    font-style: normal !important;
    font-weight: normal !important;
    font-size: 16px !important;
    line-height: 19px !important;
    object-fit: cover !important;
    width: 210px !important;
    padding: 0px !important;
}
.tablaRunt th{
    font-family: GillSansMT;
    font-style: normal !important;
    font-weight: bold !important;
    font-size: 16px !important;
    line-height: 16px !important;
    padding: 0px !important;
    text-align: left !important;
}
.saludoRunt{
	font-family: GillSansMT;
	font-style: normal !important;
    font-weight: normal !important;
    font-size: 18px !important;
    line-height: 21px !important;
    text-align: center !important;
}
.botonCotizar{
	font-family: GillSansMT;
    #position: absolute !important;
    color: #FFFFFF !important;
    font-weight: bold !important;
    font-size: 16px !important;
    line-height: 24px !important;
    width: 240px !important;
    height: 40px !important;
    background: #F47A20 !important;
    border-radius: 4px !important;
	border: none !important;
}
.fechaVigencia{
	font-family: GillSansMT;
font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 16px;
border: none;
}
.popup .close-btn {
    cursor: pointer;
    position:absolute;
    right: 20px;
    top: 20px;
    width: 30px;
    height: 30px;
    background: #222;
    color: #fff;
    font-size: 25px;
    font-weight: 600;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
}
.popup .close-btnMensajesVencimiento {
    cursor: pointer;
    position: absolute;
    right: 5px;
    top: 3px;
    width: 15px;
    height: 15px;
    background: #222;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    line-height: 16px;
    text-align: center;
    border-radius: 50%;
}
.centrarelementos1{
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-image: url("/theme_coomeva/static/description/iconospopup/bonoseleccionado.png") !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;

    position: relative;
}
.popup.active .overlay{
    display: block;
}
.popup.active .content{
    transition: all 300ms ease-in-out;
    transform: translate(-50%, -50%) scale(1);
}
.popup.active .contentBuenaEleccion{
    transition: all 300ms ease-in-out;
    transform: translate(-50%, -50%) scale(1);
}
.popup.active .contentTarjetaPropiedad{
    transition: all 300ms ease-in-out;
    transform: translate(-50%, -50%) scale(1);
}
.popup.active .contentTokenAutentication{
    transition: all 300ms ease-in-out;
    transform: translate(-50%, -50%) scale(1);
}
.popup.active .contentLimiteConsultas{
    transition: all 300ms ease-in-out;
    transform: translate(-50%, -50%) scale(1);
}
.popup.active .contentVehiculoNoPermitido{
    transition: all 300ms ease-in-out;
    transform: translate(-50%, -50%) scale(1);
}
.popup.active .contentNoRecibiToken{
    transition: all 300ms ease-in-out;
    transform: translate(-50%, -50%) scale(1);
    .contentTokenAutentication {
        background: rgba(0, 0, 0, 0.7) !important;
    }
}
.popup.deactive .contentNoRecibiToken{
    .contentTokenAutentication{
        background: #fff !important;
    }
}
.popup.active .contentBeneficioDescuento{
    transition: all 300ms ease-in-out;
    transform: translate(-50%, -50%) scale(1);
}
.popup.active .contentSeleccionaBono{
    transition: all 300ms ease-in-out;
    transform: translate(-50%, -50%) scale(1);
}
.popup.active .contentNoCuentasMediosPago{
    transition: all 300ms ease-in-out;
    transform: translate(-50%, -50%) scale(1);
}
.popup.active .contentUsuario{
    transition: all 300ms ease-in-out;
    transform: translate(-50%, -50%) scale(1);
}
.popup.active .content1{
    transition: all 300ms ease-in-out;
    transform: translate(-50%, -50%) scale(1);
}
.popup.active .contentHasExcedidoLimiteConsultas{
    transition: all 300ms ease-in-out;
    transform: translate(-50%, -50%) scale(1);
}
.popup.active .contentVencimientoSoat2{
    transition: all 300ms ease-in-out;
    transform: translate(-50%, -50%) scale(1);
}
.popup.active .contentVencimientoSoat3{
    transition: all 300ms ease-in-out;
    transform: translate(-50%, -50%) scale(1);
}
.popup.active .contentInfoPen{
    transition: all 300ms ease-in-out;
    transform: translate(-50%, -50%) scale(1);
}
#popup-1 h2{
    color: #F47A20;
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
}
#popup-2 h2{
    color: #F47A20;
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
}
#popup-3 h2{
    color: #DB282E;
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
}
.buttonPop{
    display: block;
    margin: 1em;
}
.content a {
    color: #fff;
    background: #F47A20;
    padding: 2px 30px 5px 30px;
    border-radius: 4px;
    font-weight: 400;

}
.contentBuenaEleccion a {
    color: #fff;
    background: #F47A20;
    padding: 2px 30px 5px 30px;
    border-radius: 4px;
    font-weight: 400;

}
.contentTarjetaPropiedad a {
    color: #fff;
    background: #F47A20;
    padding: 2px 30px 5px 30px;
    border-radius: 4px;
    font-weight: 400;

}
.contentBeneficioDescuento a {
    margin-top: 35px;
    margin-left: 230px;
    color: #fff;
    background: #a14d11;
    padding: 12px 20px 15px 20px;
    border-radius: 30px;
    font-size: 30px;
    font-weight: 700
}
.contentSeleccionaBono a {
    color: #fff;
    background: #F47A20;
    padding: 2px 30px 5px 30px;
    border-radius: 4px;
    font-weight: 400;

}
.contentNoCuentasMediosPago a {
    color: #fff;
    background: #F47A20;
    padding: 2px 30px 5px 30px;
    border-radius: 4px;
    font-weight: 400;

}

.contentUsuario a {
    color: #fff;
    background: #F47A20;
    padding: 2px 30px 5px 30px;
    border-radius: 4px;
    font-weight: 400;

}

.contentInfoPen a {
    color: #fff;
    background: #F47A20;
    padding: 2px 30px 5px 30px;
    border-radius: 4px;
    font-weight: 400;

}
.contentAgradecimiento a {
    color: #fff;
    background: #F47A20;
    padding: 2px 30px 5px 30px;
    border-radius: 4px;
    font-weight: 400;

}
.popup a {
    text-decoration: none;
}

.popup img.alineartextoimagen{
    vertical-align: text-top; 
}
.content1 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .contentBeneficioDescuento {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background-image: url("/theme_coomeva/static/src/css/assets/images/pictures/Banner_Descuento_SOAT.jpg") !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
  }
    .contentHasExcedidoLimiteConsultas {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .contentVencimientoSoat2 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .contentVencimientoSoat3 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .contentAutenticationToken {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
#principal {
    width: 25%;
}
#sidebar {
    width: 75%;
    text-align: left;
}
#principal111 {
    width: 20%;
}
#sidebar111 {
    width: 80%;
    text-align: left;
}
#token1 {
    width: 22%;
}
#token2 {
    width: 5%;
}
#token3 {
    width: 100%;
}
#Beneficio1 {
    width: 46%;
    margin-right: 5px;
}
#Beneficio2 {
    width: 46%;
    margin-left: 5px;
}
#Beneficio3 {
    width: 46%;
    margin-right: 5px;
}
#Beneficio4 {
    width: 46%;
    margin-left: 5px;
}
.botontoken {
  color: #F37A1F !important;
  font-size: 12px;
  font-weight: 500;
  padding: 0.2em 1.1em;
  background: rgba(0,0,0,0);
  transition: all 0.2s ease;
  position: relative;
  border-radius: 4px;
}
.botontoken:hover {
  background: #F37A1F;
  color: #fff !important;
}
@import url("https://fonts.googleapis.com/css?family=Ubuntu|Ubuntu+Mono");

.tokeninput {
  display: inline-block;
  margin: 1.2rem auto;
  border: none;
  padding: 0;
  width: 10.5ch;
  background: repeating-linear-gradient(90deg, dimgrey 0, dimgrey 1ch, transparent 0, transparent 1.5ch) 0 100%/ 9ch 2px no-repeat;
  font: 1.2rem 'Ubuntu Mono', monospace;
  letter-spacing: 0.5ch;
}
.tokeninput:focus {
  outline: none;
  color: #333333;
}
.content2 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    font-family: GillSansMT;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #333333;
}
#principal1 {
    width: 50%;
}
#sidebar1 {
    width: 50%;
}
.cardBeneficios {
    margin-top: 10px;
    width: 169px;
    height: 130px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
    border-radius: 15px;
    background-color:rgba(0, 0, 0, 0.8);
}
.card {
    margin-top: 10px;
    width: 169px;
    height: 159px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
    border-radius: 15px;
}

.card:hover {
    border-width: 4px;
    border-style: solid;
    border-color: #F47A20;
    border-radius: 15px;
}

.botonInterroga{
	border:none;
	background:none;
	cursor: pointer;
	width: auto;
	height: auto;
	align-items: center;
	display: flex;
}
.divInterroga{
	display: flex;
	justify-content: right;
}

#tipoDoc:invalid{
    color: gray !important;
    background-color: white;
}
@media (min-width: 768px){
.espacioEntrePuntosDelFlujo{
    max-width: 36.666667%!important;
}
}
@media only screen and (max-width: 1024px){
.widthTextoSoatVigente{
    width: 71% !important;
}
}
@media only screen and (max-width: 768px){
.widthTextoSoatVigente{
    width: 70% !important;
}
.contentBeneficioDescuento a {
    margin-top: 35px !important;
    margin-left: 227px !important;
    font-size: 30px !important;
    padding: 12px 20px 15px 20px !important;
}
}
@media only screen and (max-width: 640px){
.ImagenTarjetaDePropiedad{
    width: 375px !important;
    height: 315px !important;
}
.RespuestaTransaccionResponsive{
    width: 415px !important;
    margin-left: 100px !important;
}
.tituloPasoPasoBeneficios{
    font-size: 17px !important;
}
.TextoPasoPasoBeneficios{
    font-size: 12px !important;
}
.contentBeneficioDescuento a {
    margin-top: 40px !important;
    margin-left: 277px !important;
    font-size: 30px !important;
    padding: 15px 30px 18px 30px !important;
}
}
@media only screen and (max-width: 540px){
.widthTextoSoatVigente{
    width: 95% !important;
}
.RespuestaTransaccionResponsive{
    width: 415px !important;
    margin-left: 51px !important;
}
.tituloPasoPasoBeneficios{
    font-size: 17px !important;
}
.TextoPasoPasoBeneficios{
    font-size: 12px !important;
}
.contentBeneficioDescuento a {
    margin-top: 40px !important;
    margin-left: 277px !important;
    font-size: 30px !important;
    padding: 15px 30px 18px 30px !important;
}
}
@media only screen and (max-width: 425px){
.contentFormEncuesta {
    width: 90% !important;
}
.orderTextEncuestasatisfaccion1{
    order: 2;
    margin-right: 12.5em;
}
.orderTextEncuestasatisfaccion2{
    order: 3;
}
.textAgradecimientoEncuesta{
    padding: 0 2em !important;
}
.tittleEncuestaSatisfaccion{
    font-size: 2em !important;
}
.buttonEnviarEncuesta{
    font-size: 1.5em !important;
}
.botonAtrastoken{
    width: 85px !important;
    height: 30px !important;
}
.botonVerificartoken{
    width: 85px !important;
    height: 30px !important;
}
.tokenresponsivemargin1{
    margin-top: 30px !important;
}
.inputResponsivetoken{
    width: 215px !important;
}
.tablaRunt {
    border-spacing: 10px 9px !important;
}
.HolaUsuario{
    font-size: 30px !important;
}
.NosDaMuchoGusto{
    font-size: 18px !important;
}
.ImagenTarjetaDePropiedad{
    width: 298px !important;
    height: 219px !important;
}
.ImagenBonoSupermercadoResponsive{
    margin-left: 30% !important;
}
.contentAgradecimiento{
    width: 370px;
    height: 378px;
}
.botonListoAgradecimientoResponsive{
    margin-top: 4em !important;
}
.contentFormAuto{
    width: 389px !important;
}
.widthTextoSoatVigente{
    width: 95% !important;
}
.RespuestaTransaccionResponsive{
    width: 330px !important;
    margin-left: 35px !important;
}
.tituloPasoPasoBeneficios{
    font-size: 15px !important;
    margin-top: 30px !important;
}
.TextoPasoPasoBeneficios{
    font-size: 10px !important;
}
.contentBeneficioDescuento a {
    margin-top: 28px !important;
    margin-left: 190px !important;
    font-size: 20px !important;
    padding: 8px 20px 12px 20px !important;
}
}
@media only screen and (max-width: 414px){
.botonAtrastoken{
    width: 85px !important;
    height: 30px !important;
}
.botonVerificartoken{
    width: 85px !important;
    height: 30px !important;
}
.tokenresponsivemargin1{
    margin-top: 30px !important;
}
.inputResponsivetoken{
    width: 215px !important;
}
.tablaRunt {
    border-spacing: 14px 9px !important;
}
.HolaUsuario{
    font-size: 28px !important;
}
.NosDaMuchoGusto{
    font-size: 18px !important;
}
.ImagenTarjetaDePropiedad{
    width: 298px !important;
    height: 209px !important;
}
.ImagenBonoSupermercadoResponsive{
    margin-left: 30% !important;
}
.contentAgradecimiento{
    width: 356px;
    height: 378px;
}
.botonListoAgradecimientoResponsive{
    margin-top: 4em !important;
}
.contentFormAuto{
    width: 379px !important;
}
.widthTextoSoatVigente{
    width: 95% !important;
}
.TuSoatParaLaPlacaTexto{
    font-size: 13px !important;
}
.RespuestaTransaccionResponsive{
    width: 330px !important;
    margin-left: 33px !important;
}
.tituloPasoPasoBeneficios{
    font-size: 15px !important;
    margin-top: 30px !important;
}
.TextoPasoPasoBeneficios{
    font-size: 10px !important;
}
.contentBeneficioDescuento a {
    margin-top: 28px !important;
    margin-left: 190px !important;
    font-size: 20px !important;
    padding: 8px 20px 12px 20px !important;
}
}
@media only screen and (max-width: 411px){
.botonAtrastoken{
    width: 85px !important;
    height: 30px !important;
}
.botonVerificartoken{
    width: 85px !important;
    height: 30px !important;
}
.tokenresponsivemargin1{
    margin-top: 30px !important;
}
.inputResponsivetoken{
    width: 215px !important;
}
.tablaRunt {
    border-spacing: 8px 9px !important;
}
.HolaUsuario{
    font-size: 28px !important;
}
.NosDaMuchoGusto{
    font-size: 18px !important;
}
.ImagenTarjetaDePropiedad{
    width: 298px !important;
    height: 209px !important;
}
.ImagenBonoSupermercadoResponsive{
    margin-left: 30% !important;
}
.contentAgradecimiento{
    width: 356px;
    height: 378px;
}
.botonListoAgradecimientoResponsive{
    margin-top: 4em !important;
}
.contentFormAuto{
    width: 377px !important;
}
.widthTextoSoatVigente{
    width: 95% !important;
}
.TuSoatParaLaPlacaTexto{
    font-size: 13px !important;
}
.RespuestaTransaccionResponsive{
    width: 330px !important;
    margin-left: 33px !important;
}
.tituloPasoPasoBeneficios{
    font-size: 15px !important;
    margin-top: 30px !important;
}
.TextoPasoPasoBeneficios{
    font-size: 10px !important;
}
.contentBeneficioDescuento a {
    margin-top: 28px !important;
    margin-left: 190px !important;
    font-size: 20px !important;
    padding: 8px 20px 12px 20px !important;
}
}
@media only screen and (max-width: 375px){
.botonAtrastoken{
    width: 85px !important;
    height: 30px !important;
}
.botonVerificartoken{
    width: 85px !important;
    height: 30px !important;
}
.tokenresponsivemargin1{
    margin-top: 20px !important;
}
.tokenresponsivemargin2{
    margin-top: -1em !important;
}
.tokenresponsivemargin3{
    margin-top: 3em !important;
}
.inputResponsivetoken{
    width: 195px !important;
}
.flujocotizacion{
    font-size: 13px !important;
}
.tablaRunt {
    border-spacing: 6px 6px !important;
}
.tablaRunt th{
    font-size: 14px !important;
}
.HolaUsuario{
    font-size: 24px !important;
}
.NosDaMuchoGusto{
    font-size: 16px !important;
}
.popup .contentHasExcedidoLimiteConsultas{
    width: 365px !important;
}
.ImagenTarjetaDePropiedad{
    width: 298px !important;
    height: 209px !important;
}
.ImagenBonoSupermercadoResponsive{
    margin-left: 30% !important;
}
.contentAgradecimiento{
    width: 320px;
    height: 378px;
}
.botonListoAgradecimientoResponsive{
    margin-top: 3em !important;
}
.contentFormAuto{
    width: 341px !important;
}
.widthTextoSoatVigente{
    width: 95% !important;
}
.RespuestaTransaccionResponsive{
    width: 330px !important;
    margin-left: 9px !important;
}
.tituloPasoPasoBeneficios{
    font-size: 15px !important;
    margin-top: 30px !important;
}
.TextoPasoPasoBeneficios{
    font-size: 10px !important;
}
.contentBeneficioDescuento a {
    margin-top: 28px !important;
    margin-left: 190px !important;
    font-size: 20px !important;
    padding: 8px 20px 12px 20px !important;;
}
}
@media only screen and (max-width: 360px){
.botonAtrastoken{
    width: 85px !important;
    height: 30px !important;
}
.botonVerificartoken{
    width: 85px !important;
    height: 30px !important;
}
.tokenresponsivemargin1{
    margin-top: 20px !important;
}
.tokenresponsivemargin2{
    margin-top: -1em !important;
}
.tokenresponsivemargin3{
    margin-top: 3em !important;
}
.inputResponsivetoken{
    width: 190px !important;
}
.flujocotizacion{
    font-size: 12px !important;
}
.tablaRunt {
    border-spacing: 0px 6px !important;
}
.tablaRunt th{
    font-size: 14px !important;
}
.HolaUsuario{
    font-size: 24px !important;
}
.NosDaMuchoGusto{
    font-size: 15px !important;
}
.popup .contentHasExcedidoLimiteConsultas{
    width: 352px !important;
}
.ImagenTarjetaDePropiedad{
    width: 298px !important;
    height: 209px !important;
}
.ImagenBonoSupermercadoResponsive{
    margin-left: 30% !important;
}
.contentAgradecimiento{
    width: 305px;
    height: 378px;
}
.botonListoAgradecimientoResponsive{
    margin-top: 3em !important;
}
.contentFormAuto{
    width: 327px !important;
}
.widthTextoSoatVigente{
    width: 95% !important;
}
.RespuestaTransaccionResponsive{
    width: 330px !important;
    margin-left: 2px !important;
}
.tituloPasoPasoBeneficios{
    font-size: 15px !important;
    margin-top: 30px !important;
}
.TextoPasoPasoBeneficios{
    font-size: 10px !important;
}
.contentBeneficioDescuento a {
    margin-top: 28px !important;
    margin-left: 188px !important;
    font-size: 20px !important;
    padding: 8px 20px 12px 20px !important;
}
}
@media only screen and (max-width: 320px){
.botonAtrastoken{
    width: 70px !important;
    height: 25px !important;
}
.botonVerificartoken{
    width: 70px !important;
    height: 25px !important;
}
.tokenresponsivemargin1{
    margin-top: 10px !important;
}
.tokenresponsivemargin2{
    margin-top: -2em !important;
}
.tokenresponsivemargin3{
    margin-top: 2em !important;
}
.inputResponsivetoken{
    width: 175px !important;
}
.envioexitosoToken{
    font-size: 20px !important
}
.textohemosenviadoToken{
    font-size: 11px !important
}
.ingresaloaquitoken{
    font-size: 9px !important;
}
#token1{
    width: 20% !important;
}
#token2{
    width: 20% !important;
}
#token3{
    width: 60% !important;
}
.botontoken{
    font-size: 10px !important;
}
.flujocotizacion{
    font-size: 10px !important;
}
.tablaRunt th{
    font-size: 13px !important;
}
.tablaRunt td{
    font-size: 14px !important;
}
.tablaRunt {
    border-spacing: 0px 6px !important;
}
.HolaUsuario{
    font-size: 22px !important;
}
.NosDaMuchoGusto{
    font-size: 13px !important;
}
.ImagenTarjetaDePropiedad{
    width: 270px !important;
    height: 191px !important;
}
.ImagenBonoSupermercadoResponsive{
    margin-left: 30% !important;
}
.contentAgradecimiento{
    width: 265px;
    height: 385px;
}
.botonListoAgradecimientoResponsive{
    margin-top: 1em !important;
}
.contentFormAuto{
    width: 288px !important;
}
.widthTextoSoatVigente{
    width: 95% !important;
}
.popup .contentHasExcedidoLimiteConsultas{
    width: 308px !important;
}
.popup .contentVencimientoSoat2{
    width: 308px !important;
}
.RespuestaTransaccionResponsive{
    width: 290px !important;
    margin-left: 0px !important;
}
.cardBeneficios {
    height: 155px !important;
}
.tituloPasoPasoBeneficios{
    font-size: 14px !important;
    margin-top: 30px !important;
    margin-bottom: 11px !important;
}
.TextoPasoPasoBeneficios{
    font-size: 8px !important;
}
.contentBeneficioDescuento a {
    margin-top: 28px !important;
    margin-left: 160px !important;
    font-size: 20px !important;
    padding: 8px 20px 12px 20px !important;
}
.contentAgradecimiento a {
    padding: 2px 20px 5px 20px !important;
}
}
@media only screen and (max-width: 280px){
.botonAtrastoken{
    width: 70px !important;
    height: 25px !important;
}
.botonVerificartoken{
    width: 70px !important;
    height: 25px !important;
}
.tokenresponsivemargin1{
    margin-top: 5px !important;
}
.tokenresponsivemargin2{
    margin-top: -2em !important;
}
.tokenresponsivemargin3{
    margin-top: 2em !important;
}
.inputResponsivetoken{
    width: 175px !important;
}
.envioexitosoToken{
    font-size: 20px !important
}
.textohemosenviadoToken{
    font-size: 12px !important
}
.ingresaloaquitoken{
    font-size: 12px !important;
}
#token1{
    width: 100% !important;
}
#token2{
    width: 20% !important;
}
#token3{
    width: 80% !important;
}
.botontoken{
    font-size: 10px !important;
}
.flujocotizacion{
    font-size: 8px !important;
}
.tablaRunt th{
    font-size: 12px !important;
}
.tablaRunt td{
    font-size: 13px !important;
}
.tablaRunt {
    border-spacing: 0px 6px !important;
}
.HolaUsuario{
    font-size: 18px !important;
}
.NosDaMuchoGusto{
    font-size: 12px !important;
}
.ImagenTarjetaDePropiedad{
    width: 236px !important;
    height: 180px !important;
}
.TextoDeBonosResponsive{
    font-size: 14px !important;
}
.ImagenBonoGasolinaResponsive{
    margin-left: 37% !important;
}
.ImagenBonoSupermercadoResponsive{
    margin-left: 24% !important;
}
.contentAgradecimiento{
    width: 226px;
    height: 400px;
}
.botonListoAgradecimientoResponsive{
    margin-top: 1em !important;
}
.contentFormAuto{
    width: 248px !important;
}
.widthTextoSoatVigente{
    width: 84% !important;
}
.tituloSoatVigente{
    font-size: 16px !important;
}
.popup .contentHasExcedidoLimiteConsultas{
    width: 267px !important;
}
.popup .contentVencimientoSoat2{
    width: 267px !important;
}
.titulomensajeVencimientoSoat2{
    font-size: 15px !important;
}
.textomensajeVencimientoSoat2{
    font-size: 15px !important;
}
.RespuestaTransaccionResponsive{
    width: 252px !important;
    margin-left: 0px !important;
}
.cardBeneficios {
    height: 155px !important;
}
.tituloPasoPasoBeneficios{
    font-size: 15px !important;
    margin-bottom: 25px !important;
}
.TextoPasoPasoBeneficios{
    font-size: 10px !important;
}
.contentBeneficioDescuento a {
    margin-top: 31px !important;
    margin-left: 155px !important;
    font-size: 20px !important;
    padding: 8px 20px 12px 20px !important;
}
}
