    .azul-nom{
        color: #28388B !important;
    }
    .background-azul{
        background-color: #284370 !important;
    }
    #seccion_1 .banner-p h2{
        color: #28388B !important;
        font-size: 55px;
    }
    #seccion_1 .banner-p p{
        color:#28388B !important;
            font-size: 25px !important;
    }
    #seccion_1 {
        background-image: url('../media/blanco_deg.png'), url('../media/inicio1.png');
        min-height: 95vh;
        background-repeat: no-repeat, no-repeat;
        background-position: right,center;
        background-size: 70%, cover;
        display: flex;
        align-items: center;
    }
    #seccion_1 .btn-coti, #seccion_3 .btn-coti{
         background: linear-gradient(90deg,rgba(251, 124, 14, 1) 0%, rgba(222, 52, 0, 1) 89%);
         color: #fff !important;
    }
    #seccion_1 .btn-coti a, #seccion_3 .btn-coti a{
        text-decoration: none;
        color: #fff !important;
    }

    #seccion_1 .container {
        font-size: 4rem;
    }
    .bg-orange {
        background-color: #f37021;
        border-radius: 8px;
        transition: background 0.3s;
    }

    .bg-alternativo {
        background-color: #F6F7DF !important;
        color: #333 !important;
        display: block !important;
        /*background-image: url(arrow-refresh.png);
    background-repeat: no-repeat;
    background-size: 28px;
    background-position: center 95%;*/
    }

    .bg-alternativo .recarga-arrow{
        display: none;
    }
    #seccion_2 {
        background: linear-gradient(to bottom, #1a2980, #26d0ce);
    }

    #seccion_2 .cuadro-desk{
        display: block;
    }
    #seccion_2 .cuadro-resp{
        display: none;
    }

    #seccion_2 .card.servicio{
        font-size: 1.25rem !important;
        display: flex;
        align-content: center !important;
    }
    #seccion_2 .accordion-item{
        border: none !important; 
    }
    .servicio {
        cursor: pointer;
        transition: background 0.3s;
        height: 180px;
        /* altura fija para que no crezca */
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        max-height: 180px;
        /* ajusta según el número de líneas y tamaño de fuente */
    }

    .texto-servicio {
/*        display: -webkit-box;*/
        -webkit-line-clamp: 2;
        /* número de líneas */
        -webkit-box-orient: vertical;
        overflow: visible;
        text-overflow: ellipsis;
        font-size: 1.75rem !important;

    }

    .cls-text-alt{
        font-size: 1.1rem !important;
        color: #28388B !important;
        padding: 30px;
        font-weight: 400;
    }

    .servicio svg {
        display: block;
        margin: 0 auto;
    }



    #seccion_3 div,
    #seccion_3 {
        background-color: #fefefe;
    }

    #seccion_3 .text-primary{
        color: #28388B !important;
    }

    #seccion_3 .fondo-azul{
        background-color: #195DA6 !important;
        min-height: 60px;
    }

    #seccion_4 .btn-warning{
        background-color: #FB7C0E !important;
        color: #fff !important;
        border-radius: 15px;
    }

    #seccion_4 .table-striped>tbody>tr:nth-of-type(odd)>* {
        --bs-table-bg-type: #EAEACB;
    }
    #seccion_4 .table>:not(caption)>*>* {
        background-color: #fefff0;
    }

    

    
    .imagen-difuminada {
        position: relative;
        overflow: hidden;
    }

    .imagen-difuminada::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 40%;
        /* altura del difuminado */
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #fff 100%);
        pointer-events: none;
    }

    .bg-planes {
        padding: 1em 0;
        background: #28388B !important;
        min-height: 230px;
    }
    .ini-plan img{

    }
    .ini-plan .bg-planes{

    }
    .bg-planes .start-50 {
       left: 25% !important;
    }

    .bg-planes .top-100 {
        top: 65% !important;
    }

    .bg-planes h5 {
        color: #55c7f3;
    }

    .accordion {
        border: none !important;
        border-width: 0px !important;
    }

    #seccion_5 .blockquote-footer::before {
        display: none;
    }

    #seccion_5 .accordion {
        border-color: transparent !important;
        border: none !important;
    }
    #seccion_5 .accordion-item{
        border: none;
        border-bottom: 1px solid #fff;
    }
    #seccion_5 .accordion .numera-acor{
        background-color: #fb7c0e;
        padding: 10px;
        border-radius: 30px;
    }
    #seccion_5 .accordion-button {
        box-shadow: none;
    }
    #seccion_5 .accordion-button::after {
        background-image: url(arrow_verde.png) !important;   
            background-repeat: no-repeat;
    
    }

    #seccion_5 .bg-light{
        background-color: #FAFAEE !important;
    }
    .carousel-indicators [data-bs-target] {
        background-color: #F7BE8D !important;
        width: 15px;
        height: 15px;
    }

    #seccion_6 .btn-warning {
        background-color: #FB7C0E !important;
        color: #fff !important;
        border-radius: 15px;
    }

    .carousel-indicators {
       bottom: -55px;
    }
    .blockquote-footer {
        color: #000;
    }
    .bg-orange {
        background-color: #f37021;
    }
    .div-process{
        display: none;
    }

    #demoPro{
        display: none;
    }
    input.form-control::placeholder {
        color: #999;
    }
    input.form-control{
        background-color: #E0E8F5 !important;  
    }
  

  form {
/*    background-color: #f8f9fa;*/
  }

  .g-recaptcha{
        padding: 25px !important;
    }


