﻿



body,div,dl,dt,dd,ul,ol,li,pre,form,fieldset,input,textarea,blockquote,th,td {
	margin: 0;
	padding: 0;
    font-family: 'Poppins', sans-serif;
   /* background: #fff;*/
}
fieldset,img {
	border: 0;
	vertical-align: middle;
}
a {
	text-decoration:none;
}
strong{
	font-weight:bold
}

ol,ul {
	list-style:none;
}

input:focus

{
	outline: 0;
}

img
{
	max-width: 100%;
}

/* -------------------------------------------------- ESTILOS LOGUEO -------------------------------------------------*/


.section-cli

{
    width: 100%;
    margin: 0px auto;
    text-align: center;
    padding: 2% 0 0;
    box-sizing: border-box;
    background: #00166f;
    background-size: cover;
    min-height: 100vh;
background: rgba(0,22,111,1);
background: -moz-linear-gradient(-45deg, rgba(0,22,111,1) 0%, rgba(0,22,111,1) 50%, rgba(255,64,248,1) 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(0,22,111,1)), color-stop(50%, rgba(0,22,111,1)), color-stop(100%, rgba(255,64,248,1)));
background: -webkit-linear-gradient(-45deg, rgba(0,22,111,1) 0%, rgba(0,22,111,1) 50%, rgba(255,64,248,1) 100%);
background: -o-linear-gradient(-45deg, rgba(0,22,111,1) 0%, rgba(0,22,111,1) 50%, rgba(255,64,248,1) 100%);
background: -ms-linear-gradient(-45deg, rgba(0,22,111,1) 0%, rgba(0,22,111,1) 50%, rgba(255,64,248,1) 100%);
background: linear-gradient(135deg, rgba(0,22,111,1) 0%, rgba(0,22,111,1) 50%, rgba(255,64,248,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00166f', endColorstr='#ff40f8', GradientType=1 );
}
.con-bl{
margin: 0 auto;
    background: none;

}
.con-bl form{
    display: flex;
    width: 38%;
    flex-wrap: wrap;
    background: #fff;
    margin: 0 auto;
    position: relative;
    padding: 34px;
    border-radius: 0;
    box-sizing: border-box;
    -webkit-box-shadow: 0px 0px 10px 0px rgb(5 23 114 / 64%);
    -moz-box-shadow: 0px 0px 10px 0px rgb(5 23 114 / 64%);
    box-shadow: 0px 0px 10px 0px rgb(5 23 114 / 64%);
    height: 90vh;
}
.con-bl form div{
        flex-grow: 1;
}
h1{
    color: #1a1a1a;
    font-weight: 400 !important;
    font-size: 1.8em !important;
    margin: 0 0 3% 0 !important;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif !important;
    text-align: center !important;
    line-height: 1.1;
}
.con-bl form div p{
    margin: 4% 0 7%;
    font-family: 'Poppins', sans-serif;
}
p{
    font-weight: 400;
    font-size: 0.95em;
    font-family: 'Poppins', sans-serif;
}
/*******************
SELECTION STYLING
*******************/

.logo_admin img
{
    max-width: 83%;
    margin: 1% 0% 5% 0%;
}
.con-bl a{
    text-align: center;
    display: block;
    width: 100%;
    margin: 4% 0 0;
    color: #00167d;
    font-size: 0.94em;
    cursor: pointer;
}
.con-bl a:hover{
    text-decoration: underline;
}
.btn-wpp{
    background: #29a71a url(../images/whatsapp.png) no-repeat 33% !important;
    background-size: 40px !important;
    padding: 12px 34px 12px 69px !important;
    color: #fff !important;
    box-sizing: border-box;
    margin: 0 auto 3% !important;
    width: 90% !important;
}
.btn-wpp:hover{
    background: #29a71a url(../images/whatsapp.png) no-repeat 68% !important;
    background-size: 40px !important;
    padding: 12px 69px 12px 34px !important;
    text-decoration: none !important;
}

::selection {
	color: #fff;
	background: #fff; /* Safari */
}
::-moz-selection {
	color: #fff;
	background: #fff; /* Firefox */
}

/*******************
BODY STYLING
*******************/

.section-general{

}
.section-general .logo_admin{
padding: 25px 8%;
    background: #00166f;
}
.section-general h1{
font-weight: 300;
    font-size: 1.8em;
    line-height: 1;
    text-align: center;
    color: #fff;
}
.section-general h1 strong{
    display: block;
    font-size: 1.7em;
    color: #ffffff;
    text-transform: initial;
}
.section-general p{
    text-align: center;
    color: #fff;
}
.sec-co{
    padding: 6% 5%;
    text-align: center;
}
.sec-co h4{
color: #050505;
    font-weight: 700;
    font-size: 1.5em;
    margin: 0 0 21px 0;
    text-transform: uppercase;
    text-align: center;
}
.sec-co .lis-se{
    display: flex;
    flex-wrap: wrap;
    width: 43%;
    margin: 0 auto;
}
.sec-co .lis-se div{
    flex-grow: 1;
    width: 30%;
    margin: 10px 15px;
}
.sec-co .lis-se div h3{
    text-align: center;
    border-radius: 50px;
    background: #e7e7e7;
    margin: 0;
    padding: 20px;
    display: block;
    color: #000;
    font-weight: 400;
    font-size: 1em;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;

}
.sec-co .lis-se div:hover h3{
    background: #00afbf;
    color: #133f72;
}
.sec-co .btn{
        margin: 2%;
}
.inf-conta{
background: #00166f;
    padding: 35px 5%;
    text-align: center;
}
.inf-conta h3{
color: #fff;
    font-weight: 400;
    font-size: 1.6em;
    margin: 0 0 2%;
    text-align: center;
}
.inf-conta p{
    text-align: center;
    margin: 6px 0;
}
/* --------------------------------- TEXTO DE ALERTA -----------------------------------*/

.validacion

{
font-size: 14px;
    color: #D90000;
    margin: 5px 0;
    font-weight: 500;
}


/* --------------------------------- TEXTO DE ALERTA -----------------------------------*/


.login-form .header {
	padding: 0px 20px 10px 20px;
}

.login-form .header h1 {
	font-family: sans-serif;
	font-weight: 100;
	font-size: 1.3em;
	line-height:34px;
	color: #444;
	text-align: center;
	text-shadow: 1px 1px 0 rgba(256,256,256,1.0);
}

.login-form .header p  {
    font-size: 14px;
    line-height: 16px;
    color: #ffff;
    text-align: center;
    margin: 3% 0% 1.5% 0%;
    position: absolute;
    top: 21%;
    left: -31px;
    background: #255a7e;
    padding: 3%;
    font-weight: 500;
}

/*******************
CONTENT
*******************/

.login-form .content {
    padding: 0 23px;
    text-align: center;
    position: relative;
    width: 100%;
}
.btn{
    border-radius: 50px;
    font-weight: 500;
    background: #0096ff;
    border: 0;
    font-size: 0.9em;
    color: #fff;
    padding: 12px 34px;
    text-transform: uppercase;
    margin: 4% 0px 0;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    cursor: pointer;
    display: inline-block;
}
.btn:hover{
    background: #b421cf;
    color: #fff;
}
.sec2{
    margin: 2% 0 0;
}
.sec2 .list{
    width: 100%;
    text-align: center;
}
.sec2 .list .btn{
    text-align: center;
    padding: 20px 53px;
    width: 60%;
    box-sizing: border-box;
    margin: 8px 0;
}
.swal2-title {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    font-size: 17px;
    font-weight: 400;
    color: #000;
    margin: 9px;
}
div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm {
    border: 0;
    border-radius: 100px !important;
    font-weight: 500 !important;
    margin: 5% 0 0 !important;
}

/* Input field */
.login-form .content .input {
    width: 100%;
    padding: 20px 15px;
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-family: sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #9d9e9e;
    background: #e8e8e8;
    border: 0;
    border-radius: 100px;
}
.login-form .content .username{
    position: relative;
    padding: 20px 15px 20px 60px;
    background: #e8e8e8 url(../images/profile-user.png) no-repeat 6%;
    background-size: 26px;
}
/*.login-form .content .username::after{
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    top: 5px;
    left: 5px;
}*/

/* Second input field */
.login-form .content .password, .login-form .content .pass-icon {
	margin-top: 15px;
}

.login-form .content .input:hover {
	background: #f4f4f4 url(img/Icon1.png) no-repeat 96%;
	color: #414848;
    background-size: 23px;
}

.login-form .content .input:focus {
	background: #f4f4f4 url(img/Icon1.png) no-repeat 96%;
	color: #414848;
    background-size: 23px;

	box-shadow: inset 0 1px 2px rgba(0,0,0,0.25);
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.25);
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.25);
}

