/* Fuente global y estilos básicos */
body {
    font-family: 'Poppins', sans-serif; /* Asegura que se aplique la fuente globalmente */
    font-size: 15px;
    font-weight: normal;
    color: #777;
    font-style: normal;
    line-height: 26px;
}

/* Estilos para el área de migas de pan */
.breadcrumb-area {
    background-size: cover;
    position: relative;
    min-height: 450px;
    background-repeat: no-repeat;
    background-image: url(../img/banner-principales-2.png) !important;
    background-size: cover;
    padding-top: 20px;
    padding-bottom: 10px;
}

/* Estilos para el elemento hr */
hr {
    border-bottom: 4px solid #ffffff;
    border-top: 0 none;
    margin: 30px 0;
    padding: 0;
    width: 1300px;
}

/* Estilos para encabezados y párrafos */
h1, h2, h3, h4 {
    color: #00173c;
    margin-top: 0px;
    font-style: normal;
    font-weight: 800;
    text-transform: normal;
    line-height: 1.2;
}

h4 {
    color: #FFFFFF;
    margin: -3px;
}

h5 {
    color: #00173c;
    margin-top: 0px;
    font-style: normal;
    font-weight: 100!important;
    text-transform: normal;
    line-height: 1.2;
    font-size: 18px;
}

h6 {
    font-size: 23px!important;
    margin-top: 5px;
    margin-bottom: 5px;
    color: #0c2957;
    font-weight: 700;
    text-align: left;
}

p {
    margin-top: 0;
    margin-bottom: 0rem!important;
}

/* Estilos para clases específicas */
.single-cta.pb-30.mb-30.wow.fadeInUp.animated span {
    color: #FFFFFF !important;
    font-size: 25px !important;
    line-height: 1;
    font-weight: 300;
}

.single-cta.pb-30.mb-30.wow.fadeInUp.animated h1 {
    color: #F9B233 !important;
    font-size: 35px;
    line-height: 1;
}

.pt-120 {
    padding-top: 120px;
    padding-bottom: 63px;
}

.single-cta {
    padding-bottom: 15px;
    color: #124D6D !important;
    font-weight: 800 !important;
    margin-bottom: 0px !important;
    line-height: 1!important;
}

.card-custom-style {
    bottom: -20px;
    left: 20px;
    background-color: #005076;
    padding: 15px;
    position: absolute;
    width: 75%;
}

.carr {
    font-size: 18px!important;
}

.breadcrumb-bg {
    background-image: url(../img/Recurso\ 1.png) !important;
    background-size: cover;
    background-position: center;
    padding: 60px 0;
    color: #fff;
}

.pt-5{
        margin-top: 4rem;
		padding-bottom: 150px;
    }

	.pt-5 .pb-30{
		padding-top: 100px;
		padding-bottom: -100px;
	}

.carousel-indicators {
    margin-bottom: -40px; /* Puedes ajustar este valor según lo necesites */
    position: absolute;
    margin-top: 20px;
}

.carousel-indicators li {
    background-color: #000;
}

.carousel-indicators .active {
    background-color: #555;
}

/* Estilos para el carrusel continuo */
.carrusel-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 40px 0;
}

.slider-infinito .slide-track {
    display: flex;
    gap: 30px;
    width: calc(250px * 10 * 2); /* Ajustar al número de logos y duplicar */
    animation: scroll 20s linear infinite;
    animation-play-state: running;
}

.slider-infinito .slide-track.reverse {
    animation-direction: reverse;
}

.slider-infinito .slide {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 250px; /* Tamaño de cada logo */
}

.slider-infinito .slide img {
    width: 100%;
    object-fit: contain;
}

.row{
    justify-content: center !important;
}
/* Animación para el carrusel */
@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

/* Estilos para las flechas de navegación */
.carousel-arrow {
    position: absolute;
    top: 73%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.5);
    border: none;
    border-radius: 50%;
    color: white;
    z-index: 1;
    cursor: pointer;
}

.carousel-arrow.left {
    left: 10px;
}

.carousel-arrow.right {
    right: 10px;
}

.carousel-arrow i {
    font-size: 20px;
    line-height: 40px;
    text-align: center;
}

/* Otros estilos */
.clientes {
    text-align: center;
    font-size: 45px;
    justify-content: center;
    margin-bottom: 35px;
    text-transform: uppercase;
}

.video-area.p-relative.py-5{
	display: flex;
	flex-direction: column;
	align-items: center;
	align-content: center;
	justify-content: center;
}

.s-video-wrap{
	width: 90%;
	display: flex;
	flex-direction: column;
	align-items: center;
	align-content: center;
	justify-content: center;
}

.col-lg-6{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center !important;
}

.col-lg-6.text-center.mb-4.mb-lg-0{
	width: 70%;
	display: flex;
	flex-direction: column;
	align-items: center;
	align-content: center;
	justify-content: center;
}

.video-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	align-content: center;
	justify-content: center;
    max-width: 70%; /* Asegura que el video ocupe el 100% del contenedor */
    height: auto;
}

