/* Estilos generales */
:root {
	--neutral-grey-7: #2D2F30;
	--neutral-grey-5: #8B8C8C;
	--text-color: #363940;
	--background-light: #f8f8f8;
	--card-bg: #ffffff;
	--shadow: rgba(0, 0, 0, 0.1);
}

.font-thin {
	font-family: "Titillium Web", sans-serif;
	font-weight: 200;
}

.font-semibold {
	font-family: "Titillium Web", sans-serif;
	font-weight: 600;
}

.font-bold {
	font-family: "Titillium Web", sans-serif;
	font-weight: 900;
}

.font-light {
	font-family: "Titillium Web", sans-serif;
	font-weight: 300;
}

* {
	position: relative;
}

.breaker {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
}

html,
body {
	height: 100%;
	width: 100%;
	background-color: #f8f8f8;
}

body {
	background-color: #2f2f2f;
	font-family: "Titillium Web", sans-serif;
	font-weight: normal;
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased !important;
}

.justify-text {
	text-align: justify;
}


.navbar-toggle .fa-bars {
	display: none;
}

.navbar-toggle.active .fa-times {
	display: none;
}

.navbar-toggle.active .fa-bars {
	display: block;
}

.navbar {
	background-color: rgba(0, 0, 0, .0);
	border-bottom: 1px solid #bfbfbf;
	border-bottom: 0 none;
	font-size: 12px;
	transition: .25s all linear;
}

.navbar.inv {
	background-color: rgba(0, 0, 0, .5);
}

.navbar .nav a {

	color: #e4e6e5;
	font-family: "Titillium Web", sans-serif;
	font-weight: 600;
	transition: all .5 linear;
}

.navbar.inv a {
	color: #e4e6e5;
}


.navbar-responsive-collapse {
	margin: 0 auto;
	width: 80%;
}

.nav li {
	text-align: center;
	white-space: nowrap;
}

.nav>li>a:hover,
.nav>li>a:focus {
	background-color: inherit;
	outline: none;
}

.navbar-brand {
	padding: 1px;
}

.navbar-brand img {
	height: 30px;
}

.active-menu {
	background-color: #e4e6e5;
	content: '.';
	display: block;
	height: 5px;
	left: 0;
	position: absolute;
	top: -5px;
	transition: all .5 linear;
	width: 1%;
	z-index: 9;
}

.inv .active-menu {
	background-color: #e4e6e5;
}

.special-active-menu {
	z-index: 10;
}

#special-active-menu-1,
#special-active-menu-6 {
	background-color: #e4e6e5 !important;
}

@media (max-width: 767px) {

	.nav li {
		text-align: left;
		white-space: nowrap;
	}

	.navbar-responsive-collapse {
		width: 100%;
	}

	.active-menu {
		display: none !important;
	}

	.navbar-toggle {
		margin-right: 10px;
		margin-top: -4px;
	}

	.navbar {
		padding: 0;
	}

	.navbar .nav a {
		color: #e4e6e5;
		font-size: 16px;
		padding-left: 0;
	}

	.icon {
		margin-right: 12px;
	}

	.nav li {
		background-color: #2f2f2fc2;
	}


	.navbar-brand {
		margin: 0;
		text-align: left;
	}
}

:focus {
	outline: none;
}

::-moz-focus-inner {
	border: 0;
}



/* General Slide Styling */
.slide {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 65px;
    padding-top: 50px;
    text-align: center;
}

#slide-1 {
    position: relative;
    color: #ffffff;
    width: 100%;
    height: auto; /* Ajuste al contenido */
    min-height: 100vh; /* Asegura una altura mínima igual a la de la ventana */
    overflow: hidden;
}

/* Imagen de fondo */
#slide-1::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; /* Asegura que el pseudo-elemento cubra todo el contenedor */
    background-image: url('../images/PortadaAIMART/AIMART.webp');
    background-size: cover;
    background-position: center center;
    background-attachment: scroll;
    z-index: 1; /* Pone la imagen detrás del contenido */
}

