body {
	font-family: 'Open Sans', sans-serif;
	font-size: 1.2em;
	overflow-x: hidden;
}
.cursor {
	cursor: pointer;
}
audio {
	width: 150px;
	height: 30px;
}
.texto1 {
	font-size: 24px;
	color: #fff;
	margin:0 auto;
	display:block;
}
.texto2 {
	color: #fd47cc;
	font-size: 24px;
	font-weight: bold;
	margin:0 auto;
	display:block;
}
.btniniciar{
	background:#a1cc60;
	letter-spacing: 6px;
}
p {
	font-size: 1em;
}
.sc1 {
	height: 100vh;
}
.sc1 > .container {
	padding: 150px 80px;
}
.sc1 > .container p {
	font-size: 2.3em;
}
.bajar {
	margin-top: 40px;
}
.bajar0 {
	margin-top: 100px;
}
.bajar1 {
	margin-top: 50px;
}
.bajar2 {
	padding-top: 50px;
}
.negrita {
	font-weight: bold;
}
header h2 {
	color: #265dc1;
	font-size: 80px;
	font-weight: bold;
	text-shadow: -8px 4px 10px rgba(0, 0, 0, 0.3);
}
.ct{
	color: #265dc1;
}
.accordion {
	width: 40% !important;
}
.personajeagua {
	width: 30%;
}
.maquina1 {
	width: 60%;
}
.sequia img {
	width: 20% !important;
}
a {
	color: rgb(223, 54, 186);
	transition: 0.3s ease-in-out;
	font-weight: bold;
	font-size: 20px;
}
a:hover {
	color: rgb(223, 54, 186);
	font-weight: bold;
}
.nav-link,
.dropdown-toggle {
	background: #a1cc60 !important;
}
.dropdown-item:hover {
	color: #16181b;
	text-decoration: none;
	background-color: #e2e2e2;
}
.dropdown-toggle,
.dropdown-item:visited {
	color: #16181b;
	background-color: #e2e2e2 !important;
}
.dropdown-toggle,
.dropdown-item:active {
	background-color: #039be5 !important;
}
h1 .t1 {
	text-shadow: 0 0 30px #fff;
	font-size: 4em;
}
.t2 {
	font-size: 3.5em !important;
	background-color: rgba(255, 255, 255, 0.2);
}

.titcont{
	font-size:2.5em;
}
.formato1 {
	font-weight: bold;
	font-size: 1.5em;
}
.formato2 {
	font-weight: bold;
	font-size: 1.2em;
}
.formato3 {
	font-size: 1em;
}
.bordes {
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
}
.bordes2 {
	border-top: 2px solid #265dc1;
	border-bottom: 2px solid #265dc1;
	border-left: 2px solid #265dc1;
	border-right: 2px solid #265dc1;
}
.redondeado img {
	border-radius: 20px;
}
.botones {
	background-color: #006aab;
	color: #fff;
}

.tooltip > .tooltip-inner {
	background-color: #006aab;
	color: #ffffff;
	padding: 10px;
	font-size: 17px;
	cursor: pointer;
}

.bg {
	background-image: url(../imagenes/banner2.jpg);
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
	width: 100%;
	height: 100%;
	position: absolute;
	box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.6);
	background-color: #008ed2;
	background-blend-mode: luminosity;
	z-index: -1;
	top: 1px;
	animation: a 5s ease infinite alternate forwards;	
}


@keyframes a {
	0% {
		opacity: 1;
		background-position: center;
	}
	100% {
		background-position: 0 0;
	}
}



.bg3 {
	background-image: url(../imagenes/barra.jpg);
	background-size: 100% 100%;
}
.bg4 {
	background-image: url(../imagenes/barra.jpg);
	background-position: center;
}

.container-fluid-pie {
	padding-top: 40px;
	padding-bottom: 0px;
}

.riesgos {
	overflow: hidden;
	padding: 50px 0;
	display: block;
	margin: 0 auto;
}
.riesgos li {
	overflow: hidden;
	padding: 25px 0;
}
.riesgos img {
	float: left;
	display: inline-block;
	max-width: 100%;
	margin-top: 10px;
}
.riesgos blockquote {
	margin: 0 0 0 0px;
	padding: 30px;
	border-bottom: 5px solid #c3c3c3;
	background: #eee;
	color: #000;
}
.riesgos blockquote {
	display: block;
	margin: 0;
	border-top: 14px solid;
    border-bottom: 14px solid;
	border-left: 0;
}

#go-top {
	position: fixed;
	bottom: 7em;
	right: 0.2em;
	padding: 0.2em;
	display: none;
}
#go-top img:hover {
	transform: scale(1.5);
	transition: all 0.2s ease-in;
}

.tab {
	overflow: hidden;
	background-color: #444;
}
.tab button {
	background-color: inherit;
	float: left;
	border: none;
	outline: none;
	cursor: pointer;
	padding: 10px 10px;
	transition: 0.3s;
}
.tab button:hover {
	background-color: #a1cc90;
}
.tab button.active {
	background-color: #ccc;
}
.tabcontent {
	display: none;
	padding: 6px 12px;
	border-top: none;
}
.tabcontent {
	animation: fadeEffect 1s;
}
@keyframes fadeEffect {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

.responsabilidad2 img {
	width: 60%;
}
.responsabilidad4 img {
	width:75%;
}
.sab img{
	width: 30%;
}


.respuesta1{
	margin:0 auto;
	display: block;
}
