/*original*/
/*$rojo: #EF6250 !default;*/
/*original*/
/*$azul: #003682 !default;*/
html {
  height: 100%;
}

body {
  height: 100%;
  overflow-x: hidden;
  font-family: "Roboto", sans-serif;
}

p {
  line-height: 1.5;
  font-weight: 300;
  font-size: 16px !important;
}

a {
  color: #496AAD;
  text-decoration: none;
}
a:hover {
  color: #3a5489;
  text-decoration: none;
}

.text-primary {
  color: #fed136 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}

.page-section {
  padding: 100px 0;
}
.page-section h2.section-heading {
  font-size: 30px;
  margin-top: 0;
}
.page-section h3.section-subheading {
  font-weight: 300;
  margin-bottom: 75px;
  text-transform: none;
  font-family: "Roboto", sans-serif;
}

@media (max-width: 767px) {
  h1 {
    font-size: 25px !important;
  }

  h2 {
    font-size: 24px !important;
  }

  h3 {
    font-size: 20px !important;
  }

  h5 {
    font-size: 17px !important;
  }

  .container {
    padding: 0% 10% !important;
  }

  .page-section {
    padding: 50px 0;
  }
}
@media (min-width: 768px) {
  h1 {
    font-size: 35px !important;
  }

  h2 {
    font-size: 27px !important;
  }

  h3 {
    font-size: 18px !important;
  }

  h5 {
    font-size: 17px !important;
  }
}
@media (min-width: 992px) {
  h2 {
    font-size: 27px !important;
  }

  h3 {
    font-size: 18px !important;
  }

  h5 {
    font-size: 17px !important;
  }
}
@media (min-width: 1200px) {
  h2 {
    font-size: 30px !important;
  }

  h3 {
    font-size: 20px !important;
  }

  h5 {
    font-size: 17px !important;
  }
}
.btn {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  border-radius: 30px;
}

.btn-xl {
  font-size: 18px;
  padding: 20px 40px;
}

.btn-primary {
  background-color: #496AAD;
  border: 3px solid #496AAD !important;
  color: #fff !important;
  transition: 0.5s;
}
.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
  background-color: #fff !important;
  border: 3px solid #496AAD !important;
  color: #496AAD !important;
  box-shadow: none !important;
}

.btn-primary-border {
  background-color: #fff !important;
  border: 3px solid #496AAD !important;
  color: #496AAD;
  transition: 0.5s;
}
.btn-primary-border:active, .btn-primary-border:focus, .btn-primary-border:hover {
  background-color: #496AAD !important;
  border: 3px solid #496AAD !important;
  color: #fff;
  box-shadow: none !important;
}

.btn-rojo {
  background-color: #E6455F;
  border: 3px solid #E6455F !important;
  color: #fff;
  transition: 0.5s;
}
.btn-rojo:active, .btn-rojo:focus, .btn-rojo:hover {
  background-color: #fff !important;
  border: 3px solid #E6455F !important;
  color: #E6455F;
  box-shadow: none !important;
}

.btn-rojo-border {
  background-color: #fff !important;
  border: 3px solid #E6455F !important;
  color: #E6455F;
  transition: 0.5s;
}
.btn-rojo-border:active, .btn-rojo-border:focus, .btn-rojo-border:hover {
  background-color: #E6455F !important;
  border: 3px solid #E6455F !important;
  color: #fff;
  box-shadow: none !important;
}

.btn-white {
  background-color: #fff;
  border: 3px solid #fff !important;
  color: #F59201;
}
.btn-white:active, .btn-white:focus, .btn-white:hover {
  background-color: transparent !important;
  border: 3px solid #fff !important;
  color: #fff;
}

#mainNav {
  background-color: #fff;
  border-color: #496AAD !important;
  border-bottom: 2px solid;
}
#mainNav .navbar-toggler {
  font-size: 12px;
  right: 0;
  padding: 13px;
  text-transform: uppercase;
  color: white;
  background-color: #496AAD;
  /*Boton menu responsive*/
  font-family: "Roboto", sans-serif;
}
#mainNav .navbar-nav .nav-item .nav-link {
  font-size: 90%;
  font-weight: 400;
  padding: 0.75em 0;
  letter-spacing: 1px;
  color: #496AAD;
  font-family: "Roboto", sans-serif;
}
#mainNav .navbar-nav .nav-item .nav-link.active, #mainNav .navbar-nav .nav-item .nav-link:hover {
  color: #496AAD;
  font-weight: 500;
}