/* Overlay de opacidad sobre la imagen */
#slide-1 .overlay {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Opacidad aplicada aquí */
    z-index: 1; /* Pone el overlay encima de la imagen */
}

/* Asegura que el contenido está encima de la imagen y overlay */
#slide-1>.container {
    position: relative;
    z-index: 2;
}

/* Contenido sobre el fondo */
#slide-1>.container {
	position: relative;
	z-index: 2;
}


#home-row-1, #home-row-2 {
	padding-top: 25px;
}

#home-row-1 h1 {
	font-size: 54px;
}

#home-row-1 h4 {
	font-size: 25px;
}

#home-row-2 {
	font-size: 25px;
}

#home-row-2 .col-12 {
	height: 232px;
	padding-top: 25px;
}

#home-row-2 .col-12 .home-hover {
	position: relative;
	height: 190px;
	overflow: hidden;
	padding-top: 26px;
	transition: all ease-in 0.5s;
}

#home-row-2 .col-12 .home-hover:hover {
	padding-top: 0;
}

.image-container {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}

.image-container img {
	transition: transform 0.5s ease-in-out;
}

.text-content {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	color: white;
	padding: 15px;
	text-align: center;
}

.text-content h3 {
	margin-bottom: 10px;
	font-size: 26px;
}


.hidden-content {
	opacity: 0;
	max-height: 0;
	overflow: hidden;
	transition: opacity 0.5s ease-in-out, max-height 0.5s ease-in-out;
}

.hidden-content p {
	font-size: 16px;
	margin-bottom: 5px;
}

/* Efecto hover: los párrafos se despliegan */
.home-hover:hover .hidden-content {
	opacity: 1;
	max-height: 200px;
}


/* Efecto hover: La imagen sube completamente y muestra el contenido */
.home-hover:hover .image-container img {
	transform: translateY(-100%);
}

.home-hover:hover .hidden-content {
	opacity: 1;
	max-height: 200px;
}


/* Responsive Styling */
@media (max-width: 767px) {

	#home-row-1,
	#home-row-2 {
		padding-top: 16px;
	}

	#home-row-1 h1 {
		font-size: 35px;
	}
	#home-row-2 .col-12{
		padding-top: 0;
	}

	#home-row-1 h4 {
		font-size: 18px;
	}

	#home-row-2 {
		font-size: 16px;
	}
}


#slide-2 {
	color: #2f2f2f;
	padding-top: 90px;
}

.title-row {
	font-size: 45px;
	padding-bottom: 50px;
}

.line-row .hr {
	background-color: #e4e6e5;
	height: 5px;
	margin: 0 auto;
	width: 33%;
}

.subtitle-row {
	font-size: 35px;
	padding-bottom: 40px;
	padding-top: 40px;
}


@media (max-width: 767px) {
	.title-row {
		font-size: 34px;
		padding-bottom: 33px;
	}

	.subtitle-row {
		font-size: 26px;
		padding-bottom: 26px;
		padding-top: 26px;
	}
}

#slide-3 {
	position: relative;
	/* Necesario para el pseudo-elemento */
	color: #ffffff;
	/* Color del texto */
	width: 100%;
	overflow: hidden;
}

#slide-3::before {
	content: '';
	/* Necesario para que el pseudo-elemento se muestre */
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	/* Fondo negro con 70% de opacidad */
	z-index: 1;
	/* Asegura que esté por encima del fondo pero debajo del contenido */
}

#slide-3 {
	background-image: url('../images/PortadaAIMART/image.webp');
	/* Imagen de fondo */
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

/* Contenedor principal */
.sobre-nosotros {
	width: 100%;
	padding: 60px 12%;
	background-color: var(--background-light);
	display: flex;
	justify-content: center;
}

/* Contenedor interior */
.container1 {
	display: flex;
	justify-content: space-between;
	max-width: 1200px;
	width: 100%;
	gap: 30px;
	text-align: left;
}

