@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;400;700&display=swap');

*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html{
	scroll-behavior: smooth;
}

body{
	font-family: 'Poppins', sans-serif;
}

.title{
	font-family:'Poppins', sans-serif;
	color: #ffffff;
	font-weight: 400;
	text-align: center;
}

.title-h3{
	font-family:'Poppins', sans-serif;
	color: #000000;
	font-weight: 400;
	text-align: center;
	font-size: 80px;
}

.title-webinar{
	font-family:'Poppins', sans-serif;
	color: #ffffff;
	font-weight: 600;
	text-align: center;
	font-size: 90px;
}

.hero{
	background-image: url("https://www.mioficina.co/sites/default/files/2022-05/bcp.jpg");
	width: 100%;
	height: 690px;
	background-size: cover;
  	background-repeat:no-repeat;
  	background-position: center center;
  	background-attachment: fixed;
  	position: relative;
  	overflow: hidden;
}

.textos-hero{
	height: 500px;
	color: #ffffff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.textos-hero{
	height: 500px;
	color: #ffffff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.textos-hero h1{
	font-size: 50px
}

.textos-hero p{
	font-size: 25px;
	margin-bottom: 20px;
}

li{
	font-size: 25px;
}

.textos-hero a{
	display: inline-block;
	text-decoration: none;
	padding: 12px 15px;
	background: #68F90B;
	border-radius: 8px;
	color: #000000;
	font-weight: 700;
}

.textos-hero a:hover{
	background: #006000;
	color: #ffffff;
	text-decoration: none;
	font-weight: 700;
}

.row-button{
	padding:25px;
	left: 10px;
	top: 5px;
	display: flex;
	max-width: 1000px;
}

table{
	max-width: 200px;
	text-align: center;
}

.contenedor-textos-agenda{
	text-align: left;
}

.svg-hero{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

/* Section */

.wave-container{
	width: 90%;
	max-width: 1000px;
	display: flex;
	justify-content: space-between;
	text-align: center;
	overflow: hidden;
	margin: auto;
	padding: 0 0 0.05px 0;
}

.img1{
	width: 50%;
}

.img2{
	width: 73%;
}

.contenedor-textos-agenda{
	width: 100%;
	max-width: 900px;
	overflow: hidden;
	margin: 0 35px 0;
	padding: 0 0 80px 0;
}

.img{
	justify-content: center;
	align-items: center;
	text-align: center;
	padding-bottom: 50px;
	margin: 0 0 50px;
	width: 90%;
	max-width: 1000px;
	margin: auto;
}

.website{
	/*width: 50%;
	justify-content: space-between;
	text-align: center;*/
}


.participantes{
	background-color: #C1C1C1;
	text-align: center;
	padding: 30px 0 20px 20px;
	font-weight: 400;
	text-align: center;
	display: flex;
	flex-direction: column;
	padding: 12px;
}

/* RESPONSIVE */

@media screen and (max-width: 580px){
    .textos-hero h1{
        width: 90%;
        font-size: 30px
    }
    .textos-hero p{
        width: 60%;
        font-size: 12px;
    }
    .textos-hero h2{
        width: 60%;
        font-size: 30px;
    }

    .title-h3{
    	font-size: 40px;
    }

    li{
	font-size: 16px;
	}

	.contenedor-textos-agenda{
		width: 100%;
		max-width: 580px;
		margin: 0;
	}

	.img1{
		width: 60%;
	}

	.img2{
		width: 100%;
		padding: 25px;
	}

	.hero{
	height: 650px;
	}
}
