/**QUITAR PADDING LEFT Y RIGHT*/
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

body {
    letter-spacing: .5px;
    font-family: Gotham, Arial, sans-serif;
}

/*TEXTOS*/

h1{
    color: rgba(0, 0, 0, 0.87);;
}

h2 {
    font-size: 20px;
    line-height: 32px;
    font-weight: medium;
    text-transform: uppercase;
}

h3 {
    font-size: 18px;
    line-height: 24px;
    font-weight: medium;
}

h5 {
    line-height: 1.6;
    font-weight: 700;
    color: rgb(24, 24, 24);
}

h6 {
    font-size: 22px;
    line-height: 1.6;
    font-weight: 700;
    text-align: center;
    color:rgba(0, 0, 0, 0.87);
    padding: 16px 0px 16px 0px;
}

p {
    font-weight: 400;
    color: rgb(77, 77, 77);
    font-size: 0.85rem;
    line-height: 1.6;
}

.p-info {
    font-size: 14px;
    line-height: 20px;
    font-weight: book;
    color: rgba(0, 0, 0, 0.87);
}

ul, li {
    font-size: 14px;
    line-height: 24px;
    font-weight: book;
    color: rgba(0, 0, 0, 0.87);
}

span {
    color: rgba(0, 0, 0, 0.87);
}

a, a:hover{
    color: rgba(0, 0, 0, 0.87);
}

.textSystem1 {
    color: rgba(0, 0, 0, 0.87);
}

.textSystem2 {
    color: rgba(0, 0, 0, 0.87);
}

.textInactivo {
    color: #ACB4C0;
}

.textInfo {
    color: #567EAD;
}

.textAlert {
    color: #B18931;
}

.textValidacion {
    color: #44956C;
}

.textError {
    color: #9A4443;
}

.bodyInverso {
    color: #FFF;
}

.ui-widget label {
    font-family: "Gotham",Arial,sans-serif;
    font-weight: 700;
    color: #000;
    font-size: 14px;
 }

.GNP_Text_System {
    color: #33445F;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.5px;
}

.subtítulos {
    color: rgba(0, 0, 0, 0.87);
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.15px;
    text-align: center;
}

.idULInfo {
    box-sizing: border-box; 
    font-family: Open Sans, helvetica, sans-serif; 
    font-size: 16px; 
    font-style: normal;
    font-weight: 400; 
    line-height: 24px; 
    letter-spacing: 0.5px; 
    padding-left: 16px;
}

input[required] + label::after {
    content: "•";
    color: #ebb349;
    font-size: 14px;
    font-weight: bold;
}

select {
    border-bottom: 1px solid #747474;
    border-left: none;
    border-right: none;
    border-top: none;
}

select:focus {
    /*outline: 1px solid #ebb349;*/
    border-bottom: 1px solid #ebb349;
    outline: none;
}
/*TEXTOS*/

/*ELEVACIONES*/
.tres:hover {
    background-color: #FFF;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.16);
}

.tres:active {
    background-color: #FFF;
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.16);
}

.tres:focus {
    background-color: #FFF;
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.16);
}

#uxDisabled {
    background-color: #E4E8ED; 
    border: none;
}

#uxResting {
    border: 2px solid #E4E8ED;
}

#uxCard {
    border: none; 
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.16);
}

#uxMenus {
    border: none;
    box-shadow: 0px 8px 20px 0px rgba(0, 46, 113, 0.16);
}

#uxModal {
    border: none;
    box-shadow: 0px 16px 32px 0px rgba(0, 46, 113, 0.16);
}
/*ELEVACIONES*/

/*FONDOS*/
#uxDarkest {
    background-color:rgba(0, 0, 0, 0.87);
    border: none;
    color: #FFF;
}

#uxDarker {
    background-color:rgba(0, 0, 0, 0.87);
    border: none;
    color: #FFF;
}

#uxDark {
    background-color:rgba(0, 0, 0, 0.87);
    border: none;
    color: #FFF;
}

#uxMedium {
    background-color:#9DAEC8;
    border: none;
}

