/**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: "Open Sans", sans-serif;
}

/*TEXTOS*/

h1{
    color:#002E71;
}

span {
    color: #0C2040;
}

a, a:hover{
    color: #FF6B0B;
}

.textSystem1 {
    color: #33486C;
}

.textSystem2 {
    color: #567099;
}

.textInactivo {
    color: #ACB4C0;
}

.textInfo {
    color: #567EAD;
}

.textAlert {
    color: #B18931;
}

.textValidacion {
    color: #44956C;
}

.textError {
    color: #9A4443;
}

.bodyInverso {
    color: #FFF;
}

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

.subtítulos {
    color: #33486C;
    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;
}

/*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:#0C2040;
    border: none;
    color: #FFF;
}

#uxDarker {
    background-color:#33486C;
    border: none;
    color: #FFF;
}

#uxDark {
    background-color:#567099;
    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%);
}

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

[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: #611616;
}

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

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

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: "Open Sans", 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;
}

.needs-validation legend {
    color: #002E71;
    margin-left: 0px;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

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

.needs-validation label {
    color: #33486C;
    /*color: #0C2040;*/
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    padding-left: 15px;
}

.needs-validation label span,
.needs-validation p span {
    color: #33486C;
    font-family: "Open Sans", sans-serif;
}

.needs-validation label a {
    color: #FF6B0B;
    font-family: "Open Sans", sans-serif;
    text-decoration: none;
}

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

.needs-validation hr {
    margin-top: -0.975rem;
    margin-bottom: 24px;
    border-top: 1px solid #FF9E0A;
    width: auto;
    /*margin-left: 10px;
    margin-right: 10px;*/
    font-family: "Open Sans", sans-serif;
}

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

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

/* label color */
.input-field label {
    color: #33486C;
    font-weight: 400;
    font-family: "Open Sans", 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: #611616;
}

/*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 #FF6B0B;
    -webkit-box-shadow: 0 1px 0 0 #FF6B0B;
    box-shadow: 0 0px 0 0 #FF6B0B;
    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: #FF6B0B;
}

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

/*
                    .input-field>label:not(.label-icon).active {
                      color: #FF6B0B;
                    }
                    */

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: #FF6B0B;
    font-family: "Open Sans", 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 #5588DE;
    -webkit-box-shadow: 0 1px 0 0 #5588DE;
    box-shadow: 0px 0px 0px 0px #5588DE;
}

/*PINTA EL SELECT*/
.input-field input[type=text]:focus {
    border-bottom: 1px solid #FF6B0B;
    box-shadow: 0 0px 0 0 #FF6B0B;
}

/*INPUT HOVER*/
.input-field input:hover {
    background-color: #FFF8E2;
}

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

/*INPUT HOVER*/

/*INPUT DISABLED*/
.input-field input:disabled {
    background-color: #F6F9FD;
}

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

input[type]:not(.browser-default):disabled+label {
    color: #567099;
}

/*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: "Open Sans", sans-serif;
    color: #33445f;
    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: #FFF8E2;
}

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

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

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

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

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

.needs-validation .btn-gnp:hover {
    /*opacity: .8;*/
    background: #FF8D0A;
    color: #FFF;

}

.needs-validation .btn-gnp:focus {
    /*opacity: .8;*/
    background: #FF9E0A;
    color: #FFF;
}

.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: #F6F9FD !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #ACB4C0 !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 #FF6B0B;
    background-color: #FF6B0B;
    z-index: 0;
}

.form-control.is-valid,
.needs-validation .form-control:valid {
    border-color: #FF6B0B;
    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: #611616;
    color: #611616;
}