.user-icon, .pass-icon {
	width: 46px;
	height: 47px;
	display: block;
	position: absolute;
	left: 0px;
	padding-right: 2px;
	z-index: -1;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
    transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -webkit-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    -ms-transition: all 0.1s ease;
    }

.user-icon {
    top: 8px;
    background: url(../img_modulos/modulos/user.png) no-repeat center;
    opacity: 0;
}

.pass-icon {
	bottom:8px;
	background:url(../img_modulos/modulos/unlok.png) no-repeat center;
    opacity: 0;
}

.content input:focus + div{
	left: -47px;
	z-index: 1;
    opacity: 10;
    transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -webkit-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    -ms-transition: all 0.1s ease;
}

/* Animation */
.input, .user-icon, .pass-icon, .boton, .register {
	transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
	-webkit-transition: all 0.1s ease;
	-o-transition: all 0.1s ease;
	-ms-transition: all 0.1s ease;
}

/*******************
FOOTER
*******************/

.login-form .footer {
    padding: 0 25px 0;
}
#mensajes{
        color: #e33;
}

/* Login boton */
.login-form .footer .boton {
    width: 100%;
    padding: 19px 25px;
    font-weight: 100;
    font-size: 12px;
    color: #fff;
    border: 1px solid #00166f;
    cursor: pointer;
    background: #00166f;
    font-weight: 600;
    letter-spacing: 1px;
}