#uxLight {
    background-color:#CED8E8;
    border: none;
}

#uxLighter {
    background-color:#E8EEF8;
    border: none;
}

#uxLightest {
    background-color:#F6F9FD;
    border: none;
}

#uxDisabledDark {
    background-color:#D1D6DE;
    border: none;
}

#uxDisabledLight {
    background-color:#F6F9FD;
    border: none;
}

#uxInverso {
    background-color:#002E71;
    border: none;
    color: #FFF;
}

/*FONDOS*/

/*Ajuste centrar form landing VDI*/
#contentForm {
    padding-top: 30px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 0%);
}

/*Ajuste centrar form landing RENOVACIONES*/
#contentFormRNOV {
    padding-top: 30px;
    left: 50%;
    transform: translate(-50%, 0%);
}

.collapsible {
    border-top: 1px solid #EBEBEB;
    border-right: 1px solid #EBEBEB;
    border-left: 1px solid #EBEBEB;
    margin: 0.5rem 0 1rem 0;
    box-shadow: none;
}

.material-icons, .ul-icons {
    font-size: 8px;
}

.card-panel {
    margin-top: 15px;
    border: 1px solid #EBEBEB;
    box-shadow: none;
}

.card .card-content {
    text-align: center;
    line-height: 1.5;
    color: rgb(24, 24, 24);
    font-size: 1rem;
    font-weight: 500;

}

section {
    padding-bottom: 36px;
}

.teal { 
    background-color: transparent !important;
}

.white-text {
    color: rgba(0, 0, 0, 0.87) !important;
}

[type="radio"]+span:before,
[type="radio"]+span:after {
    content: '';
    position: absolute;
    left: 0;
    top: auto;
    margin: 0px;
    width: 16px;
    height: 16px;
    z-index: 0;
    -webkit-transition: .28s ease;
    transition: .28s ease;
}

.needs-validation fieldset {
    margin: 0 0px 0px 0px;
    padding: 10px;
    border: transparent;
    padding-top: 0px;
    padding-bottom: 0px;
}

/*Class Comentario invalidos*/
.invalid-feedback {
    padding-left: 15px;
    color: #e83131;
}

.invalid-Personalizado {
    padding-left: 30px;
    display: block;
    width: 100%;
    margin-top: 0px;
    font-size: 80%;
    color: #e83131;
}

.invalid-Personalizado-tel {
    padding-left: 15px;
    display: block;
    width: 100%;
    margin-top: 0px;
    font-size: 80%;
    color: #e83131;
}

input.invalid:not([type]), input.invalid:not([type]):focus,
input.invalid[type=email]:not(.browser-default),
input.invalid[type=text]:not(.browser-default),
input.invalid[type=tel]:not(.browser-default),
input.invalid[type=number]:not(.browser-default), 
input.invalid[type=date]:not(.browser-default),
input.invalid[type=number]:not(.browser-default):focus {
    padding-left: 15px;
    border-bottom: 1px solid #BB2B2A;
    -webkit-box-shadow: 0 1px 0 0 #BB2B2A;
    box-shadow: 0 0px 0 0 #BB2B2A;
}

/*Class Comentarios invalidos*/

.form-titulo {
    color: #384863 !important;
    font-size: 12px !important;
    font-weight: 400;
    line-height: 1.5;
    padding-top: 0px;
    padding-bottom: 3px;
    padding-left: 7px;
    margin-top: 0px;
    font-family: Gotham, Arial, sans-serif;
}

.form-tituloh1 {
    color: #33445F !important;
    font-size: 20px !important;
    line-height: 1.5;
    padding-bottom: 20px;
    font-weight: 600;
    font-style: normal;
    line-height: 24px;
    padding-left: 10px;
    letter-spacing: 0.15px;
}

.textEncabezados {
    overflow: hidden;
    color: #002E71;
    text-overflow: ellipsis;
    /*font-size: 32px;*/
    font-style: normal;
    font-weight: 400;
    line-height: 48px; /* 150% */
    letter-spacing: 0.25px;
    /*padding-left: 10px;*/
    padding-bottom: 10px;
}

