body {

	font-family: 'Ubuntu', sans-serif;

	color: #555;

	background: #4DD0E1;

}



h3 {

	color: #fff;

	font-weight: bold;

	font-size: 22px;

}



h4 {

	color: #fff;

	font-size: 20px;

}



#principal {

	text-align: center;

	/*background: url(../img/main-bg-compressor.jpg) no-repeat center top;

	background-attachment: relative;

	background-position: center center;

  box-sizing:border;

	width: 100%;	

    -webkit-background-size: 100%;

    -moz-background-size: 100%;

    -o-background-size: 100%;

    background-size: 100%;



    -webkit-background-size: cover;

    -moz-background-size: cover;

    -o-background-size: cover;

    background-size: cover;*/

}



.logo {

	width: 75%;

}



.titulo {

	color: #fff;

	font-family: 'Caveat', cursive;

	font-weight: bold;

	font-size: 44px;

}



.cuerpo {

	margin: 0% 32%;

}



.formulario {

	min-width: 300px;

	background: #fff;

	padding: 0px 10px;

	position: relative;

	border-radius: 50px;

	text-align: left;

}



.icon {

	border-radius: 50px;

}

.center {

	margin: auto;

}



.regTerminos {

	color: #fff;

}



.boton {

	border-radius: 50px;

	background-color: #7E57C2;

	color: #fff;

	width: 197px;

}



.boton:hover {

	background: #EC407A;

	text-decoration: none;

	color: #fff;

}



.botonFacebook {

	border-radius: 50px;

	background-color: #46639f;

	color: #fff;

	width: 197px;

}



.botonFacebook:hover {

	background: #0f92c2;

	text-decoration: none;

	color: #fff;

}



.botonInstagram {

	border-radius: 50px;

	background-color: #E1306C;

	color: #fff;

	width: 197px;

}



.botonInstagram:hover {

	background: #A92451;

	text-decoration: none;

	color: #fff;

}



.botonWhatsapp {

	border-radius: 50px;

	background-color: #25D366;

	color: #fff;

	width: 197px;

}



.botonWhatsapp:hover {

	background: #1C9E4D;

	text-decoration: none;

	color: #fff;

}



.redesSociales ul {

	list-style: none;	

	display: inline;

	margin-left: 0;

	padding: 0;

}



.redesSociales ul li {

	display: inline;

}



.redesSociales a{

	font-size: 24px;

	color: #fff;

	margin: 0 3px;

	border-radius: 50%;

	width: 48px;

	height: 48px;

	transition: 0.3s;

	display: inline-flex;

	align-items: center;

	justify-content: center;

}



.redesSociales a:hover {

	text-decoration: none;

}



.redesSociales a.icoFacebook:hover {

	background-color: #3B5998;

}



.redesSociales a.icoInstagram:hover {

	background-color: #F56040;

}



.redesSociales a.icoWhatsapp:hover {

	background-color: #075E54;

}



.social-circle li a:hover i, .triggeredHover {

  -moz-transform: rotate(360deg);

  -webkit-transform: rotate(360deg);

  -ms-transform: rotate(360deg);

  transform: rotate(360deg);

  -webkit-transition: all 0.2s;

  -moz-transition: all 0.2s;

  -o-transition: all 0.2s;

  -ms-transition: all 0.2s;

  transition: all 0.2s;

}



.social-circle i {

  color: #fff;

  -webkit-transition: all 0.8s;

  -moz-transition: all 0.8s;

  -o-transition: all 0.8s;

  -ms-transition: all 0.8s;

  transition: all 0.8s;

}



footer {

  color: #fff;

  font-size: 15px;

  position: relative;

  text-align: center;

}



footer a {

  color: #fff;

}



footer a:hover {

	text-decoration: none;

}



@media only screen 

and (min-device-width : 320px) 

and (max-device-width : 1199px) {  

   	.cuerpo {

			margin: 0% 15%;

		}

}