.login-form .footer .boton:hover {
	border: 1px solid #002F67;
    background: #002F67;
}

.login-form .footer .boton:focus {
	position: relative;
	bottom: -1px;
}

/* CAPCHA*/

.captcha_admin

{
    padding: 14px 24px 25px 24px;
    text-align: right;
}
.captcha_admin img{
    float: left;
    width: 38%;
    vertical-align: middle;
    margin: 5% 4% 0% 0%;
}
.captcha_admin a

{
	color: #777;
	font-size: 12px;
}
.captcha_admin input
{
    background: #e8e8e8;
    border: 1px solid #e8e8e8;
    padding: 16px 5px;
}

.captcha_admin input:hover
{
	background: #f4f4f4;
	color: #414848;
}

.captcha_admin input:focus {
	background: #f4f4f4;
	color: #414848;

	box-shadow: inset 0 1px 2px rgba(0,0,0,0.25);
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.25);
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.25);
}

/* CAPCHA*/


.remate_admin .logo_remate

{

	width: 100%;
	text-align: center;
}

.remate_admin .logo_remate ul li

{
	display: inline-block;
	*display: inline-block;
	width: 42px;
	margin: 0 5px;
}

.remate_admin .logo_remate img
{
	max-width: 100%;
}

.remate_admin .derechos
{
	width: 100%;
	margin: 15px 0;
}

.remate_admin .derechos p{
    text-align: center;
    color: #085988;
    font-size: 13px;
    width: 100%;
    margin: 30px 0;
}

.remate_admin .derechos p a{
	color:#000;
}

.remate_admin .derechos p a:hover{
	text-decoration: underline;
}

.remate_admin .derechos p a img{
	width: 8%;
    vertical-align: middle;
    margin: -0.5% 0 0 1.5%;
}

.info_contacto{
    padding: 1%;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    margin: 2.5% 0% 0% 0%;
    position: absolute;
    left: 0;
    bottom: 4px;
}

 .info_contacto div{
	width: 12%;
	margin: 0;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
}

.info_contacto img{
	width: 100%;
}

.info_contacto .txt{
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 10px;
    display: inline-block;
    vertical-align: middle;
}


.bloque_superior

{
	margin: 0 0 40px 0;
    text-align: left;
}

.bql_derecho_admin
{
    padding: 0;
    margin: 0 0px;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    width: 49%;
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin: 2% 0% 0% 0%;
}

.bql_derecho_admin ul{
    text-align: left;
}

.bql_derecho_admin ul li

{
    display: inline-block;
    width: 100%;
    vertical-align: top;
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    text-align: left;
    margin: 0;
}

.bql_derecho_admin ul li:nth-child(2n){
    margin: 2% 0% 4% 0%;
}

.bql_derecho_admin ul li img{
    float: left;
    width: 22%;
    margin: 0% 7% 0% 0%;
}
.bql_derecho_admin ul li:first-child img{
    margin: -4% 7% 0% 0%;
    width: 26%;
}