.legend-cotizacion {
    font-size: 1.42857rem;
    line-height: 1.6;
    color: rgba(0, 0, 0, 0.87);
    font-weight: 700;
    margin-bottom: 24px;
}

.needs-validation legend {
    color: rgba(0, 0, 0, 0.87);;
    margin-left: 0px;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.needs-validation .radio label {
    font-family: Gotham, Arial, sans-serif;
    font-size: 13px;
    line-height: 18px;
    padding-left: 30px;
    position: relative;
}

.needs-validation label {
    color: rgba(0, 0, 0, 0.87);
    /*color: rgba(0, 0, 0, 0.87);*/
    font-size: 14px;
    font-family: Gotham, Arial, sans-serif;
    padding-left: 15px;
}

.needs-validation label span,
.needs-validation p span {
    color: rgba(0, 0, 0, 0.87);
    font-family: Gotham, Arial, sans-serif;
}

.needs-validation label a {
    color: rgba(0, 0, 0, 0.87);
    font-family: Gotham, Arial, sans-serif;
    text-decoration: underline;
}

.needs-validation p span {
    font-size: 16px;
    font-weight: bold;
    font-family: Gotham, Arial, sans-serif;
}

.needs-validation hr {
    margin-top: .975rem;
    margin-bottom: 24px;
    border-top: 1px solid #ebb349;
    width: auto;
    /*margin-left: 10px;
    margin-right: 10px;*/
    font-family: Gotham, Arial, sans-serif;
}

.needs-validation .form-iconognp {
    width: 40px;
}

.input-field {
    margin-bottom: 2rem;
}

/* label color */
.input-field label {
    color: rgba(0, 0, 0, 0.87);
    font-weight: 400;
    font-family: Gotham, Arial, sans-serif;
}

/*Clase error mat*/
.input-field .helper-text {
    margin-left: 15px;
    margin-top: 0px;
    min-height: 0px;
}

input:not([type]).invalid ~ .helper-text:after, input:not([type]):focus.invalid ~ .helper-text:after, 
input[type=text]:not(.browser-default).invalid ~ .helper-text:after, 
input[type=text]:not(.browser-default):focus.invalid ~ .helper-text:after,
input[type=email]:not(.browser-default).invalid ~ .helper-text:after, 
input[type=email]:not(.browser-default):focus.invalid ~ .helper-text:after,
input[type=tel]:not(.browser-default).invalid ~ .helper-text:after, 
input[type=tel]:not(.browser-default):focus.invalid ~ .helper-text:after, 
input[type=number]:not(.browser-default).invalid ~ .helper-text:after, 
input[type=number]:not(.browser-default):focus.invalid ~ .helper-text:after, 
input[type=search]:not(.browser-default).invalid ~ .helper-text:after, 
input[type=search]:not(.browser-default):focus.invalid ~ .helper-text:after, 
input[type=date]:not(.browser-default).invalid ~ .helper-text:after, 
input[type=date]:not(.browser-default):focus.invalid ~ .helper-text:after, 
textarea.materialize-textarea.invalid ~ .helper-text:after, 
textarea.materialize-textarea:focus.invalid ~ .helper-text:after, 
.select-wrapper.invalid ~ .helper-text:after {
    color: #e83131;
}

/*Clase error mat*/


/*PINTA INPUT*/
input[type=text]:not(.browser-default):focus:not([readonly]),
input[type=number]:not(.browser-default):focus:not([readonly]),
input[type=tel]:not(.browser-default):focus:not([readonly]),
input[type=date]:not(.browser-default):focus:not([readonly]),
input[type=email]:not(.browser-default):focus:not([readonly]) {
    border-bottom: 1px solid #ebb349;
    -webkit-box-shadow: 0 1px 0 0 #747474;
    box-shadow: 0 0px 0 0 #747474;
    padding-left: 15px;
}


input:not([type]):focus.valid ~ label,input[type=text]:not(.browser-default):focus.valid ~ label,
input[type=password]:not(.browser-default):focus.valid ~ label,
input[type=email]:not(.browser-default):focus.valid ~ label,
input[type=url]:not(.browser-default):focus.valid ~ label,
input[type=time]:not(.browser-default):focus.valid ~ label,
input[type=date]:not(.browser-default):focus.valid ~ label,
input[type=datetime]:not(.browser-default):focus.valid ~ label,
input[type=datetime-local]:not(.browser-default):focus.valid ~ label,
input[type=tel]:not(.browser-default):focus.valid ~ label,
input[type=number]:not(.browser-default):focus.valid ~ label,
input[type=search]:not(.browser-default):focus.valid ~ label,
textarea.materialize-textarea:focus.valid ~ label {
    color: rgba(0, 0, 0, 0.87);
}

/*
.select-wrapper input.select-dropdown {
    padding-left: 15px;
}*/

/*
                    .input-field>label:not(.label-icon).active {
                      color: rgba(0, 0, 0, 0.87);
                    }
                    */

input.valid[type=email]:not(.browser-default),
input.valid[type=number]:not(.browser-default),
input.valid[type=tel]:not(.browser-default),
input.valid[type=date]:not(.browser-default)
input.valid[type=text]:not(.browser-default) {
    padding-left: 15px;
}

input[type=text]:not(.browser-default):focus:not([readonly])+label,
input[type=number]:not(.browser-default):focus:not([readonly])+label,
input[type=tel]:not(.browser-default):focus:not([readonly])+label,
input[type=date]:not(.browser-default):focus:not([readonly])+label,
input[type=email]:not(.browser-default):focus:not([readonly])+label {
    color: rgba(0, 0, 0, 0.87);
    font-family: Gotham, Arial, sans-serif;
}

input.valid[type=email]:not(.browser-default),
input.valid[type=number]:not(.browser-default),
input.valid[type=tel]:not(.browser-default),
input.valid[type=date]:not(.browser-default),
input.valid[type=text]:not(.browser-default) {
    border-bottom: 1px solid #747474;
    -webkit-box-shadow: 0 1px 0 0 #747474;
    box-shadow: 0px 0px 0px 0px #747474;
}

/*PINTA EL SELECT*/
.input-field input[type=text]:focus {
    border-bottom: 1px solid rgba(0, 0, 0, 0.87);
    box-shadow: 0 0px 0 0 rgba(0, 0, 0, 0.87);
}

input:not(.browser-default):hover:not([readonly]) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.87);
}

