@charset "utf-8";
/* CSS Document */
body, .section {
	background-color: black;
}

* {
    color: white;
}
.btn:hover {
    background-color: #f54910;
}
#login .logo-container {
    width: 130px !important;
}

.page-header.page-header-small {
    min-height: 30vh;
    max-height: 240px !important;
}
.page-header .title {
    font-size: 1.8rem;
    /*letter-spacing: 0.2rem;*/
    margin-top: 80px;
    color: rgb(165, 165, 165);
    /*text-transform: uppercase;*/
}

.form-control {
	border: 1px solid #C4C4C4;
}
.send-button {
	padding: 0 !important;
}
.copyright {
	float: none !important;
}
h2.title {
	/*color: rgba(126,126,126,1.00);*/
}
.description {
	color: #fff;
	padding-bottom: 30px;
}
.subtitulo {
	color: #fff;
	border-bottom: solid 1px #B3B3B3;
}


#subir-archivos label {
	font-weight: 600;
}
@media screen and (max-width: 768px) {
	.margintop {
		margin-top: 30px;
	}
}


.navbar .navbar-nav .nav-link:not(.btn) {
    font-size: 0.9142em;
}

.icono-ver {
	margin-left: 7px;
	padding-left: 7px;
	border-left: solid 1px #666666;
}

/* ---------- Form ---------- */

.form-group input[type="file"] {
    opacity: 100;
    position: absolute;
    top: 30px;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
}

.form-control {
    background-color: #111 !important;
    border: 1px solid #E3E3E3 !important;
    border-radius: 30px;
    color: #eee !important;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  textarea.form-control {
    border: 1px solid #E3E3E3;
    border-radius: 10px;
    background-color: #111;
  }

/* ---------- Footer ---------- */
footer {
    background: none !important;
}