html {overflow-x: hidden;}

#barra {
    background: #009cde;
    padding: 3%;
    color:#fff;
    }

#barrablue1 {
    background: #00afd7;
    padding: 3%;
    color:#fff;
    }

#barrablue5 {
    background: #002554;
    padding: 3%;
    color:#fff;
    }


.svgbg {
    background-image: url("file:///D:/.loreDML/ayura/joy/062923%20Landing%20cursos%20capacitación/recursos/var/www/html/rtp_resources/cap%20soluciones%20de%20agua/fondo_sol_agua.svg");
     background-position: center;
    background-size: cover;
    z-index:20;
    }

.espacio {
	 height: 90px;
 background: #ffffff;
 	}

.center{
    text-align: center;
}

hr {
	border: .5px solid#fff;
 	margin: 10px 0;
}

h1, h2, h3, h4, h5 {
	font-family:rotoplas;
}

.mt-3 {
	margin-top: 1rem;
}

.mb-3 {
	margin-bottom: 1rem;
}

.mb-10 {
	margin-bottom: 8%;
}

.m-0 {
	margin: 0;
}

.mb-50{
 	 margin:50px 0px;
 	}

 h3 {
 		 font-size: 1.5rem;
 line-height: 1.6rem;
 	}
 
 a {
 		color:#009cde;
        text-decoration:none;}

 a:hover {
 		color:#002554}


	 		
/************* FOOTER / REDES SOCIALES **************/

.footer {
    background: #002554;
    color: #fff;
    padding: 5% !important;
    text-align: left;
    margin-top: 40px;
} 

.footer hr {
 	border-color:#009cde;
 	margin: 0xp;	
}

.footer a:hover {
    color: #ffffff;
}

.footer_tit {
	display: block;
	min-height: 0px;
	color:#ffffff;
 	}

 #seguridad {
 	 padding: 2% 5%;
		}

.mt-3, .my-3 {
	 margin-top: 1rem!important;	
}


.botones {
	cursor: pointer;
	border-radius: 25px;
	width: max-content;
	color:#fff;
	font-size: 15px;
	padding: 6px 16px 6px 16px;
	background-color:#002554;
	border: 1px solid 
	#002554!important;
	text-align: center;
	font-weight: 500;
	margin: auto;	
}

.botones:hover {
	cursor: pointer;
	border: 1px solid 
	#00afd7!important;
	border-radius: 25px;
	width: max-content;
	color:#00afd7;
	font-size: 15px;
	padding: 6px 16px 6px 16px;
	background-color:#fff;
	text-align: center;
	font-weight: 500;
	margin:auto;
}

  

#transmisiones-chat {
 	 display: inline-block;
	width: 25%;
	height: 100%;
	position: absolute;
}


 @media screen and (max-width: 450px){
	#transmisiones-chat {
		display: block;
		width: 100%;
		height: 50%;
	}
}
 

 #transmisiones-video {
	width: 75%;
	height: inherit;
	display: inline-block;
 	}


@media screen and (max-width: 450px){
 	 #transmisiones-video {
 	 display: block;
	width: 100%;
	height: 45% !important;
	}
}


 #g-showcase {
	padding: 1.5rem 0;
	background-color:#ffffff;
	color:fff;	
}

.g-container {
    width:auto;
    text-align: center;
}

.swiper-pagination {
    position: relative!important;
}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 20%;
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color,var(--swiper-theme-color));
}