.logo {
  width: 70%;
}

@media (max-width: 767px) {
  .logo {
    width: 40%;
  }
}
@media (min-width: 768px) {
  #mainNav {
    padding-top: 25px;
    padding-bottom: 25px;
    -webkit-transition: padding-top 0.3s, padding-bottom 0.3s;
    -moz-transition: padding-top 0.3s, padding-bottom 0.3s;
    transition: padding-top 0.3s, padding-bottom 0.3s;
    border: none;
    background-color: transparent;
  }
  #mainNav .navbar-brand {
    font-size: 1.75em;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  #mainNav .navbar-nav .nav-item .nav-link {
    padding: 1.1em 1em;
  }
  #mainNav .navbar-nav .nav-item .nav-link:hover {
    color: #E6455F !important;
  }
  #mainNav .navbar-nav .nav-item .nav-link:active {
    color: #E6455F !important;
  }
  #mainNav.navbar-shrink {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #fff;
    /*Fondo header menu con scroll*/
  }
  #mainNav.navbar-shrink .navbar-brand {
    font-size: 1.25em;
    padding: 12px 0;
  }
}
@media (max-width: 767px) {
  .header-animation-1 {
    position: absolute;
    left: 10%;
    top: 60%;
    width: 15%;
  }

  .header-animation-2 {
    position: absolute;
    right: 8%;
    top: 22%;
    width: 10%;
  }

  .planes-animation-1 {
    position: absolute;
    top: 15%;
    left: 10%;
    width: 15%;
  }

  .planes-animation-2 {
    position: absolute;
    bottom: 3%;
    right: 5%;
    width: 9%;
  }
}
@media (min-width: 768px) {
  .header-animation-1 {
    position: absolute;
    left: 37%;
    top: 18%;
    width: 7%;
  }

  .header-animation-2 {
    position: absolute;
    right: 8%;
    top: 25%;
    width: 5%;
  }

  .planes-animation-1 {
    position: absolute;
    top: 7%;
    left: 6%;
    width: 8%;
  }

  .planes-animation-2 {
    position: absolute;
    bottom: 3%;
    right: 5%;
    width: 7%;
  }
}
@media (min-width: 992px) {
  .header-animation-1 {
    position: absolute;
    left: 35%;
    top: 30%;
    width: 7%;
  }

  .header-animation-2 {
    position: absolute;
    right: 10%;
    top: 25%;
    width: 5%;
  }

  .planes-animation-1 {
    position: absolute;
    top: 10%;
    left: 5%;
    width: 8%;
  }

  .planes-animation-2 {
    position: absolute;
    bottom: 5%;
    right: 10%;
    width: 7%;
  }
}
@media (min-width: 1200px) {
  .header-animation-1 {
    position: absolute;
    left: 35%;
    top: 30%;
    width: 7%;
  }

  .header-animation-2 {
    position: absolute;
    right: 10%;
    top: 25%;
    width: 5%;
  }

  .planes-animation-1 {
    position: absolute;
    top: 15%;
    left: 10%;
    width: 6%;
  }

  .planes-animation-2 {
    position: absolute;
    bottom: 10%;
    right: 10%;
    width: 7%;
  }
}
@media (min-width: 1700px) {
  .header-animation-1 {
    position: absolute;
    left: 12%;
    top: 40%;
    width: 7%;
  }

  .header-animation-2 {
    position: absolute;
    right: 10%;
    top: 25%;
    width: 5%;
  }

  .planes-animation-1 {
    position: absolute;
    top: 20%;
    left: 15%;
    width: 6%;
  }

  .planes-animation-2 {
    position: absolute;
    bottom: 20%;
    right: 15%;
    width: 7%;
  }
}
.header-animation-1 img, .header-animation-2 img {
  -webkit-animation: spin 10s linear infinite;
  animation: spin 10s linear infinite;
}

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.planes-animation-1 img {
  -webkit-animation: sp 5s linear infinite;
  animation: sp 5s linear infinite;
}

.planes-animation-2 img {
  -webkit-animation: sp 4s linear infinite;
  animation: sp 4s linear infinite;
}

@keyframes sp {
  from {
    transform: translate(0, 0px);
  }
  65% {
    transform: translate(0, 30px);
  }
  to {
    transform: translate(0, 0px);
  }
}
#particles-js {
  width: 100%;
  height: 100%;
  background-color: #fff;
  background-image: url("");
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
}

.slogan {
  font-weight: 300 !important;
  color: #496AAD;
}

