@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Bitter&display=swap');
.container,.container-fluid{
	font-size: 19px;
	color: rgba(79,79,79, 0.9);
}
.col-cabecera{
	background-color: #414149;
	height: 3.6em;
	
}
.col-cabecera a{
	color: #FFF;
}
.col-cabecera a:hover{
	color: #ffffff;
	text-decoration: none;
}
.fuentelogo{
	font-size: 45px;
	font-weight: 600;
	font-family: 'Bitter', serif;
	color: #fff;
	text-shadow: 2px 2px 2px #E6E6E6;
}

nav{
	z-index: 999;
	margin-top: 66px;
	background-color: #c61120;
}
.bordeinferiorc{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgba(79,79,79, 0.9);
}
.navbar {
	height: 2.8em;
	z-index: 999;
	background-color: #c61120;
	padding: 0px;
}
.navbar-nav{
	background-color: #c61120;
	z-index: 1;
	font-size: 18px;
	font-weight: 600;
	margin-right: 10px;
}

.navbar-brand{
	height: 80%;
	width: auto;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
.colorjd{
	color: #ffffff;
}
.colorjd a{
	color: #ffffff;
}
.colorjd a:hover{
	color: #ffffff;
	text-decoration:none;
}
.navbar-brand img{
	height: 100%;
	width: auto;
	margin: 0px;
	padding: 0px;
}
.nav-item{
	margin-right: 5px;
	margin-left: 5px;
	z-index: 1;
	
}
.navbar-light .navbar-brand {
	color: rgba(255,255,255, 0.9);
}

.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
	color: rgba(255,255,255, 0.9);
}

.navbar-light .navbar-nav .nav-link {
	color: rgba(255,255,255, 0.9);
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
	color: rgba(255,255,255, 0.5);
}

.navbar-light .navbar-nav .nav-link.disabled {
	color: rgba(255,255,255, 0.3);
}

.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: rgba(255,255,255, 0.9);
}
.carousel{
	margin-top: 110px;
}
.carousel-item {
	height: 60vh;
	min-height: 350px;
	background: no-repeat center center scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.carousel-caption{
	width: 90%;
	text-align: left;
	font-weight: 600;
	margin-left: -200px;
}
.pietarjeta {
	background-color: #c61120;
	color: #ffffff;
	
}
.display-4{
	font-weight: 600;
}
.lead{
	font-weight: 600;
}
.margensuperiorfila{
	margin-top: 2em;
}
.imgcolumantotal{
	height: auto;
	width: 100%;
	
}

.flex-child{
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.ubicacion_h2{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #341B34;
	background-color: #FFF;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	font-size: 34px;
}
.capamapa{
	margin: 0px;
	padding: 0px;
	height: 350px;
	width: 100%;
	background-color: #FFF;
}
footer{
	background-color: #FFFFFF;
}
footer ul{
	list-style-type: none;
	margin: 5px;
	padding: 5px;
}
footer li{
	list-style-type: none;
	padding: 2px;
	margin-left: 5px;
}
footer .card{
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
footer a{
	color: rgba(79,79,79, 0.9);
}
footer a:hover{
	color: rgba(79,79,79, 0.5);
	font-weight: 600;
	text-decoration: none;
}
.fondocardfinal{
	background-color: #FFFFFF;
	font-size: 15px;
	color: rgba(79,79,79, 0.9);
}
.piefinal{
	background-color: #414149;
}
.telefonoc{
	display: inline-block;
	clear: none;
	float: right;
	font-size: 20px;
}
.telefonoc a{
	color: #FFF;
}
.telefonoc a:hover{
	color: #FFC;
}
.ubi{
	display: inline-block;
	clear: none;
	float: left;
	font-size: 34px;
}
.fas,.fab{
	clear: none;
	float: none;
	display: inline-block;
	margin-right: 10px;
	margin-left: 10px;
}
.text {
	text-align: left;
	font-weight: bold;
	color: #fff;
	text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;
}
.cardheaderfinal{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgba(79,79,79, 0.9);
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	background-color: #FFF;
}

.enviado {
	color: #090;
	margin: 10px;
	padding: 5px;
	clear: none;
	float: left;
	height: auto;
	width: 100%;
	font-size: 20px;
}
.noenviado {
	color: #F00;
	margin: 10px;
	padding: 5px;
	clear: none;
	float: left;
	height: auto;
	width: 100%;
	font-size: 20px;
}
.txtpoliticas{
	font-size: 14px;
	padding: 5px;
	clear: both;
	float: left;
	height: auto;
	width: 100%;
}.bordeinferior {
	border-bottom-width: 1px;
	border-bottom-style: inset;
	border-bottom-color: rgba(79,79,79, 0.9);
}
#fpresupuesto span{
	clear: both;
	width: 100%;
}
.bordedvertical{
	
	font-size: 22px;
	font-weight: 600;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: rgba(79,79,79, 0.9);
	}
.bordedvertical img{
	height: auto;
	width: 80%;	
	}

@media (max-width: 1199.98px) {
	.carousel-caption{
	width: 90%;
	text-align: left;
	font-weight: 600;
	margin-left: 0px;
}
.fuentelogo{
	font-size: 30px;
	font-weight: 600;
}	
	
}