/* Contenedor de texto */
.text-container {
	flex: 1;
	max-width: 450px;
}

.text-container h2 {
	color: var(--neutral-grey-7);
	font-family: "Titillium Web", sans-serif;
	font-size: 45px;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.5px;
}

.text-container strong {
	font-weight: 700;
}

.text-container p {
	color: var(--neutral-grey-5);
	font-size: 18px;
	line-height: 1.5;
}

/* Contenedor de tarjetas */
.cards-container {
	flex: 1.3;
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: flex-start;
}

/* Tarjeta individual */
.card {
	background-color: var(--card-bg);
	border-radius: 10px;
	padding: 20px;
	box-shadow: 0 2px 8px var(--shadow);
	transition: transform 0.3s ease;
	width: calc(50% - 10px);
}

.card:hover {
	transform: translateY(-5px);
}

.card i {
	padding: 20px 0 20px 0;
}

.card h3 {
	color: var(--text-color);
	font-size: 22px;
	font-weight: 700;
}

.card p {
	color: var(--neutral-grey-5);
	font-size: 15px;
	line-height: 1.5;
}

/* RESPONSIVIDAD */
@media (max-width: 850px) {
	.container1 {
		flex-direction: column;
		text-align: center;
	}

	.text-container {
		max-width: 100%;
	}

	.cards-container {
		justify-content: center;
	}

	.card {
		width: 100%;
	}
}

.content h2 {
	font-size: 45px;
	font-weight: 900;
	line-height: normal;
	margin-bottom: 40px;
}

.logo-container {
	display: flex;
	justify-content: space-around;
	align-items: flex-start;
	flex-wrap: wrap;
	gap: 20px;
}

.logo-item {
	text-align: center;
	max-width: 300px;
	padding: 20px;
	background: rgba(255, 255, 255, 0.1);
	border-radius: 8px;
	transition: transform 0.3s ease, background 0.3s ease;
}

.logo-item h3 {
	font-size: 22px;
	font-weight: 700;
	color: #EAF2F2;
	line-height: normal;
}

.logo-item p {
	font-size: 14px;
	line-height: 1.5;
	color: #d1d1d1;
}

.logo-item:hover {
    transform: translateY(-10px);
    background: rgba(255, 255, 255, 0.2);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
}


.logo-item img {
	width: 90px;
	height: 90px;
	opacity: 0.6;
	transition: opacity 0.2s ease-in;
}

.logo-item:hover img {
    opacity: 1;
}


.logo-item p {
	color: #EAF2F2 !important;
}

.container-grid {
	width: 100%;
	padding: 5px 10%;
}

/*PRODUCTOS--------------------------*/

.filters button.active,
.filters button:hover {
	color: black;
	font-weight: bold;
}

/* Filtros */
.filters {
	display: flex;
	justify-content: center;
	gap: 15px;
	margin-bottom: 30px;
}

/* Botones de los filtros */
.filters button {
	background: none;
	border: none;
	font-size: 16px;
	cursor: pointer;
	color: gray;
	transition: color 0.3s;
	position: relative;
	padding: 10px 15px;
}

/* Efecto de la bolita en hover y activo */
.filters button::after {
	content: "";
	position: absolute;
	bottom: -8px;
	/* Posiciona la bolita debajo del texto */
	left: 50%;
	transform: translateX(-50%);
	width: 8px;
	/* Tamaño de la bolita */
	height: 8px;
	background: transparent;
	border-radius: 50%;
	/* Hace que sea un círculo */
	transition: background 0.3s;
}

/* Cuando el botón está activo o en hover, la bolita aparece */
.filters button.active::after,
.filters button:hover::after {
	background: #009ddc;
}


/* Contenedor de productos con mejor distribución */
.grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
	/* Aumentamos el min-width a 320px */
	gap: 25px 20px;
	/* Aumentamos el espacio entre las tarjetas */
	justify-content: center;
	padding: 20px;
}

