.background-interna {
	background: linear-gradient(-45deg, #C5DFBF, #8AB9FE, #59AF31, #ffffff);
	background-size: 400% 400%;
	animation: gradient 15s ease infinite;

}

.background-interna2 {
	background: linear-gradient(-45deg, #59AF31, #84d25f, #e0f3d7, #ffffff);
	background-size: 400% 400%;
	animation: gradient 15s ease infinite;

}

.background-IE {

    background-image: url('../img/ie/DSC01280.JPG');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: screen;

}

.background-transparencia {

    background-image: url('../img/transparencia/WPP-trans.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: screen;

}

.background-transparenciahome {

    background-image: url('../img/transparencia/WPP-trans-home.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: screen;

}


/* General */
#modalAvisoNuevo {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: auto;
}

.background-avisoapp {
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bottom-bar {
    width: 100%;
    background-color: #59AF31;
    padding: 0px 0;
    text-align: center;
}

.download-button {
    color: white;
    background-color: #59AF33;
    border: none;
    font-weight: bold;
    cursor: pointer;
    padding: 0px 20px;
    font-size: 12px;
}

/* Estilos específicos para dispositivos móviles */
@media (max-width: 767px) {
    .background-avisoapp {
        background-image: url('../img/avisos/fondo-mobil.png');
        background-size: cover;
        height: auto;
    }
}

/* Fondo para dispositivos tablet */
@media (min-width: 768px) and (max-width: 1199px) {
    .background-avisoapp {
        background-image: url('../img/avisos/fondo-tablet.png');
        background-size: cover;
        height: auto;
    }
}

/* Fondo para dispositivos de escritorio (PC) */
@media (min-width: 1200px) {
    .background-avisoapp {
        background-image: url('../img/avisos/fondo-pc.png');
        background-size: cover;
        height: auto;
        padding-top: 3vh;
        padding-bottom: 3vh;
    }
}


/* Fondo para dispositivos móviles */
@media (max-width: 767px) {
    .background-tramites {
        background-image: url('../img/tramites/banner-tramites-mov.svg');
        background-size: contain; /* Muestra la imagen completa */
        background-repeat: no-repeat; /* Evita que se repita */
        background-position: center; /* Centra la imagen */
        width: 100%; /* Ocupa todo el ancho disponible */
        height: 350px; /* Ajusta la altura */
    }
}

/* Fondo para dispositivos tablet */
@media (min-width: 768px) and (max-width: 1199px) {
    .background-tramites {
        background-image: url('../img/tramites/banner-tramites-pc.svg');
        background-size: contain; /* Muestra la imagen completa */
        background-repeat: no-repeat; /* Evita que se repita */
        background-position: center; /* Centra la imagen */
        width: 100%; /* Ajusta el ancho */
        margin: 0 auto; /* Centra horizontalmente */
        height: 300px; /* Altura ajustada */
    }
}

/* Fondo para dispositivos grandes (PC) */
@media (min-width: 1200px) {
    .background-tramites {
        background-image: url('../img/tramites/banner-tramites-pc.svg');
        background-size: contain; /* Muestra la imagen completa */
        background-repeat: no-repeat; /* Evita que se repita */
        background-position: center; /* Centra la imagen */
        width: 100%; /* Ocupa todo el ancho disponible */
        max-width: 1200px; /* Limita el ancho máximo */
        height: 300px; /* Altura estándar */
    }
}



/* Fondo para dispositivos móviles-- PROVEEDORES */
@media (max-width: 767px) {
    .background-proveedores {
        background-image: url('../img/proveedores/proveedores-mov.svg');
        background-size: contain; /* Muestra la imagen completa */
        background-repeat: no-repeat; /* Evita que se repita */
        background-position: center; /* Centra la imagen */
        width: 100%; /* Ocupa todo el ancho disponible */
        height: 350px; /* Ajusta la altura */
    }
}

/* Fondo para dispositivos tablet */
@media (min-width: 768px) and (max-width: 1199px) {
    .background-proveedores {
        background-image: url('../img/proveedores/proveedores-pc.svg');
        background-size: contain; /* Muestra la imagen completa */
        background-repeat: no-repeat; /* Evita que se repita */
        background-position: center; /* Centra la imagen */
        width: 100%; /* Ajusta el ancho */
        margin: 0 auto; /* Centra horizontalmente */
        height: 300px; /* Altura ajustada */
    }
}

/* Fondo para dispositivos grandes (PC) */
@media (min-width: 1200px) {
    .background-proveedores {
        background-image: url('../img/proveedores/proveedores-pc.svg');
        background-size: contain; /* Muestra la imagen completa */
        background-repeat: no-repeat; /* Evita que se repita */
        background-position: center; /* Centra la imagen */
        width: 100%; /* Ocupa todo el ancho disponible */
        max-width: 1200px; /* Limita el ancho máximo */
        height: 300px; /* Altura estándar */
    }
}

/* Fondo para dispositivos móviles-- PROVEEDORES REGISTRO */
@media (max-width: 767px) {
    .background-provReg {
        background-image: url('../img/proveedores/registro-mov.webp');
        background-size: contain; /* Muestra la imagen completa */
        background-repeat: no-repeat; /* Evita que se repita */
        background-position: center; /* Centra la imagen */
        width: 100%; /* Ocupa todo el ancho disponible */
        height: 350px; /* Ajusta la altura */
    }
}

/* Fondo para dispositivos tablet */
@media (min-width: 768px) and (max-width: 1199px) {
    .background-provReg {
        background-image: url('../img/proveedores/registro-pc-tablet.webp');
        background-size: contain; /* Muestra la imagen completa */
        background-repeat: no-repeat; /* Evita que se repita */
        background-position: center; /* Centra la imagen */
        width: 100%; /* Ajusta el ancho */
        margin: 0 auto; /* Centra horizontalmente */
        height: 300px; /* Altura ajustada */
    }
}

/* Fondo para dispositivos grandes (PC) */
@media (min-width: 1200px) {
    .background-provReg {
        background-image: url('../img/proveedores/registro-pc-tablet.webp');
        background-size: contain; /* Muestra la imagen completa */
        background-repeat: no-repeat; /* Evita que se repita */
        background-position: center; /* Centra la imagen */
        width: 100%; /* Ocupa todo el ancho disponible */
        max-width: 1300px; /* Limita el ancho máximo */
        height: 300px; /* Altura estándar */
    }
}

    .background-informes-container {
        margin: 0 auto;
        position: relative;
    }

    .background-informes {
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }

    .clickable-area {
        width: 100%;
        height: 100%;
        opacity: 0;
    }

    /* Fondo para dispositivos móviles */
    @media (max-width: 767px) {
        .background-informes-container {
            width: 85%;
            height: 300px;
            position: relative;
        }
        .background-informes {
            background-image: url('../img/index/banner-informe-mov.svg');
        }
    }

    /* Fondo para dispositivos tablet */
    @media (min-width: 768px) and (max-width: 1199px) {
        .background-informes-container {
            width: 60%;
            height: 180px;
            position: relative;
        }
        .background-informes {
            background-image: url('../img/index/banner-informe-pc.svg');
        }
    }

    /* Fondo para dispositivos grandes (PC) */
    @media (min-width: 1200px) {
        .background-informes-container {
            width: 60%;
            max-width: 1300px;
            height: 180px;
            position: relative;
        }
        .background-informes {
            background-image: url('../img/index/banner-informe-pc.svg');
        }
    }




.page-interna {
    background: linear-gradient(-45deg, #fff, #fff, #fff, #fff);
    background-size: 400% 400%;
    animation: gradient 20s ease infinite;

}



@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}




#P-title{width: 45%;height: 7px; background: #59AF31; border-radius: 50px;}


@media (min-width: 320px) {

#P-title{width: 79%;height: 7px; background:  #59AF31; border-radius: 50px;}

}
@media (min-width: 576px) {

#P-title{width: 30%;height: 7px; background:  #59AF31; border-radius: 50px;}

}
@media (min-width: 992px) {


#P-title{width: 35%;height: 7px; background:  #59AF31; border-radius: 50px;}

}
@media (min-width: 1200px) {
#P-title{width: 40%;height: 7px; background:  #59AF31; border-radius: 50px;}


}

@media (min-width: 1200px) {
    #P-title2{width: 40%;height: 7px; background:  #59AF31; border-radius: 50px;}
    
}


.card-rutas-interna{

	width: 20rem; background-image:url('../img/rutas/fondo-card.svg');background-repeat: no-repeat;  background-size: cover;


}

.card-info{

	width:100%; background-image:url('../img/rutas/fondo-card.svg');background-repeat: no-repeat;  background-size: cover;
}


.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out !important;
  transform: scale(2) ;
}




.timeline-with-icons {
    border-left: 1px solid hsl(0, 0%, 90%);
    position: relative;
    list-style: none;
}

.timeline-with-icons .timeline-item {
    position: relative;
}

.timeline-with-icons .timeline-item:after {
    position: absolute;
    display: block;
    top: 0;
}

.timeline-with-icons .timeline-icon {
    position: absolute;
    left: -48px;
    background-color: hsl(217, 88.2%, 90%);
    color: hsl(217, 88.8%, 35.1%);
    border-radius: 50%;
    height: 31px;
    width: 31px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.linea-cargo{ border-radius: 3px 3px 3px 3px  !important;  border-width: 7px !important;}


.icon-circle {
    width: 80px;
    height: 80px;
    background-color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    padding: 15px;
}

.icon-circle img {
    max-width: 50px;
    max-height: 50px;
    object-fit: contain;
}

/* Animación de bolitas flotantes */
.background-transparenciahome {
    position: relative;
    overflow: hidden;
    min-height: 300px;
    background: white;
}

.floating-circles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 0;
}

.circle {
    position: absolute;
    border-radius: 50%;
    background: white;
    animation: float 6s ease-in-out infinite;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.circle:nth-child(1) {
    width: 300px;
    height: 300px;
    top: 15%;
    left: 5%;
    animation-delay: 0s;
    animation-duration: 8s;
}

.circle:nth-child(2) {
    width: 350px;
    height: 350px;
    top: 50%;
    left: 75%;
    animation-delay: 1s;
    animation-duration: 10s;
}

.circle:nth-child(3) {
    width: 280px;
    height: 280px;
    top: 75%;
    left: 15%;
    animation-delay: 2s;
    animation-duration: 7s;
}

.circle:nth-child(4) {
    width: 320px;
    height: 320px;
    top: 5%;
    right: 10%;
    animation-delay: 3s;
    animation-duration: 9s;
}

.circle:nth-child(5) {
    width: 380px;
    height: 380px;
    top: 35%;
    left: -5%;
    animation-delay: 4s;
    animation-duration: 12s;
}

.circle:nth-child(6) {
    width: 290px;
    height: 290px;
    top: 25%;
    right: 25%;
    animation-delay: 5s;
    animation-duration: 6s;
}

.circle:nth-child(7) {
    width: 260px;
    height: 260px;
    top: 65%;
    left: 45%;
    animation-delay: 1.5s;
    animation-duration: 11s;
}

.circle:nth-child(8) {
    width: 340px;
    height: 340px;
    top: 85%;
    right: 5%;
    animation-delay: 2.5s;
    animation-duration: 8s;
}

.circle:nth-child(9) {
    width: 270px;
    height: 270px;
    top: 10%;
    left: 35%;
    animation-delay: 3.5s;
    animation-duration: 9s;
}

.circle:nth-child(10) {
    width: 310px;
    height: 310px;
    top: 45%;
    right: -3%;
    animation-delay: 4.5s;
    animation-duration: 7s;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0px) translateX(0px) rotate(0deg);
        opacity: 0.7;
    }
    33% {
        transform: translateY(-30px) translateX(20px) rotate(120deg);
        opacity: 0.4;
    }
    66% {
        transform: translateY(20px) translateX(-15px) rotate(240deg);
        opacity: 0.8;
    }
}

/* Contenido con z-index mayor */
.background-transparenciahome .container {
    position: relative;
    z-index: 10;
}

        /* Estilos generales para las cards */
        .card-transparencia {
            max-width: 320px;
            margin: 0 auto;
        }

        /* Estilo de los botones con movimiento */
        .btn-mas-info {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            padding: 10px 20px;
            font-size: 14px;
            font-weight: bold;
            text-transform: uppercase;
            border-radius: 8px;
            color: white !important;
            text-shadow: none;
            border: none;
            position: relative;
            overflow: hidden;
            background: linear-gradient(45deg, #3C9415, #59AF32);
            background-size: 200% 200%;
            animation: gradientMovement 5s linear infinite;
            transition: all 0.4s ease;
            text-decoration: none;
        }

        

        /* Animación del gradiente hacia la izquierda */
        @keyframes gradientMovement {
            0% {
                background-position: 200% 0;
            }
            100% {
                background-position: -200% 0;
            }
        }

        /* Hover effect para botones */
        .btn-mas-info:hover {
            transform: scale(1.05);
            color: white !important;
        }

        /* Animación para el texto ">" */
        .btn-mas-info:hover::after {
            transform: translateX(5px);
        }

        /* Estilos para cards clickeables completas */
        .card-clickeable {
            transition: all 0.3s ease;
            cursor: pointer;
        }

        .card-clickeable:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15) !important;
        }

        .card-link-completa {
            display: block;
        }

        .card-link-completa:hover .card-title {
            color: #3C9415 !important;
        }

        /* Nuevo diseño para la sección de contacto */
        .contacto-card {
            background: white;
            border: 1px solid #e0e0e0;
            border-radius: 15px;
            max-width: 900px;
            margin: 0 auto;
        }

        .contacto-title {
            font-size: 1.3rem;
            font-weight: 700;
            text-align: center;
            margin-bottom: 2rem;
            color: #3C9415;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }

        .contacto-section {
            border-left: 4px solid #3C9415;
            padding-left: 1rem;
            margin-bottom: 1.5rem;
        }

        .contacto-section h6 {
            font-size: 0.95rem;
            font-weight: 600;
            color: #333;
            margin-bottom: 0.5rem;
            text-transform: uppercase;
            letter-spacing: 0.3px;
        }

        .contacto-section p {
            font-size: 0.9rem;
            color: #666;
            margin-bottom: 0.3rem;
            line-height: 1.4;
        }

        .horario-badges {
            display: flex;
            gap: 8px;
            flex-wrap: wrap;
            margin-top: 10px;
        }

        .badge-dia {
            background-color: #2196f3;
            color: white;
            padding: 4px 8px;
            border-radius: 12px;
            font-size: 0.75rem;
            font-weight: 500;
        }


        /* Responsividad mejorada */
        @media (max-width: 768px) {
            .card-transparencia {
                max-width: 100%;
            }
            
            .btn-mas-info {
                font-size: 13px;
                padding: 8px 16px;
            }

            .contacto-title {
                font-size: 1.2rem;
            }

            .contacto-section {
                margin-bottom: 1rem;
                padding-left: 0.75rem;
            }

            .contacto-section h6 {
                font-size: 0.85rem;
            }

            .contacto-section p {
                font-size: 0.8rem;
            }
        }