/*INPUT HOVER*/

/*INPUT DISABLED*/

input:not(.browser-default):disabled:not([readonly]) {
    border-bottom: 1px solid #e9ecef;
}

input[type]:not(.browser-default):disabled+label {
    color: rgba(0, 0, 0, 0.87);
}

/*INPUT DISABLED*/

/*ELIMINA BOTON DOWN AND UP NUMERICO*/
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

input[type=number] { -moz-appearance:textfield; }
/*ELIMINA BOTON DOWN AND UP NUMERICO*/

/*PINTA LA LI DEL SELECT*/
.dropdown-content li>a,
.dropdown-content li>span {
    font-size: 14px;
    font-family: Gotham, Arial, sans-serif;
    color: rgba(0, 0, 0, 0.87);
    display: block;
    line-height: 22px;
    /*padding: 14px 16px;*/
    padding: 14px 10px;
    background-color: white;
}

.dropdown-content li>a,
.dropdown-content li>span:hover {
    background-color: #e9ecef;
}

/*CAMBIAR TAMAÑO DE LA OPCIÓN SELECCIONADA*/
.select-wrapper input.select-dropdown {
    font-size: 14px;
    font-family: Gotham, Arial, sans-serif;
}

.row .col {
    padding: 0 0.75rem 0px 0px;
}

.select-dropdown {
    color: #33445f;
    height: 250px;
    /*height: 400px;*/
}

/*th,
td {
    border: hidden;
}*/

