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

* {
    margin: 0px;
    padding: 0px;
    line-height: 1em;
    /*font-size: 10px;*/
    border-collapse: collapse;
    /*font-family: 'aileron_reg', Arial, Helvetica, sans-serif;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .2s ease-in-out !important;
    -moz-transition: all .2s ease-in-out !important;
    transition: all .2s ease-in-out !important;
}

@media (min-width: 980px) {
    .rspnsv {
        display: none !important;
    }
    .desk {
        display: block !important;
    }
}

@media (max-width: 979px) {
    .rspnsv {
        display: block !important;
    }
    .desk {
        display: none !important;
    }
}
a, a:hover{
	-webkit-transition: all .2s ease-in-out !important;
	-moz-transition: all .2s ease-in-out !important;
	transition: all .2s ease-in-out !important;	
}
body {
    background: url('../images/fondo.jpg') fixed;
    background-color: #002E92;
    background-size: cover;
    padding: 0;
    margin: 0;
}

hr {
    /* background-color: Blue; */
    height: 1px;
    border: 0;
    color: #cccccc;
}
.wrap {
    width: 100%;
    height: 100%;
    min-height: 100%;
    position: relative;
    top: 50px;
    left: 0;
    z-index: 99;
}

p.form-title {
    font-family: 'Open Sans', sans-serif;
    font-size: 28px;
    text-align: center;
    font-weight: 600;
    color: #054FA0;
    letter-spacing: -1px;
    text-transform: uppercase;
}
.welcome p.form-title{
	margin-bottom: 10px;
}
@media screen and (max-width: 979px){
p.form-title {
    font-size: 24px;
}
}
p.subtitulos {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    text-align: center;
    margin-bottom: 28px;
    color: #054FA0;
    text-transform: uppercase;
}

form {
    width: 250px;
    margin: 0 auto;
}

form.login input[type="text"], form.login input[type="password"] {
    width: 100%;
    margin: 0;
    padding: 5px 10px;
    background: 0;
    border: 0;
    border-bottom: 1px solid #FFFFFF;
    outline: 0;
    font-style: italic;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 5px;
    color: #FFFFFF;
    outline: 0;
}

form.login input[type="submit"] {
    width: 100%;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    margin-top: 16px;
    outline: 0;
    cursor: pointer;
    letter-spacing: 1px;
}

form.login input[type="submit"]:hover {
    transition: background-color 0.5s ease;
}

form.login .remember-forgot {
    float: left;
    width: 100%;
    margin: 10px 0 0 0;
}

form.login .forgot-pass-content {
    min-height: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}

form.login label, form.login a {
    font-size: 12px;
    font-weight: 400;
    color: #FFFFFF;
}

form.login a {
    transition: color 0.5s ease;
}

form.login a:hover {
    color: #2ecc71;
}

.pr-wrap {
    width: 100%;
    height: 100%;
    min-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    display: none;
}

.show-pass-reset {
    display: block !important;
}

.pass-reset {
    margin: 0 auto;
    width: 250px;
    position: relative;
    margin-top: 22%;
    z-index: 999;
    background: #FFFFFF;
    padding: 20px 15px;
}

.pass-reset label {
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 15px;
}

.pass-reset input[type="email"] {
    width: 100%;
    margin: 5px 0 0 0;
    padding: 5px 10px;
    background: 0;
    border: 0;
    border-bottom: 1px solid #000000;
    outline: 0;
    font-style: italic;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 5px;
    color: #000000;
    outline: 0;
}

.pass-reset input[type="submit"] {
    width: 100%;
    border: 0;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    margin-top: 10px;
    outline: 0;
    cursor: pointer;
    letter-spacing: 1px;
}

.pass-reset input[type="submit"]:hover {
    transition: background-color 0.5s ease;
}

.posted-by {
    position: absolute;
    bottom: 26px;
    margin: 0 auto;
    color: #FFF;
    background-color: rgba(0, 0, 0, 0.66);
    padding: 10px;
    left: 45%;
}


