@font-face {
    font-family: GillSansMT;
    src: url('/theme_coomeva/static/src/fonts/gill-sans-mt.ttf') format('truetype');
}
input:-webkit-autofill,input:-webkit-autofill:focus {
    transition: background-color 600000s 0s, color 600000s 0s;
}
.formupropietario{
    display: flex !important;
    justify-content: center !important;
}
.contentFormPropietario {
    background: #fff !important;
    text-align: center !important;
    width: 555px !important;
    height: 800px !important;
    border: 1.5px solid #F47A20 !important;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15) !important;
    border-radius: 10px !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: 50%;
    left:50%;
    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 .contentTipoRegimen {
    position:fixed;
    top: 50%;
    left:50%;
    transform: translate(-50%, -50%) scale(0);
    background: #fff;
    width: 350px;
    height: 260px;
    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 .contentEmail {
    position:fixed;
    top: 50%;
    left:50%;
    transform: translate(-50%, -50%) scale(0);
    background: #fff;
    width: 350px;
    height: 260px;
    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 .contentResponsabilidadRut {
    position:fixed;
    top: 50%;
    left:50%;
    transform: translate(-50%, -50%) scale(0);
    background: #fff;
    width: 415px;
    height: 320px;
    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 .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%;
}
.popupBono .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.active .overlay{
    display: block;
}
.popup.active .content{
    transition: all 300ms ease-in-out;
    transform: translate(-50%, -50%) scale(1);
}
.popup.active .contentTipoRegimen{
    transition: all 300ms ease-in-out;
    transform: translate(-50%, -50%) scale(1);
}
.popup.active .contentEmail{
    transition: all 300ms ease-in-out;
    transform: translate(-50%, -50%) scale(1);
}
.popup.active .contentResponsabilidadRut{
    transition: all 300ms ease-in-out;
    transform: translate(-50%, -50%) scale(1);
}
.content1 {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    align-items: center !important;
  }
.content2 {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    align-items: center !important;
    font-family: GillSansMT !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-size: 14px !important;
    line-height: 16px !important;
    color: #333333 !important;
}
#principal1 {
    width: 37% !important;
}
#sidebar1 {
    width: 63% !important;
}
.card {
    margin: 8px 6px 10px 0px !important;
    width: 297px !important;
    height: 80px !important;
    background: #fff !important;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15) !important;
    border-radius: 15px !important;
}
#principal {
    width: 25% !important;
}
#sidebar {
    width: 75% !important;
    text-align: left !important;
}
.separarceldasPropietario {
    border-collapse: separate !important;
    border-spacing: 25px 10px !important;
}
td{
    padding: 0px !important;
}
th {
    font-size: 16px !important;
    font-weight: normal !important;
}
input[readonly] {
     cursor: not-allowed;
     color: rgb(76 76 76);
}
select[disabled] {
     cursor: not-allowed;
}
input {
    width: 240px !important;
    height: 40px !important;
}
select {
    width: 240px !important;
    height: 40px !important;
}
input:invalid:required {
  border: 1px solid #ff0000 !important;
}
select:invalid:required {
  border: 1px solid #ff0000 !important;
}
input:valid {
  outline: none;
  border: 1px solid rgba(51, 51, 51, 0.2);
}
select:valid {
  outline: none;
  border: 1px solid rgba(51, 51, 51, 0.2);
}
.popupBono .overlay {
    position:fixed;
    top: 0px;
    left: 0px;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index:1;
    display: none;
}