.btn-gnp {
    background: #181818;
    color: #FFF;
    font-family: Gotham, Arial, sans-serif;
    font-weight: normal;
    border: 0px;
    height: 3.5rem;
    text-align: center;
    transition: background-color .2s ease-in-out;
    box-sizing: border-box;
    white-space: normal;    
    word-wrap: break-word;   
    height: auto;
    display: inline-block;
    outline: 0px;
    margin: 16px 0px;
    cursor: pointer;
    user-select: none;
    vertical-align: middle;
    line-height: 1.75;
    padding: 12px 16px;
    width: 100%;
    box-shadow: none;
    border-radius: 0px;
    font-weight: normal;
    font-size: 0.85rem;
}

.btn-gnp:hover {
    opacity: .9;
    background: #181818;
    color: #FFF;
}



.needs-validation .btn-gnp {
    background: #181818;
    color: #FFF;
    font-family: Gotham, Arial, sans-serif;
    font-weight: 700;
    font-size: .875rem;
    border: none;
    height: 3.5rem;
    padding: 1rem 2rem;
    text-align: center;
    transition: background-color .2s ease-in-out;
    width: 100%;
    box-sizing: border-box;
}

.needs-validation .btn-gnp:hover {
    opacity: .9;
    background: #181818;
    color: #FFF;
}

.btn.focus, .btn:focus {
   outline: 0;
   box-shadow: none;
}

.btn.disabled,
.disabled.btn-large,
.disabled.btn-small,
.btn-floating.disabled,
.btn-large.disabled,
.btn-small.disabled,
.btn-flat.disabled,
.btn:disabled,
.btn-large:disabled,
.btn-small:disabled,
.btn-floating:disabled,
.btn-large:disabled,
.btn-small:disabled,
.btn-flat:disabled,
.btn[disabled],
.btn-large[disabled],
.btn-small[disabled],
.btn-floating[disabled],
.btn-large[disabled],
.btn-small[disabled],
.btn-flat[disabled] {
    pointer-events: none;
    background-color: #ababab !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #FFF !important;
    cursor: default;
}


#idFormContent {
    margin-right: 15px;
    margin-left: auto;
    /*margin-left: 55px;*/
    padding-right: 15px;
    padding-left: 15px;
    margin-top: auto;
    width: 80%;
    /*max-width: 450px;*/
    max-width: 423px;
    position: initial;
}

/*PINTA EL CHECK EN NARANJA*/
[type="checkbox"].filled-in:not(:checked)+span:not(.lever):after {
    top: 2px;
}

[type="checkbox"].filled-in:checked+span:not(.lever):after {
    top: 2px;
    width: 20px;
    height: 20px;
    border: 2px solid #181818;
    background-color: #181818;
    z-index: 0;
}

.form-control.is-valid,
.needs-validation .form-control:valid {
    border-color: #181818;
    padding-right: initial;
    /*background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e);*/
    background-image: none;
    background-position: center right calc(1.1em + 0.1875rem);
}

.form-control.is-invalid,
.needs-validation .form-control:invalid {
    padding-right: initial;
    background-image: none;
    background-repeat: none;
    background-position: none;
    background-size: none;
}

.form-control.is-invalid, .was-validated .form-control:invalid, .was-validated  .form-control:invalid+label{
    border-color: #e83131;
    color: #e83131;
}

/*CAMPOS OPCIONALES*/
.this-valid-default {
    border-color: #5588DE; 
    background-image: none;
}

#labelPromo {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 289px;
}

@media (min-height: 100px) and (min-width: 1330px) {
    #labelPromo {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        /*width: 100%;*/
        width: auto;
        font-size: 14px;
    }
}

@media (min-height: 100px) and (max-width: 1115px) {
    input[type=text]:not(.browser-default):focus:not([readonly]) + #labelPromo {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        /*width: 230px;*/
        width: auto;
        font-size: 14px;
    }
}

@media (min-height: 100px) and (max-width: 890px) {
    input[type=text]:not(.browser-default):focus:not([readonly]) + #labelPromo {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        /*width: 240px;*/
        width: auto;
        font-size: 14px;
    }
}

@media (min-height: 100px) and (max-width: 767px) {
    input[type=text]:not(.browser-default):focus:not([readonly]) +  #labelPromo {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        width: auto;
    }
}