/*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: #FF6B0B;
}
/*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: #611616;
}

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 #5588DE;
    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 #FF6B0B;
}

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

input[type="radio"]:hover {
    box-shadow: 0px 0px 10px 10px #FF6B0B;
    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: #FF6B0B;
}

[type="radio"]:checked+span:after,
[type="radio"].with-gap:checked+span:before,
[type="radio"].with-gap:checked+span:after {
    border: 2px solid #FF6B0B;
}

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

#idInfoResponsive {
    display: none;
}

.v-line {
    border-left: 5px solid #FF9E0A;
    height: 16px;
    left: auto;
    position: initial;
    padding-right: 10px;
}

.v-line-tabla {
    border-left: 5px solid #FF9E0A;
    height: 30px;
    left: 0px;
    position: absolute;
}

@media (min-width: 767px) and (max-width: 991px) {
    .v-line-tabla {
        border-left: 5px solid #FF9E0A;
        height: 30px;
        left: 0px;
        position: absolute;
        bottom: 10px;
    }
}

@media (min-height: 100px) and (max-width: 342px) {
    .v-line-tabla {
        border-left: 5px solid #FF9E0A;
        height: 30px;
        left: 0px;
        position: absolute;
        bottom: 10px;
    }
}

@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: #FF6B0B;
        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: "Open Sans", sans-serif;
        text-transform: none;
        box-shadow: none;
    }

    .needs-validation .btn-gnp:hover {
        /*opacity: .8;*/
        background: #FF8D0A;
        color: #FFF;

    }

    .needs-validation .btn-gnp:focus {
        /*opacity: .8;*/
        background: #FF9E0A;
        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-panel,
    .card {
        box-shadow: none;
    }

    [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: #FF6B0B;
}

#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;
}*/

/*-----------------------------------------------------------------------------------*/

/*OVERLAY HOHAR VERSÄTIL*/
.hogarImg {
    width: 100%;
    height: 240px;
    margin: 0 auto;
    margin-top: 0px;
    background-image: url("https://www.gnp.com.mx/content/dam/pp/mx/es/promos/assets-hv/hv-agosto23/Landing-hogar-hero-banner.jpg");
    background-size: cover;
    background-position: right;
    position: relative;
    overflow: hidden;
}

.hogarImg::after {
    content: "Seguro de Hogar GNP";
    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%;
}

/*OVERLAY MIS DISPOSITIVOS*/
.misDispositivosImg {
    width: 100%;
    height: 240px;
    margin: 0 auto;
    margin-top: 0px;
    background-image: url("https://www.gnp.com.mx/content/dam/pp/mx/es/personas/hogar/mis-dispositivos-gnp/landing-mis-dispositivos-hero-banner.jpg");
    background-size: cover;
    background-position: right;
    position: relative;
    overflow: hidden;
}

.misDispositivosImg::after {
    content: "Seguro para dispositivos móviles GNP";
    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: 10%;
}

/*OVERLAY MULTIDISPOSITIVOS*/
.multidispositivosImg {
    width: 100%;
    height: 240px;
    margin: 0 auto;
    margin-top: 0px;
    background-image: url("https://www.gnp.com.mx/content/dam/pp/mx/es/promos/assets-hv/multidispositivos/landing-multidispositivos-desktop.jpg");
    background-size: cover;
    background-position: right;
    position: relative;
    overflow: hidden;
}

.multidispositivosImg::after {
    content: "Seguro Multidispositivos GNP";
    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: 10%;
}

/*OVERLAY GMM*/
.gastosMedicosImg {
    width: 100%;
    height: 240px;
    margin: 0 auto;
    margin-top: 0px;
    background-image: url("https://www.gnp.com.mx/content/dam/pp/mx/es/personas/gastos-medicos/planes-nacionales/linea-azul-premium-linea-azul-platino/Hero-Banner-Landing-GMM.jpg");
    background-size: cover;
    background-position: right;
    position: relative;
    overflow: hidden;
}

.gastosMedicosImg::after {
    content: "Gastos Médicos Mayores";
    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: 10%;
}

/*OVERLAY PREVIPLANS*/
.previplanImg {
    width: 100%;
    height: 240px;
    margin: 0 auto;
    margin-top: 0px;
    background-image: url("https://qa.gnp.com.mx/content/dam/pp/mx/es/personas/vida/proteccion-y-retiro/previplan/landing-previplan-desktop.jpg");
    background-size: cover;
    background-position: right;
    position: relative;
    overflow: hidden;
}

.previplanImg::after {
    content: "Previplan";
    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: 10%;
}

/*OVERLAY INDEMNIZA*/
.indemnizaImg {
    width: 100%;
    height: 240px;
    margin: 0 auto;
    margin-top: 0px;
    background-image: url("https://www.gnp.com.mx/content/dam/pp/mx/es/promos/landing-gmm/hero-banner-landing-indemniza.jpg");
    background-size: cover;
    background-position: right;
    position: relative;
    overflow: hidden;
}

.indemnizaImg::after {
    content: "Seguro Médico GNP Indemniza";
    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: 10%;
}