/* Tarjetas de productos */
/* Contenedor de la tarjeta */
.card-productos {
	background: white;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	border-radius: 0;
	overflow: hidden;
	transition: transform 0.3s ease-in-out;
	max-width: 350px;
	width: 100%;
	margin: 0 auto;
	position: relative;
	/* Para que el span se posicione correctamente */
}

.card-productos:hover {
	transform: scale(1.05);
}

/* Imagen dentro de la tarjeta */
.card-productos img {
	width: 100%;
	height: 220px;
	object-fit: cover;
}

/* Posicionamiento del span sobre la imagen */
.tag {
	position: absolute;
	top: 10px;
	/* Margen superior */
	left: 10px;
	/* Margen izquierdo */
	display: inline-block;
	background: rgba(255, 255, 255, 0.80);
	padding: 5px 10px;
	border-radius: 0px;
	font-size: 12px;
	font-weight: bold;
}

/* Contenido de la tarjeta */
.card-content {
	padding: 20px;
	text-align: left;
}

.card-content h3 {
	font-size: 20px;
	margin: 10px 0;
	font-weight: 700;
}

.card-content p {
	font-size: 14px !important;
	color: gray;
}


.card h3 {
	font-size: 20px;
	margin: 10px 0;
}

.card p {
	font-size: 14px;
	color: gray;
}


/*CUENTAS--------------------------*/
#imagen {
	position: relative;
	color: #ffffff;
	width: 100%;
	overflow: hidden;
	background-image: url('../images/PortadaAIMART/Contador.webp');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

#imagen::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	z-index: 1;
}

.container1 {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	position: relative;
	z-index: 2;
}

.container2 {
	max-width: 1200px;
	width: 100%;
	padding: 40px 20px;
}

.recuento {
	width: 100%;
	padding: 60px 12%;
	display: flex;
	justify-content: center;
}

.stats {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 80px;
	position: relative;
	z-index: 2;
}

.stat {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	color: #009ddc;
}

.number {
	font-size: 50px;
	font-weight: 700;
}

.icon2 {
	font-size: 24px;
	margin: 10px 0;
}

.stat p {
	font-size: 22px;
	color: #ddd;
}

.divider {
	width: 2px;
	height: 90px;
	background-color: rgba(255, 255, 255, 0.5);
}

/* 📱 RESPONSIVE DESIGN */
@media (max-width: 1024px) {
	.stats {
		gap: 50px;
	}

	.number {
		font-size: 50px;
	}

	.stat p {
		font-size: 20px;
	}
}

@media (max-width: 768px) {
	.stats {
		flex-direction: column;
		gap: 30px;
	}

	.divider {
		width: 80px;
		height: 2px;
	}
}

/* Estilo general */
#slide-5 {
	text-align: center;
	padding: 60px 8%;
}

.content {
	margin-bottom: 30px;
}

.content h2 {
	font-size: 36px;
	font-weight: bold;
}

.content p {
	font-size: 18px;
	color: #2D2F30;
	margin-top: 20px;
}

/* Contenedor de testimonios */
.testimonials {
	display: flex;
	justify-content: left;
	gap: 20px;
	flex-wrap: wrap;
}



.testimonial-card:hover {
	transform: translateY(-5px);
}


.testimonial-card {
    background: #E0E0E0;
    border-radius: 12px;
    padding: 20px;
    width: 290px; /* Asegúrate de que el ancho de las tarjetas esté bien definido */
    text-align: left;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}


/* Swiper - Ajusta para tarjetas más grandes */
.swiper {
    width: 100%;
    padding: 20px 0;
}

.swiper-wrapper {
    display: flex;
    align-items: center;
}

/* Swiper - Botones de navegación */
.swiper-button-next,
.swiper-button-prev {
    color: #FF7F0B;
}

/* Paginación */
.swiper-pagination-bullet {
    background: #FF7F0B;
}



