@charset "utf-8";
/* CSS Document */
.fondo{
	background-image: url("../imagenes/fondo.jpg");
	background-color: #004388;
	background-position: center center;
	width: 100%;
}

.conoce{
	margin: 25px 0;
	width: 200px
}

header img{
	width: 100%
}

footer{
	background-color: #004388;
	text-align: center;
	color: #ffffff;
	margin-top: 20px;
	font-size: 11px;
	padding-bottom: 24px;
	line-height: 13px;
}


.form{
	border: 3px solid #35A9E0;
	width: 350px;
	padding: 15px;
	border-radius: 15px;
	background-color: #ffffff;
}

.h4, h4{
	font-family: 'Signika', sans-serif !important;
	color: #35A9E0 !important;
	text-shadow: 1px 1px #7a7979;
	font-weight: 700 !important;
	font-size: 35px !important;
}
.imgtitulo{
	margin: 18px 0;
}

div p{
	color: #004388;
	font-size: 17.2px;
    line-height: 20px;
    text-align: center;

}

.botonregistrate{
    background-color: #00d4ff;
    background-repeat: repeat-x;
    border-radius: 50px !important;
    color: #0071BC;
    width: 180px;
    font-size: 18px !important;
     
}

.botonregistrate:hover{
    background-color: #B6E8FF;
    background-repeat: repeat-x;
    border-radius: 50px !important;
    color: #0071BC !important;
    width: 180px;
    font-size: 18px !important;

}

.botoniniciar{
    background-color: #72c032;
    background-repeat: repeat-x;
    border-radius: 50px !important;
    color: #0071BC;
    width: 180px;
    font-size: 18px !important;
     
}

.botoniniciar:hover{
    background-color: #B4FFA3;
    background-repeat: repeat-x;
    border-radius: 50px !important;
    color: #0071BC !important;
    width: 180px;
    font-size: 18px !important;

}

.form-control{
	border-radius: 50px !important;
}


label{
	color: #004388;
	font-size: 15px;
	display: flex !important;
	line-height: 20px;
}