.input-field>label:not(.label-icon).active {
    border-color: rgba(0, 0, 0, 0.87);
}
/*TERMINA CAMPOS OPCIONALES*/

input:not([type]).invalid+label, input[type=text]:not(.browser-default).invalid+label, 
input[type=email]:not(.browser-default).invalid+label,
input[type=tel]:not(.browser-default).invalid+label,
input[type=password]:not(.browser-default).invalid+label,
input[type=date]:not(.browser-default).invalid+label,
input[type=number]:not(.browser-default).invalid+label{
    color: #e83131;
}

input:not([type]), input[type=text]:not(.browser-default), input[type=password]:not(.browser-default), input[type=email]:not(.browser-default), input[type=url]:not(.browser-default), input[type=time]:not(.browser-default), input[type=date]:not(.browser-default), input[type=datetime]:not(.browser-default), input[type=datetime-local]:not(.browser-default), input[type=tel]:not(.browser-default), input[type=number]:not(.browser-default), input[type=search]:not(.browser-default), textarea.materialize-textarea {
    border-bottom: 1px solid #747474;
    padding-left: 15px;
    letter-spacing: .7px;
}

/*ACOMODAR RADIO*/
[type="radio"]:not(:checked)+span:before,
[type="radio"]:not(:checked)+span:after {
    border: 2px solid #5a5a5a;
}

[type="radio"]:not(:checked)+span,
[type="radio"]:checked+span {
    position: fixed;
    /*position: initial;*/
    padding-left: 30px;
    cursor: pointer;
    display: inline-block;
    height: 25px;
    line-height: 15px;
    font-size: 1rem;
    -webkit-transition: .28s ease;
    transition: .28s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

[type="radio"]:checked+span:after,
[type="radio"].with-gap:checked+span:before,
[type="radio"].with-gap:checked+span:after {
    border: 2px solid rgba(0, 0, 0, 0.87);
}

/*input[type="radio"]+span:hover {
    background-color: #FFF8E2;
    border-radius: 50%;
}*/

input[type="radio"]:hover {
    box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.87);
    border-radius: 50%;
    outline: none;
    opacity: 0.1;
    transition: 0.3s;
  }

/*FIN ACOMODAR RADIO*/

/*PINTA LOS RADIO CUANDO ESTAN EN CHECKED*/
[type="radio"]:checked+span:after,
[type="radio"].with-gap:checked+span:after {
    background-color: rgba(0, 0, 0, 0.87);
}

[type="radio"]:checked+span:after,
[type="radio"].with-gap:checked+span:before,
[type="radio"].with-gap:checked+span:after {
    border: 2px solid rgba(0, 0, 0, 0.87);
}

#imgIcon {
    margin-left: 25px;
    width: 60px;
    height: 60px;
}

#idInfoResponsive {
    display: none;
}

@media (min-width: 992px) and (max-width: 1200px) {
    #idRadioCustom{
        padding-left: 15px;
    }
}