/* Header del testimonio (logo + nombre) */
.testimonial-header {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	margin-bottom: 20px;
	margin-top: 15px;
}

.testimonial-header img {
	height: 30px;
}

/* Texto de testimonio */
.testimonial-card p {
	font-size: 14px;
	color: #333;
	line-height: normal;
	letter-spacing: 1.046px;
	text-align: justify;
	margin: 0px 5px;
	margin: 0px 10px 20px 10px;
}

/* Footer del testimonio (foto y nombre) */
.testimonial-footer {
	display: flex;
	align-items: center;
	justify-content: left;
	gap: 10px;
}

.testimonial-footer img {
	width: 40px;
	height: 40px;
	border-radius: 50%;
}

.testimonial-footer h4 {
	font-size: 14px;
	margin: 0;
}

.testimonial-footer span {
	font-size: 12px;
	color: #666;
}


/* RESPONSIVE DESIGN */
@media (max-width: 1024px) {
	.testimonials {
		flex-wrap: wrap;
		justify-content: center;
	}
}

@keyframes slide {
	from {
	  transform: translateX(0);
	}
	to {
	  transform: translateX(-100%);
	}
  }
  
  .logos {
	overflow: hidden;
	padding: 10px 0 65px 0;
	white-space: nowrap;
	position: relative;
  }
  
  .logos:before,
  .logos:after {
	position: absolute;
	top: 0;
	width: 250px;
	height: 100%;
	content: "";
	z-index: 2;
  }
  
  .logos:before {
	left: 0;
	background: linear-gradient(to left, rgba(255, 255, 255, 0), white);
  }
  
  .logos:after {
	right: 0;
	background: linear-gradient(to right, rgba(255, 255, 255, 0), white);
  }
  
  .logos:hover .logos-slide {
	animation-play-state: paused;
  }
  
  .logos-slide {
	display: inline-block;
	animation: 35s slide infinite linear;
  }
  
  .logos-slide img {
	height: 50px;
	margin: 0 40px;
  }



  /*Seccion de Contacto-Formulario*/
  #slide-6 {
    position: relative;
    color: #ffffff;
    width: 100%;
    overflow: hidden;
    background-image: url('../images/Contacto/Sedes.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

#slide-6::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 1;
}

.content {
    position: relative;
    z-index: 2;
    text-align: center;
}

.filters-contact {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 15px;
}

.filters-contact button {
    background: none;
    border: none;
    font-size: 16px;
    cursor: pointer;
    color: white;
    transition: color 0.3s;
    position: relative;
    padding: 10px 15px;
}

.filters-contact button.active,
.filters-contact button:hover {
    color: white;
    font-weight: bold;
}

.filters-contact button::after {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 8px;
    height: 8px;
    background: transparent;
    border-radius: 50%;
    transition: background 0.3s;
}

.filters-contact button.active::after,
.filters-contact button:hover::after {
    background: #009ddc;
}

/* Contenedor principal */
.contact-container {
    display: flex;
    justify-content: space-between;
    padding: 0 10%;
    height: 100%; /* Asegura que los elementos ocupen el mismo alto */
}

/* Información de contacto */
.contact-info {
    max-width: 43%;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center; /* Centrado vertical */
    height: 100%;
}

.contact-info h3 {
    font-size: 32px;
    font-weight: bold;
}

.contact-info p {
    font-size: 22px;
	color: white;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 15px;
}

.contact-item h4 {
    font-size: 25px
}

.contact-item .icon {
    font-size: 20px;
}

.email-p p {
    font-size: 20px;
	color: white;
}

/* Formulario */
.contact-form {
    padding: 30px;
    width: 50%;
}

.input-group {
    display: flex;
    gap: 10px;
}

.input-group input,
.contact-form textarea {
    width: 100%;
    padding: 10px;
    border: none;
    border-radius: 0px;
    margin-bottom: 15px;
    font-size: 16px;
	background: rgba(255 255 255 / .1);
	color: white;
}

