/* Made with love by Mutiullah Samim*/

@import url('https://fonts.googleapis.com/css?family=Numans');

html,body{
background-image: url('/imagenes/fondo-login.jpg');
background-size: cover;
background-repeat: no-repeat;
height: 100%;
font-family: 'Numans', sans-serif;
}

.container{
height: 100%;
align-content: center;
}

.card{
height: 290px;
margin-top: auto;
margin-bottom: auto;
width: 400px;
background-color: rgba(127,127,127,0.8) !important;
}

.social_icon span{
font-size: 60px;
margin-left: 10px;
color: #0597fe;
}

.social_icon span:hover{
color: white;
cursor: pointer;
}

.card-header h3{
color: white;
}

.social_icon{
position: absolute;
right: 20px;
top: -45px;
}

.input-group-prepend span{
width: 50px;
background-color: #0597fe;
color: black;
border:0 !important;
}

input:focus{
outline: 0 0 0 0  !important;
box-shadow: 0 0 0 0 !important;

}

.remember{
color: white;
}

.remember input
{
width: 20px;
height: 20px;
margin-left: 15px;
margin-right: 5px;
}

.login_btn{
color: #ffffff;
background-color: #0597fe;
width: 100px;
}






/* RECUPERAR CONTRASEÑA */
.texto-defecto-recuperar{
	color: #2b2b2b;
	font-size: 12px;
	font-family: rubikregular, Arial;
}
.titulo-recuperar-contrasena {

    text-align: center;
    font-size: 60px;
    font-size: 30px;
    font-family: rubiklight;
    color: #201955;
    font-weight: normal;

}
.alert-danger {

    color: #a94442;
    background-color: transparent !important;
    border-color: transparent !important;

}
.close {

    font-size: 50px;
    color: #201955 !important;
    opacity: 1 !important;
 
}
/*GENERALES*/
.sin-padding-right{
	padding-right:0px !important;
}
.sin-padding-left{
	padding-left:0px !important;
}
.sin-margin{
	margin:0;
}
.sin-borde{
	border:0;
    border-radius: 0;
    -webkit-border-radius: 0px;
	-moz-border-radius: 0px;
}
.borderLeft0{
	border-left:0 !important;
}
.borderRight0{
	border-right:0;
}
.limpiar{
	clear:both;
}
.vmiddle{
	vertical-align: middle;
}
.tachado{
	text-decoration: line-through;
}
.cursor{
	cursor:pointer;
}
.rosa{
	color: #e10686 !important;
}
.gris-azul{
	color: #77848f;
}
.gris{
	color: #9b9b9b;
}
.blanco{
	color: #FFFFFF !important;
}
.borderRadius0{
	border-radius: 0 !important;
}
.list-none{
	list-style: none;
}

.mayusculas{
	text-transform: uppercase;
}
.fondo-blanco{
	background-color: #FFFFFF;
}
.modal-lg-grande{
	max-width: 650px;	
}
.texto40{
	font-size: 40px;
}
.texto-grande{
	font-size: 32px;
}
.texto27{
	font-size: 27px;
}
.texto25{
	font-size: 25px;
}
.texto21{
	font-size: 21px;
}
.texto18{
	font-size: 18px;
}
.texto16{
	font-size: 16px;
}
.texto14{
	font-size: 14px;
}
.texto-peq{
	font-size: 15px;
}
.texto-extra-peq{
	font-size: 14px;
}
.texto13{
	font-size: 13px;
}
.texto12{
	font-size: 12px;
}
.texto-ultra-peq{
	font-size: 9px;
}
.modal-content {
    border-radius: 2rem;
}


.vertical-align {
    display: flex;
    align-items: center;
}
.fondo-rosa{
	background-color: #e10686;
}
.fondo-gris{	
	background-color: #77848f;
}
.fondo-blanco{	
	background-color: #ffffff;
}


.checkbox-rounded {
	position: relative;
	width: 32px;
}
.checkbox-rounded label {
	background-color: #9b9b9b;
	border: 0;
	border-radius: 50%;
	cursor: pointer;
	height: 25px;
	left: 0;
	position: absolute;
	top: 0;
	width: 25px;
}
.checkbox-rounded label:after {
	border: 2px solid #ffffff;
	border-top: none;
	border-right: none;
	content: "";
	height: 7px;
	left: 7px;
	opacity: 0;
	position: absolute;
	top: 9px;
	transform: rotate(-45deg);
	width: 11px;
}
.checkbox-rounded input[type="checkbox"] {
  visibility: hidden;
}

.checkbox-rounded input[type="checkbox"]:checked + label {
	background-color: #e10686;
	border-color: #e10686;
	color: #fff;
}
.checkbox-rounded input[type="checkbox"]:checked + label:after {
  opacity: 1;
}
.condiciones{
	width: 83%;
}
.condiciones a{
	text-decoration: underline;
}




