/*
ESTILOS DE LAS PÁGINAS DE LOGIN Y REGISTRO
*/


.mensaje-aviso {margin-top: 130px; background-color: #ecf4fb; padding: 20px 0px;}
.mensaje-aviso h1 {color: #3e3f40; font-size: 52px; text-align: center;}
.mensaje-aviso span {color: #57a4e2;}

.con-mensaje  {margin-top: 0 !important;}
.sin-mensaje {margin-top: 130px !important;}

.registro-acceso.container .formulario {margin-top: 5em; margin-bottom: 5em;}
.registro-completo {padding: 10em 0;}
.container.registro-acceso.registro-completo p {
    text-align: center;
    font-size: 20px;
    width: 60%;
    margin: 0 auto;}

.one-half {width: 48.275862068966%; float: left; box-sizing: border-box; margin-left: 3.448275862069%; }
.first {margin-left: 0;}

.formulario div {margin-bottom: 1em;}
.formulario h2 {margin-bottom: 1em; font-family:'Exo 2', sans-serif; display: block;}
.formulario button {font-weight: 700; padding: 10px 15px !important;}
.formulario p {color: #3452ff; padding-bottom: 10px; padding-top: 10px;}
.formulario h3 {
	font-size: 16px; 
	margin-top: 4em;
    padding-left: 10px;
    border-radius: 5px;
    margin-bottom: 20px;
    color: #fff;
	position: relative;
	background-color: #666;}

.formulario h3::after {
	position: absolute;
	content: url(../img/wight-arrow.png);
	height: 3px;
	width: 6px;
	top: -4px;
	right: 16px;}

.formulario h3 a {color: #fff;}

.formulario h3.datos-profesionales {
    font-size: 18px !important;
    color: #666;
    font-weight: 600 !important;
    margin-bottom: 25px;
    margin-top: 30px;
    background-color: transparent; 
    padding-left: 0;}

.formulario label {}

#footer-outer {clear: both;}

p.destacado {color: red;}
.wrapper .registro-acceso input.destacado {border: 1px solid red !important;}

.recordar_contr {DISPLAY: NONE;}


.tabla {display: table; border: 1px solid #ccc;}
.fila {display: table-row;}
.columna {border: 1px solid #eee; display: table-cell; padding: 4px 10px;}
.columna:first-child {width: 30%; font-weight: 700;}
.columna:last-child {width: 70%;}
.fila-encabezado {margin-top: 4em;}


/*
ESTILOS DEL MENÚ SUPERIOR
*/

.before-header {position: fixed; top: 0; width: 100%; background-color: #3452ff; z-index: 99999; color: #fff; font-weight: 600; padding: 6px 0 3px;}
.before-header .one-half:last-child {text-align: right;}
.before-header .one-half .one-half:last-child {text-align: left;}
.before-header .one-half img {padding-right: 6px;}

.before-header a, .before-header .logo a {color: #fff; position: relative; padding-right: 10px; margin-right: 15px;}
.before-header a:hover {color: #000;}
.before-header a::after {
	position: absolute;
	content: url(../img/wight-arrow.png);
	height: 3px;
	width: 6px;
	top: -3px;
	right: -4px;}

#header-outer {margin-top: 22px;}

.menu-desplegado {display: none; position: fixed; top: 34px; width: 100%; background-color: #eee; z-index: 99999; padding: 1em 0; font-family: 'Muli';}
.menu-desplegado h2 {font-size: 22px;}
.menu-desplegado button {font-weight: 700; padding: 10px 15px; background-color: #3452ff; border: 0; color: #fff; font-size: 12px; border-radius: 4px; font-weight: 400;
    letter-spacing: 1px;}
.menu-desplegado .formulario div {margin-bottom: 1em;}

.menu-desplegado input {
    background-color: #fff !important;
    border-radius: 4px !important;
    border: 2px solid rgba(0,0,0,0) !important;
    padding: 10px !important;
    width: 100%;
    font-size: 14px;
    font-family: inherit;
    line-height: 24px;
    color: #555;
    -webkit-transition: all 0.2s ease;}

.menu-desplegado label {font-weight: 300;}

.atencion-cliente-desplegado {display: none; position: fixed; top: 34px; width: 100%; background-color: #eee; z-index: 99999; padding: 1em 0; font-family: 'Muli';}
.tlf {font-size: 32px; margin-top: 0;}
.atencion-cliente-desplegado label {width: 30%; font-weight: 400;}
.atencion-cliente-desplegado input {width: 65%;}
.atencion-cliente-desplegado textarea {display: block; margin-bottom: 10px; width: 100%; height: 65px;}
.atencion-cliente-desplegado input[type=checkbox] {width: auto; margin-bottom: 10px;}
.atencion-cliente-desplegado .button {width: 45%; float: left;}
.atencion-cliente-desplegado .button button {width: 100%;}
.atencion-cliente-desplegado .button:last-child {float: right; }
.atencion-cliente-desplegado .button:last-child button {background-color: #e76100; color: #fff;}

.desplegado {padding-bottom: 2em;}
.desplegado h2, .desplegado h3 {font-family: 'Exo2-0-Regular';}

.webs-desplegado {display: none; position: fixed; top: 34px; width: 100%; background-color: #eee; z-index: 99999; padding: 2em 0; font-family: 'Muli';}
.webs-desplegado .one-fourth {float: left; margin-left: 2.564102564102564%; width: 23.076923076923077%; text-align: center;}
.webs-desplegado .one-fourth.first {clear: both; margin-left: 0;}
.webs-desplegado a img {margin-bottom: 20px !important; }
.webs-desplegado .one-fourth img:last-child {margin-bottom: 0;}

/*header {margin-top: 30px !important;}*/

.before-header .one-half {width: 48.275862068966%;}

.cerrar-sesion {background-color: #e76100; padding: 3px 24px 3px 12px; color: #fff; position: relative;}
.cerrar-sesion::after {
    position: absolute;
    content: url(../img/wight-arrow.png);
    height: 3px;
    width: 6px;
    top: -2px;
    right: 10px;}


.button-fake span{
    display: inline-block;
    color: white;
    background-color: #004595!important;
    font-size: 16px;
    border-radius: 4px;
    padding: 10px 15px !important;
    text-transform: uppercase;
    margin-bottom: 15px
}
.button-fake span:hover{
    cursor: pointer
}
.modal-prov{
    max-width: 600px;
    height: auto;
    position: fixed;
    top: 150px;
    left: 50%;
    margin-left: -300px;
    background-color: white;
    border: 1px solid #004595;
    padding: 40px;
    z-index: 10000;
    display: none;
}
.modal-prov p{
    color: black
}
.bg-inferior{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.7);
    z-index: 9999;
    display: none;
}
.modal-prov button{
    display: block;
    width: 100% !important;
    text-align: center;
    margin-right: 0 !important;
    padding-right: 0 !important*/
}
.modal-prov a{
    display: inline-block;
    color: #004595;
    background-color: white!important;
    font-size: 16px;
    border-radius: 4px;
    border:1px solid #004595;
    padding: 10px 15px !important;
    text-transform: uppercase;
    margin-bottom: 15px;
    display: block;
    text-align: center;
}
.modal-prov .close-label{
    position: absolute;
    top: 10px;
    right: 10px; 
}
.modal-prov .close-label i{
    font-size: 20px
}
.modal-prov .close-label:hover{
    cursor: pointer
}

/*
MEDIAQUERIES
*/


@media only screen and (max-width: 768px) {

.formulario.one-half, .before-header .one-half, .atencion-cliente-desplegado .one-half {width: 100%; float: none; margin-left: 0;}
/*.before-header .one-half:last-child {text-align: left; margin-top: 1em;}
.before-header {padding: 20px 0;}
.webs-desplegado .one-fourth {float: none; margin-left: 0; width: 100%; text-align: center;}
.webs-desplegado .one-fourth img {display: block; margin: 0 auto 20px;}
.webs-desplegado .one-fourth img:last-child {margin-bottom: 20px;}
.desplegado {top: 135px;}
.atencion-cliente-desplegado label, .atencion-cliente-desplegado input {width: 100%; }
.atencion-cliente-desplegado .button {float: none; width: 100%; }*/

.before-header {display: none;}
.desktop {margin-top: 0 !important;}
.sin-mensaje {margin-top: 70px !important;}

.modal-prov{
    position: fixed;
    left: 20px;
    right: 20px;
    margin-left: 0;
    margin: auto;
    top: 20px;
}



}


.formulario h2 {
	color: #444;
    letter-spacing: 0px;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    font-family: 'Exo 2', sans-serif;
    font-weight: 600;
    font-size: 34px;
    line-height: 44px;}
.registro-acceso input[type=text], .registro-acceso input[type=password], .registro-acceso input[type=tel], .registro-acceso input[type=email], 
.registro-acceso input.text, .registro-acceso input.title, .registro-acceso textarea, .registro-acceso select {
	background-color: rgba(0,0,0,0.04) !important;
    border-radius: 4px !important;
    border: 2px solid rgba(0,0,0,0) !important;
	padding: 10px !important;
    width: 100%;
    font-size: 14px;
    font-family: inherit;
    line-height: 24px;
    color: #555;
    -webkit-transition: all 0.2s ease;
}
.registro-acceso .button button {
	background-color: #3452ff!important;
	border-radius: 4px!important;
	border: none;
    color: #fff;
    cursor: pointer;
    width: auto;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1px;
}
.formulario h3 {
    text-transform: uppercase; 
    padding: 6px 10px; 
    font-weight: 400 !important; 
    font-family: 'Exo 2', sans-serif !important;
    letter-spacing: 1px;
    font-size: 15px !important;}
.formulario h3::after {top: 2px;}

.registro-acceso label {font-weight: 300; color: #676767; font-size: 14px;}

.container.registro-acceso {font-family: 'Muli';}
.container.registro-acceso p {font-size: 14px;}

.et_class_disclaimer_login{
-webkit-tap-highlight-color: rgba(0,0,0,0);
font-weight: 500;
line-height: 1.42857143;
-webkit-font-smoothing: auto;
direction: ltr;
box-sizing: border-box;
margin: 0;
outline: 0;
background: 0 0;
font-size: 100%;
vertical-align: baseline;
background-repeat: no-repeat;
background-position: center;
background-size: cover;
text-align: left;
animation-fill-mode: both!important;
transition: opacity .15s linear;
font-family: 'Muli', sans-serif;
color: #333232;
letter-spacing: 0px !important;
border: 1px solid #c4c4c4;
padding-top: 12px!important;
padding-right: 12px!important;
padding-bottom: 12px!important;
padding-left: 12px!important;
box-shadow: 0px 12px 18px -6px rgba(0,0,0,0.3);
animation-name: et_pb_fade;
margin-bottom: 0;
animation-duration: 1000ms;
animation-delay: 0ms;
animation-timing-function: ease-in-out;
}
