@charset "UTF-8";
/* CSS Document */

/* ===================
Registro
=================== */

.ct-regist-usu.actiu, .ct-entrada-usu.actiu {
    display: block;
}

.ct-regist-usu, .ct-entrada-usu {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 30;
    top: 0;
    left: 0;
    -webkit-transition: 500ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -moz-transition: 500ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: 500ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    display: none;
}

.ct_img_logo_regist {
    text-align: center;
}

.ct-img-reg {
    position: relative;
    width: 35%;
    height: 592px;
    display: block;
    float: left;
}

.img_reg {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
}

.ct-int-regist {
    position: relative;
    float: right;
    width: 65%;
    padding: 15px;
}

.ct-regist-cont.cerrar {
    display: none
}

.ct-cerrar.icon-cancel {
    display: inline-block;
    float: right;
    font-size: 15px;
    color: #CCCCCC;
    z-index: 100;
    position: relative;
}

.regist-usu, .entrada-usu {
    position: absolute;
    max-width: 700px;
    width: 100%;
    margin-left: -350px;
    left: 50%;
    top: 50%;
    margin-top: -297px;
    background-color: white;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(22,22,22,0.2);
    border-radius: 3px;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,0.5);
    box-shadow: 0 3px 9px rgba(0,0,0,0.5);
    background-clip: padding-box;
    -webkit-transition: 500ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -moz-transition: 500ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: 500ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    overflow: hidden;
}

.regist-cont button {
	margin-top: 15px;
	margin-bottom: 15px;
}

.ct-img-logo-regist {
    text-align: center;
    padding-bottom: 10px;
}

.ct_img-logo-regist img {
    max-width: 280px;
}

.img-reg {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
}

.ct-int-regist h2 {
    text-align: center;
    margin-bottom: 20px;
    color: rgb(92, 92, 92);
}

.ct-ini-ses-rrss .face, .ct-ini-ses-rrss .twitt {
	width: 100%;
	padding: 10px;
	display: inline-block;
	margin-bottom: 15px;
	color: white;
	font-weight: 600;
	font-size: 16px;
	text-align: center;
}

.ct-ini-ses-rrss .face {
    background-color: #3C4C87;
}

.ct-ini-ses-rrss .twitt {
    background-color: #5AB7E0;
}

.regist-cont h2 {
	font-family: 'Fira', sans-serif;
	font-size: 20px;
    font-weight: 600;
    color: #333333;
    margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: solid 1px #CCCCCC;
}

.ct-ini-ses-rrss p {
	display: block;
	margin-bottom: 10px;
	position: relative;
	font-weight: 400;
	font-size: 15px;
	color: rgb(158, 158, 158);
	font-style: italic;
}

.ct-reg-mail p {
	display: block;
    margin-bottom: 5px;
    position: relative;
    font-weight: 600;
    font-size: 13px;
	color: #9E9E9E;
}

p.atencio.icon-attention {
    font-weight: 400;
    margin-top: 15px;
    font-size: 12px;
}

.icon-attention:before {
	margin-right: 10px !important;
}

.ct-reg-mail input {
	width: 100%;
    padding: 8px;
    border-radius: 4px;
    border: solid 1px #CCCCCC;
    margin-bottom: 15px;
}

.entrada-usu .ct-int-regist {
    width: 100%;
}

.entrada-usu {
    max-width: 600px;
    margin-left: -300px;
    margin-top: -237px;
}