input::placeholder {
    color: white; /* Cambia el color del placeholder */
    font-style: italic; /* Opcional: cambia el estilo de la fuente */
    opacity: 1; /* Asegura que sea totalmente visible */
}

textarea::placeholder {
    color: white; /* Cambia el color del placeholder */
    font-style: italic; /* Opcional: cambia el estilo */
    opacity: 1; /* Asegura que sea visible */
}



.contact-form textarea {
    height: 250px;
    resize: none;
}

.submit-btn {
    width: 100%;
    background: #009ddc;
    color: white;
    font-size: 18px;
    border: none;
    padding: 10px;
    cursor: pointer;
    border-radius: 5px;
    transition: background 0.3s;
}

.submit-btn:hover {
    background: #009ddc;
}


@media (max-width: 1024px) {
    .contact-container {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 0 5%;
    }

    .contact-info {
        max-width: 100%;
        text-align: center;
        align-items: center;
    }

    .contact-info h3 {
        font-size: 28px;
    }

    .contact-info p,
    .email-p p {
        font-size: 18px;
    }

    .contact-item {
        justify-content: center;
    }

    .contact-form {
        width: 100%;
        padding: 20px;
    }

    .input-group {
        flex-direction: column;
    }

    .filters-contact {
        flex-wrap: wrap;
        gap: 10px;
    }

    .filters-contact button {
        font-size: 14px;
        padding: 8px 12px;
    }

    .submit-btn {
        font-size: 16px;
        padding: 12px;
    }
}

@media (max-width: 768px) {
    .contact-container {
        padding: 0 3%;
    }

    .contact-info h3 {
        font-size: 24px;
    }

    .contact-info p,
    .email-p p {
        font-size: 16px;
    }

    .filters-contact button {
        font-size: 13px;
        padding: 6px 10px;
    }

    .submit-btn {
        font-size: 14px;
        padding: 10px;
    }
}


/* Fondos para cada ciudad */
#slide-6.mexico {
    background-image: url('../images/Contacto/Mexico.png');
}

#slide-6.puebla {
    background-image: url('../images/Contacto/Puebla.png');
}

#slide-6.miami {
    background-image: url('../images/Contacto/Miami.webp');
}


.footer {
	background-color: #f5f5f5;
	padding: 20px 10%;
	text-align: center;
	font-size: 14px;
	color: #f58221;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	height: 120px;
}
.footer a {
	color: #555;
	text-decoration: none;
	margin: 0 10px;
}
.footer a:hover {
	text-decoration: underline;
}
.social-icons {
	display: flex;
	align-items: center;
}
.social-icons a {
	margin: 0 10px;
	font-size: 20px;
	color: #f58221;
}


.float {
	position: fixed;
	width: 80px; 
	height: 80px; 
	bottom: 40px;
	right: 40px;
	background-color: #009ddc;
	color: #FFF;
	border-radius: 50px;
	text-align: center;
	font-size: 40px; /* Tamaño del ícono aumentado */
	box-shadow: 2px 2px 3px #999;
	z-index: 1200;
	animation: colorChange 2s infinite;
  }
  
  .float:hover {
	text-decoration: none;
	color: #FFF;
	background-color: #f58221;
	animation: shake 1s;
	animation-iteration-count: infinite;
  }
  
  .float i{
	margin-top: 21px;
  }
  
  .my-float {
	margin-top: 16px;
  }
  
  @keyframes colorChange {
	0% {
	  background-color: #009ddc; /* Color inicial */
	}
	50% {
	  background-color: #017eb0; /* Segundo color */
	}
	100% {
	  background-color: #009ddc; /* Regresa al color inicial */
	}
  }
  
  @keyframes shake {
	0%, 100% {
	  transform: translateX(0);
	}
	25% {
	  transform: translateX(-5px);
	}
	75% {
	  transform: translateX(5px);
	}
  }



