body {
    font-family: "Open Sans", sans-serif;
 }
 .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0px;
    margin-left: 0px;
 }
 h2 {
    color: #fc6c25;
    font-size: 20px;
 }
 h1,
 h4 {
    font-size: 22px;
    font-weight: 400;
 }
 h1 {
    color: #33445f;
    font-weight: 600;
    margin-top: auto;
 }
 h3,
 h5,
 a {
    color: #002e71;
 }
 p {
    color: #002e71;
    font-size: 16px;
 }
 b {
    margin-left: -13px;
 }
 .textEncabezados {
    overflow: hidden;
    color: #002E71;
    text-overflow: ellipsis;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 48px;
    letter-spacing: 0.25px;
    text-align: left;
    margin-bottom: 24px;
 }
 hr {
    margin-top: -0.975rem;
    margin-bottom: 24px;
    border-top: 1px solid #FF9E0A;
    width: auto;
    /*margin-left: 10px;
     margin-right: 10px;*/
 }
 .v-line {
    border-left: 5px solid #FF9E0A;
    height: 16px;
    left: auto;
    position: initial;
    padding-right: 10px;
    margin-right: 14px; 
    gap: 14px;
 }
 label span,
 p span {
    color: #33486C;
 }
 label a {
    color: #FF6B0B;
    text-decoration: none;
 }
 p span {
    font-size: 16px;
    font-weight: bold;
 }
 .textRegular {
    font-family: Open Sans;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.5px;
    text-align: left;
 }
 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;
 }
 
 legend .v-line {
    margin-right: 14px; 
    gap: 14px;
 }

 .lead {
    color: #002e71;
    font-size: 20px;
    font-weight: 400;
    padding-top: auto;
    padding-bottom: auto;
    text-align: center;
 }
 .textEncabezados {
    overflow: hidden;
    color: #002E71;
    text-overflow: ellipsis;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
    /* 150% */
    letter-spacing: 0.25px;
    /*padding-left: 10px;*/
    padding-bottom: 10px;
 }
 .textSubtitulos1 {
    font-family: Open Sans;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0.15000000596046448px;
    text-align: center;
    color: #FFF;
 }
 .subtitulosBack {
    width: 432px;
    height: 32px;
    padding: 4px 16px 4px 16px;
    gap: 10px;
    border-radius: 0px 4px 4px 0px;
    border: 0px 0px 0px 8px;
    opacity: 0px;
    background: #002E71;
    text-align: left;
    margin-bottom: 30px;
    margin-left: 24px;
 }
 .class-content-info {
    margin-left: 48px;
 }
 .spaceContentInfo {
    padding-top: 24px;
 }
 .col-1,
 .col-2,
 .col-3,
 .col-4,
 .col-lg-4,
 .col-md-4,
 .col-sm-4,
 .col-5,
 .col-6,
 .col-7,
 .col-8,
 .col-lg-8,
 .col-md-8,
 .col-sm-8,
 .col-9,
 .col-10,
 .col-11,
 .col-12,
 .col-lg-12,
 .col-md-12,
 .col-sm-12 {
    padding-right: 0px;
    padding-left: 0px;
 }
 .list-group-item:first-child {
    border-top-right-radius: 0rem;
    border-top-left-radius: 0rem;
 }
 .list-group-item:last-child {
    border-bottom-right-radius: 0rem;
    border-bottom-left-radius: 0rem;
 }
 .list-group-item {
    min-height: auto;
    max-height: 200px;
    text-align: left;
    color: #002e71;
    font-weight: 600;
    padding-top: 10px;
    border-bottom: 1px solid #CED8E8;
    border-top: transparent;
    border-left: transparent;
    border-right: transparent;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.15px;
    padding-bottom: 0px;
 }
 .list-group-item:hover {
    z-index: 2;
    color: #002e71;
    background-color: #000;
    border-color: #ff8d21;
    background: #FFF8E2;
 }
 .img-content {
    /*height: 610px;
    width: 783px;*/
    padding-left: 25px;
 }
 #iconsID {
    width: 24px;
    height: 24px;
    /*float: left;*/
    margin-top: 15px;
    margin-bottom: 15px;
    margin-right: 15px;
    /*margin-left: -30px;*/
 }
 #legend-list-product {
    /* padding-top: 25px; */
    text-align: left;
    align-self: center;
    position: relative;
    /* left: -5%; */
    /* gap: 24px; */
    position: relative;
    left: 24px;
 }
 
 
 .column {
    width: 20px;
 }
 #legend-list-product:hover {
    color: #FF6B0B;
 }
 .list-group-item-action {
    padding-top: 10px;
    padding-bottom: 10px;
 }
 .list-group-item .middle {
    color: #ff8d21;
    opacity: 0;
 }
 .list-group-item:hover .middle {
    opacity: 1;
    color: #ff8d21;
    padding-top: 0;
 }
 .list-group-item:active .middle {
    opacity: 1;
    color: #ff8d21;
 }
 #btnFormEnviar {
    background: #FF6B0B;
    color: #ffffff;
    margin-top: 0px;
    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: 16px 16px;
    letter-spacing: .07em;
    /* margin-right: 15px; */
    /*margin-bottom: 10px;*/
    font-family: "Open Sans", sans-serif;
    text-transform: none;
    box-shadow: none;
 }
 #btnFormEnviar:hover {
    /*opacity: .8;*/
    background: #FF8D0A;
    color: #FFF;
 }
 #btnFormEnviar:focus {
    /*opacity: .8;*/
    background: #FF9E0A;
    color: #FFF;
 }
 
 
 .second {
    display: flex;
    height: 40px;
    padding: 0px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-radius: 4px;
    border: 1px solid#FF6B0B;
    background: #FFF;
    box-shadow: none;
    color: #FF6B0B;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 1.25px;
    text-transform: none;
    border-radius: 4px !important;
 }
 
 
 .second:hover {
    background: #FF8D0A;
    color: #FFF !important;
    color: #FF6B0B;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    border-radius: 4px !important;
 }
 .btn-gnp-second:active {
    border: 1px solid#FF8D0A;
    background: #FF8D0A;
    color: #FF6B0B;
 }
 .btn {
    transition: 0.2s;
 }
 .btn {
    background: none;
    border-radius: 0rem;
 }
 .btn:hover {
    color: #002e71;
    border-color: none;
 }
 .container {
    min-width: auto;
    width: auto;
    margin-left: 10px;
    margin-right: 15px;
    box-sizing: border-box;
 }
 #btnSpace {
    padding-top: 20px;
    padding-bottom: 20px;
 }
 .cotizador {
    width: 100%;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
 }
 .modeDesktop {
    margin-left: 15px;
    margin-right: 15px;
    padding-right: 15px;
    padding-left: 15px;
    text-align: center;
 }
 #contentResponsive {
    display: none;
 }
 /*ICONOS*/
 .fa-chevron-right {
    color: #ff6b0b;
    /*vertical-align: text-top;*/
    float: right;
    padding-top: 8px;
 }
 /*ICONOS*/
 @media (min-height: 100px) and (max-width: 1477px) {
    .btn-gnp-second {
        margin-left: 30px;
    }
 }
 @media (min-height: 100px) and (max-width: 1292px) {
    .btn-gnp-second {
        margin-left: 45px;
    }
 }
 @media (min-height: 100px) and (max-width: 1192px) {
    .btn-gnp-second {
        margin-left: 45px;
    }
 }
 @media (min-height: 100px) and (max-width: 993px) {
    .btn-gnp-second {
        margin-left: 45px;
    }
 }
 @media (min-width: 576px) and (max-width: 991px) {
    #contenidoImg {
        padding-top: 25px;
    }
    .list-group-item {
        border-bottom: transparent;
        border-top: transparent;
        border-left: transparent;
        border-right: transparent;
    }
 }
 @media (min-width: 100px) and (max-width: 375px) {
    .btn {
        padding-left: 0px;
        padding-right: 0px;
    }
 }
 @media (min-height: 100px) and (max-width: 575px) {
     /*PANTALLA RESPONSIVE*/
    /*ESTILOS RESPONSIVE*/
    h1 {
        font-size: 24px;
    }

    .v-line {
        position: absolute;
    }

    h1,
    h3,
    h4,
    h5 {
        color: #33445f;
        /*font-weight: bold;*/
        font-family: Open Sans, helvetica, sans-serif;
        font-size: 24px;
    }
    h5 {
        color: #33445F;
        margin-bottom: 0px;
    }
    h4 {
        font-size: 24px;
    }
    p {
        color: #33445F;
        font-family: Open Sans, helvetica, sans-serif;
        font-size: 14px;
    }
    .modeDesktop {
        margin-left: 0px;
        margin-right: 0px;
    }
    .btn {
        background: none;
        border: none;
    }
    .container {
        max-width: 100%;
        float: center;
        display: flex;
        justify-content: center;
    }
    .pricing-header {
        max-width: 100%;
    }
    .contenedor {
        overflow: hidden;
        width: 100%;
    }
    .card-body {
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 5px;
    }
    .media-body {
        padding-top: 5px;
    }
    .card {
        border-radius: 4px;
        box-shadow: 0px 1px 4px 0px #00000029;
        padding-left: 0px;
    }
    .card:hover {
        border: 1px solid #FF6B0B;
        transition: 0.6s;
        border-radius: 4px;
    }
    .card-text {
        color: #FF6B0B;
        padding-left: 15px;
        font-size: 14px;
        font-weight: 600;
    }
    .text-left {
        font-size: 16px;
        font-weight: 600;
        line-height: 24px;
        letter-spacing: 0.15000000596046448px;
        color: #002E71;
        position: relative;
        left: 10%;
   
    }
   
    .border-top {
        border-top: 1px solid #e5e5e5;
    }
    .border-bottom {
        border-bottom: 1px solid #e5e5e5;
    }
    .box-shadow {
        box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
    }
    #iconProd {
        min-width: auto;
        min-height: auto;
        max-width: 150px;
        max-height: 150px;
        margin-top: -40px;
        margin-bottom: -40px;
    }
    #modeDesktop,
    #listaContent,
    #contenidoImg {
        display: none;
    }
    #contentResponsive {
        display: block;
        padding-left: 0px;
        padding-right: 0px;
    }
 }
 #autoCon {
     border: none !important;
 }
 /* Linea de cada campo ajustable a cada vista */
 #list-home-list {
     position: relative;
     border: none !important;
   
 }
 #list-home-list::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 12%;
    width: 79%;
    height: 1px;
    background-color: #CED8E8;
    transition: background-color 0.3s ease;
 }
 
 
 #list-home-list:hover::after {
    background-color: #FFB109;
 }
 #list-privado-list {
     position: relative;
     border: none !important;
 }
 
 
 
 
 #list-privado-list::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 12%;
    width: 79%;
    height: 1px;
    background-color: #CED8E8;
    transition: background-color 0.3s ease;
 }
 
 
 #list-privado-list:hover::after {
    background-color: #FFB109;
 }
 #list-gmm-list {
     position: relative;
     border: none !important;
 }
 #list-gmm-list::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 12%;
    width: 79%;
    height: 1px;
    background-color: #CED8E8;
    transition: background-color 0.3s ease;
 }
 
 
 #list-gmm-list:hover::after {
    background-color: #FFB109;
 }
 #list-messages-list {
     position: relative;
     border: none !important;
 }
 #list-messages-list::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 12%;
    width: 79%;
    height: 1px;
    background-color: #CED8E8;
    transition: background-color 0.3s ease;
 }
 
 
 #list-messages-list:hover::after {
    background-color: #FFB109;
 }
 #list-profile-list {
     position: relative;
     border: none !important;
 }
 #list-profile-list::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 12%;
    width: 79%;
    height: 1px;
    background-color: #CED8E8;
    transition: background-color 0.3s ease;
 }
 
 
 #list-profile-list:hover::after {
    background-color: #FFB109;
 }
 #list-dispositivo-list {
     position: relative;
     border: none !important;
 }
 #list-dispositivo-list::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 12%;
    width: 79%;
    height: 1px;
    background-color: #CED8E8;
    transition: background-color 0.3s ease;
 }
 
 
 #list-dispositivo-list:hover::after {
    background-color: #FFB109;
 }
 #list-tracto-list {
     position: relative;
     border: none !important;
 }
 #list-tracto-list::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 12%;
    width: 79%;
    height: 1px;
    background-color: #CED8E8;
    transition: background-color 0.3s ease;
 }
 
 
 #list-tracto-list:hover::after {
    background-color: #FFB109;
 }
 #list-huracan-list {
     position: relative;
     border: none !important;
 }
 #list-huracan-list::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 12%;
    width: 79%;
    height: 1px;
    background-color: #CED8E8;
    transition: background-color 0.3s ease;
 }
 
 
 #list-huracan-list:hover::after {
    background-color: #FFB109;
 }
 /* ESTILOS PARA RESPONSIVE EN PNATALLA COMPLETA Y VENTANAS, TABLETS DE DIFERENTES TAMAÑOS Y CELULARES */
 /* Estilo para añadir separación entre cada botón celular*/
 .col-xl-6.col-sm-6.col-12 {
 margin-bottom: 16px;
 }
 .btn-gnp {
 text-align: left; /* para mantener el texto alineado a la izquierda */
 }
 /* Media query para tablets entre 576px y 991px de ancho tablets*/
 @media (min-width: 576px) and (max-width: 991px) and (min-height: 1000px) {
 .button-row {
     display: flex;
     justify-content: flex-start;
     gap: 24px;
     align-items: center;
     flex-wrap: nowrap;
 }
 .button-wrapper {
     flex: 0 0 auto;
     width: auto;
     display: inline-block;
 }
 .button-wrapper input {
     width: auto;
     max-width: none;
     box-sizing: border-box;
 }
 }
 /* Media query para pantallas entre 992px y 2400px de ancho escritorio*/
 @media (min-width: 992px) and (max-width: 2400px) and (min-height: 1000px) {
 .button-row {
     display: flex;
     justify-content: flex-start;
     gap: 24px;
     align-items: center;
     flex-wrap: nowrap;
 }
 .button-wrapper {
     flex: 0 0 auto;
     width: auto;
     display: inline-block;
 }
 .button-wrapper input {
     width: auto;
     max-width: none;
     box-sizing: border-box;
 }
 }
 /* Estilos generales para los botones */
 .button-row {
 display: flex;
 justify-content: flex-start;
 gap: 24px;
 align-items: center;
 flex-wrap: nowrap;
 width: 100%;
 box-sizing: border-box;
 }
 .button-wrapper {
 flex: 0 0 auto;
 width: auto;
 }
 .button-wrapper input {
 width: 150px;
 height: 40px;
 padding: 0 16px;
 box-sizing: border-box;
 text-align: center;
 white-space: nowrap;
 font-size: 14px;
 overflow: visible;
 }
 
 
 
 
 /* Asegura que los botones se comporten igual en cualquier tamaño de pantalla */
 @media (max-width: 2400px) {
 .button-row {
     display: flex;
     justify-content: flex-start;
     gap: 24px;
     align-items: center;
     flex-wrap: nowrap;
 }
 .button-wrapper {
     flex: 0 0 auto;
     width: auto;
 }
 .button-wrapper input {
     width: 160px;
     height: 40px;
     font-size: 14px;
 }
 }
 /* Ajuste para pantallas pequeñas (móviles y tabletas) */
 @media (max-width: 768px) {
 .button-row {
     justify-content: left;
     gap: 16px;
 }
 .button-wrapper input {
     width: 160px;
     height: 40px;
     font-size: 14px;
     padding: 0 16px;
     box-sizing: border-box;
     text-align: center;
 }
 }
 /* Estilos específicos del icono para dispositivos móviles */
 @media (max-width: 576px) {
 #iconsID {
   
     margin-left: 20px;
     display: block;
 }
 }
 /* AQUI TERMINA EL ESTILO RESPONSIVO DE LOS BOTONES */



 .list-group-item:hover {
    z-index: 2;
    color: #FF8D0A; 
    background-color: #FFF8E2;
    border-color: #FF8D0A;
}
 