﻿body {
	font-family: 'Source Sans Pro', sans-serif;
}

.header {
	padding: 25px;
}

.cont_verif {
	background: #f8f8f8;
	border-bottom: 2px solid #b9cad2
}

.imagen {
	background: url(../img/fondo.jpg);
	background-size: cover;
	background-position: center;
	min-height: 495px;
}

h2 {
	color: #002e5f;
}

input {
	border-radius: 0 !important;
}

.cont {
	margin: 40px 0;
}

#logomain {
	max-width: 100%;
}

.btn {
	background: #c62933;
	transition: .5s;
	color: #fff;
	border-radius: 0;
	margin-top: 20px;
}
.btn:focus, .btn:hover, .btn:visited { opacity: 0.75; }

.sinmargen {
	margin: 0;
	padding: 0;
}

#footer {
	background-color: rgb(23, 67, 128);
	color: rgb(255, 255, 255);
	padding: 3rem 0px;
	margin-top: 60px;
}

#consultando {
	display: none;
}

#paso1 {
	display: block;
}

#resultado_ok,
#resultado_no {
	background: #fff;
	border: 1px solid #f0f0f0;
	padding: 40px 20px 30px 20px;
	margin: 40px 0;
      display: none;
}

#resultado_ok img,
#resultado_no img {
	max-width: 100%;
  
}

.otrodoc {
	margin-top: 40px;
	text-decoration: underline;
	color: #007dff;
	cursor: pointer;
}

#resultado_no {
	/*display: none;*/
}

.valido {
	color: #20ab0f;
}

.invalido {
	color: #ff0000;
}

.verifica_otra {
	margin-top: 20px;
}

.valido p {
	color: #002e5f;
}

#descarga_doc {
	margin-top: 0;
}

.textoError {
	color: #ff0000;
	padding: 5px 15px;
	margin: 5px 0;
	background: #fff1f1;
	border-radius: 6px;
	display: none;
}

#footer h3 {
	font-weight: bolder;
}

ul {
	list-style: none;
	padding: 0;
}

ul a {
	color: #fff;
}

p a {
	color: rgb(57, 255, 211);
}

.cont_verif .row .texto,
.cont_verif .row .imagen {
	padding: 40px;
}

#resultado_ok .col-md-4,
#resultado_no .col-md-4 {
	text-align: right;
	margin-bottom: 30px;
}

@media screen and (max-width: 1000px) {
	.imagen {
		display: none;
	}
	.texto,
	#resultado_no,
	#resultado_ok {
		width: 100% !important;
		max-width: 100% !important;
		flex: 100%;
	}
}

@media screen and (max-width: 768px) {
	#resultado_ok .col-md-4,
	#resultado_no .col-md-4 {
		text-align: left;
	}
}

@media screen and (max-width: 385px) {
	.texto,
	#resultado_ok,
	#resultado_no {
		padding: 10px !important;
		margin: 10px 0;
	}
}
.well-img {

width: 40px;
height: 40px;

}