fieldset{
	border: 1px solid #ddd !important;
	margin: 0;
	xmin-width: 0;
	padding: 10px;       
	position: relative;
	border-radius:4px;
	background-color:#f5f5f5;
	padding-left:10px!important;
}	

legend{
	font-size:14px;
	font-weight:bold;
	margin-bottom: 0px; 
	width: 35%; 
	border: 1px solid #ddd;
	border-radius: 4px; 
	padding: 5px 5px 5px 10px; 
	background-color: #ffffff;
}

.panel-body{
	background-color: #FFFFFF;
}

.promo-pasaporte{
	background: #e10686 url('/imagenes/fondo-promo-pasaporte.jpg') center center;
}

.my-error .modal-dialog{
	width: 50%;
	margin: auto;
}
.my-error .modal-content{
	margin: 100px auto 0 auto;
	background-color:#afdaf8;

}
.my-error img{
	width: 70%;
}
#myMultimediaContenidos .modal-dialog{
	width: 80%;
	margin: auto;
}
#myMultimediaContenidos .modal-content{
	margin: 70px auto 0 auto;

}
#myMultimediaContenidos img{
	width: 70%;
}
button.close{
	padding-right:12px;
}
.close-error{
	color: #e10686;
	font-size: 43px;
	opacity: 1;
	font-weight: normal;
}
.list-error{
	padding-left:0;
}

.separador-registro{
	border-style: solid;
	border-color: #9b9b9b;
	border-width: 1px;
	border-right: 0;
	border-bottom: 0;
	border-left: 0;
}

.modal-body iframe{
	height: 400px;
}

@media (max-width: 1024px) {
	.texto-extra-peq {
		font-size: 13px;
	}
	.paddingLeft75{
		padding-left: 37px;
	}
	.texto-mobile{
		font-size: 11px;
	}
	.boton-general{
		font-size: 16px;
	}
}

@media (max-width: 768px) {
	.texto-defecto-recuperar {

	    color: #2b2b2b;
	    font-size: 14px;
	    font-family: rubikregular, Arial;

	}
	.sin-borde-xs{
		border:none !important;
	}
	.contenedorPpal1{
		margin-top: 20px !important;
	}
	.marginTop100{
		margin-top: 20px;
	}
	.marginTop50{
		margin-top: 10px;
	}
	.my-error .modal-dialog {
		width: 70%;
		margin: auto;
	}
}


@media (max-width: 667px) {
	.marginTop100{
		margin-top: 20px;
	}
	.marginTop50{
		margin-top: 10px;
	}
	.texto-mobile{
		font-size: 11px;
	}
	.margin5-mobile{
		margin-left: 5px;
		margin-right: 5px;
	}
}

/* XS LANDSCAPE */
@media (max-width: 767px) and (orientation: landscape) {
}
@media (max-width: 480px) {
	#myMultimediaContenidos .modal-content{
		margin: 10px auto 0 auto;

	}
	.form-control,.acceso-modal input[type="text"], input[type="email"], input[type="password"], input[type="tel"], select,select[name="Fecha"], select[name="Pais"], select[name="Provincia"], select[name="Sexo"], select[name="Franja_edad"] {
	    background-color: #ffffff;
	    border: 1px solid #9b9b9b;
		border-radius: 20px;
	    color: #2b2b2b !important;
	    display: block;
	    font-size: 15px !important;
	    height: 40px !important;
	    line-height: 1.42857;
	    padding: 6px 12px;
	    vertical-align: middle;
		text-align: left;
		padding-left: 0;
		-webkit-appearance: none;
		text-align-last: left;
	}

	.marginTop100{
		margin-top: 20px;
	}
	.marginTop50{
		margin-top: 10px;
	}
	.texto-grande{
		font-size: 20px;
	}
	.texto40 {
		font-size: 30px;
	}
	.texto21{
		font-size: 19px;
	}
	.texto-mobile{
		font-size: 11px;
	}
	.texto-mobile2{
		font-size: 14px;
	}
	.texto-extra-peq {
		font-size: 13px;
	}
	.boton-general{
	    font-size: 15px;
	}
	.boton-general span {
		vertical-align: middle;
		margin-right: 10px;
	}
	.boton-facebook, .boton-linkedin{
		padding-left: 30px;
	}
	.boton-texto-mobile{
		font-size: 16px;
	}
	.content-izquierda{
		padding-right: 15px;
	}
	.content-derecha{
		padding-left: 15px;
		padding-right: 20px;
	}
	.input-group-addon {
		padding-left: 20px;
	}
	#myMultimediaContenidos .modal-dialog{
		width: 90%;
		margin: auto;
	}
	.my-recuperar .modal-dialog{
		width: 90%;
		margin: auto;
	}
	.margin5-mobile{
		margin-left: 5px;
		margin-right: 5px;
	}
	.sin-padding-leftm{
		padding-left: 0;
	}
	.my-error .modal-dialog {
		width: 98%;
		margin: auto;
	}

}