.popupBono .contentBono {
    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;

}
.popupBono.active .overlay{
    display: block;
}
.popupBono.active .contentBono{
    transition: all 300ms ease-in-out;
    transform: translate(-50%, -50%) scale(1);
}
.contentBono a {
    color: #fff;
    background: #F47A20;
    padding: 2px 30px 5px 30px;
    border-radius: 4px;
    font-weight: 400;

}
.popupBono a {
    text-decoration: none;
}
.content2Bono {
    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;
}
#principal1Bono {
    width: 50%;
}
#sidebar1Bono {
    width: 50%;
}
.cardBono {
    margin-top: 10px;
    width: 169px;
    height: 159px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
    border-radius: 15px;
}
.cardBono:hover {
    border-width: 4px;
    border-style: solid;
    border-color: #F47A20;
    border-radius: 15px;
}
@media (min-width: 768px){
.espacioEntrePuntosDelFlujo{
    max-width: 36.666667%!important;
}
}
@media only screen and (max-width: 540px){
.contentFormPropietario {
    width: 530px !important;
    height: 810px !important;
}
.separarceldasPropietario{
    border-spacing: 16px 10px !important;
}
}
@media only screen and (max-width: 425px){
.contentFormPropietario {
    width: 414px !important;
    height: 860px !important;
}
input{
    width: 200px !important;
}
select{
    width: 200px !important;
}
.separarceldasPropietario{
    border-spacing: 4px 11px !important;
}
.DisfrutaTuBono{
    font-size: 15px !important;
}
.TuSoatEsDe{
    font-size: 19px !important;
}
.ValorSoatH2{
    font-size: 30px !important;
}
}
@media only screen and (max-width: 414px){
.contentFormPropietario {
    width: 401px !important;
    height: 860px !important;
}
.flujocotizacion{
    font-size: 15px !important;
}
input{
    width: 190px !important;
}
select{
    width: 190px !important;
}
.separarceldasPropietario{
    border-spacing: 6px 11px !important;
}
.DisfrutaTuBono{
    font-size: 15px !important;
}
.TuSoatEsDe{
    font-size: 19px !important;
}
.ValorSoatH2{
    font-size: 30px !important;
}
.separarceldasPropietario th {
        font-size: 15px !important;
}
.popup .contentResponsabilidadRut {
    width: 400px !important;
}
}
@media only screen and (max-width: 411px){
.contentFormPropietario {
    width: 398px !important;
    height: 860px !important;
}
.flujocotizacion{
    font-size: 15px !important;
}
input{
    width: 190px !important;
}
select{
    width: 190px !important;
}
.separarceldasPropietario{
    border-spacing: 5px 11px !important;
}
.DisfrutaTuBono{
    font-size: 15px !important;
}
.TuSoatEsDe{
    font-size: 19px !important;
}
.ValorSoatH2{
    font-size: 30px !important;
}
.separarceldasPropietario th {
        font-size: 15px !important;
}
.popup .contentResponsabilidadRut {
    width: 400px !important;
}
}
@media only screen and (max-width: 375px){
.contentFormPropietario {
    width: 361px !important;
    height: 870px !important;
}
.flujocotizacion{
    font-size: 14px !important;
}
input{
    width: 170px !important;
}
select{
    width: 170px !important;
}
.separarceldasPropietario{
    border-spacing: 6px 10px !important;
}
.textoAyudanosCompletar{
    font-size: 14px !important;
}
.textoLavigenciaDelSoat{
    font-size: 18px !important;
}
.DisfrutaTuBono{
    font-size: 14px !important;
}
.TuSoatEsDe{
    font-size: 17px !important;
}
.ValorSoatH2{
    font-size: 27px !important;
}
.separarceldasPropietario th {
        font-size: 13px !important;
}
.popup .contentResponsabilidadRut {
    width: 360px !important;
}
}
@media only screen and (max-width: 360px){
.contentFormPropietario {
    width: 345px !important;
    height: 870px !important;
}
.flujocotizacion{
    font-size: 13px !important;
}
input{
    width: 165px !important;
}
select{
    width: 165px !important;
}
.separarceldasPropietario{
    border-spacing: 4px 10px !important;
}
.textoAyudanosCompletar{
    font-size: 14px !important;
}
.textoLavigenciaDelSoat{
    font-size: 18px !important;
}
.DisfrutaTuBono{
    font-size: 13px !important;
}
.TuSoatEsDe{
    font-size: 16px !important;
}
.ValorSoatH2{
    font-size: 25px !important;
}
.separarceldasPropietario th {
        font-size: 13px !important;
}
.popup .contentResponsabilidadRut {
    width: 350px !important;
}
}
@media only screen and (max-width: 320px){
.contentFormPropietario {
    width: 310px !important;
    height: 850px !important;
}
.flujocotizacion{
    font-size: 11px !important;
}
input{
    width: 145px !important;
}
select{
    width: 145px !important;
}
.separarceldasPropietario{
    border-spacing: 6px 12px !important;
}
.textoAyudanosCompletar{
    font-size: 12px !important;
}
.textoLavigenciaDelSoat{
    font-size: 16px !important;
}
.SiSoyPropietario{
    font-size: 13px !important;
}
.DisfrutaTuBono{
    font-size: 12px !important;
}
.TuSoatEsDe{
    font-size: 14px !important;
}
.ValorSoatH2{
    font-size: 22px !important;
}
.separarceldasPropietario th {
        font-size: 12px !important;
}
.popup .contentResponsabilidadRut {
    width: 312px !important;
    height: 356px !important;
}
.popup .contentTipoRegimen {
    width: 312px !important;
}
.popup .contentEmail {
    width: 312px !important;
}
.LapizeditarCamposFormPropietario{
    width: 11px !important;
    height: 11px !important;
}
.SignoInterrogacionAyuda{
    width: 11px !important;
    height: 11px !important;
}
}
@media only screen and (max-width: 280px){
.contentFormPropietario {
    width: 274px !important;
    height: 850px !important;
}
.flujocotizacion{
    font-size: 9px !important;
}
input{
    width: 125px !important;
}
select{
    width: 125px !important;
}
.separarceldasPropietario{
    border-spacing: 6px 14px !important;
}
.textoAyudanosCompletar{
    font-size: 11px !important;
}
.textoLavigenciaDelSoat{
    font-size: 14px !important;
    margin-top: 0em !important;
}
.SiSoyPropietario{
    font-size: 12px !important;
}
.DisfrutaTuBono{
    font-size: 10px !important;
}
.TuSoatEsDe{
    font-size: 12px !important;
}
.ValorSoatH2{
    font-size: 18px !important;
}
.separarceldasPropietario th {
    font-size: 11px !important;
}
.textoCardCambiarBono{
    font-size: 16px !important;
}
.popup .contentResponsabilidadRut {
    width: 271px !important;
    height: 356px !important;
}
.popup .contentTipoRegimen {
    width: 271px !important;
    height: 272px !important;
}
.popup .contentEmail {
    width: 271px !important;
    height: 272px !important;
}
.LapizeditarCamposFormPropietario{
    width: 10px !important;
    height: 10px !important;
}
.SignoInterrogacionAyuda{
    width: 11px !important;
    height: 11px !important;
}
}