.bql_derecho_admin ul li h2

{
    color: #fff;
    font-size: 16px;
    margin: 3px 0px 10px 0px;
}

.bql_derecho_admin ul li p

{
    color: #fff;
    font-size: 14px;
    margin: 0 0 5px 0;
}
/* -------------------------------------------------- ESTILOS LOGUEO -------------------------------------------------*/


.txt_pla{
    text-align: left;
    color: #FFF;
    font-size: 1.7em;
    padding: 0% 0% 0% 9%;
    background: url(../img_modulos/modulos/internet.svg) no-repeat 0% 0%;
    background-size: contain;
    margin: 2% 0% 6% 0%;
}
.txt_pla2{
    color: #949494;
    text-align: center;
    font-size: 0.85em;
    line-height: 1.5em;
    margin: 0% 0% 4% 0%;
    padding: 0 4%;
}
.txt_pla2 a{
    color: #07356b;
}
#cont_admin .cont_tamano{
    max-width: 1270px;
    margin: 0 auto;
    position: relative;
    width: 70%;
    height: 92vh;
    padding: 3% 0% 0% 0%;
}


.bql_derecho_admin  h1{
    color: #fff;
    text-align: left;
    font-size: 1.5em;
    margin: 10px 0 23px 0;

}

.captcha_admin p{
        margin: 0;
}
.captcha_admin .input_admin{
        width: 55%;
    display: inline-block;
}
.captcha_admin .input_admin input{
        border-radius: 0;
    padding: 23px;

  background: #002f67 ;
}
.info_contacto .txt p{
    font-size: 13px;
}
.bql_derecho_admin:before{
    content: '';
    width: 50px;
    height: 50px;
    background: url(img/logo.png) no-repeat 0;
    position: absolute;
    top: 45%;
    left: -94px;

}
.inf-conta a{
    background: #29a71a url(../img_modulos/whatsapp.png) no-repeat 14px;
    padding: 14px 38px 14px 64px;
    color: #ffffff;
    border-radius: 30px;
    margin: 1% 1%;
    background-size: 40px;
    font-weight: 400;
    font-size: 0.9em;
    -webkit-box-shadow: 2px 2px 5px 0px rgb(0 0 0 / 53%);
    -moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.53);
    box-shadow: 2px 2px 5px 0px rgb(0 0 0 / 25%);
    display: inline-block;
}
.inf-conta a:hover{
    text-decoration: underline;
}
.alertify.ajs-movable:not(.ajs-maximized) .ajs-header {
    cursor: move;
    text-align: center;
    font-size: 1.4em;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}
.alertify .ajs-body .ajs-content {
    padding: 16px 24px 16px 16px;
    text-align: center;
}
.alertify .ajs-footer .ajs-buttons.ajs-primary {
    text-align: center !important;
}
.alertify .ajs-footer .ajs-buttons .ajs-button.ajs-ok {
    color: #fff !important;
    background: #0094ff;
    border-radius: 50px;
    padding: 14px;
    display: inline-block;
        font-family: 'Poppins', sans-serif;
        font-weight: 500;
        cursor: pointer;
}
.alertify .ajs-footer .ajs-buttons .ajs-button.ajs-ok:hover{
    background: #0880d7;
}
.alertify .ajs-footer .ajs-buttons.ajs-primary .ajs-cancel {
    margin: 4px;
    color: #fff!important;
    background: #ff5d5d;
    border-radius: 50px;
    padding: 14px 29px;
    display: inline-block;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    cursor: pointer;
}
.ajs-modal{
    background: #00000075;
}
.alertify .ajs-footer .ajs-buttons.ajs-primary .ajs-cancel:hover{
    background: #e44545;
}
@media screen and (min-width: 300px) and (max-width: 700px){
.section-cli {
    padding: 14% 0 0;
    background: #ffffff;
}
.con-bl form {
    width: 100%;
    box-shadow: none;
}
.section-general h1{
    text-align: left;
}
.section-general p{
    text-align: left;
}
.sec-co .lis-se div{
    width: 100%;
}
.inf-conta p{
    text-align: center;
}
.sec-co .lis-se{
    width: 100%;

}
.sec2 .list .btn {
    text-align: center;
    padding: 20px 20px;
    margin: 0;
    width: 100%;
}

}