@media (max-width: 767px) {
  .slogan {
    font-size: 25px;
  }

  .header {
    padding-top: 50px;
    padding-bottom: 1%;
  }

  .portada {
    width: 90%;
    padding-top: 5%;
  }

  .txt-header {
    padding: 2% 5%;
    text-align: center;
  }
}
@media (min-width: 768px) {
  .slogan {
    font-size: 35px !important;
    color: #496AAD;
  }

  .header {
    padding-bottom: 1%;
  }

  .portada {
    width: 120%;
    padding-top: 1%;
  }

  .txt-header {
    padding-top: 25%;
    text-align: left;
  }
}
@media (min-width: 992px) {
  .slogan {
    font-size: 40px !important;
  }
}
@media (min-width: 1200px) {
  .slogan {
    font-size: 50px !important;
  }
}
/* HOVER */
@keyframes hover {
  50% {
    transform: translateY(-3px);
  }
  100% {
    transform: translateY(-6px);
  }
}
.hover {
  position: relative;
  transition-duration: 0.2s;
  transition-property: transform;
}
.hover:hover {
  transform: translateY(-6px);
  animation-name: hover;
  animation-duration: 1.5s;
  animation-delay: 0.2s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
.hover:hover:before {
  opacity: 0.6;
  transform: translateY(6px);
  animation-name: shadow;
  animation-duration: 1.5s;
  animation-delay: 0.3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

.service-heading {
  text-transform: none;
  padding: 15px 0;
}

.img-caracteristicas {
  border-radius: 30px;
  transition: 1s;
  /*cambio*/
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.06);
}
.img-caracteristicas:hover {
  background-color: #496AAD;
  color: #fff;
  transition: 0.5s;
}
.img-caracteristicas:hover .flecha {
  color: #496AAD;
  background-color: #fff;
  transition: 0.5s;
}
.img-caracteristicas h5 {
  padding: 0px !important;
}
.img-caracteristicas .icon-caracteristica {
  font-size: 5rem;
  padding: 20px;
  width: 120px;
  height: 120px;
  line-height: 80px;
  border-radius: 100%;
  display: inline-block;
}
.img-caracteristicas .flecha {
  font-size: 2rem;
  width: 70px;
  height: 70px;
  line-height: 70px;
  border-radius: 100%;
  display: inline-block;
  background-color: #496AAD;
  color: #fff;
  margin-bottom: -100px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.06);
}

.hr-rojo {
  height: 2px;
  background-color: #E6455F;
  margin: 5% 45%;
}

@media (max-width: 767px) {
  .img-caracteristicas {
    padding: 2%;
    margin-bottom: 50px;
  }
  .img-caracteristicas div {
    height: 50%;
  }
}
@media (min-width: 768px) {
  .img-caracteristicas {
    padding: 2%;
    margin-bottom: 50px;
  }
  .img-caracteristicas div {
    height: 50%;
  }
}
@media (min-width: 992px) {
  .img-caracteristicas {
    padding: 2%;
  }
  .img-caracteristicas div {
    height: 70%;
  }
}
.beneficios {
  text-align: center;
  color: white;
  background-image: url("../img/fondo-beneficios.svg");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: top;
  background-size: cover;
  position: relative;
}

.img-beneficios {
  border-radius: 100%;
  transition: 0.5s;
  /*cambio*/
  background-color: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.06);
  width: 60%;
  margin: auto;
}
.img-beneficios:hover {
  border: 3px solid #fff;
}

@media (max-width: 767px) {
  .planes .plan {
    margin-bottom: 15px;
    padding: 35px;
  }
  .planes .img-plan {
    width: 35%;
  }
}
@media (min-width: 768px) {
  .planes .plan {
    margin-bottom: 10px;
    padding: 30px;
  }
  .planes .img-plan {
    width: 60%;
  }
}
@media (min-width: 992px) {
  .planes .plan {
    margin-bottom: 10px;
    padding: 50px;
  }
  .planes .img-plan {
    width: 50%;
  }
}
.planes {
  text-align: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
  padding-bottom: 10%;
  position: relative;
}
.planes .plan {
  transition: transform 1s;
  /*cambio*/
}
.planes .plan:hover {
  transform: scale(1.05);
  /*cambio*/
}
.planes .plan h2, .planes .plan h6 {
  display: inline;
}
.planes .estandar {
  border-radius: 30px 0px;
  background-color: #496AAD;
  color: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.06);
}
.planes .premium {
  border-radius: 0px 30px;
  background-color: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.06);
}