#seccion_1 .seccion1-resp{
display: none;
    }


/************************ RESPONSIVO *********************/

@media only screen and (max-width: 768px) {

    .bg-orange {
        border-radius: 0px !important;
    }

    .img-seccion-tit img{
        float: initial !important;
    }

    .boton-resp {
        padding: .7em !important;
    }
    .boton-resp .contador{
        font-size: 3em !important;
    }
    .boton-resp p{
        
    }
    .conta-desc{
        font-size: larger !important;
    }

     .ini-plan img{
        margin: -7px 0px !important;
    }

    .bg-planes .start-50 {
       left: inherit;
       position: static;
    }

    .bg-planes {
        padding: .5em;
        min-height: 270px;
        margin-top: -7px;
    }

    .bg-planes .position-absolute {
        position: static !important;
    }
   #seccion_1 .btn-coti{
        display: none;
   } 
   #seccion_1 {
         background-image: none; 
        min-height: 50vh;
        display: inline-block;
    }
    #seccion_1 .seccion1-resp{
        display: inline-block;
    }
    #seccion_1 .seccion1-resp img{
        object-fit: cover;
        height: 320px;
        object-position: 0% 100%;
    }

    #seccion_1 .banner-p h2 {
       font-size: 40px;
    }
    .bg-alternativo {
       background-color: #f37021 !important;
        color: #fff !important;
    }

    #seccion_2 .servicio {
        justify-content: flex-start !important;
        padding: .5em !important;
    }

    #seccion_2 .recarga-arrow{
        display: none;
    }

    #seccion_2 .servicio {
        height: 160px;
        max-height: 170px;
    }

    #seccion_2 .cuadro-resp{
        display: block;
    }

    #seccion_2 .cuadro-desk{
        display: none;
    }

    #seccion_2 .accordion-item{
        margin: 10px;
        margin-top: 20px;
        border-color: transparent !important;
    }
    #seccion_2 .accordion-button{
        height: 100px;
        font-size: 25px;
        font-weight: 700;
        color: white;
        background-color: #FB7C0E;
        text-align: center;
        border-color: transparent !important;
        box-shadow: unset;
    }

    #seccion_2 .accordion-body {
        background-color:#FB7C0E;
        border-color: transparent !important;
        color: white;
    }
    #seccion_2 .accordion-button::after {
        position: absolute;
        bottom: 0;
        left: 50%;   
        top: 70px !important;
        background-image: url(arrow_blanco.png);
    }

    #seccion_4{
        padding-bottom: 0rem !important;
    }
    #seccion_5 {
        padding-top: 0rem !important;
    }

    #seccion_4 .demo{
        display: none;
    }
    #seccion_4 .btn-warning {
        background: linear-gradient(90deg, rgba(251, 124, 14, 1) 0%, rgba(222, 52, 0, 1) 89%);
        padding: .5rem;
        font-size: large;
        border-radius: 35px !important;
    }

    #seccion_4 .table-responsive {
        display: none;
    }
    #seccion_5 .accordion .numera-acor {
        display: none;
    }

    #seccion_2 .vr-tit h1, #seccion_3 .vr-tit h1,#seccion_4 .vr-tit h1, #seccion_5 .vr-tit h1, #seccion_5 .vr-tit h4{
        font-size: 2.3em;
        font-weight: 700 !important;
    }

    #seccion_5 .accordion-item {
        border-bottom: 1px solid #fff;
        background-color: #008CB4 !important;
        padding: 15px;
        margin: 20px;
        border: none !important;
        text-align: center !important;
    }
    #seccion_5 .accordion-button{
        text-align: center;
        font-size: 1em;
        box-shadow: unset;
        height: 100px;
        font-size: 22px;
        text-align: center;
    }
    #seccion_5 .accordion-button::after {
        background-image: url(arrow_blanco.png) !important;
        background-repeat: no-repeat;
/*        width: 3rem;
        height: 1rem;
        background-size: 1.5rem;*/
        position: absolute;
        bottom: 0;
        left: 50%;
        top: 95px !important;
    }

    #seccion_5 .carrus{
        display: none;
    }

    .img-imple {
        display: none;
    }
    .div-process{
        min-height: 150px;
        display: inline-flex;
    }

    .bg-planes h5 {
        font-size: xx-large;
    }

    .bg-planes p{
        font-size: larger;
    }

    .bg-planes .top-100 {
        top: 60% !important;
    }
    .bg-planes .start-50 {
        left: 25% !important;
        margin-top: 1em !important;
    }

    .img-process{
        display: none;
    }

    #demoPro{
        display: block;
        
        color: #fff !important;
    }
    #demoPro a{
        text-decoration: none !important;
        color: #fff !important;
    }


    .g-recaptcha{
        width: 85% !important;
        padding: 25px !important;
    }
}

@media only screen and (max-width: 1400px) {
    .cls-text-alt  {
        font-size: 1.25rem !important;
    }
}



@media only screen and (max-width: 1250px) and (min-width: 768px)  {
    #seccion_1 {
        background-size: 100%, cover;
        min-height: 70vh;
    }

    .cls-text-alt {
        padding: 10px;
        font-size: 1.15rem !important;
    }
}


