﻿#resp
{
	display:none;
}
.card-fondo.card-body {
	background-color: rgba(83, 19, 57, 0.1);
	border-radius: 10px;
  }
  .card-fondo.card-header {
	background-color: #000;
	color: #fff;
	border-radius: 10px;
  }
  .btn-send {
	background-color: #be0c62;
	color: #fff;
	border-radius: 7px;
  }
  .card.text-center {
	opacity: 0.88;
	border-radius: 10px;
  }
  
  .fondo {
	background-color: #fefefe;
	background-image: url("../../../imagenes/fondo.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	background-repeat: no-repeat;
  }
  
  .index {
	width: 100%;
	height: 100%;
  }
  
  .masthead {
	color: #fff;
	min-height: 30rem;
	width: 100%;
	height: 100%;
	padding-top: 3rem;
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
  }
  
  .masthead h1 {
	font-size: 4rem;
	margin: 0;
	padding: 0;
  }
  
  /***********************
  donfuheco.php
  ***********************/
  
  .docimg {
	width: 500px;
  }
  
  .doc {
	background-color: #fff;
	margin: 7px 5px 10px 0px;
	width: 320px;
	float: left;
  }
  
  .doc label,
  p {
	color: #000;
	line-height: 6px;
	font-size: 12px;
	margin-left: 10px;
  }
  
  .doc div {
	line-height: 0px;
	padding-top: 6px;
  }
  
  .doc1 {
	background-color: #fff;
	margin: 21px 0px 0px 0px;
	width: 80px;
	display: inline-block;
  }
  
  .doc1 label,
  p {
	color: #000;
	line-height: 3px;
	font-size: 12px;
	margin-left: 10px;
  }
  .doc1 span {
	color: #000;
	line-height: 13px;
  }
  
  .doc1 div {
	line-height: 0px;
	text-align: center;
	padding-top: 10px;
  }
  
  .doc2 {
	background-color: #fff;
	margin: 5px 0px 0px 0px;
	width: 65px;
	display: inline-block;
	color: #000;
  }
  
  .doc2 label {
	line-height: 3px;
	font-size: 12px;
	margin-left: 5px;
  }
  
  .doc2 p {
	line-height: 3px;
	margin-left: 5px;
  }
  
  .doc2 span {
	color: #000;
	line-height: 18px;
	font-size: 30px;
  }
  
  .doc2 div {
	line-height: 0px;
	text-align: left;
	padding-top: 4px;
	padding-bottom: 13px;
	padding-top: 10px;
  }
  
  @media print {
	.btn{
		display: none;
	}
  }
  
  /***********************
  Pantalla máximo 400px
  ***********************/
  @media (max-width: 500px) {
	  .docimg {
		  width: 300px;
	  }
  
	  .doc {
		  margin: 4px 3px 7px 0px;
		  width: 140px;
	  }
  
	  .doc label,
	  p {
		  line-height: 3px;
		  font-size: 9px;
		  margin-left: 5px;
	  }
  
	  .doc div {
		  padding-top: 3px;
	  }
  
	  .doc1 {
		  margin: 15px 0px 0px 0px;
		  width: 60px;
	  }
  
	  .doc1 label,
	  p {
		  line-height: 3px;
		  font-size: 9px;
		  margin-left: 5px;
	  }
	  .doc1 span {
		  line-height: 10px;
	  }
  
	  .doc2 label {
		  font-size: 9px;
	  }
  
	  .doc2 p {
		  margin-left: 5px;
	  }
  
	  .doc2 span {
		  font-size: 25px;
	  }
  }
  