/*--------------------------------------------------------------*/
.fila{
	width: 100%;
	float: left;
	text-align: center;
	position: relative;
	font-size: 0px;
}
.cols{
	float: none;
	display: inline-block;
	width: 100%;
	max-width: 980px;
	font-size: 0px;
	position: relative;
	vertical-align: top;
	padding: 0 10px;
}
.cols .cols{
	padding: 0px;
	height: auto !important;
}
@media screen and (max-width: 980px) {
.cols{
   padding:0 20px;
}	
}
.col{
	font-size: initial;
	display: inline-block;
	vertical-align: top;
	position: relative;
	background-size: cover;
	background-position: center center;
}
.col_1 {
	width: 100%;
}
.col_2{
	width: 50% !important;
}
@media screen and (max-width: 979px){
.cols .col,
.cols .col_2:first-child,
.cols .col_2:last-child{
	padding: 0px !important;
	width: 100% !important;
}
}
.col_3 {
	width: 33.3%;
}
.col_4 {
	width: 25%;
}
.col_5 {
	width: 20%;
}
.col_6 {
	width: 16.66%;
}
.col_7 {
	width: 14.28%;
}
.col_8 {
	width: 12.5%;
}
.col_9 {
	width: 11.11%;
}
.col_10 {
	width: 10%;
}
.col_11 {
	width: 9.09%;
}
.col_12 {
	width: 8.33%;
}
.col_1_3{
	width: 33%;
}
.col_1_4{
	width: 25%;
}
.col_1_5{
	width: 20%;
}
.col_2_5{
	width: 40%;
}
.col_3_4{
	width: 75%;
}
.col_3_5{
	width: 60%;
}
.col_2_4{
	width: 50%;
}
.col_2_3{
	width: 67%;
}
.col_4_5{
	width: 80%;
}
/*=================================================*/
.tinymargen{
	margin-bottom: 10px !important;
}
.minimargen{
	margin-bottom: 15px !important;
}
.smallmargen{
	margin-bottom: 25px !important;
}
.mediamargen{
	margin-bottom: 35px !important;
}
.margen{
	margin-bottom: 50px !important;
}
.supermargen{
	margin-bottom: 75px !important;
}
.granmargen{
	margin-bottom: 100px !important;
}
@media screen and (max-width: 979px){
.margen{
	margin-bottom: 30px !important;
}
.supermargen{
	margin-bottom: 45px !important;
}
.granmargen{
	margin-bottom: 50px !important;
}
}
/*================================================*/
/*====================================*/
.tabla{
	float: left;
	width: 100%;
	display: table;
	vertical-align: middle;
	text-align: center;
	height: 100%;
	/* margin: 0 0 0 0 !important; */
}

.celda{
	float: none;
	width: 100%;
	display: table-cell !important;
	vertical-align: middle;
	text-align: center !important;
	margin: 0px !important;
	height: 100%;
}
@media screen and (max-width: 979px){
.cols .tabla{
	float: left !important;
	width: 100% !important;
	display: block !important;
	height: auto;
}
.cols .celda{
	float: left ;
	width: 100%;
	display: block!important;
	text-align: center !important;
	margin: 0px !important;
	height: auto;
}
}
.celda.pad_right{
	padding-right: 30px !important;
}
.celda.pad_left{
	padding-left: 30px !important;
}
@media screen and (max-width: 979px){
.celda.pad_right{
	padding-right: 0px !important;
}
.celda.pad_left{
	padding-left: 0px !important;
}
}
/*================================================*/
.inicio_body{
	height: 100vh !important;
}
.inicio_body .cols .cols{
	max-width: 1180px;
	height: auto !important;
}
.inicio_body img{
	width: 100%;
	height: auto;
	max-width: 1280px;
	max-height: 350px;
}
.inicio_body .idiomas{
	position: absolute;
	top: 30px;
	right: 20px;
	z-index: 2;
	display: inline-block !important;
	float: none !important;
	height: auto !important;
	width: 100%;
	text-align: right;
}

.logotipo{
	display: inline-block;
	height: auto;
	padding: 30px 0 ;
}
.logotipo img{
	display: inline-block;
	width: 400px !important;
	height: auto;
}
@media screen and (max-width: 1179px){
.inicio_body .idiomas{
	position: relative !important;
	left: 0px;
	top: 0px;
	right: initial !important;
	text-align: center;
	margin-bottom: 30px;
}
.inicio_body .idiomas .col{
	margin: 0 10px !important;
	padding: 0 0px !important;
}
.logotipo img{
	width: 320px !important;
}
}
/*================================================*/
.martian{
	padding: 30px 0;
}
.martian img{
	max-height: 230px;
	width: auto
}
/*================================================*/
.idiomas{
	margin: 90px 0 0 0;
}
@media screen and (max-width: 979px){
.idiomas{
	margin: 20px 0 0 0;
}
.idiomas .cols .col,
.idiomas .cols .col_2:first-child,
.idiomas .cols .col_2:last-child{
	padding: 0px !important;
	width: auto !important;
}
}
.idiomas img{
	max-width: 100px;
}
/*================================================*/
.welcome{
	margin-top: -85px;
}
.welcome .idiomas .cols{
	max-width: 300px !important;
}
@media screen and (max-width: 979px){
.welcome{
	margin-top: -20px;
	margin-bottom: 50px;
}
}
.martian.cols,
.martian.cols .cols{
	max-width: 1400px !important;
}
.welcome{
	margin: -50px 0 0px 0 !important;
}
.welcome .col_left{
	width: 180px;
	vertical-align: middle;
	display: inline-block;
}
.welcome .col_right{
	width: calc(100% - 180px);
	display: inline-block;
	vertical-align: middle;
	padding: 0 0 0 25px;
}
/*================================================*/
/*================================================*/
/*================================================*/
/*================================================*/
/*================================================*/
/*================================================*/
/*================================================*/
/*================================================*/
/*================================================*/
/*================================================*/
/*================================================*/
/*================================================*/