/*OVERLAY CHOFER PRIVADO*/
.choferPrivImg {
    width: 100%;
    height: 240px;
    margin: 0 auto;
    margin-top: 0px;
    background-image: url("https://www.gnp.com.mx/content/dam/pp/mx/es/personas/landings/Landing-chofer-privado-hero-banner.jpg");
    background-size: cover;
    background-position: right;
    position: relative;
    overflow: hidden;
}

.choferPrivImg::after {
    content: "GNP Chofer Privado";
    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: 10%;
}

/*OVERLAY EQUIPO PESADO*/
.ePesadoImg {
    width: 100%;
    height: 240px;
    margin: 0 auto;
    margin-top: 0px;
    background-image: url("https://qa.gnp.com.mx/content/dam/pp/mx/es/promos/landing-tractocamiones/landing-equipo-pesado-gnp-desktop.jpg");
    background-size: cover;
    background-position: right;
    position: relative;
    overflow: hidden;
}

.ePesadoImg::after {
    content: "Seguro de camiones, tractocamiones y vehículos de mensajería y reparto";
    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: 10%;
}

/*OVERLAY EQUIPO PESADO QA*/
.ePesadoImgQA {
    width: 100%;
    height: 240px;
    margin: 0 auto;
    margin-top: 0px;
    background-image: url("https://www.gnp.com.mx/content/dam/pp/mx/es/promos/landing-tractocamiones/landing-equipo-pesado-gnp-desktop.jpg");
    background-size: cover;
    background-position: right;
    position: relative;
    overflow: hidden;
}

.ePesadoImgQA::after {
    content: "Seguro de camiones, tractocamiones y vehículos de mensajería y reparto";
    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: 10%;
}

/*OVERLAY HURACÁN*/
.huracanImg {
    width: 100%;
    height: 240px;
    margin: 0 auto;
    margin-top: 0px;
    background-image: url("https://www.gnp.com.mx/content/dam/pp/mx/es/personas/hogar/seguro-de-riesgos-naturales/Dsk-Hero-banner-GNP-Riesgos-naturales.jpg");
    background-size: cover;
    background-position: right;
    position: relative;
    overflow: hidden;
}

.huracanImg::after {
    content: "GNP Riesgos Naturales - Huracán";
    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: 10%;
}

/*OVERLAY LULI & GABO*/
.luliGaboImg {
    width: 100%;
    height: 240px;
    margin: 0 auto;
    margin-top: 0px;
    background-image: url("https://www.gnp.com.mx/content/dam/pp/mx/es/promos/assets-hv/hv-agosto23/Landing-hogar-hero-banner.jpg");
    background-size: cover;
    background-position: right;
    position: relative;
    overflow: hidden;
}

.luliGaboImg::after {
    content: "Seguros GNP de hogar y mascotas";
    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: 10%;
}

/*F1 MEXICO*/
.f1MImg {
    width: 100%;
    height: 240px;
    margin: 0 auto;
    margin-top: 0px;
    background-image: url("https://www.gnp.com.mx/content/dam/pp/mx/es/formatos/Hero-banner-F1.jpg");
    background-size: cover;
    background-position: right;
    position: relative;
    overflow: hidden;
}

.f1MImg::after {
    content: "¡Contrata y participa para accesos a la F1 2025 o merch oficial! ";
    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: 10%;
}

/*OVERLAY CARRERA VIVIR ES INCREIBLE*/
.carreraImg {
    width: 100%;
    height: 240px;
    margin: 0 auto;
    margin-top: 0px;
    background-image: url("https://www.gnp.com.mx/content/dam/pp/mx/es/promos/assets-hv/hv-agosto23/Landing-hogar-hero-banner.jpg");
    background-size: cover;
    background-position: right;
    position: relative;
    overflow: hidden;
}

.carreraImg::after {
    content: "¡Protégete con un Seguro GNP!";
    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%;
}

/*OVERLAY SALUD Y BIENESTAR*/
.saludBImg {
    width: 100%;
    height: 240px;
    margin: 0 auto;
    margin-top: 0px;
    background-image: url("https://www.gnp.com.mx/content/dam/pp/mx/es/personas/landings/21-d%c3%adas/HeroBanner_Desktop_21_dias.png");
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
}

.saludBImg::after {
    content: "";
    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%;
}