/*PANTALLA RESPONSIVE*/
@media (min-height: 100px) and (max-width: 786px) {


    #btnSpace{
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .needs-validation .btn-gnp {
        width: -webkit-fill-available;
        background: rgba(0, 0, 0, 0.87);
        color: #ffffff;
        margin-top: -8px;
        margin-left: 0px;
        cursor: pointer;
        display: inline-block;
        font-weight: 500;
        line-height: 7px;
        position: absolute;
        text-align: center;
        border-radius: 4px;
        border-style: none;
        border-width: 1px;
        font-size: 16px;
        padding: 12px 16px;
        letter-spacing: .07em;
        float: right;
        margin-right: 15px;
        /*margin-bottom: 10px;*/
        font-family: Gotham, Arial, sans-serif;
        text-transform: none;
        box-shadow: none;
    }

    .needs-validation .btn-gnp:hover {
        opacity: .8;
        background: rgba(0, 0, 0, 0.87);;
        color: #FFF;

    }

    .needs-validation .btn-gnp:focus {
        opacity: .8;
        background: rgba(0, 0, 0, 0.87);;
        color: #FFF;
    }

    #idInfo {
        display: none;
    }

    #idInfoResponsive {
        display: block;
        padding-left: 0px;
        padding-right: 0px;
    }

    #idFormContent {
        margin-top: -30px;
        width: auto;
        margin-left: 15px;
        margin-right: 5px;
        max-width: 100%;
    }

    #tipoDis {
        flex: 100%;
        max-width: 100%;
    }

    #imgIcon {
        margin-left: 0px;
        float: right;
        width: 60px;
        margin-top: -5px;
        height: 60px;
    }

    .card {
        box-shadow: none;
        border: 1px solid rgb(204, 204, 204);
    }

    .card-panel,
    .card {
        box-shadow: none;
    }

    @media (min-height: 100px) and (max-width: 786px){
        .card {
            padding: 5px;
            margin: 0px -15px;
        }
    }

    [type="radio"]+span:before,
    [type="radio"]+span:after {
        content: '';
        position: absolute;
        left: 0;
        top: auto;
        margin: -1px;
        width: 16px;
        height: 16px;
        z-index: 0;
        -webkit-transition: .28s ease;
        transition: .28s ease;
    }

}

#contentInfo {
    padding-top: 40px;
}

.material-icons {
    color: rgba(0, 0, 0, 0.87);
}

#idIconStar {
    vertical-align: top;
    color: #FFBF0E;
}

#idTooltipSuma {
    margin-bottom: 6px;
    margin-top: -12px;
    font-size: 12px;
}

/*SELECTOR MULTI*/
/*#valorDis, ul:not(.browser-default) {
    height: 200px;
}*/


/*CONTENT INFO TIPO RENTA*/
#idInfoRenta {
    background: #ECF4FC;
    margin-bottom: 20px;
    padding-top: 15px;
    padding-bottom: 0px;
}

#idIconInfo {
    width: 20px;
    height: 20px;
    top: 2px;
    left: 2px;
    color: #0F77D6;
    padding-top: 15px;
    padding-left: 0px;
}

#idLabelInfo {
    font-size: 10px;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: 1.5px;
    text-align: left;
    color: #083E6F;
    text-transform: uppercase;
    padding-left: 0px;
}

#idSpanInfo {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.5px;
    text-align: left;
    color: rgba(0, 0, 0, 0.87);
    padding-left: 0px;
}


@media (min-height: 100px) and (max-width: 379px) {
    #idIconInfo {
        width: 20px;
        height: 20px;
        color: #0F77D6;
        padding-top: 0px;
        padding-left: 0px;
    }

    #idLabelInfo {
        margin-top: 0px;
    }

    #idSpanInfo {
        font-size: 12px;
        padding-left: 0px;
    }
}

/*CONTENT INFO TIPO RENTA*/

video {
    max-width: 100%;
    height: auto;
}

/*OVERLAY AUTOS Y MOTOS*/
.autoMotoImg {
    width: 100%;
    height: 240px;
    margin: 0 auto;
    margin-top: 0px;
    background-image: url("https://www.gnp.com.mx/content/dam/gnp-pp/mx/es/cotizador-auto/datos-vehiculo/banners-finales-cotizador/cotiza-tu-seguro-de-autos-y-motos-gnp-banner.jpg");
    background-size: cover;
    background-position: right;
    position: relative;
    overflow: hidden;
}

.autoMotoImg::after {
    content: "Cotiza tu Seguro de Auto o Moto";
    text-align: left;
    font-size: 40px;
    color: #FFF;
    font-style: normal;
    font-weight: 700;
    line-height: 60px;
    background: radial-gradient(60.5% 525.29% at 50% 50%,rgba(7,7,7,.4) 100%,rgba(0,0,0,.321569) 0);
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    justify-content: left;
    padding-left: 15%;
    text-transform: uppercase;
}

@media (min-height: 100px) and (min-width: 220px) and (max-width: 720px) {
    .autoMotoImg::after {
        padding-left: 15px;
        font-size: 28px;
    }
}
