@charset "utf-8";
/* CSS Document */
/* GLOBAL STYLES */
body 
{
  color: #2b4655;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
  -moz-font-smoothing:antialiased;
  font-smoothing:antialiased;
  font-family: 'Archivo', sans-serif;
  background-color:#fff;
}
html
{
	scroll-behavior: smooth;
}
.mobile
{
	display:none;
}
.desktop
{
	display:inline-flex;
}
@media (max-width: 768px) 
{
	.desktop
	{
		display:none;
	}
	.mobile
	{
		display:block;
	}
}
/* ----------------------BOTONES Y INPUTS-------------------- */
.text-success
{
	color:#877a2b;
}
.btn-group-lg>.btn, .btn-lg
{
    border-radius: 10rem;
}
.btn-primary, .btn-secondary
{
	background-color:#877a2b;
	border-color:#877a2b;
}
.btn-outline-success, .btn-secondary
{
	 border-radius: 10rem;
}
.btn-outline-primary
{
	border-radius: 10rem;
	border-color:#877a2b;
}
.btn-info
{
	border-radius: 10rem;
	border-color:#ffffff;
	background-color:#877a2b;
}
.btn-info:hover{background-color:#5a6268;border-color:#ffffff}
.btn-info:link:active, .btn-info:visited:active 
{
  background-color:#877a2b;
}
.btn-outline-success:hover{background-color:#877a2b;}
.btn-outline-success{border-color:#877a2b;color:#877a2b}
h2, .h2, h3, .h3, h4, .h4
{
	color: #2b4655;
}
a
{
    color: #877a2b;
}
a:hover
{
    color: #4c6370;
	text-decoration:none;
}
.form-control:focus, .custom-select:focus, button.collapsed:focus
{
  border-color: #877a2b;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(77, 160, 127, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(77, 160, 127, 0.6);
}
.btn-primary:active:focus {
  color: #ffffff; 
  background-color: #877a2b; 
  border-color: #494F57;
}
.btn-primary:hover{background-color:#5a6268;border-color:#ffffff}
.btn-primary:active{background-color:#877a2b;border-color:#ffffff}
.btn-primary:visited{background-color:#877a2b;border-color:#ffffff}
.btn-primary:focus,.btn-primary.focus{box-shadow:0 0 0 .2rem rgba(77, 160, 127, 0.6)}
.btn-primary.disabled,.btn-primary:disabled{color:#fff;background-color:#877a2b;border-color:#877a2b}
.btn-primary:not(:disabled):not(.disabled):active,.btn-primary:not(:disabled):not(.disabled).active,.show>.btn-primary.dropdown-toggle{background-color:#877a2b;border-color:#000}
.btn-primary:not(:disabled):not(.disabled):active:focus,.btn-primary:not(:disabled):not(.disabled).active:focus,.show>.btn-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(77, 160, 127, 0.6)}
.btn-primary:link, .btn-primary:visited
{
  background-color:#877a2b;
}
.btn-primary:link:active, .btn-primary:visited:active 
{
  background-color:#877a2b;
}
.btn-link
{
    color: #4ba07e;
}
.btn-link:hover
{
    color: #294453;
}
.blog-header
{
  line-height: 1;
  border-bottom: 1px solid #e5e5e5;
}
@media (max-width: 768px)
{
  header
  {
	  font-size:20px;
  }
  .hora
  {
	  font-size:14px;
  }
}
h1, h2, h3, h4, h5, h6
{
  font-family: "Archivo", serif;
}
.display-4 {
  font-size: 2.5rem;
}
@media (min-width: 768px)
{
  .display-4 {
    font-size: 3rem;
  }
}
.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}
.nav-scroller .nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
.nav-scroller .nav-link {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: .875rem;
}
.card-img-right {
  height: 100%;
  border-radius: 0 3px 3px 0;
}
.flex-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.h-250 { height: 250px; }
@media (min-width: 768px) {
  .h-md-250 { height: 250px; }
}
/* Pagination */
.blog-pagination {
  margin-bottom: 4rem;
}
.blog-pagination > .btn {
  border-radius: 2rem;
}
/* Blog posts */
.blog-post {
  margin-bottom: 4rem;
}
.blog-post-title {
  margin-bottom: .25rem;
  font-size: 2.5rem;
}
.blog-post-meta {
  margin-bottom: 1.25rem;
  color: #999;
}
@media (max-width: 768px)
{
  .blog-post, .blog-main h3, .blog-pagination
  {
	  text-align:center;
  }
  
}
/*Footer*/
.blog-footer {
  padding: 2.5rem 0;
  padding-bottom:0px;
  color: #999;
  text-align: center;
  background-color: #f9f9f9;
  border-top: .05rem solid #0d2733;
}
.blog-footer p:last-child {
  margin-bottom: 0;
}