body{
    background-image: url("../img/bg_ando.png");
    background-size: cover;
    font-family: "Poppins", sans-serif;
}

h1,h2,h3,h4,h5,h6{
    color: #1e3788;
}

h1,h2{
    margin: 32px 0;
}

.container{
    background: #FFF;
}
.espacio{
    height: 32px;
}
.navbar{
	background: #1e3788 !important;
    padding: 0.5rem 20%;
    border-bottom: 3px #e2ae32 solid;
}
.navbar-light .navbar-brand {
    color: rgba(255, 255, 255, 0.9);
}

.navbar-expand-lg .navbar-collapse {
    margin: 0 0 0 20%;
}

.navbar-light .navbar-nav .show > .nav-link, 
.navbar-light .navbar-nav .active > .nav-link, 
.navbar-light .navbar-nav .nav-link.show, 
.navbar-light .navbar-nav .nav-link.active {
    color: #e2ae32;
    font-weight: bolder;
    font-family: "Poppins";
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.9);
    font-family: "Poppins" , sans-serif ;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #e2ae32;
    font-weight: bold;
    font-family: "Poppins" , sans-serif ;
}

.navbar #logo{
	height: 50px;
}

.navbar .btn{
	height: 40px;
	margin-left: 10px;
}

#cerrar-sesion{
	margin-left: 15px;
}

.thead-ando{
    background: #1e3788;
    color: #FFF;
    border-bottom: 3px #e2ae32 solid;
}

.titulo-cliente{
    border-bottom: 2px #e2ae32 solid;
}

.sub-titulo-cliente{
    background: #1e3788;
    color: #FFF;
    border-bottom: 3px #e2ae32 solid;
    padding: 10px 30px;
}

.tabla-datos-cliente th, .tabla-datos-cliente td{
    border: none;
    padding: 3px 10px;
}

.tabla-datos-cliente th{
    text-transform: uppercase;
    width:50%;
}
.tabla-datos-cliente{
    border-collapse: separate !important;
}

.table th{
    text-transform: uppercase;
    font-weight: 400;
}
.table td{
    font-weight: 300;
    background: rgba(240,240,240,0.3);
}

footer{
    padding: 15px;
    background: #1e3788;
    color: #e2ae32;
    border-top: 3px #e2ae32 solid;
}

footer a{
    color: #e2ae32;
}

.titulo-formulario{
    padding: 5px 30px;
    background: #1e3788;
}
.titulo-formulario h2{
    margin: 0;
    color: #FFF;
}

.formulario-ando{
    background: #f3f3f3;
    padding: 20px 30px;
}

.ando-separador{
    margin: 10px 0;
    width: 100%;
    border-bottom: 3px #000 dotted;
}

/** VALIDAR CAMPOS **/
input:invalid {
    border:3px;
    border-color: red;
}
input,
input:valid {
    border-color: green;
}

.loader{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    text-align: center;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.8);
}

.loader_contenido{
    position: fixed;
    top: 30%;
    left: 38%;
    z-index: 11;
    text-align: center;
}

.loader_contenido p{
    font-family: "Poppins", sans-serif;
    margin: 32px 0;
    font-size: 1.5em;
    font-weight: bold;
}

#registro_de_dominio{
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.1);
    z-index: 2;
    left: -2px;
}

#registro_de_hosting{
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.1);
    z-index: 2;
    left: -2px;
}

#editar_cliente, .editar_dominio,.editar_hosting {
    position: absolute;
    width: 30px;
    right: 20px;
    top: 8px;
}