body {
	margin: 0;
	padding: 0;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

body, html {
  height: 100%;
}

.border-right {
	border-right: 2px solid white;
	height: 68px;
}

.b-azul {
	/*background-color: #2c64ac;*/
}

.color-white {
	color: #fff;
}

.p-0 {
	padding: 0;
}

.p-10 {
	padding: 10px;
}

.p-25 {
	padding: 25px;
}

.m-0 {
	margin: 0;
}

.m-b-10 {
	margin-bottom: 10px;
}

.m-t-15 {
	margin-top: 15px;
}

.m-bt-10 {
	margin: 10px 0;
}

.w-100 {
	width: 100%;
}

.w-125 {
	width: 125px;
}

.h-100 {
	height: 100px;
}

.h-125 {
	height: 125px;
}

.h-95 {
	height: 95px;
}

.d-none {
	display: none;
}

.d-flex {
	margin-top: 44px;
}
.center-item {
	display: flex;

	justify-content: center;
	padding-top: 9px;
}

.custom_container {
	max-width: 1024px;
	margin: 0 auto;
}

.content_nav {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	/*background-color: #2c64ac;*/
	background-color: rgb(44,100,172, 0.8) !important;
	z-index: 1;
	height: 50px;
	
	-webkit-box-shadow: 0px 3px 25px 7px rgba(0,0,0,0.51);
-moz-box-shadow: 0px 3px 25px 7px rgba(0,0,0,0.51);
box-shadow: 0px 3px 25px 7px rgba(0,0,0,0.51);
}

.content_nav .content_nav_logo {
	/*padding: 10px;*/
	padding: 5px;
	text-align: center;
}

.content_nav .content_nav_logo img{
	/*width: 70%;*/
	/*height: 30px;*/
	height: 40px;
}

.content_nav .content_nav_text {
	text-align: right;
	margin-top: 25px;
	margin-right: 20px;
}

.content_nav .content_nav_text p {
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
	font-style: italic;
}

.content_body {
	padding-top: 100px;
	padding-bottom: 30px;
}

.content_body .content_form {
	background-color: rgba(255, 255, 255, 0.9);
	border-radius: 10px;
	z-index: 0;
	float: right;
	box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.10);
	margin-top: -20px;
}

.content_body .content_form .subcontent_form {
	/*height: 440px;*/
	min-height:440px;
	display: flex;
	align-items: center;
}

.content_body .content_form .subcontent_form form {
	height: 100%;
}

.content_body .content_form .subcontent_form form #existAccount {
	height: 70%;
}

.content_body .content_checkbox {
	margin-bottom: 15px;
}


.content_body .content_checkbox .checkbox-inline input{
	left: -5px;
	position: relative;
	width: 20px;
	height: 20px;
	top: 5px;
}

.content_body .content_inputs_form input{
	border-radius: 5px !important;
}

.content_body .content_inputs_form span {
	display: inline-block;
	margin: 7px 9px;
	font-size: 12px;
}

.content_body .content_btn .btn_custom {
	padding: 15px 30px;
	border-radius: 40px;
	border: 0;
	color: #fff;
	font-weight: bold;
	background-color: #00b8ff;
	text-transform: uppercase;
}

.content_body .content_redirect a {
	font-size: 14px;
	text-decoration: underline;
}

.content_footer {
	width: 100%;
	background-color: rgb(0, 0, 0, 0.7) !important;
	color: #fff;
	bottom: 0;
	position: absolute;
}

.content_footer .img-logos {
	max-height: 28px;
    margin-top: 5px;
    margin-bottom: 15px;
}
.img-logos1{
	margin-left: 0px;
    margin-top: 0px;
    width: 100%;
    height: auto;
    max-width: 135px;
}
.img-logos2{
	margin-left: 0px;
    margin-top: 0px;
    width: 100%;
    height: auto;
    max-width: 135px;
}
.img-logos3{
	margin-left: 0px;
    margin-top: 0px;
    width: 100%;
    height: auto;
    max-width: 135px;
}
.text-icons{
	font-size: 11px;
}

/* =========Estilos landing ==========*/

