body {
	font-size: 1.2em;
	font-family: 'Open Sans', sans-serif;
	overflow-x: hidden;
}

.bgintro {
	background-image: url("../imagenes/banner0.jpg");
	background-position: center;
	/*background-color: #e4e4e4;
	background-blend-mode: luminosity;
	box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.2);
	-ms-background-blend-mode: luminosity;
	-ms-box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.7);*/
}
h1 {
	font-size: 2.5em;
	letter-spacing: 5px;
	font-weight: bold;
    text-shadow: 0 -1px 0 #fff, 0 1px 0 #2e2e2e, 0 1px 0 #2c2c2c, 0 1px 0 #2a2a2a, 0 4px 0 #282828, 0 1px 0 #262626, 0 1px 0 #242424,
	 0 1px 0 #222, 0 1px 0 #202020, 0 9px 0 #1e1e1e, 0 10px 0 #1c1c1c, 0 1px 0 #1a1a1a, 0 1px 0 #181818, 0 1px 0 #161616, 0 1px 0 #141414, 0 1px 0 #121212, 0 22px 30px rgba(0, 0, 0, 0.9);
	}
.aizq h1{
	margin-left:150px !important;
}

.letra{
	font-size: 1em !important;
}
.sombra1{
	box-shadow: 5px 20px 18px #fff !important;
	position: relative;
}
.container-intro{
	padding-top: 30px;
	padding-bottom: 30px;
}
.fondoclaro{
	border-radius: 24px;
	background-color: rgba(255, 255, 255, 0.6);
	box-shadow: 0 0 10px 5px #fff;
}
.container2 {
	padding-top: 120px;
	padding-bottom: 350px;
}


.logo img{
  width: 80%;
}

.int1, .int2, .int3{
	width: 50%;
}
hr.lin {
	background-color: #fff;
	border-top: 2px dotted #8c8b8b;
	width: 50%;
}
.agua img {
	width: 7%;
}
audio {
	width: 150px;
	height: 30px;
}
.intro1,
.intro2,
.intro3 {
	width: 80%;
}
.negrita{
	font-weight: bolder;
}
label {
	color: #fff;
}
.ftit {
	color:#265dc1;
	font-weight: bolder;
	letter-spacing: 5px;
}
.centrabtn{
	margin:0 auto;
}
p {
	font-size: 1.5em;
}
.pf1 {
	font-size: 1.2em;
	font-weight: bold;
	letter-spacing: 2px;
}
.pf2 {
	font-size: 1.3em;
}
.pf3 {
	font-size: 1em;
}
.pf4 {
	font-size: 2em;
	font-weight: bold;
	letter-spacing: 5px;	
	line-height: 70px;
	color:orange;
}
.bg3 {
	background-image: url(../imagenes/barra.jpg);
	background-size: 100% 100%;
}
.pmodal {
	font-size: 0.8em;
}
.color1 {
	color: #187da0;
}
.btn-modal {
	background-color: #6bb1cb;
	width: 150px;
}

.efectobtn {
	color: #fff !important;
	font-size: 15px;
	font-weight: 500;
	background: #318aac;
	border: 1px solid;
	position: relative;
}

.efectobtn:before {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 0px;
	background: rgba(255, 255, 255, 0.1);
	transition: all 1s ease;
}
.efectobtn:hover:before {
	height: 100%;
}
.efectobtn2 {
	color: #fff !important;
	font-size: 15px;
	font-weight: 500;
	padding: 0.5em 1.2em;
	background: #318aac;
	position: relative;
	outline: 1px solid;
	outline-color: rgba(49, 138, 172, 0.4);
	transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
}
.efectobtn2:hover {
	box-shadow: inset 0 0 20px rgba(49, 138, 172, 0.5), 0 0 20px rgba(49, 138, 172, 0.4);
	outline-color: rgba(49, 138, 172, 0);
	outline-offset: 80px;
	text-shadow: 1px 1px 6px #fff;
	transform: scale(1.2);
}
.tooltip > .tooltip-inner {
	background-color: #6bb1cb;
	color: #ffffff;
	border: 2px solid #fff;
	padding: 10px;
	font-size: 20px;
}
.tooltip.bottom > .tooltip-arrow {
	border-bottom: 5px solid #eee;
}
