.pie {
    background: linear-gradient(180deg, var(--color-principal, #0f172a) 0%, var(--color-nav, #1e3051) 100%);
    background: linear-gradient(180deg, var(--color-principal, #0f172a) 0%, #04a8a3d9 100%);
    color: var(--color-white);
    padding: 0;
    margin-top: 60px;
}

.pie .ajuste {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

/*-----------------  Pie 1 -------------------*/

/*.pie .pie1{ 
    background-color: #FFF;
    width:100%;
    overflow: hidden;
    text-align: center;
}

.pie .pie1 .contentpie1{
    width:auto;
    overflow: hidden;
    text-align: left;
    display: flex !important;
    align-items: center;
}

.pie .pie1 .ajuste .contentpie1{
    width: auto;
    height: 125px;
    text-align: center;
    margin: 7px; 
    padding:4px;
    vertical-align: bottom;
}

.pie .pie1 .contentpie1 a{
    margin:auto;
}

.pie .pie1 .contentpie1 img{
    max-height: 115px;
    max-width: 175px;
    display: inline-block;
   vertical-align: bottom;
}*/

/*-----------------  Pie 2 -------------------*/
/*.pie .pie2{
    background: #35353ad6;
    height: 0px;
}

.pie .pie2 .ajuste{
    width: 90%;
    margin: auto;
}
.pie .pie2 .pie2border{
    text-align: center;
}
.pie .pie2 .pie2border .contentpie2{
    width: 23%;
    display:inline-block;
    text-align: center;
    padding-bottom: 2%;    width: 40px;

    padding-top: 2%;
}
.pie .pie2 .pie2border .contentpie2 img{
    width: 0px;
    height: 0px;
}
.pie .pie2 .pie2border label{
    text-decoration:none; 
    color: #FFF;
    font-weight: bold;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 50px;
}

.pie .pie2 .pie2border a{
    display: inline-block;
    text-decoration:none; 
    color: #e8e8e8;
    font-weight: normal;
    font-size: 0px;
    line-height: 25px;
}*/

/*-----------------  Pie 3 -------------------*/
.pie .pie3 {
    min-height: auto;
}

.pie .pie3 .ajuste {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 40px;
}

.pie .pie3 .information {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    gap: 40px;
    width: 100%;
    margin-bottom: 40px;
}

.pie .pie3 .information .contentpie3,
.pie .pie3 .icono .contentpie3 {
    margin: 0;
    display: flex;
    flex-direction: column;
    text-align: left;
    min-width: 200px;
    max-width: 280px;
    flex: 1 1 250px;
}

.pie .pie3 .information .logo_3 {
    flex: 0 0 auto;
    max-width: 300px;
}

.pie .pie3 .information #logopie {
    margin: 0 0 30px 0;
    display: block;
    max-width: 100%;
    max-height: 100px;
    width: auto;
    height: auto;
    filter: brightness(0) invert(1);
    opacity: 0.9;
    transition: opacity 0.3s ease;
}

.pie .pie3 .information #logopie:hover {
    opacity: 1;
}

.pie .pie3 .information label {
    text-decoration: none;
    color: var(--color-white);
    font-weight: 700;
    margin-bottom: 12px;
    font-size: 18px;
    margin-top: 0;
    display: block;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-bottom: 2px solid var(--color-accent, #94c3c1);
    padding-bottom: 8px;
    width: fit-content;
}

.pie .pie3 .information a {
    color: rgba(255, 255, 255, 0.85);
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
    width: fit-content;
    margin-bottom: 4px;
}

.pie .pie3 .information a:hover {
    color: var(--color-accent, #94c3c1);
    transform: translateX(5px);
    padding-left: 5px;
}

.pie .pie3 .information .telf {
    font-size: 32px;
    font-weight: 700;
    letter-spacing: -0.5px;
    margin: 10px 0;
    color: var(--color-white);
    line-height: 1.2;
}

.pie .pie3 .information p {
    color: rgba(255, 255, 255, 0.85);
    font-size: 15px;
    line-height: 1.5;
    margin: 4px 0;
}

.pie .pie3 .icono {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

.pie .pie3 .icono .contentpie3 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.pie .pie3 a img {
    width: 40px;
    height: 40px;
    transition: transform 0.3s ease, opacity 0.3s ease;
    opacity: 0.85;
    filter: brightness(0) invert(1);
}

.pie .pie3 a:hover img {
    transform: scale(1.1) translateY(-3px);
    opacity: 1;
}

.pie .pie3 .icono .contentpie3 .container_img {
    border-radius: 50%;
    text-align: center;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.1);
    transition: background 0.3s ease;
}

.pie .pie3 .icono .contentpie3 .container_img:hover {
    background: rgba(148, 195, 193, 0.2);
}

/* .pie .botton_chat{
    position:fixed;
    bottom: 25px;
    right: 27px;
    width: 44px;
    height: 46px;
    border-radius: 50%;
    border-style:none;
    -webkit-box-shadow: 1px 3px 3px 0px rgba(0, 0, 0, 0.17);
    -moz-box-shadow: 1px 3px 3px 0px rgba(0, 0, 0, 0.17);
    box-shadow: -1px 3px 3px 0px rgba(0, 0, 0, 0.17);
} */

/* .pie .botton_chat img {
    width: 100%;
    height: 100%;
} */

/* .pie #slidershow {
    position:relative;
}

.pie #slidershow  .slick-prev, .pie #slidershow  .slick-next{
    line-height: 0;
    position: absolute;
    top: 50%;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
}

.pie #slidershow  .slick-prev{
   z-index:2;
    left: 1%;
    color: #000000;
}

.pie #slidershow  .slick-next{
    color: #000000;
    right: 1%;
   z-index:2;
} */


/*-----------------  Pie 4 -------------------*/
.pie4 {
    background: var(--color-principal-light, #1e293b);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 30px 0;
}

.pie4 .ajuste {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

.pie4 .imgpay {
    width: 100%;
    text-align: right;
    border-bottom: 2px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 20px;
    margin-bottom: 20px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.pie4 .imgpay img {
    margin: 0;
    width: 55px;
    height: auto;
    opacity: 0.8;
    transition: opacity 0.3s ease, transform 0.3s ease;
    filter: brightness(0) invert(1);
}

.pie4 .imgpay img:hover {
    opacity: 1;
    transform: scale(1.05);
}

.pie4 .copyright {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.pie4 .copyright p {
    display: inline-block;
    margin: 0;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    flex: 1;
    min-width: 200px;
}

.pie4 .copyright img {
    display: inline-block;
    width: 150px;
    height: auto;
    opacity: 0.8;
    filter: brightness(0) invert(1);
    transition: opacity 0.3s ease;
}

.pie4 .copyright img:hover {
    opacity: 1;
}

@media all and (max-width: 1185px) {
    .pie .pie3 {
        padding: 50px 0;
    }

    .pie .pie3 .information {
        gap: 30px;
    }

    .pie .pie3 .information .contentpie3 {
        min-width: 200px;
        max-width: 250px;
    }
}



@media all and (max-width: 900px) {
    .pie {
        margin-top: 40px;
    }

    .pie .pie3 {
        padding: 40px 0;
    }

    .pie .pie3 .ajuste {
        padding: 0 15px;
    }

    .pie .pie3 .information {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 30px;
    }

    .pie .pie3 .information .contentpie3 {
        min-width: 100%;
        max-width: 100%;
        text-align: center;
        padding: 0;
        margin: 0;
    }

    .pie .pie3 .information .logo_3 {
        max-width: 250px;
        margin: 0 auto;
    }

    .pie .pie3 .information #logopie {
        margin: 0 auto 30px;
        max-height: 80px;
    }

    .pie .pie3 .information label {
        margin: 0 auto 20px;
        text-align: center;
        font-size: 16px;
        border-bottom: 2px solid var(--color-accent, #94c3c1);
        padding-bottom: 10px;
    }

    .pie .pie3 .information a {
        text-align: center;
        margin: 0 auto;
    }

    .pie .pie3 .information a:hover {
        transform: translateY(-2px);
        padding-left: 0;
    }

    .pie .pie3 .information .telf {
        font-size: 28px;
        text-align: center;
    }

    .pie .pie3 .information p {
        text-align: center;
    }

    .pie .pie3 .icono {
        width: 100%;
        justify-content: center;
        position: relative;
        margin-top: 20px;
    }

    .pie .pie3 .icono .contentpie3 {
        flex-direction: row;
        justify-content: center;
        margin: 0;
    }

    .pie .pie3 .icono .contentpie3 .container_img {
        width: 50px;
        height: 50px;
    }

    .pie .pie3 .icono .contentpie3 .container_img img {
        width: 40px;
        height: 40px;
    }

    .pie4 {
        padding: 25px 0;
    }

    .pie4 .imgpay {
        text-align: center;
        justify-content: center;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .pie4 .copyright {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }

    .pie4 .copyright p {
        text-align: center;
        width: 100%;
    }

    .pie4 .copyright img {
        margin: 0 auto;
        display: block;
    }
}

@media all and (max-width: 480px) {
    .pie .pie3 {
        padding: 30px 0;
    }

    .pie .pie3 .information .telf {
        font-size: 24px;
    }

    .pie .pie3 .information label {
        font-size: 14px;
    }

    .pie .pie3 .information a,
    .pie .pie3 .information p {
        font-size: 14px;
    }

    .pie4 .imgpay img {
        width: 45px;
    }

    .pie4 .copyright p {
        font-size: 12px;
    }

    .pie4 .copyright img {
        width: 120px;
    }
}