html,
body {
	height: 100%;
}
body {
	text-align: center;
	background-color: rgba(236, 236, 236, 1);
}
footer {
    margin: 50px 0;
}


.nav-item:hover {
	background-color: rgba(49,163,221,.5);
	color: #fff;
}
.contact{
	margin: 10px 0px;
}
.infocontact {
		font-size: 15px;
}
.infocontact > span{
		margin-right: 5px;
}
.site-wrapper {
	background-image: url(../../img/fondo.png);
	background-size: cover;
	background-repeat: no-repeat;
	display: table;
	width: 100%;
	height: 80%;
	min-height: 80%;
	color: #fff;
	margin-bottom: 25px;
}

.site-wrapper-inner {
	display: table-cell;
	vertical-align: top;
	padding: 20px 0px;
}
.cover-container {
	margin-top: 0px; 
}

.title-heading {
	max-width: 700px;
	min-width: 200px;
	widows: 100%;
	padding: 20px 10px;
	display: block;
	margin: auto;
	font-size: 2.6em;
	background-color: rgba(0,0,0,.7);
}
.text-heading {
	max-width: 700px;
	min-width: 200px;
	widows: 100%;
	padding: 20px;
	display: block;
	margin: auto;
	font-size: 1.5em;
	background-color: rgba(49,163,221,.5);
}

.cover {
	width: 80%;
}

.btn-heading {
	margin: 10px 10px 10px 0px;
	color: #fff;
	font-size: 35px;
}

.site-wrapper-inner {
	vertical-align: middle;
}

.navbar {
	padding: 0px 10%;
}

.nav-link {
	padding: 18px 0px;
}

.enlace:hover {
	color: #fff;
}

.navbar {
	box-shadow: 5px 5px 5px #999;
}
.listaem {
	list-style: none;
}
.btn-send {
	background-color: rgb(121,36,31);
	color: #fff;
	transition: all 0.5s ease-in-out;
}

.btn-send:hover {
	background-color: rgb(203,67,53);
	color: #fff;
}

.icon-envelop {
	margin-right: 10px;
}

.enlace {
	color: #fff;
}

.redesociales {
	font-size: 1.1em;
	margin: auto;
	width: 220px;
	display: flex;
	justify-content: center;
	align-items: center; 
}

.icon {
	margin: 0px 3px;
}

.icon-facebook {
	font-size: 1.8em;
	padding: 12px;
	border-radius: 50%;
	transition:all 800ms ease;
	float: left;
}

.icon-facebook:hover {
	text-decoration: none;
	background: #3b5998;
	color: #fff;
}
.icon-instagram {
	font-size: 1.8em;
	padding: 12px;
	border-radius: 50%;
	transition:all 800ms ease;
	float: left;
}
.icon-instagram:hover {
	background: linear-background(left, #f9ed32, #ee2a7b, #002aff); /*Estandar */
	background: -moz-linear-gradient(left, #f9ed32, #ee2a7b, #002aff); /*Mozilla Firefox */
	background: -webkit-linear-gradient(left, #f9ed32, #ee2a7b, #002aff); /*Chrome y Safari */
	background: -ms-linear-background(left, #f9ed32, #ee2a7b, #002aff); /*Internet Explorer */
	background: -o-linear-background(left, #f9ed32, #ee2a7b, #002aff); /*Opera */
	text-decoration: none;
	color: #fff;
}

.icon-whatsapp {
	font-size: 1.8em;
	padding: 12px;
	border-radius: 50%;
	transition:all 800ms ease;
	float: left;
}

.icon-whatsapp:hover {
	text-decoration: none;
	background-color: #00cc00;
	color: #fff;
}

.img3 {
	margin-top: 15px;
	border-radius: 10px;
}

.separate {
	margin-bottom: 20px;
}

.contact {
	margin-bottom: 30px;
	margin-top: 30px;
}

.carousel1 {
  height: calc(65vh);
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;

}
/* Declare heights because of positioning of img element */
.carousel-item1 {
  background-color: #31a3dd;
  height: calc(65vh);
}
.carousel-item1 > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
  opacity: .7;
}

#leermas {
  margin-bottom: 5rem;
}

/*Body*/
.box2 {
	text-align: center;
	padding: 15px 18px;
	background-color: #fff;
	margin: 18px 0px;
	border-radius: 5px;
}

.title1 {
	color: #0c67a5;
	font-weight: bold;
}

.title2 {
	color: #f08221;
}
.coments > h2 {
	color: #0c67a5;
	font-weight: bold;
	text-align: center;
}
.coments > div > span {
	color: #31a3dd;
	margin: 0px 10px;
}
.coments > button {
	display: flex;
	justify-content: center;
	text-align: center;
	margin: auto;
	width: 150px;
}

/*aside*/
.img-blogbg {
	width: 100%;
	height: 50%;
	z-index: 1;
	border-radius: 7px 7px 0px 0px;
}
.img-blog {
	position: relative;
	border-radius: 50%;
	width: 45%;
	margin: auto;
	display: flex;
	text-align: center;
	border: solid 10px #fff;
	margin-top: -50px;
	z-index: 1000;
}
.box-about {
	text-align: center;
	padding: 0px;
	margin-top: 18px;
	background-color: #fff;
	border-radius: 7px;
}
.text1 {
	padding: 10px;
	margin-bottom: 10px;
}
.box {
	text-align: center;
	padding: 14px 24px;
	background-color: #fff;
	margin: 18px 0px;
	border-radius: 7px;
}
.box1 {
	text-align: center;
	padding: 20px 18px;
	background-color: #fff;
	margin: 18px 0px;
	border-radius: 7px;

}

.img-article-little {
	width: 100%;
	margin-bottom: 15px;
}

.list-group {
	width: 100%;
	margin: auto;
}
.articles-views {
	padding: 0px;
	color: #000;
}
.list-group-item-heading, .list-group-item-text {
	padding: 3px 14px;
}

.img-article {
	width: 100%;
}

.imgget{
	width: 175px;
}

/*footer*/
.footer {
	background-color: #34495e;
	color: #fff;
	padding: 50px 0px 0px 0px;
	margin: 0px;
}

.subfooter {
	background-color: #31a3dd;  /*rgb(26,79,113,.5);*/
	bottom: 0px;
	color: #fff;
	padding: 10px 0px;
}

.enlace {
	color: #fff;
}



@media (max-width: 768px) {
	.box1 {
		display: none;
	}
}

/*
azul claro #31a3dd
azul oscuro #0c67a5
gris #e9ecef
naranja #ff9900
*/