.btn-material2{
	color: #fff;
    max-width: 100%;
    border-radius: 0;
    max-height: 60px;
    text-transform: none;
    font-style: normal;
    height: 30px;
    cursor: pointer !important;
    border: none;
    background: #416faf;
}
.logIn-btn-facebook2 {
	width: 100%;
    max-width: 100%;
    height: 31px;
    background-color: #3b5998;
    border-radius: 0;
    max-height: 40px;
    text-transform: none;
    font-style: normal;
    border: none;
    color: white;
    margin-top: 6px;
    font-size: 14px;
}
.line-divide{
	display: block;
    height: 1px;
    border: 0;
    border-top: 2px solid #f1f1f1;
    padding: 0;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 15px;
}
.barra_superior{
	height: 10px;
	color: white;
}
.separator-circle{
	height: auto;
    display: inline-block;
    margin-top: 8px;
    margin-bottom: 1px;
	max-width: 400px;
	width: 80%;
}

@media (min-height: 700px) {
	.content_body {
		padding-bottom: 0;
	}

	.content_footer {
		position: absolute;
		bottom: 0;
	}
}



/* Responsive Mobile*/
@media only screen and (max-width: 767px) { 
	
	.h-95 {
		height:auto;
		padding:5px 0;
	}
	
	.h-100 {
	padding:5px 0;
	height:63px !important;
	}
	
	.content_body {
		margin: 0 20px;
	}

	#noExistAccount {
		padding: 0 10px;
	}

	.content_footer {
		position: relative;
		margin-top: 30px;
	}

	.h-125, .h-100, .content_body .content_form .subcontent_form {
		height: auto;
	}

	.m-bt-10 {
		margin: 0;
		margin-top: 21px;
	}

	.m-boder-bottom {
		border-bottom: 2px solid white;
	}

	.border-right {
		border-right: 0;
	}

	.m-text-center {
		text-align: center;
	}

	.m-margin {
		margin: 10px 10px 0px 10px;
	}
	
}
@media only screen and (min-width: 768px) and (max-width: 1024px) { 
	.content_body .content_form .subcontent_form {
		height: 460px;
	}
	.content_footer .img-logos {
		width: 59px;
	}

	.content_nav .content_nav_text {
		margin-top: 20px;
		margin-right: 0;
	}

	.content_nav .content_nav_text p {
		font-size: 12px;
	}
	.content_body .content_form {
		background-color: rgba(255, 255, 255, 0.9);
		border-radius: 10px;
		z-index: 0;
		float: right;
		box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.10);
		height: 509px;
    	margin-top: -34px;
	}
}

.helper1logo, .helperlogo3 {
	height:40px;
	padding-top:5px;
}

.helper2logo {
	height:40px;
	padding-top:5px;
}


#module-landingdp-landingdeporprive a, #module-landingdp-landingentrar a {
	text-decoration: underline;
}

.mensaje_error {
    border-radius:8px 8px 8px;
    padding:10px; 
}

.content_mensaje_error {
	font-size: 12px;
    float: left;
    text-align: center;
}

.subcontent_form hr {
	margin-top: 15px;
    margin-bottom: 15px;
    font-size: 30px;
    border-top: 3px solid #eee;
}

#loader {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #2c64ac;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Add animation to "page content" */
.animate-bottom {
  position: relative;
  -webkit-animation-name: animatebottom;
  -webkit-animation-duration: 1s;
  animation-name: animatebottom;
  animation-duration: 1s
}

@-webkit-keyframes animatebottom {
  from { bottom:-100px; opacity:0 } 
  to { bottom:0px; opacity:1 }
}

@keyframes animatebottom { 
  from{ bottom:-100px; opacity:0 } 
  to{ bottom:0; opacity:1 }
}

#divspinner {
  display: none;
  text-align: center;
}

.textoDescLanding {
	text-align:center;
	color:#ffffff;
	font-size:20px;
	padding-bottom:15px;
}


#countdownRegistro {
	position: absolute;
		/*nos posicionamos en el centro del navegador*/
		top:55%;
		left:50%;
		/*determinamos una anchura*/
		width:400px;
		/*indicamos que el margen izquierdo, es la mitad de la anchura*/
		margin-left:-200px;
		/*determinamos una altura*/
		height:300px;
		/*indicamos que el margen superior, es la mitad de la altura*/
		margin-top:-150px;
		text-align:center;
		padding:5px;
}