.bg-red-fondo 
{
    background-color:#cc0001 !important;
}

.bg-blue-fondo-slider 
{
background: linear-gradient(360deg,rgba(255, 255, 255, 1) 0%, rgba(6, 5, 81, 1) 31%) !important;
}
.bg-blue-fondo 
{
background:#060551 !important;
}
.custom-slider-background-image-stage.unified {
	display: flex;
	animation: slideLeft 30s linear infinite;
}

.custom-slider-background-image-item {
	min-width: 100%;
	height: 800px; /* o usa 100vh para pantalla completa */
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.custom-margin-top {
  margin-top: 120px !important;
}

.custom-padding-top {
    padding-top: 80px; /* Ajusta según lo necesites */
}

.bg-color-titulos
{
color:#060551;
font-weight: bold;
}


.bg-color-titulo-servicio
{
color:#fff;
font-size: 2.5rem;
font-weight: bold;
}

.flip-card{
  height: 400px !important;

}

.flip-front, .flip-back {
  height: 100%;
  min-height: 400px; /* o el valor que necesites */
  display: flex;
  flex-direction: column;
  justify-content: center;
    border-bottom: 5px solid #cc0001;
}

.object-fit-cover {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

#contacto {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

#footer {
    margin-top: 0 !important;
    padding-top: 0 !important;
}