@media (max-width: 767px) {
  .planes .plan {
    margin-bottom: 15px;
    padding: 35px;
  }
  .planes .img-plan {
    width: 35%;
  }
}
@media (min-width: 768px) {
  .planes .plan {
    margin-bottom: 10px;
    padding: 30px;
  }
  .planes .img-plan {
    width: 60%;
  }
}
@media (min-width: 992px) {
  .planes .plan {
    margin-bottom: 10px;
    padding: 50px;
  }
  .planes .img-plan {
    width: 50%;
  }
}
.testimonios {
  height: 150%;
}

.m-0 {
  margin: 0px !important;
}

.logo-empresa i {
  font-size: 5rem;
  padding: 5px;
  width: 120px;
  height: 120px;
  line-height: 80px;
  margin-top: -90px;
  background-color: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.06);
  border-radius: 100%;
  color: #fff;
  display: inline-block;
}
.logo-empresa i .logo {
  width: 100%;
}

.img-testimonios {
  background-color: #fff;
  border-radius: 30px 0px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.06);
  transition: 0.5s;
}
.img-testimonios:hover {
  background-color: #496AAD;
  color: #fff;
}
.img-testimonios:hover .comilla-ini {
  color: #fff;
}
.img-testimonios:hover .comilla-fin {
  color: #fff;
}

.comilla-ini {
  font-size: 80px !important;
  line-height: 0.7em;
  text-align: right;
  font-family: "Secular One" !important;
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
  color: #496AAD;
}

.comilla-fin {
  font-size: 80px !important;
  text-align: right;
  line-height: 0.7em;
  font-family: "Secular One" !important;
  color: #496AAD;
}

.name-testimonio {
  text-align: center;
  margin-bottom: 0em;
}

.empresa-testimonio {
  text-align: center;
  font-weight: bold;
  margin-bottom: 40px;
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.action {
  text-align: center;
  color: white;
  background-image: url(../../img/fondo-call.svg);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
}

section#contact .contacto {
  background-color: #496AAD;
  border-radius: 60px 0px;
  padding: 40px;
  color: #fff;
}
section#contact .form-group {
  margin-bottom: 25px;
}
section#contact .form-group input,
section#contact .form-group textarea {
  padding: 20px;
}
section#contact .form-group input.form-control {
  height: auto;
}
section#contact .form-group textarea.form-control {
  height: 248px;
}
section#contact .form-group .form-control {
  border-radius: 30px;
  border: 3px solid #496AAD;
}
section#contact .form-control:focus {
  border-color: #496AAD;
  box-shadow: none;
}
section#contact ::-webkit-input-placeholder {
  font-weight: 500;
  color: #ced4da;
  font-family: "Roboto", sans-serif;
}
section#contact :-moz-placeholder {
  font-weight: 500;
  color: #ced4da;
  font-family: "Roboto", sans-serif;
}
section#contact ::-moz-placeholder {
  font-weight: 500;
  color: #ced4da;
  font-family: "Roboto", sans-serif;
}
section#contact :-ms-input-placeholder {
  font-weight: 500;
  color: #ced4da;
  font-family: "Roboto", sans-serif;
}

ul.social-buttons {
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 40px;
}
ul.social-buttons li a {
  background-color: #F59201;
  font-size: 20px;
  line-height: 50px;
  display: block;
  width: 50px;
  height: 50px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  color: #fff;
  border-radius: 100%;
  outline: none;
  text-decoration: none;
}
ul.social-buttons li a:active, ul.social-buttons li a:focus, ul.social-buttons li a:hover {
  background-color: #fed136;
  text-decoration: none;
}
ul.social-buttons li a img {
  height: 70%;
}

.footer {
  background-color: #496AAD;
  padding-top: 2%;
  padding-bottom: 2%;
  color: #fff;
}
.footer ul.quicklinks {
  font-size: 70%;
  line-height: 20px;
  margin-bottom: 0;
  text-transform: none;
  color: #fff;
}
.footer .list-inline-item {
  margin: 0px !important;
}
.footer a {
  color: #fff;
}
.footer a:hover {
  color: #fff;
}
.footer .redes:hover {
  color: #e4e4e4 !important;
}

