body, html {
	overflow-x: hidden;
	position: relative;
	
}

@keyframes slide {
	from {
		transform: translateX(0);
	}

	to {
		transform: translateX(-100%);
	}
}

.evento-mayo .logos-section {
	padding: 90px 0;
	background: white;
}

.evento-mayo .logos-section h2 {
	margin-bottom: 50px;
}

.evento-mayo .logos-section img {
/* 	width: 200px; */
	margin-bottom: 12px;
	max-height: 49px;
	margin-bottom: 0px;
	margin-top: 30px;
	margin-bottom: 30px;
}

.evento-mayo .logos-section .img-logo-doofinder {
	margin-top: 30px;
	margin-bottom: 30px;
}

.evento-mayo .logos-section .img-logo-doofinder img {
	width: 420px;
	margin-bottom: 0px;
}

.evento-mayo .logos-section .logos {
	overflow: hidden;
	padding: 90px 0;
	background: white;
	white-space: nowrap;
	position: relative;
}

.evento-mayo .logos-section .logos h2 {
	margin-bottom: 50px;
}

.evento-mayo .logos-section .logos:before,
.evento-mayo .logos-section .logos:after {
	position: absolute;
	top: 0;
	width: 10%;
	height: 100%;
	content: "";
	z-index: 2;
}

.evento-mayo .logos-section .logos:before {
	left: 0;
	background: linear-gradient(to left, rgba(255, 255, 255, 0), white);
}

.evento-mayo .logos-section .logos:after {
	right: 0;
	background: linear-gradient(to right, rgba(255, 255, 255, 0), white);
}

.evento-mayo .logos-section .logos:hover .logos-slide {
	animation-play-state: paused;
}

.evento-mayo .logos-section .logos-slide {
	display: inline-block;
	animation: 25s slide infinite linear;
}

.evento-mayo .logos-section .logos-slide img {
	margin: 0 25px;
	max-height: 50px;
}

.evento-mayo .video-background {
	position: absolute;
	top: 50%;
	left: 50%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -1;
	transform: translate(-50%, -50%);
}

.evento-mayo .hero {
	position: relative;
	z-index: 1;
	color: white;
	text-align: center;
	top: 50%;
	background-position: center center;
	background-size: cover;
	background-image: url('https://www.doofinder.com/main-files/uploads/2025/09/foto-madrid.jpg');
}

.evento-mayo .hero .inner {
	background: #000000d1;
	min-height: 60vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 130px 0;
}

.evento-mayo .hero h1{
	margin-bottom: 30px;
	font-family: PlutoBold;
	font-weight: 700;
	font-style: normal;
	font-size: 32px;
	margin-bottom: 20px;
}

.evento-mayo .hero img {
	width: 600px;
}

.evento-mayo .hero p{
	font-size: 22px;
}

.evento-mayo .hero .subtitle{
	font-size: 25px;
	margin-bottom: 5px;
}

.evento-mayo .hero .description{
	font-size: 18px;
}

.evento-mayo .hero .btn {
   background-color: #fff031;
   color: #000;
   padding: 15px 35px;
   position: relative;
   height: 100%;
   text-align: center;
   font-family: "PlutoBold", sans-serif;
   font-weight: 400;
   font-size: 20px;
}

.evento-mayo .hero .btn:hover {
	background-color: #ffffff;
}

.evento-mayo .content-event {
	padding: 50px 0;
	background: white;
	position: relative;
	z-index: 1;

}

.evento-mayo .content-event .center{
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.evento-mayo .speakers {
	padding: 50px 0;
	background: #1b1851;
}

.evento-mayo .speakers .box {
	padding: 10px;
	border-radius: 4px;
	max-width: 270px;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
}
.evento-mayo .speakers img {
	border: 5px solid #fff031;
	border-radius: 100%;
	margin-bottom: 5px;

}

.evento-mayo .speakers h2 {
	margin-bottom: 30px;
	color: white;
}

.evento-mayo .speakers .name {
	font-family: "PlutoBold", sans-serif;
	font-weight: 700;
	font-size: 20px;
	margin-bottom: 5px;
	color: white;
}

.evento-mayo .speakers .rol {
	margin-bottom: 5px;
	color: white;
}

.evento-mayo .speakers .company {
	margin-bottom: 5px;
	font-family: "PlutoRegular", sans-serif;
	font-weight: 300;
	font-size: 17px;   
	color: white;
}

.evento-mayo .speakers .button-form {
	text-align: center;
	padding: 22px 0;
}

.evento-mayo .speakers .button-form a {
	background-color: #fff031;
   color: #000;
   padding: 15px 35px;
   position: relative;
   height: 100%;
   text-align: center;
   font-family: "PlutoBold", sans-serif;
   font-weight: 400;
   font-size: 20px;
}

.evento-mayo .speakers .button-form a:hover {
	background-color: #ffffff;
	
}


.evento-mayo .timming {
	background: #f5f5f5;
	padding: 50px 0;
}

.evento-mayo .timming .box {
	background: #1b1851;
	border-radius: 12px;
	padding: 30px;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.evento-mayo .timming .box h2 {
	color: white;
}

.evento-mayo .timming .box p {
	color: white;
}

.evento-mayo .timming .box ul li {
	font-size: 17px;
	line-height: 1.7em;
	margin-bottom: 1.4em;
	color: white;
}

.evento-mayo .timming img {
	border-radius: 12px;
}


.evento-mayo .custom-hs-contact-form .form-container .hs_submit input {
	background: #fff031;
	color: #000000;
}
.evento-mayo .custom-hs-contact-form .form-container .hs_submit input:hover {
	background: #000000; 
	color: white;
}

.evento-mayo .countdown {
	display: flex;
	gap: 10px;
	justify-content: center;
}

.evento-mayo .time-box {
	background-color: #fff031;
	padding: 20px;
	text-align: center;
	border-radius: 10px;
	color: #1e1e3f;
	font-size: 20px;
	width: 120px;
}

.evento-mayo .time-box span {
	font-size: 36px;
}

.evento-mayo .time-box p {
	margin-top: 10px;
	font-size: 0.6em;
	color: #1B1851;
}