/*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 GNP";
    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%;
}

/*OVERLAY PARCO Y PASE*/
.autoMotoPImg {
    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;
}

.autoMotoPImg::after {
    content: "Seguro de Auto o Moto GNP";
    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%;
}

/*OVERLAY MASIVO PUBLICO*/
.masivoImg {
    width: 100%;
    height: 240px;
    margin: 0 auto;
    margin-top: 0px;
    background-image: url("https://www.gnp.com.mx/content/dam/pp/mx/es/personas/landings/landing-masivo-publico-hero-banner.png");
    background-size: cover;
    background-position: right;
    position: relative;
    overflow: hidden;
}

.masivoImg::after {
    content: "";
    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%;
}

/*OVERLAY JOURNEY SPORT*/
.jsImg {
    width: 100%;
    height: 240px;
    margin: 0 auto;
    margin-top: 0px;
    background-image: url("https://www.gnp.com.mx/content/dam/pp/mx/es/formatos/empresas/corporativos/gastos-medicos/gmm-colectivo/accidentes-deportivos/Imagen-Journey-sports-2880x480.jpg");
    background-size: cover;
    background-position: right;
    position: relative;
    overflow: hidden;
}

.jsImg::after {
    content: "";
    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%;
}

/*example OVERLAY*/
.overlayImg {
    width: 100%;
    height: 335px;
    margin: 0 auto;
    margin-top: 0px;
    background-image: url("https://www.gnp.com.mx/content/dam/pp/mx/es/personas/hogar/mis-dispositivos-gnp/mis-dispositivos-hero-banner-desktop.jpg");
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
}

.overlayImg::after {
    content: "";
    font-size: 24px;
    color: #FFF;
    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;

}

.img-product {
    width: 100%;
    height: auto;
}

.card .card-image .card-title  {
    font-weight: 500;
}

@media (min-height: 100px) and (min-width: 220px) and (max-width: 720px) {
    .misDispositivosImg::after, .hogarImg::after, .multidispositivosImg::after, .gastosMedicosImg::after, .previplanImg::after , .indemnizaImg::after, .choferPrivImg::after, .ePesadoImg::after, .huracanImg::after, .luliGaboImg::after, .f1MImg::after, .carreraImg::after, .saludBImg::after, .autoMotoImg::after, .autoMotoPImg::after, .masivoImg::after, .jsImg::after {
        padding-left: 15px;
        font-size: 28px;
    }
}

@media (min-height: 100px) and (min-width: 620px) and (max-width: 720px) {
    .ePesadoImgQA::after, .ePesadoImg::after, .f1MImg::after, .carreraImg::after, .masivoImg::after, .jsImg::after {
        padding-left: 15px;
        font-size: 28px;
        line-height: 45px;
    }
}

@media (min-height: 100px) and (min-width: 220px) and (max-width: 619px) {
    .ePesadoImgQA::after, .ePesadoImg::after, .f1MImg::after, .carreraImg::after, .masivoImg::after, .jsImg::after {
        padding-left: 15px;
        font-size: 20px;
        line-height: 30px;
    }
}

@media (min-height: 100px) and (min-width: 1451px) and (max-width: 1477px) {
    .card .card-image .card-title  {
        font-size: 24px;
        line-height: 20px;
        font-weight: 500;
        margin-bottom: 1.0rem;
    }
}

@media (min-height: 100px) and (min-width: 400px) and (max-width: 1450px) {
    .card .card-image .card-title  {
        font-size: 24px;
        line-height: 20px;
        font-weight: 500;
        margin-bottom: 1.0rem;
    }
}

@media (min-height: 100px) and (min-width: 220px) and (max-width: 399px) {
    .card .card-image .card-title {
        font-size: 14px;
        line-height: 20px;
        font-weight: 500;
        margin-bottom: -1.0rem;
    }
}

@media (min-height: 100px) and (min-width: 785px) and (max-width: 1009px) {
    .img-product {
        width: 480px;
        height: auto;
        padding-top: 24px;
        margin-left: 15px;
        padding-right: 30px;
    }

    #idSolicitudEnv {
        padding-top:24px;
    }
}

@media (min-height: 100px) and (max-width: 784px) {
    .img-product {
        width: 100%;
        height: auto;
        padding-top: 24px;
        margin-left: 15px;
        padding-right: 30px;
    }

    #idSolicitudEnv {
        padding-top:24px;
    }
}