@media (max-width: 767px) {
  .footer .logo {
    width: 55%;
  }

  .datos {
    text-align: center;
  }

  .contacto {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .footer .logo {
    width: 35%;
  }

  .datos {
    text-align: left;
  }

  .contacto {
    text-align: right;
  }
}
@media (min-width: 992px) {
  .footer .logo {
    width: 35%;
  }

  .datos {
    text-align: left;
  }

  .contacto {
    text-align: right;
  }
}
.redes {
  font-size: 40px !important;
  padding: 0.4em !important;
}
.redes:hover {
  color: #E6455F !important;
}

.agradeciemiento .header {
  color: #496AAD;
  text-align: center;
}
.agradeciemiento .video {
  padding: 3% 0%;
}
.agradeciemiento .video iframe {
  border-radius: 30px 0px;
}
.agradeciemiento .blog {
  color: #496AAD;
  padding: 4% 0%;
}
.agradeciemiento .blog .post {
  padding: 20px 70px;
  border: 3px solid #E6455F;
  background-color: #fff;
  margin: 30px 0px;
}
.agradeciemiento .blog .post:hover {
  border: 3px solid #496AAD;
}
.agradeciemiento .blog .post .title-post {
  line-height: 1.8em;
  padding-bottom: 10px;
}
.agradeciemiento .blog .post .hr-titulo {
  height: 2px;
  background-color: #E6455F;
  margin-left: -13px;
  width: 40px;
  margin-top: -13px;
}
.agradeciemiento .blog .post-izq {
  border-radius: 30px 0px;
}
.agradeciemiento .blog .post-der {
  border-radius: 0px 30px;
}
.agradeciemiento .blog .leer-todo {
  text-align: right;
  font-weight: bold;
}
.agradeciemiento .clientes {
  color: #496AAD;
  padding: 4% 0%;
}
.agradeciemiento .clientes .img-clientes {
  width: 100%;
  margin-bottom: 20px;
}
.agradeciemiento .hr-rojo-a {
  height: 2px;
  background-color: #E6455F;
  margin: 1% 47%;
}
@media (max-width: 767px) {
  .agradeciemiento .header {
    padding-top: 23%;
  }
  .agradeciemiento iframe {
    width: 300px;
    height: 175px;
  }
}
.agradeciemiento .blog .img-blog {
  width: 70%;
  margin-bottom: 5%;
}
.agradeciemiento .blog .post {
  margin: 20px 0px;
  padding: 10px 50px;
}
@media (min-width: 768px) {
  .agradeciemiento .header {
    padding-top: 15%;
  }
  .agradeciemiento .blog .img-blog {
    width: 100%;
  }
  .agradeciemiento iframe {
    width: 450px;
    height: 250px;
  }
}
@media (min-width: 992px) {
  .agradeciemiento .header {
    padding-top: 10%;
  }
  .agradeciemiento .blog .img-blog {
    width: 100%;
  }
  .agradeciemiento iframe {
    width: 560px;
    height: 315px;
  }
}

.suscripcion {
  padding: 20px;
}

.banner {
  width: 100%;
}

.blog-header {
  line-height: 1;
  border-bottom: 1px solid #e5e5e5;
}

.blog-header-logo {
  font-size: 2.25rem;
}

.blog-header-logo:hover {
  text-decoration: none;
}

.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: -webkit-box;
  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: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
}

.card-img-right {
  height: 100%;
  border-radius: 0 3px 3px 0;
}

.flex-auto {
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
}

.h-250 {
  height: 250px;
}

@media (min-width: 768px) {
  .h-md-250 {
    height: 250px;
  }
}
.border-top {
  border-top: 1px solid #e5e5e5;
}

.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
}

/*
 * Blog name and description
 */
.blog-title {
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 400;
}

.blog-description {
  font-size: 1.1rem;
  color: #999;
}

@media (min-width: 40em) {
  .blog-title {
    font-size: 3.5rem;
  }
}
/* Pagination */
.blog-pagination {
  margin-bottom: 4rem;
}

.blog-pagination > .btn {
  border-radius: 2rem;
}

/*
 * Blog posts
 */
.blog-post {
  margin-bottom: 4rem;
}

.blog-post-title {
  margin-bottom: 0.25rem;
  font-size: 2.5rem;
}

.blog-post-meta {
  margin-bottom: 1.25rem;
  color: #999;
}

/*
 * Footer
 */
.blog-footer {
  padding: 2.5rem 0;
  color: #999;
  text-align: center;
  background-color: #f9f9f9;
  border-top: 0.05rem solid #e5e5e5;
}

.blog-footer p:last-child {
  margin-bottom: 0;
}

/*# sourceMappingURL=agency.css.map */
