body {
  font-family: 'Nunito';
}
.row {
  margin: 0;
}
#contenido {
  min-height: calc(100vh - 327px);
}
.title-h2 {
  font-size: 3rem;
}
.text-h1 {
  font-size: 1rem;
  margin: 0 0 1rem 0;
}
.bg-gris {
  background: #e9ecef;
}
.bold {
  font-weight: bold;
}
@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0,0,0,0.75);
  font-size: 1.15rem;
}
header {
  box-shadow: 0 0.25rem 0.75rem rgba(0,0,0,0.1);
}
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
  font-weight: bold;
}
.pointer {
  cursor: pointer;
}
.navbar-brand img {
  width: 100%;
  max-width: 2.75rem;
}
.navbar-brand b {
  font-size: 0.9rem;
}
.navbar-nav .nav-item {
  padding: 0 0.25rem;
}
.icon-social {
  display: none;
  font-size: 1.45rem;
  margin-left: 0.5rem;
  color: #717171 !important;
}
.icon-social:hover {
  color: #000 !important;
}
.d-none-partial {
  display: none;
}
.icon-play {
  font-size: 2rem !important;
}
footer {
  background: #212121;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .icon-social {
    display: inline;
  }
  .seotags .row >div {
    padding-left: 0;
  }
  .seotags .row >div:last-child {
    padding-right: 0;
  }
}
@media only screen and (min-width: 993px) {
  .navbar-brand b {
    font-size: 1.2rem;
  }
  .navbar-nav .nav-item {
    padding: 0 1rem;
  }
}
.banner {
  background-image: url("/img/banner-home-movil.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 768px) {
  .banner {
    background-image: url("/img/banner-home.jpg");
  }
}
.banner .row {
  min-height: 15rem;
}
.banner .box-img-jhon {
  text-align: center;
  padding-bottom: 1rem;
}
@media only screen and (min-width: 768px) {
  .banner .box-img-jhon {
    text-align: right;
    padding-bottom: 0;
  }
}
.banner .box-img-jhon .img-jhon {
  box-shadow: 0 0 0.2rem rgba(0,0,0,0.9);
  max-width: 8rem;
}
@media only screen and (min-width: 768px) {
  .banner .box-img-jhon .img-jhon {
    max-width: 10rem;
  }
}
.banner .iconos-home a {
  color: #fff !important;
  font-size: 2rem;
  margin-left: 1rem;
  box-shadow: 0 0 0.2rem rgba(0,0,0,0.9);
}
.banner .iconos-home a:hover {
  text-shadow: 0 0 0.2rem rgba(255,255,255,0.9);
}
.banner h1,
.banner h2,
.banner .text-shado-white {
  text-shadow: 0 0 0.2rem rgba(0,0,0,0.9);
}
.contacto .iconos-home {
  padding-top: 1rem;
}
.contacto .iconos-home i {
  color: #717171 !important;
  font-size: 2rem;
  margin-left: 1rem;
}
.img-jhon {
  border-radius: 100%;
  width: 100%;
}
.skills .list-skills div {
  padding-bottom: 0.5rem;
}
.skills .list-skills img {
  max-width: 2.7rem;
  margin-right: 1rem;
}
.border-img {
  border-radius: 0.5rem;
  box-shadow: 0 0 0.5rem rgba(0,0,0,0.2);
}
.servicios h3 {
  font-size: 1rem;
}
.servicios .col-12:first-child {
  padding-bottom: 1rem;
}
@media only screen and (min-width: 768px) {
  .servicios .col-12:first-child {
    padding-bottom: 0;
  }
}
#portafolio-content .box-portafolio >div {
  margin-bottom: 1rem;
  background: #fff;
  border-radius: 0.15rem;
  box-shadow: -0.25rem -0.25rem 0.25rem 0 #fff, 0.25rem 0.25rem 0.25rem 0 rgba(0,0,0,0.05);
}
#portafolio-content .img-portafolio {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  height: 12rem;
  overflow: hidden;
  white-space: nowrap;
}
@media only screen and (min-width: 768px) {
  #portafolio-content .img-portafolio {
    height: 10rem;
  }
}
#portafolio-content .img-portafolio img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  vertical-align: middle;
}
#portafolio-content h4 {
  color: #000;
  font-weight: bold;
  margin: 0;
  font-size: 1rem;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  #portafolio-content h4 {
    font-size: 1.15rem;
  }
}
.buttons-portafolio .btn-dark,
.buttons-portafolio .btn:hover {
  color: #fff;
}
#columns {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
}
.pin {
  margin: 0 2px 1rem;
  column-break-inside: avoid;
  opacity: 1;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.pin img {
  width: 100%;
  border-radius: 0.5rem;
  box-shadow: 0 0 0.5rem rgba(0,0,0,0.2);
}
@media (min-width: 960px) {
  #columns {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
  }
}
@media (min-width: 1100px) {
  #columns {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
  }
}
.resenas .card {
  border-radius: 0.5rem;
  box-shadow: 0 0 0.5rem rgba(0,0,0,0.5);
}
.img-resena {
  border-radius: 100%;
  width: 100%;
  max-width: 6rem;
}
.box-blog {
  padding: 1.5rem 0;
  border-bottom: 1px dashed #e0e0e0;
}
.box-blog:first-child {
  padding-top: 0;
}
.box-blog h3 {
  color: #212121;
  margin: 0;
  font-weight: 500;
}
.box-blog h4 {
  margin: 0.5rem 0 0 0;
  font-size: 1rem;
  color: #616161;
}
.box-blog:hover {
  text-decoration: none !important;
}
.box-blog div .ver-post {
  text-decoration: underline;
}
a.badge {
  text-decoration: none;
  color: #fff;
}
.bg-gray-light {
  background: #eee;
}
.breadcrumb {
  background: #fff;
}
.red {
  background: #f44336;
}
.red-dark {
  background: #d32f2f;
}
.green {
  background: #00e676;
  color: #000 !important;
}
.green-dark {
  background: #4caf50;
}
.yellow {
  background: #ffeb3b;
  color: #000 !important;
}