@media (min-height: 100px) and (max-width: 850px) {
    .img-fluid {
        width: 100%;
        height: 300px;
    }
}

@media (min-height: 100px) and (max-width: 786px) {
    .img-fluid {
        width: 100%;
        height: 235px;
    }
}

@media (min-height: 100px) and (max-width: 600px) {
    .img-fluid {
        width: 100%;
        height: 135px;
    }
}

/**Adapta hero banner en pantallas con resolución mayores a 1450px*/
@media (min-height: 100px) and (min-width: 1450px) {
    .img-fluid {
        width: 100%;
        height: 280px;
    }

}
/*OVERLAY*/

/*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: #33486C;
    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;
}

/**HEADER & FOOTER**/
header {
    background-color: #fff; /* Or whatever background color you need */
    height: 60px; /* Adjust as needed */
    /* Add other header styles (e.g., border-bottom) */
    box-shadow: inset 0 -2px 13px -7px rgba(0,0,0,.75);
  }
  
  .header-container {
    display: flex;
    justify-content: space-between; /* Distributes items evenly */
    align-items: center; /* Vertically centers items */
    height: 100%; /* Take full height of header */
    padding: 0 20px; /* Add padding */
    /* max-width: 1200px;  Optional:  Limit width for larger screens */
    /* margin: 0 auto;     Optional:  Center the header */
  }
  
  .logo img {
    height: 40px; /* Adjust logo size */
    /* width: auto;   Optional:  Maintain aspect ratio */
  }
  
  .tagline {
    font-size: 14px; /* Adjust size */
    color: #333; /* Adjust color */
  }
  
  .mobile-menu-icon img {
    height: 19px; /* Adjust icon size */
    cursor: pointer; /* Indicate it's clickable */
    width: 163px;
  }
  
  /* Responsiveness (Example - Adjust breakpoints as needed) */
  @media (max-width: 768px) {
     .tagline {
       display: none; /* Hide tagline on smaller screens */
     }
  
     .mobile-menu-icon img {
          height: auto; /* Adjust icon size */
          cursor: pointer; /* Indicate it's clickable */
          width: 150px;
      }
  }
  
  footer {
    background-color: #f0f0f0; /* Or your desired background color */
    padding: 10px 0; /* Adjust padding as needed */
    font-size: 12px; /* Adjust font size */
    margin-top: 50px;
  }
  
  .footer-container {
    max-width: 1200px; /* Or your preferred max width */
    margin: 0 auto; /* Center the footer content */
    padding-top: 15px;
    padding-bottom: 15px;
  }
  
  .footer-links-top {
    text-align: center;
    margin-bottom: 10px; /* Spacing below the top links */
  }
  
  .footer-links-top span {
    margin: 0 5px; /* Spacing between links */
  }
  
  .footer-logos-middle {
    display: flex;
    justify-content: space-between;
    align-items: center; /* Vertical alignment */
    flex-wrap: wrap; /* Allow wrapping on smaller screens */
  }
  
  .logos-left {
    display: flex;
    align-items: center; /* Vertical alignment */
  }
  
  .logos-left img {
    height: 30px; /* Adjust logo size */
    margin-right: 10px; /* Spacing between logos */
  }
  
  .phone-number {
    display: flex;
    align-items: center; /* Vertical alignment */
  }
  
  .phone-number img {
    height: 50px; /*20px;  Adjust logo size */
    margin-right: 5px; /* Spacing from logo */
    width: 286px;
  }
  
  .social-icons {
    display: flex;
  }
  
  .social-icons a {
    margin-left: 5px; /* Spacing between icons */
  }
  
  .social-icons img {
    height: 25px; /* Adjust icon size */
  }
  
  .footer-copyright-bottom {
    text-align: center;
    margin-top: 10px; /* Spacing above copyright */
  }
  
  /* Example Responsiveness (Adjust breakpoints) */
  @media (max-width: 768px) {
    .footer-links-top {
      display: none; /* Hide top links on small screens */
    }
  
    .footer-logos-middle {
      flex-direction: column; /* Stack items vertically */
      text-align: center;
    }
  
    .logos-left, .phone-number, .social-icons {
      margin-bottom: 10px; /* Spacing between stacked items */
    }
  }
/**HEADER & FOOTER**/