h1,h2,h3,h4,h5,h6{
	font-family: "Bebas Neue", sans-serif;
	font-weight: 400;
 	font-style: normal;
}
h1{
	font-size: 64px;
	color: #e4032f;
}
h2{
	font-size: 56px;
	color: #ffffff;
}
p{
	font-family: "Lato", sans-serif;
	font-weight: 400;
	font-style: normal;
}
.mainheader{
	background-color: #7bdbd8;
}
.logoheader{
	margin:0 auto;
	padding-bottom: 60px;
	width: 30%;
}
.prismatics{
	background-color: #7bdbd8;
	padding-top: 40px;
	padding-bottom: 80px;
}
.boximage{
	display: flex;
	align-items: center;
	justify-content: center;
}
.pictos{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding-top: 80px;
	padding-bottom: 80px;
}

.boximage img{
	max-width: 60%;

}
.piscina{
	background: url(../img/TEXTURA-AGUA-HEADER.png);
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 30px;
	padding-bottom: 30px;
}
.piscina img{
	max-width: 100%;
}
.firstband,
.secondband{
	background: url(../img/FRANJA-SOS-V5.png);
	padding: 40px;
	background-position: center center;
}
.selectsection{
	background-color: #fff264;
}
.maintitle{
	padding: 7%;
	padding-top: 2% !important;
}
.secondarytitle{
	padding-left: 5%;
	padding-right: 5%;
	padding-top:5%;
}
.mainparagraph{
	font-size: 24px;
}
.protegir{
	border-radius: 30px;
	font-family: "Bebas Neue", sans-serif;
	font-weight: 400;
 	font-style: normal;
 	color: #ffffff;
 	font-size:32px;
 	background: #e4032f;
}
.protegir:hover{
	color:#7bdbd8;
}
.types{
	border-radius: 30px;
	font-family: "Bebas Neue", sans-serif;
	font-weight: 400;
	font-style: normal;
	background: #7bdbd8;
	color: #e4032f;
	font-size:42px;
	margin-top: 20px;
	border:none;
	text-transform: lowercase;
}
.btn .btn-info{
	text-transform:none !important;
}
footer{
	background-color: #7bdbd8;
	padding-top: 60px;
	text-align: center;
}
footer p{
	padding-top: 30px;
	color: #e4032f;
	font-size: 18px;
}
footer a{
	color: #e4032f !important;
}
.logofooter{
	width: 80%;
	margin:0 auto;
	padding-bottom: 40px;
}
.socialicon{
	text-align: center;
	margin: 0 auto;
}
.socialicon img{
	width: 100%;
}
.estret{
	padding-left:40%;
	padding-right: 40%;
}
/*I DID IT JUST FOR FUN*/
.floating { 
	animation-name: floating;
	animation-duration: 3s;
	animation-iteration-count: infinite;
	animation-timing-function: ease-in-out;
	margin-left: 30px;
	margin-top: 5px;
}
@keyframes floating {
	0% { transform: translate(0, 0px); }
	50% { transform: translate(0, 15px); }
	100% { transform: translate(0, -0px); } 
}
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 3) { 
  	.estret{
  		padding-left: 10%;
  		padding-right:10%;
  	}
  	.socialicon img{
	width:100% !important;
}
	.floating{
		margin-left: 0px !important;
	}
}