.embed-responsive-item {
    width: 70%; /* Asegura que el video ocupe todo el ancho disponible */
    height: auto; /* Ajusta la altura en proporción al ancho */
}

.s-video-content {
    font-size: 50px!important;
    color: #124D6D!important;
    width: 100%;
}

.cargo {
    color: #F9B233 !important;
    font-size: 40px !important;
}

.cargotres {
    color: #124D6D !important;
    font-weight: 600 !important;
    font-size: 20px !important;
}

.jah-insurance {
    color: #F9B233 !important;
    font-size: 35px;
    line-height: 1;
}

.input-form-jah {
    width: 100%;
    border: none;
    padding-left: 15px;
    transition: .3s;
    border-radius: 8px;
    border: 1px solid #777;
    height: 45px;
    font-size: 14px; /* Tamaño de la letra */
    color: #9e9e9e;  /* Color de la letra */
}

.title-banner-form {
    color: #F9B233;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 28px;
    margin-bottom: 30px !important;
    margin-top: 13px;
}

.custom-hr {
    width: 100%; /* Ocupa todo el ancho de la página */
    border: none; /* Elimina el borde predeterminado */
    height: 3px; /* Establece el grosor del <hr> */
    background-color: #496880; /* Color personalizado */
    margin: 20px 0; /* Espaciado superior e inferior opcional */
}

.textoslogos {
    margin-bottom: 78px;
    margin-top: 36px;
}

.whatsapp-button {
    position: fixed;
    bottom: 20px;  /* Distancia desde la parte inferior de la página */
    right: 20px;   /* Distancia desde el borde derecho de la página */
    z-index: 1000; /* Asegura que el botón esté por encima de otros elementos */
    background-color: #25D366; /* Color verde de WhatsApp */
    border-radius: 50%;
    padding: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Sombra para darle un efecto flotante */
}

.whatsapp-button img {
    width: 50px;  /* Tamaño del icono de WhatsApp */
    height: 50px;
}

.back-to-top-button {
    position: fixed;
    bottom: 100px;  /* Distancia desde la parte inferior de la página */
    right: 20px;    /* Distancia desde el borde derecho */
    z-index: 1000;
    background-color: #007bff; /* Color del botón */
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    display: none; /* Inicialmente oculto */
    text-decoration: none;
    font-size: 16px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.back-to-top-button:hover {
    background-color: #0056b3; /* Color de hover */
}

/* Estilos para las tarjetas */
.fixed-card-size {
    min-height: 380px; /* Tamaño mínimo basado en la altura de la tarjeta más larga */
    background-color: #f7f7f7;
    box-shadow: 1px 1.732px 60px 0px rgba(0, 0, 0, 0.01);
    border-radius: 4px;
    border: none; /* Sin borde */
    max-height: 400px; /* Ajusta la altura máxima de las tarjetas si es necesario */
}

.fixed-card-size .card-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    text-align: center;
}

.fixed-card-size p {
    text-align: left; /* Justificar el texto del párrafo */
}

.carousel-item {
    transition: transform 2s ease, opacity 2s ease; /* 2 segundos para la transición */
    padding-right: 15px; /* Espaciado derecho para evitar que se peguen */
}

.what{
	position: fixed;
	bottom: 5px;
	right: 15px;
	z-index: 2147483648;
}

.cel{
	position: fixed;
	bottom: 85px;
	right: 15px;
	z-index: 2147483648;
}

/* Estilos para dispositivos móviles */
@media (max-width: 768px) {
    .carousel-item .col-10 {
        max-width: 80%;
        margin-left: auto;
        margin-right: auto;
    }

    .top-carga{
        margin-top: 36px;
        margin-bottom: -5rem;
    }

    .clientes{
        font-size: 34px;
    }

	.s-video-content{
		font-size: 30px !important;
	}

	.single-cta {
    line-height: 1 !important;
}
}

/* Estilos para el icono de cita */
.quote-icon {
    width: 24px;
    height: 24px;
}

/* Estilos para el contenedor del título y el icono */
.title-icon-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.title-icon-container h6 {
    margin-bottom: 0;
}

.back-to-top-button {
    position: fixed;
    bottom: 160px;    /* Distancia desde la parte inferior */
    right: 20px;     /* Distancia desde el borde derecho */
    z-index: 1000;   /* Asegura que el botón esté por encima de otros elementos */
    background-color: #007bff; /* Color del botón */
    color: white;
    padding: 15px;
    border-radius: 50%; /* Hacer el botón redondo */
    display: none; /* Inicialmente oculto */
    text-decoration: none;
    font-size: 16px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Sombra para dar un efecto de flotación */
    transition: background-color 0.3s ease; /* Animación suave para el hover */
}

.back-to-top-button:hover {
    background-color: #0056b3; /* Cambia el color al pasar el mouse */
}

.back-to-top-button svg {
    width: 30px;
    height: 30px;
}