/*
Para el fill
.head-img {
      width: 100%;
      height: 415px;
      overflow: hidden;
      img {
        width: 100%;
        height: 415px;
        .fill;
      }
      }*/
@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600');
.fill {
  object-fit: cover;
  object-position: middle center;
}
.cover {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.shad {
  text-shadow: 0 -1px 0 rgba(128, 128, 128, 0.5);
}
.light {
  font-weight: 300;
}
.regular {
  font-weight: 400;
}
.medium {
  font-weight: 500;
}
.semi {
  font-weight: 600;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
body,
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-family: 'Poppins', sans-serif;
}
a,
a:hover {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
a:hover {
  text-decoration: none;
}
hr.clear {
  background: none;
  border: 0;
  clear: both;
  display: block;
  float: none;
  font-size: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
/*
Para el fill
.head-img {
      width: 100%;
      height: 415px;
      overflow: hidden;
      img {
        width: 100%;
        height: 415px;
        .fill;
      }
      }*/
.header {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background: #FFF;
  position: fixed;
  z-index: 8;
  top: 0;
  right: 0;
  left: 0;
  padding: 22px 0;
}
@media (max-width: 767px) {
  .header {
    height: 50px;
  }
}
.header nav {
  text-align: center;
}
@media (max-width: 767px) {
  .header nav {
    display: none;
  }
}
.header nav ul {
  text-align: center;
  margin: 0;
  padding: 0;
}
.header nav ul li {
  list-style: none;
  display: inline-block;
}
@media (min-width: 768px) {
  .header nav ul li {
    padding: 0 10px;
  }
}
@media (min-width: 992px) {
  .header nav ul li {
    padding: 0 20px;
  }
}
@media (min-width: 1200px) {
  .header nav ul li {
    padding: 0 30px;
  }
}
.header nav ul li a {
  font-weight: 500;
  font-size: 11px;
  color: #484b42;
  text-transform: uppercase;
}
.header nav ul li a:hover {
  color: #cb7e35;
}
.header nav ul li a.active {
  color: #cb7e35;
}
.sticky {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding: 15px 0;
}
.hero {
  position: relative;
}
.hero .image {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.hero .image img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  object-position: middle center;
}
.hero .wording {
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  text-align: center;
  right: 0;
  left: 0;
}
.hero .wording .logo {
  margin-bottom: 23px;
}
@media (max-width: 767px) {
  .hero .wording .logo img {
    width: 120px;
  }
}
.hero .wording h1 {
  font-size: 42px;
  color: #484b42;
  font-weight: 300;
  margin: 0 0 10px;
}
@media (max-width: 767px) {
  .hero .wording h1 {
    font-size: 28px;
  }
}
.hero .wording h2 {
  font-weight: 300;
  color: #808080;
  font-size: 18px;
  line-height: 1.6em;
  margin: 0;
}
@media (max-width: 767px) {
  .hero .wording h2 {
    font-size: 16px;
  }
  .hero .wording h2 br {
    display: none;
  }
}
.hero .seguir {
  z-index: 2;
  position: absolute;
  bottom: 60px;
  right: 0;
  left: 0;
}
@media (max-width: 767px) {
  .hero .seguir {
    display: none;
  }
}
.hero .seguir a {
  display: block;
  margin: 0 auto;
  width: 54px;
  height: 54px;
  border: 1px solid #808080;
  padding: 10px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #484b42;
  font-size: 25px;
}
.hero .seguir a:hover {
  transform: translatey(5px);
  color: #808080;
}
.hero-in {
  width: 100%;
  background: url(../img/hero-in.jpg) center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
@media (min-width: 768px) {
  .hero-in {
    margin-top: 66px;
  }
}
@media (max-width: 767px) {
  .hero-in {
    margin-top: 46px;
  }
}
.hero-in .txt {
  padding: 98px 0 30px;
}
.hero-in .txt h1 {
  margin: 0;
  font-size: 30px;
  font-weight: 300;
  color: #484b42;
}
.hero-in .txt h2 {
  margin: 0;
  color: #808080;
  font-weight: 300;
  font-size: 18px;
}
.btn-more {
  display: block;
  margin: 0 auto;
  width: 54px;
  height: 54px;
  border: 1px solid #808080;
  padding: 10px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #484b42;
  font-size: 25px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.btn-more:hover {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  transform: scale(0.97, 0.97);
  color: #cb7e35;
}
.intro {
  padding: 104px 0 80px;
  text-align: center;
}
.intro h3 {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  color: #484b42;
  margin: 0;
  letter-spacing: 0.16em;
}
.intro h2 {
  font-size: 28px;
  font-weight: 300;
  color: #484b42;
  margin: 10px 0 25px;
}
.intro p {
  color: #808080;
  font-size: 16px;
  line-height: 1.6em;
}
@media (min-width: 1200px) {
  .intro p {
    max-width: 816px;
    margin: 0 auto;
    margin-bottom: 63px;
  }
}
.intro p.normal {
  margin-bottom: 30px;
}
@media (min-width: 1200px) {
  .intro p.normal {
    margin-bottom: 30px;
  }
}
.intro.articulo p {
  margin-bottom: 30px;
}
@media (min-width: 1200px) {
  .intro.articulo p {
    margin-bottom: 30px;
  }
}
.intro.contacto {
  padding: 80px 0 0;
}
.intro.contacto h2 {
  font-size: 28px;
  font-weight: 300;
  color: #484b42;
  margin: 10px 0 15px;
}
.intro.contacto p {
  margin-bottom: 30px;
}
@media (min-width: 1200px) {
  .intro.contacto p {
    margin-bottom: 30px;
  }
}
.intro.contacto p strong {
  font-weight: 400;
  color: #484b42;
}
.intro.contacto p span {
  color: #484b42;
}
.unparrafo {
  padding: 80px 0 90px;
  text-align: left;
}
.unparrafo.regularpad {
  padding: 55px 0 75px;
}
.unparrafo h2 {
  font-size: 28px;
  font-weight: 300;
  color: #484b42;
  margin: 0 0 30px;
}
.unparrafo p {
  color: #808080;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6em;
  margin-bottom: 30px;
}
.unparrafo .btn-more {
  display: inline-block;
  margin-top: 40px;
}
.unparrafo .descar {
  display: inline-block;
  text-transform: uppercase;
  color: #484b42;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.16em;
  padding-left: 7px;
  transform: translatey(-5px);
}
.grid .container-fluid {
  padding-right: 0;
  padding-left: 0;
}
.grid .row {
  margin-left: 0;
  margin-right: 0;
}
.grid .col-sm-4 {
  padding-right: 0;
  padding-left: 0;
}
.grid a figure {
  background: #000;
  width: 100%;
  text-align: center;
  overflow: hidden;
  background: #484b42;
  position: relative;
}
.grid a figure img {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  width: 100%;
}
@media (min-width: 768px) {
  .grid a figure img {
    opacity: 0.5;
  }
}
@media (min-width: 992px) {
  .grid a figure img {
    opacity: 0.9;
  }
}
@media (max-width: 767px) {
  .grid a figure img {
    opacity: 0.5;
  }
}
.grid a figure figcaption {
  z-index: 2;
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  right: 0;
  left: 0;
  text-align: center;
  color: #FFF;
}
.grid a figure figcaption .sub {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.16em;
  color: #FFF;
}
.grid a figure figcaption h3 {
  font-weight: 300;
  color: #FFF;
  font-size: 28px;
  margin: 5px 0 15px;
}
@media (min-width: 768px) {
  .grid a figure figcaption h3 {
    font-size: 21px;
  }
}
@media (min-width: 992px) {
  .grid a figure figcaption h3 {
    font-size: 28px;
  }
}
.grid a figure figcaption .btn-more {
  border: 1px solid #FFF;
  color: #FFF;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.grid a figure figcaption .btn-more:hover {
  color: #FFF;
}
.grid a:hover figure img {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0.5;
  transform: scale(1.03, 1.03);
}
.grid a:hover figcaption .btn-more {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  transform: scale(0.97, 0.97);
}
.grid.recetas {
  margin-top: 50px;
}
.grid.recetas a figure {
  background: #a4ad7d;
}
.grid.recetas a figure figcaption h3 {
  font-weight: 300;
  color: #FFF;
  font-size: 22px;
  margin: 5px 0 15px;
}
@media (min-width: 768px) {
  .grid.recetas a figure figcaption h3 {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .grid.recetas a figure figcaption h3 {
    font-size: 22px;
  }
}
.grid.recetas a:hover figure img {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0.1;
  transform: scale(1.03, 1.03);
}
.spotconbg {
  height: 697px;
}
.spotconbg .big-img {
  width: 100%;
  height: 697px;
  overflow: hidden;
}
.spotconbg .big-img img {
  width: 100%;
  height: 697px;
  object-fit: cover;
  object-position: middle center;
}
.spotconbg .txt {
  position: absolute;
  z-index: 2;
  padding-top: 100px;
}
.spotconbg .txt h4 {
  text-transform: uppercase;
  color: #484b42;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.16em;
}
.spotconbg .txt h3 {
  font-size: 28px;
  font-weight: 300;
  color: #484b42;
  margin-bottom: 25px;
}
.spotconbg .txt p {
  font-size: 16px;
  color: #808080;
  font-weight: 300;
  line-height: 1.6em;
  margin-bottom: 30px;
}
.spotconbg .txt .btn-more {
  margin-top: 98px;
  display: inline-block;
}
.testimonials {
  text-align: center;
  background: url(../img/bgmarmol.jpg) no-repeat;
  padding: 85px 0 50px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.testimonials h3 {
  font-weight: 300;
  color: #484b42;
  font-size: 28px;
}
.testimonials .txt {
  max-width: 800px;
  margin: 0 auto;
  min-height: 100px;
}
.testimonials .txt p {
  font-size: 16px;
  color: #808080;
  line-height: 1.6em;
}
.testimonials .txt .who {
  font-size: 16px;
  color: #484b42;
}
.articulos {
  text-align: center;
  padding: 95px 0 0;
}
.articulos .sub {
  text-transform: uppercase;
  color: #484b42;
  font-size: 14px;
  letter-spacing: 0.16em;
  font-weight: 500;
}
.articulos h2 {
  color: #484b42;
  font-weight: 300;
  font-size: 30px;
  margin: 5px 0 0 0;
}
.articulos .grilla {
  margin-top: 30px;
}
.articulos .grilla .row {
  margin-right: 0;
  margin-left: 0;
}
.articulos .grilla .col-sm-4 {
  padding-right: 0;
  padding-left: 0;
}
.articulos .grilla a article img {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  width: 100%;
}
.articulos .grilla a article .txt {
  padding: 25px 20px;
}
.articulos .grilla a article .txt h3 {
  color: #484b42;
  font-weight: 300;
  font-size: 18px;
  text-align: left;
}
.articulos .grilla a article .txt p {
  font-size: 14px;
  color: #808080;
  text-align: left;
  line-height: 1.6em;
}
.articulos .grilla a:hover article img {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0.7;
  transform: none;
}
footer {
  text-transform: uppercase;
  text-align: center;
  padding: 65px 0 30px;
  font-size: 10px;
  text-align: center;
  font-weight: 600;
  color: #484b42;
  letter-spacing: 0.1em;
}
footer .logo {
  display: block;
  margin: 0 auto;
  padding-bottom: 20px;
}
footer .social {
  padding: 20px 0 0 0;
}
footer .social a {
  color: #484b42;
  font-size: 20px;
  padding: 0 5px;
}
footer .social a:hover {
  color: #808080;
}
.profile {
  width: 100%;
  height: 658px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .profile {
    height: 480px;
  }
}
.profile img {
  width: 100%;
  height: 658px;
  object-fit: cover;
  object-position: middle center;
}
@media (max-width: 767px) {
  .profile img {
    height: 480px;
  }
}
.grilla .row {
  display: table;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}
.grilla .row .col-sm-6 {
  padding-right: 0;
  padding-left: 0;
  float: none;
  width: 50%;
  vertical-align: top;
  display: table-cell;
  background: url(../img/marmol.jpg) center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
@media (max-width: 767px) {
  .grilla .row .col-sm-6 {
    width: 100%;
    display: block;
  }
}
.grilla .row .col-sm-6 .imagen {
  width: 100%;
  overflow: hidden;
}
@media (min-width: 768px) {
  .grilla .row .col-sm-6 .imagen {
    height: 450px;
  }
}
@media (min-width: 992px) {
  .grilla .row .col-sm-6 .imagen {
    height: 500px;
  }
}
@media (min-width: 1200px) {
  .grilla .row .col-sm-6 .imagen {
    height: 461px;
  }
}
.grilla .row .col-sm-6 .imagen img {
  width: 100%;
  object-fit: cover;
  object-position: middle center;
}
@media (min-width: 768px) {
  .grilla .row .col-sm-6 .imagen img {
    height: 450px;
  }
}
@media (min-width: 992px) {
  .grilla .row .col-sm-6 .imagen img {
    height: 500px;
  }
}
@media (min-width: 1200px) {
  .grilla .row .col-sm-6 .imagen img {
    height: 461px;
  }
}
@media (min-width: 768px) {
  .grilla .row .col-sm-6 .txt {
    padding: 40px;
  }
}
@media (min-width: 992px) {
  .grilla .row .col-sm-6 .txt {
    padding: 80px;
  }
}
@media (min-width: 1200px) {
  .grilla .row .col-sm-6 .txt {
    padding: 90px;
  }
}
@media (max-width: 767px) {
  .grilla .row .col-sm-6 .txt {
    padding: 40px;
  }
}
.grilla .row .col-sm-6 .txt h3 {
  font-weight: 300;
  color: #484b42;
}
@media (min-width: 768px) {
  .grilla .row .col-sm-6 .txt h3 {
    font-size: 22px;
  }
}
@media (min-width: 992px) {
  .grilla .row .col-sm-6 .txt h3 {
    font-size: 28px;
  }
}
.grilla .row .col-sm-6 .txt p {
  color: #808080;
  line-height: 1.6em;
  font-weight: 300;
}
@media (min-width: 768px) {
  .grilla .row .col-sm-6 .txt p {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .grilla .row .col-sm-6 .txt p {
    font-size: 16px;
  }
}
.grilla a .row {
  display: table;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}
.grilla a .row .col-sm-6 {
  padding-right: 0;
  padding-left: 0;
  float: none;
  width: 50%;
  vertical-align: top;
  background: #FFF;
  display: table-cell;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
@media (max-width: 767px) {
  .grilla a .row .col-sm-6 {
    width: 100%;
    display: block;
  }
}
.grilla a .row .col-sm-6 .imagen {
  width: 100%;
  background: #000;
  overflow: hidden;
}
.grilla a .row .col-sm-6 .imagen .btn-more {
  right: 0;
  left: 0;
  position: absolute;
  z-index: 2;
  top: 50%;
  opacity: 0;
  transform: translatey(0);
  border-color: #FFF;
  color: #FFF;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (min-width: 768px) {
  .grilla a .row .col-sm-6 .imagen {
    height: 450px;
  }
}
@media (min-width: 992px) {
  .grilla a .row .col-sm-6 .imagen {
    height: 500px;
  }
}
@media (min-width: 1200px) {
  .grilla a .row .col-sm-6 .imagen {
    height: 461px;
  }
}
.grilla a .row .col-sm-6 .imagen img {
  width: 100%;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  object-fit: cover;
  object-position: middle center;
}
@media (min-width: 768px) {
  .grilla a .row .col-sm-6 .imagen img {
    height: 450px;
  }
}
@media (min-width: 992px) {
  .grilla a .row .col-sm-6 .imagen img {
    height: 500px;
  }
}
@media (min-width: 1200px) {
  .grilla a .row .col-sm-6 .imagen img {
    height: 461px;
  }
}
@media (min-width: 768px) {
  .grilla a .row .col-sm-6 .txt {
    padding: 40px;
  }
}
@media (min-width: 992px) {
  .grilla a .row .col-sm-6 .txt {
    padding: 80px;
  }
}
@media (min-width: 1200px) {
  .grilla a .row .col-sm-6 .txt {
    padding: 90px;
  }
}
@media (max-width: 767px) {
  .grilla a .row .col-sm-6 .txt {
    padding: 40px;
  }
}
.grilla a .row .col-sm-6 .txt h3 {
  font-weight: 300;
  color: #484b42;
}
@media (min-width: 768px) {
  .grilla a .row .col-sm-6 .txt h3 {
    font-size: 22px;
  }
}
@media (min-width: 992px) {
  .grilla a .row .col-sm-6 .txt h3 {
    font-size: 28px;
  }
}
.grilla a .row .col-sm-6 .txt p {
  color: #808080;
  line-height: 1.6em;
  font-weight: 300;
}
@media (min-width: 768px) {
  .grilla a .row .col-sm-6 .txt p {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .grilla a .row .col-sm-6 .txt p {
    font-size: 16px;
  }
}
.grilla a:hover .row .col-sm-6 .imagen .btn-more {
  transform: translatey(-50%);
  opacity: 1;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.grilla a:hover img {
  opacity: 0.8;
  transform: scale(1.02, 1.02);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.taller .row {
  display: table;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}
.taller .row .col-sm-6 {
  padding-right: 0;
  padding-left: 0;
  float: none;
  width: 50%;
  vertical-align: top;
  display: table-cell;
  background: #fafafa;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
@media (max-width: 767px) {
  .taller .row .col-sm-6 {
    width: 100%;
    display: block;
  }
}
.taller .row .col-sm-6 .imagen {
  width: 100%;
  height: 450px;
  overflow: hidden;
}
.taller .row .col-sm-6 .imagen .bullets {
  position: absolute;
  right: 20px;
  text-align: right;
  top: 50%;
  z-index: 2;
  transform: translatey(-50%);
}
.taller .row .col-sm-6 .imagen .bullets a {
  display: block;
  color: rgba(255, 255, 255, 0.5);
}
.taller .row .col-sm-6 .imagen .bullets a:hover {
  color: #FFF;
}
.taller .row .col-sm-6 .imagen .bullets a.active {
  color: #FFF;
}
@media (min-width: 768px) {
  .taller .row .col-sm-6 .imagen {
    height: 450px;
  }
}
@media (min-width: 992px) {
  .taller .row .col-sm-6 .imagen {
    height: 500px;
  }
}
@media (min-width: 1200px) {
  .taller .row .col-sm-6 .imagen {
    height: 461px;
  }
}
.taller .row .col-sm-6 .imagen .images img {
  position: absolute;
  width: 100%;
  object-fit: cover;
  object-position: middle center;
}
@media (min-width: 768px) {
  
}
@media (min-width: 992px) {
  
}
@media (min-width: 1200px) {
  
}
.taller .row .col-sm-6 .txt {
  font-size: 16px;
  color: #808080;
  font-weight: 300;
}
@media (min-width: 768px) {
  .taller .row .col-sm-6 .txt {
    padding: 30px;
  }
}
@media (min-width: 992px) {
  .taller .row .col-sm-6 .txt {
    padding: 60px 80px;
  }
}
@media (min-width: 1200px) {
  .taller .row .col-sm-6 .txt {
    padding: 60px 90px;
  }
}
@media (max-width: 767px) {
  .taller .row .col-sm-6 .txt {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .taller .row .col-sm-6 .txt {
    font-size: 14px;
  }
}
.taller .row .col-sm-6 .txt strong {
  font-weight: 500;
}
.taller .row .col-sm-6 .txt .icon {
  display: inline-block;
  padding-right: 10px;
}
.taller .row .col-sm-6 .txt article {
  margin-bottom: 21px;
}
.taller .row .col-sm-6 .txt article .row {
  margin-right: 0;
  margin-left: 0;
}
.taller .row .col-sm-6 .txt article .col-sm-1,
.taller .row .col-sm-6 .txt article .col-sm-11 {
  padding-right: 0;
  padding-left: 0;
}
.taller .row .col-sm-6 .txt article span {
  display: block;
  padding: 7px 15px;
}
.taller .row .col-sm-6 .txt h3 {
  font-weight: 300;
  color: #484b42;
}
@media (min-width: 768px) {
  .taller .row .col-sm-6 .txt h3 {
    font-size: 22px;
  }
}
@media (min-width: 992px) {
  .taller .row .col-sm-6 .txt h3 {
    font-size: 28px;
  }
}
.taller .row .col-sm-6 .txt p {
  color: #808080;
  line-height: 1.6em;
  font-weight: 300;
}
@media (min-width: 768px) {
  .taller .row .col-sm-6 .txt p {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .taller .row .col-sm-6 .txt p {
    font-size: 16px;
  }
}
.taller .row .col-sm-6 .txt ul {
  padding: 0;
  margin: 0;
}
.taller .row .col-sm-6 .txt li {
  list-style: none;
  margin: 0 0 0 7px;
  padding: 5px;
  font-size: 16px;
  color: #808080;
  font-weight: 300;
}
.taller .row .col-sm-6 .txt li:before {
  position: absolute;
  content: ".";
  font-weight: 300;
  font-size: 18px;
  color: #808080;
  padding-right: 5px;
  transform: translatex(-10px);
}
.submenu {
  border-bottom: 1px solid #e9e9e8;
}
.submenu ul {
  margin: 0;
  padding: 0;
}
.submenu li {
  list-style: none;
  display: inline-block;
  font-size: 14px;
  font-weight: 300;
  padding: 0 66px 0 0;
}
.submenu li a {
  transform: translatey(1px);
  color: #808080;
  display: block;
  padding: 22px 0;
  border-bottom: 1px solid transparent;
}
.submenu li a:hover {
  border-bottom: 1px solid #a5a7a2;
}
.submenu li a.active {
  border-bottom: 1px solid #a5a7a2;
}
.contacto-taller {
  padding: 85px 0 65px;
  text-align: center;
}
.contacto-taller h3 {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  color: #484b42;
  margin: 0;
  letter-spacing: 0.16em;
}
.contacto-taller h2 {
  font-size: 28px;
  font-weight: 300;
  color: #484b42;
  margin: 10px 0 20px;
}
.contacto-taller p {
  color: #808080;
  font-size: 16px;
  line-height: 1.6em;
}
@media (min-width: 1200px) {
  .contacto-taller p {
    max-width: 650px;
    margin: 0 auto;
    margin-bottom: 23px;
  }
}
.miniform {
  padding: 80px 0 40px;
  text-align: center;
}
@media (min-width: 992px) {
  .miniform {
    width: 770px;
    margin: 0 auto;
  }
}
.miniform h3 {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  color: #484b42;
  margin: 0;
  letter-spacing: 0.16em;
}
.miniform h2 {
  font-size: 28px;
  font-weight: 300;
  color: #484b42;
  margin: 10px 0 25px;
}
.miniform p {
  color: #808080;
  font-size: 16px;
  line-height: 1.6em;
}
@media (min-width: 1200px) {
  .miniform p {
    max-width: 816px;
    margin: 0 auto;
    margin-bottom: 63px;
  }
}
.miniform p.normal {
  margin-bottom: 30px;
}
@media (min-width: 1200px) {
  .miniform p.normal {
    margin-bottom: 30px;
  }
}
.miniform .form input {
  border: none;
  border-bottom: 1px solid #eee;
  font-size: 14px;
  font-weight: 300;
  color: #808080;
  width: 100%;
  text-align: center;
  padding: 8px;
  margin-bottom: 30px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.miniform .form input:focus {
  outline: none;
  border-color: #808080;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.miniform .form button {
  border: 1px solid #808080;
  color: #484b42;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  padding: 16px 42px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.miniform .form button:hover {
  color: #cb7e35;
  border-color: #cb7e35;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.miniform .form button:focus {
  outline: none;
}
.doscol {
  padding: 90px 0 50px;
}
.doscol h2 {
  font-weight: 300;
  color: #808080;
  font-size: 28px;
  line-height: 1.6em;
  margin: 0 0 30px;
}
@media (max-width: 767px) {
  .doscol h2 {
    font-size: 26px;
  }
}
.doscol .txt {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  column-gap: 80px;
}
@media (max-width: 767px) {
  .doscol .txt {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    column-gap: 0;
  }
}
.doscol p {
  color: #808080;
  font-size: 16px;
  line-height: 1.6em;
  margin-bottom: 30px;
}
.doscol .share {
  text-align: left;
}
.doscol .share .btn-more {
  display: inline-block;
  margin-right: 6px;
}
.noticias {
  margin-top: 50px;
}
.noticias a article img {
  width: 100%;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.noticias a article .txt {
  padding: 30px 0;
}
.noticias a article .txt .date {
  font-weight: 300;
  color: #cb7e35;
  font-size: 14px;
}
.noticias a article .txt h3 {
  font-size: 18px;
  color: #484b42;
  font-weight: 300;
  margin: 5px 0;
}
.noticias a article .txt p {
  font-weight: 300;
  font-size: 14px;
  color: #808080;
  line-height: 1.6em;
}
.noticias a:hover article img {
  opacity: 0.8;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.news-article {
  margin: 60px 0;
}
.news-article .date {
  font-weight: 400;
  color: #cb7e35;
  font-size: 14px;
}
.news-article h2 {
  font-size: 28px;
  color: #484b42;
  font-weight: 300;
  margin: 5px 0 25px;
}
.news-article p {
  font-weight: 300;
  font-size: 16px;
  color: #808080;
  line-height: 1.6em;
  margin-bottom: 30px;
}
.news-article .share {
  text-align: left;
}
.news-article .share .btn-more {
  display: inline-block;
  margin-right: 6px;
}
.gall .images {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
}
.gall .imageList {
  display: none;
}
#mob {
  display: none;
}
@media (max-width: 767px) {
  #mob {
    width: 100%;
    background: #FFF;
    position: absolute;
    right: 0;
    left: 0;
    top: 50px;
    z-index: 888;
    padding: 0 0 50px;
    margin: 0;
  }
  #mob .logo img {
    width: 100px;
    margin-bottom: 20px;
  }
  #mob ul {
    margin: 0;
    padding: 0;
  }
  #mob li {
    display: block;
    text-align: center;
    padding: 8px 0;
  }
}
.burger {
  display: none;
}
@media (max-width: 767px) {
  .burger {
    display: block;
    position: absolute;
    right: 20px;
    top: 10px;
  }
}
#nav-icon3 {
  width: 30px;
  height: 25px;
  position: relative;
  margin: 5px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
#nav-icon3 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #484b42;
  border-radius: 3px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
#nav-icon3 span:nth-child(1) {
  top: 0px;
}
#nav-icon3 span:nth-child(2),
#nav-icon3 span:nth-child(3) {
  top: 10px;
}
#nav-icon3 span:nth-child(4) {
  top: 20px;
}
#nav-icon3.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}
#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}
