@import url(animate.css);
/*
* @section Main Styles
*/
body {color: #413d4b;
  font: 300 18px/32px "Roboto", sans-serif;   
  -webkit-text-size-adjust: none;
  background: #fff;}

img {max-width: 100%;height: auto;}
.container b {font-weight:bold;}
/*
* @subsection Typography
*/
h1, h2, h3, h4, h5, h6,
.heading-1, .heading-2, .heading-3, .heading-4, .heading-5, .heading-6 {
  line-height: 1.2;
  font-family: 'Montserrat', sans-serif;
 /* font-family: 'Syncopate', sans-serif;*/  
  color: #413d4b;
  font-weight: 400;
}

h1,
.heading-1 {
  font-family: 'Montserrat Subrayada', sans-serif;
  letter-spacing: -1px;
  font-size: 30px;
  line-height: 1.1;
  text-transform: uppercase;
}

h1.h_seccion {font-size:70px;}
@media (min-width: 992px) {
	h1.h_seccion {margin:0.4em 0;}
}
@media (max-width: 600px) {
	h1.h_seccion {font-size:40px;}
}


h2,
.heading-2 {
  font-size: 28px;
  line-height: 1.1;
  text-transform: uppercase;
}

h3,
.heading-3 {
  font-size: 23px;
  line-height: 2.04545;
  position: relative;
}

h4,
.heading-4 {
  font-size: 20px;
  position: relative;
}

h3--no-line, .heading-3--no-line, h4--no-line, .heading-4--no-line {padding-bottom: 0px;}
h3--no-line:after, .heading-3--no-line:after, h4--no-line:after, .heading-4--no-line:after {display: none;}

h5,
.heading-5 {
  font-size: 18px;
  text-transform: uppercase;
}

h6,
.heading-6 {
  font-size: 16px;
  text-transform: uppercase;
}

@media (min-width: 992px) {
  h1,
  .heading-1 {
    font-size: 85px;
  }
  h1--mod,
  .heading-1--mod {
    font-size: 70px;
  }

  h2,
  .heading-2 {
    font-size: 50px;
  }

  h3,
  .heading-3 {
    font-size: 30px;
    padding-bottom: 44px;
    line-height: 1.3;
  }
  h3:after,
  .heading-3:after {
    content: '';
    background: #cbb097;
    width: 121px;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    -webkit-transform: none;
    transform: none;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }

  h4,
  .heading-4 {
    padding-bottom: 55px;
  }
  h4:after,
  .heading-4:after {
    content: '';
    background: #cbb097;
    width: 121px;
    height: 2px;
    position: absolute;
    bottom: 0;
    right: 0;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  h4--line-left:after,
  .heading-4--line-left:after {
    right: auto;
    left: 0;
  }
  h4--contrast-line:after,
  .heading-4--contrast-line:after {
    background: #fff;
  }

  h3:hover:after, .heading-3:hover:after, h4:hover:after, .heading-4:hover:after {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  h1,
  .heading-1 {
    font-size: 120px;
  }
}
@media (min-width: 1800px) {
  h1--mod,
  .heading-1--mod {
    font-size: 120px;
  }
}
.thin {
  font-weight: 100;
}

.lite {
  font-weight: 300;
}

.normal {
  font-weight: 400;
}

strong,
.bold {
  font-weight: 700;
}

.ubold {
  font-weight: 900;
}

p.big {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  line-height: 2.05;
}

.small {
  font-size: 14px;
  line-height: 1.71429;
}

.uppercase {
  text-transform: uppercase;
}

p a:hover, .marked-list a:hover, .list a:hover {
  text-decoration: underline;
}
p .fa, .marked-list .fa, .list .fa {
  text-decoration: none;
}

a {
  font: inherit;
  color: inherit;
  text-decoration: none;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
a:focus {
  outline: none;
}
a:active {
  background-color: transparent;
}

a[href^="tel:"],
a[href^="callto:"] {
  color: inherit;
  text-decoration: none;
}
a[href^="tel:"]:hover,
a[href^="callto:"]:hover {
  color: #97704c;
}

strong {
  font-weight: 700;
}

.fa {
  line-height: inherit;
}

[class*='fa-']:before {
  font-weight: 400;
  font-family: "FontAwesome";
}

.page {
  text-align: center;
  overflow: hidden;
  max-width: 2048px;
  margin-left: auto;
  margin-right: auto;
}
.lt-ie9 .page {
  min-width: 1200px;
}

.pos-relative {
  position: relative;
}

.overflow-hidden {
  overflow: hidden;
}

.row-no-gutter {
  margin: 0;
}
.row-no-gutter:before, .row-no-gutter:after {
  display: table;
  content: "";
  line-height: 0;
}
.row-no-gutter:after {
  clear: both;
}
.row-no-gutter [class*="col-"] {
  padding: 0;
}

.on-top {
  z-index: 2;
}

.visible-sm {
  display: none;
}

.bottom-line {
  padding-bottom: 44px;
  position: relative;
}
.bottom-line:after {
  content: '';
  background: #fff;
  width: 121px;
  height: 3px;
  position: absolute;
  bottom: 0;
  right: 50%;
  -moz-transform: translateX(50%);
  -ms-transform: translateX(50%);
  -o-transform: translateX(50%);
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
}

/*
 * Pulse animation
*/
@keyframes pulse {
  0% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -moz-transform: scale(1.45);
    -ms-transform: scale(1.45);
    -o-transform: scale(1.45);
    -webkit-transform: scale(1.45);
    transform: scale(1.45);
  }
  100% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.link {
  display: inline-block;
  color: #cbb097;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 16px;
  padding-left: 36px;
  text-transform: uppercase;
  position: relative;
}
.link:before {
  content: '';
  background: #413d4b;
  width: 11px;
  height: 11px;
  position: absolute;
  top: 10px;
  left: 0px;
}
.link span {
  border-bottom: 1px solid #cbb097;
  -moz-transition: border-color 0.3s ease;
  -o-transition: border-color 0.3s ease;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}
.link:hover:before {
  animation-duration: 0.25s;
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
.link:hover {
  color: #b08761;
}
.link:hover span {
  border-color: #b08761;
}
.link--secondary-color span {
  border-bottom: 1px solid #413d4b;
}
.link--secondary-color:hover span {
  border-color: #fff;
}

.link-2:hover {
  color: #1c1b21;
}

.parallax .parallax_image {
  background-position: top left;
}

@media (min-width: 992px) {
  .bottom-line:after {
    right: 0;
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  .visible-sm {
    display: block;
  }
}
@media (min-width: 1800px) {
  .line-1 {
    position: relative;
  }
  .line-1:after {
    content: '';
    /*background: url("../images/line-1.png") no-repeat top left;*/
    width: 164px;
    height: 29px;
    position: absolute;
    z-index: 1;
  }
  .line-1--pos-1:after {
    top: 26.5%;
    left: 21%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .line-1--pos-2:after {
    top: 67%;
    right: 24%;
    -moz-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    -o-transform: translate(50%, -50%);
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
  }
  .line-1--pos-3:after {
    top: 73%;
    right: 26%;
    -moz-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    -o-transform: translate(50%, -50%);
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
  }
  .line-1--pos-4:after {
    top: 46%;
    right: 15%;
    -moz-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    -o-transform: translate(50%, -50%);
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
  }
  .line-1--pos-5:after {
    top: 27%;
    right: 24%;
    -moz-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    -o-transform: translate(50%, -50%);
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
  }
  .line-1--pos-6:after {
    top: 50.5%;
    left: 23.5%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .line-2:after {
    content: '';
    /*background: url("../images/line-2.png") no-repeat top left;*/
    width: 164px;
    height: 29px;
    position: absolute;
    top: 44.5%;
    left: 56%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .line-3:after {
    content: '';
    /*background: url("../images/line-3.png") no-repeat top left;*/
    width: 164px;
    height: 29px;
    position: absolute;
    top: 50.5%;
    left: 23%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
  }
}
@media (min-width: 1800px) {
  .triangle-after {
    position: relative;
  }
  .triangle-after:after {
    content: '';
    width: 14%;
    height: 16%;
    background: #dee2e5;
    -moz-transform: skewX(-44deg);
    -ms-transform: skewX(-44deg);
    -o-transform: skewX(-44deg);
    -webkit-transform: skewX(-44deg);
    transform: skewX(-44deg);
    position: absolute;
    z-index: 1;
  }
  .triangle-after--pos-1:after {
    top: 53.6%;
    left: -8%;
  }
  .triangle-after--pos-2:after {
    top: 65%;
    left: -8%;
  }
  .triangle-after--pos-3:after {
    top: 55.2%;
    left: -15%;
  }

  .line-1--pos-4:after {
    top: 40%;
    right: 25%;
  }
}
.top-line-primary {
  border-top: 2px solid #cbb097;
}

@media (min-width: 1800px) {
  .min-height-1 {
    min-height: 2130px;
  }

  .min-height-2 {
    min-height: 1836px;
  }
}
@media (min-width: 1990px) {
  .top-line-primary {
    border-top: none;
  }
}
/*
* @section Type System
*/
/*
* @subsection Floating
*/
.pull-left {
  float: left;
}

.pull-none {
  float: none;
}

.pull-right {
  float: right;
}

@media (min-width: 480px) {
  .pull-xs-left {
    float: left;
  }

  .pull-xs-none {
    float: none;
  }

  .pull-xs-right {
    float: right;
  }
}
@media (min-width: 992px) {
  .pull-sm-left {
    float: left;
  }

  .pull-sm-none {
    float: none;
  }

  .pull-sm-right {
    float: right;
  }
}
@media (min-width: 992px) {
  .pull-md-left {
    float: left;
  }

  .pull-md-none {
    float: none;
  }

  .pull-md-right {
    float: right;
  }
}
@media (min-width: 1800px) {
  .pull-lg-left {
    float: left;
  }

  .pull-lg-none {
    float: none;
  }

  .pull-lg-right {
    float: right;
  }
}
/*
* @subsection Alignment
*/
.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

@media (min-width: 480px) {
  .text-xs-left {
    text-align: left;
  }

  .text-xs-center {
    text-align: center;
  }

  .text-xs-right {
    text-align: right;
  }
}
@media (min-width: 992px) {
  .text-sm-left {
    text-align: left;
  }

  .text-sm-center {
    text-align: center;
  }

  .text-sm-right {
    text-align: right;
  }
}
@media (min-width: 992px) {
  .text-md-left {
    text-align: left;
  }

  .text-md-center {
    text-align: center;
  }

  .text-md-right {
    text-align: right;
  }
}
@media (min-width: 1800px) {
  .text-lg-left {
    text-align: left;
  }

  .text-lg-center {
    text-align: center;
  }

  .text-lg-right {
    text-align: right;
  }
}
/*
* @section Main Layout
*/
* + .blog-post {
  margin-top: 58px;
}

* + .rd-mailform {
  margin-top: 27px;
}

h2 + p {
  margin-top: 70px;
}

h4 + p {
  margin-top: 60px;
}

/*
* @subsection Well
*/
.well-xs {
  padding-bottom: 80px;
  padding-top: 10px;
}

.well-sm,
.well-md,
.well-lg {
  padding-top: 50px;
  padding-bottom: 50px;
}

@media (min-width: 992px) {
  .well-xs {
    padding-bottom: 0px;
    padding-top: 0;
  }

  .well-sm {
    padding-top: 278px;
	padding-top: 38px;
    padding-bottom: 374px;
  }

  .well-md {
    padding-top: 232px;
    padding-bottom: 177px;
  }
  .well-md--inset-1 {
    padding-top: 218px;
    padding-bottom: 193px;
  }
  .well-md--inset-2 {
    padding-bottom: 156px;
  }
  .well-md--inset-5 {
    padding-top: 257px;
    padding-bottom: 16px;
  }

  .well-lg {
    padding-top: 200px;
    padding-bottom: 200px;
  }
}
@media (min-width: 1800px) {
  .well-md--inset-3 {
    padding-top: 265px;
  }

  .well-md--inset-4 {
    padding-top: 231px;
  }

  .well-lg {
    padding-top: 492px;
    padding-bottom: 305px;
  }
  .well-lg--inset-1 {
    padding-top: 232px;
    padding-bottom: 432px;
  }
  .well-lg--inset-2 {
    padding-top: 232px;
    padding-bottom: 178px;
  }
  .well-lg--inset-3 {
    padding-bottom: 203px;
  }
  .well-lg--inset-4 {
    padding-bottom: 319px;
  }
  .well-lg--inset-5 {
   /* padding-top: 232px;
    padding-bottom: 265px;*/
  }
  .well-lg--inset-6 {
    padding-top: 232px;
    padding-bottom: 215px;
  }
  .well-lg--inset-7 {
   /* padding-bottom: 147px;*/
	
  }
  .well-lg--inset-8 {
    padding-bottom: 355px;
  }
}
/*
* @subsection Offsets
*/
.offset-0 {
  margin-top: 0;
}

.offset-1 {
  margin-top: 32px;
}

.offset-13,
.offset-12,
.offset-8,
.offset-5 {
  margin-top: 100px;
}

.offset-4,
.offset-14,
.offset-7,
.offset-10 {
  margin-top: 70px;
}

.offset-6 {
  margin-top: 39px;
}

.offset-9 {
  margin-top: 60px;
}

.offset-11 {
  margin-top: 49px;
}

.offset-15 {
  margin-top: 100px;
}

.offset-17 {
  margin-top: 100px;
}

@media (min-width: 992px) {
  .offset-2 {
    margin-left: 69px;
  }

  .offset-3 {
    margin-top: 21px;
  }

  .offset-4 {
    margin-top: 45px;
  }

  .offset-5 {
    margin-top: 350px;
  }

  .offset-9,
  .offset-17 {
    margin-top: 0px;
  }

  .offset-12 {
    margin-top: 283px;
  }

  .offset-14 {
    margin-top: 208px;
  }

  .offset-15 {
    margin-top: 246px;
  }
}
@media (min-width: 1200px) {
  .offset-5 {
    margin-top: 585px;
  }

  .offset-7 {
    margin-top: 196px;
  }

  .offset-8 {
    margin-top: 530px;
  }

  .offset-13 {
    margin-top: 450px;
  }

  .offset-10 {
    margin-top: 157px;
  }

  .offset-16 {
    margin-top: 560px;
  }
}
@media (min-width: 1800px) {
  .offset-7 {
    margin-top: 196px;
  }

  .offset-13,
  .offset-16 {
    margin-top: 530px;
  }
}
/*
* @section Components
*/
/*
* @subsection Brand
*/
.brand {
  display: inline-block;
  font-family: 'Montserrat Subrayada', sans-serif;
  letter-spacing: -0.05px;
  line-height: 1.2;
  position: relative;
}
.brand_name {
  font-size: 90px;
  line-height: 1;
}
.brand_slogan {
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-size: 30px;
}
@media (min-width: 992px) {
  .brand_name {
    font-size: 150px;
  }
  .brand_slogan {
    font-size: 40px;
  }
}
@media (min-width: 1200px) {
  .brand_name {
    font-size: 50px;
  }
  .brand_slogan {
    font-size: 40px;
    margin-top: 7px;
    padding-left: 14px;
  }
}

/*
* @subsection Illustations
*/
.img-1 {
  max-height: 350px;
  overflow: hidden; 
}
.img-1 img {
  max-width: 310px;
  z-index: 1;
  
}

.img-2 img {
  display: none;
}

@media (min-width: 992px) {
  .img-1 {
    max-height: none;
    margin-bottom: 0;
  }
  .img-1 img {
    /*max-width: 320px;*/
	max-width: 390px;
    position: absolute;
    bottom: -10%;
    right: 1%;
  }

  .img-2 {
    min-height: 200px;
  }
  .img-2 img {
    display: block;
    position: absolute;
    max-width: 200px;
    bottom: -116px;
  }
}
@media (min-width: 1200px) {
  .img-2--mod-1 img {
    max-width: 400px;
  }
}
@media (min-width: 1400px) {
  .img-1 img {
    max-width: 428px;	
  }

  .img-2 img {
    max-width: 300px;
  }
  .img-2--mod-1 img {
    max-width: 400px;
  }
}
@media (min-width: 1800px) {
  .img-1 img {
    right: 6.5%;
    top: -96px;
    bottom: auto;
    max-width: none;
  }

  .img-2 img {
    bottom: -227px;
    max-width: none;
  }
}
@media (min-width: 1990px) {
  .img-1 img {
    right: 12.5%;
  }
}
/*
* @subsection blog-post
*/
div.cuerpo_noticia b {font-weight:bold;}
div.cuerpo_noticia p {margin:0.7em 0;}
.blog-post .post-meta {
  color: #cbb097;
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
  line-height: 1.2;
}
.blog-post * + p {
  margin-top: 30px;
}
.blog-post * + .link {
  margin-top: 25px;
}
.blog-post * + .post-meta {
  margin-top: 65px;
}
.blog-post .post-meta + * {
  margin-top: 29px;
}
.blog-post--4 p {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  line-height: 2.05;
}
@media (min-width: 992px) {
  .blog-post * + p {
    margin-top: 60px;
  }
  .blog-post * + .link {
    margin-top: 59px;
  }
  .blog-post--1 * + .link {
    margin-top: 75px;
  }
  .blog-post--5 * + .link {
    margin-top: 95px;
  }
}
.blog-post.contrast-color p {
  color: #fff;
}
.blog-post.contrast-color .link {
  color: #413d4b;
}
.blog-post.contrast-color .link:hover {
  color: #fff;
}
@media (min-width: 1800px) {
  .blog-post--2 p {
    padding-right: 86px;
  }
  .blog-post--3 p {
    padding-right: 240px;
  }
}

/*
* @subsection contact-info
*/
.contact-info dl {
  font-family: 'Montserrat', sans-serif;
  font-size: 30px;
  line-height: 1.7;
  max-width: 300px;
  display: inline-block;
}
.contact-info dl dt, .contact-info dl dd {
  display: inline-block;
}
.contact-info dl dt {
  margin-right: 7px;
  float: left;
}
.contact-info * + dl {
  margin-top: 57px;
}
.contact-info * + p {
  margin-top: 45px;
}

/*
* @subsection Buttons
*/
.btn {
  display: inline-block;
  text-align: center;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn-primary {
  background: #cbb097;
  color: #fff;
  text-transform: uppercase;
}
.btn-primary:hover {
  background: #413d4b;
}
.btn-primary:active {
  background: #1c1b21;
}

.btn-md {
  min-width: 210px;
  font-family: 'Montserrat', sans-serif;
  padding: 15px 14px 15px;
}

/*
* @subsection terms-list
*/
.terms-list dd {
  line-height: 2.05556;
}
.terms-list dd + dt {
  margin-top: 65px;
}
.terms-list dt + dd {
  margin-top: 30px;
}

/*
* @subsection thumb
*/
.thumb {
  overflow: hidden;
  display: inline-block;
  max-width: 300px;
  width: 100%;
  height: 100%;
  position: relative;
}
span.titulo_categoria {display:block;font-weight: bold;background: whitesmoke;margin-top: 1em;border: 8px solid #fff;}

.thumb:hover .thumb_overlay {
  opacity: 1;
}
.lt-ie9 .thumb:hover:before {
  display: block;
}
.thumb img {
  width: 100%;
  transition: all .5s ease 0s;
}
.thumb .thumb_overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  opacity: 0;
  color: #fff;
  background: rgba(203, 176, 151, 0.8);
  transition: all .3s ease 0s;
}
.thumb .thumb_overlay:before {
  content: '';
  background: url("../images/thumb_overlay.png") no-repeat top left;
  width: 116px;
  height: 116px;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.lt-ie9 .thumb .thumb_overlay:before {
  display: none;
}
@media (min-width: 992px) {
  .thumb {
    max-width: 683px;
	width: 96%;
	border:1px solid #3e3a47;
	border-collapse:collapse;
  }
}

/*
* @subsection Backgrounds
*/
.bg-img-1 {
  background: url("../images/bg-img-1--1.jpg") no-repeat top left;
}

.bg-img-2 {
  background: url("../images/bg-img-2.jpg") no-repeat top left;
}

.bg-img-3 {
  background: url("../images/bg-img-3.jpg") no-repeat top left;
}

.bg-img-4 {
  background: url("../images/bg-img-4.jpg") no-repeat top left;
}

.bg-img-6 {
  background: url("../images/bg-img-6.jpg") no-repeat top left;
}

.bg-img-2,
.bg-img-3,
.bg-img-4,
.bg-img-6 {
  height: 360px;
  width: 100%;
  background-size: cover;
}

.bg-img-5,
.bg-img-7,
.bg-img-8 {
  background-size: cover;
}

.bg-img-1 {
  background-position: 91%;
}

@media (min-width: 992px) {
  .bg-img-1 {
    background: url("../images/bg-img-1.jpg") no-repeat top right;
    width: 55%;
  }

  .bg-img-2 {
    height: 70%;
    width: 53%;
    background-size: contain;
  }

  .bg-img-4 {
    height: 70%;
    width: 70%;
  }

  .bg-img-6,
  .bg-img-3 {
    height: 100%;
    width: 65%;
  }

  .bg-img-5 {
    background: url("../images/bg-img-5.jpg") no-repeat top left;
    height: 69%;
    width: 47%;
  }

  .bg-img-7 {
    background: url("../images/bg-img-7.jpg") no-repeat top left;
    height: 61%;
    width: 45%;
  }

  .bg-img-8 {
    background: url("../images/bg-img-8.jpg") no-repeat top left;
    height: 100%;
    width: 65%;
  }
}
@media (min-width: 1200px) {
  .bg-img-2 {
    background-size: auto;
  }

  .bg-img-7 {
    width: 51%;
  }
}
@media (min-width: 1800px) {
  .bg-img-2 {
    width: 53%;
  }

  .bg-img-4 {
    width: 56%;
  }

  .bg-img-7 {
    height: 68%;
    width: 56%;
    background-size: cover;
  }
}
.bg-primary {
  background: #cbb097;
}
.bg-primary.bg--skew-right--mod-1, .bg-primary.bg--skew-right--mod-3, .bg-primary.bg--skew-right {
  background-color: transparent;
}
.bg-primary.bg--skew-right--mod-1:before, .bg-primary.bg--skew-right--mod-3:before, .bg-primary.bg--skew-right:before {
  background-color: #cbb097;
}

.bg-secondary {
  background: #413d4b;
  color: #fff;
}
.bg-secondary:before {
  background: #413d4b;
}
.bg-secondary .blog-post .link:before {
  background: #fff;
}
.bg-secondary h1, .bg-secondary .heading-1 {
  color: #fff;
}
.bg-secondary.bg--skew-right--mod-1, .bg-secondary.bg--skew-right--mod-3, .bg-secondary.bg--skew-right {
  background-color: transparent;
}
.bg-secondary.bg--skew-right--mod-1:before, .bg-secondary.bg--skew-right--mod-3:before, .bg-secondary.bg--skew-right:before {
  background-color: #413d4b;
}

.bg-contrast {
  background-color: #fff;
}
.bg-contrast.bg--skew-after, .bg-contrast.bg--skew-right--mod-1, .bg-contrast.bg--skew-right--mod-3, .bg-contrast.bg--skew-right {
  background-color: transparent;
}
.bg-contrast.bg--skew-after:before, .bg-contrast.bg--skew-right--mod-1:before, .bg-contrast.bg--skew-right--mod-3:before, .bg-contrast.bg--skew-right:before {
  background-color: #fff;
}

.bg-contrast-variant-1 {
  background: #f2f2f2;
}
.bg-contrast-variant-1.bg--skew-right {
  background-color: transparent;
}
.bg-contrast-variant-1.bg--skew-right:before {
  background-color: #f2f2f2;
}
.bg-contrast-variant-1.bg--skew-after:after {
  background-color: #f2f2f2;
  background-color: transparent; /* sino al reducir oculta logo y txt */
}

.bg-transparent-primary {
  background-color: transparent;
}

@media (min-width: 992px) {
  .bg-transparent-primary {
    background-color: #cbb097;
  }
}
/*
* @subsection Colors
*/
.primary-color {
  color: #cbb097;
}

.contrast-color {
  color: #fff;
}

.secondary-color {
  color: #413d4b;
}

.primary-contrast-color {
  color: #cbb097;
}
.primary-contrast-color:after {
  background: #cbb097;
}

.contrast-primary-color {
  color: #fff;
}
.contrast-primary-color:after {
  background: #fff;
}

@media (min-width: 992px) {
  .primary-contrast-color {
    color: #fff;
  }
  .primary-contrast-color:after {
    background: #fff;
  }

  .contrast-primary-color {
    color: #cbb097;
  }
  .contrast-primary-color:after {
    background: #cbb097;
  }
}
@media (min-width: 1990px) {
  .contrast-lg-color {
    color: #fff;
  }
}
/**
* @subsection Superfish
*
* @description Superfish is an enhanced Suckerfish-style menu jQuery plugin.
*
* @author     Joel Birch
* @link http://users.tpg.com.au/j_birch/plugins/superfish/
* @license MIT license - http://opensource.org/licenses/MIT
*/
.sf-menu {
  display: inline-block;
}
.sf-menu:before, .sf-menu:after {
  display: table;
  content: "";
  line-height: 0;
}
.sf-menu:after {
  clear: both;
}
.sf-menu > li {
  position: relative;
  float: left;
  padding: 9px 14px 19px 14px;  
  padding: 9px 10px 19px 10px;
   padding: 9px 4px 19px 4px;
}

@media (max-width: 1200px) and (min-width: 992px) {
  .sf-menu > li { 
  padding: 9px 2px 3px 9px;  /* espaciado menu en top */
 
}
}

.sf-menu a {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  text-transform: uppercase;
  color: #cbb097;
  border-bottom: 1px solid #ccc;
}

.sf-menu > li > a {
  color: #cbb097;
}
.sf-menu > li.sfHover > a, .sf-menu > li > a:hover {
  color: #413d4b;
}
.sf-menu > li.active > a {
  color: #413d4b;
}

.sf-menu ul {
  display: none;
  position: absolute;
  top: 95%;
  left: 10%;
  width: 235px;
  margin-top: 10px;
  margin-top: 0px;
  padding: 22px 0 22px;
  background: #FFF;
  z-index: 9999;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;  
  border:1px solid pink;
}

.sf-menu ul {
  background: #413d4b;
  box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.75);
  min-width: 190px;
  text-align: left;
  z-index: 4;
}
.sf-menu ul > li {
  position: relative;
  padding: 3px 15px 8px 20px;
  border-top:1px dotted #6f6e73;
}
.sf-menu ul > li a {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #ffffff;
  text-transform: none;
  padding: 0;
}
.sf-menu ul > li a:hover {
  color: #cbb097;
}
.sf-menu ul > li:before {
  content: '';
  background: #cbb097;
  width: 11px;
  height: 11px;
  position: absolute;
  top: 13px;
  left: 0;
  opacity: 0;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sf-menu ul > li:first-child:before {
  top: 13px;
}
.sf-menu ul > li:hover:before {
  opacity: 1;
}
@media (min-width: 1800px) {
  .sf-menu ul {
    min-width: 235px;
  }
  .sf-menu ul > li {
    padding: 3px 15px 8px 25px;
  }
}

.sf-menu ul ul {
  position: absolute;
  top: -12px;
  left: 100%;
  width: auto;
  margin-top: 0;
  padding: 15px 0;
  z-index: 4;
}

.sf-menu > li > .sf-with-ul {
  position: relative;
}

@media (max-width: 767px) {
  .sf-menu {
    display: none;
  }
}
/**
* @subsection   RD Mobile Menu
*
* @description  mobile navbar
*
* @author       Evgeniy Gusarov (Diversant)
* @link         http://cms.devoffice.com/diversant/rd-navbar/
*/
.rd-mobilemenu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 9999999;
  text-align: left;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.rd-mobilemenu.active {
  right: 0;
}

.rd-mobilemenu_ul {
  position: fixed;
  top: -56px;
  left: 0;
  bottom: -56px;
  width: 240px;
  padding: 132px 0 76px;
  color: #666;
  background: #FFF;
  font-size: 14px;
  line-height: 20px;
  overflow: auto;
  -webkit-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-transform: translateX(-240px);
  -ms-transform: translateX(-240px);
  -o-transform: translateX(-240px);
  -webkit-transform: translateX(-240px);
  transform: translateX(-240px);
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -moz-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
.rd-mobilemenu.active .rd-mobilemenu_ul {
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.rd-mobilemenu_ul a {
  display: block;
  padding: 14px 25px 16px;
}
.rd-mobilemenu_ul a.active {
  background: #f5f5f5;
  color: #2d2d2d;
}
.rd-mobilemenu_ul a:hover {
  background: #cbb097;
  color: #FFF;
}
.rd-mobilemenu_ul a .rd-submenu-toggle {
  position: absolute;
  top: 50%;
  right: 11px;
  margin-top: -17.5px;
  width: 32px;
  height: 32px;
  font: 400 10px "FontAwesome";
  line-height: 32px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  z-index: 1;
  background: rgba(0, 0, 0, 0.1);
}
.rd-mobilemenu_ul a .rd-submenu-toggle:after {
  content: '\f078';
}
.rd-mobilemenu_ul a .rd-submenu-toggle:hover {
  background: #FFF;
  color: #666;
}
.rd-mobilemenu_ul a.rd-with-ul {
  position: relative;
}
.rd-mobilemenu_ul a.rd-with-ul.active .rd-submenu-toggle {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rd-mobilemenu_ul ul a {
  padding-left: 40px;
}
.rd-mobilemenu_ul ul ul a {
  padding-left: 60px;
}
.rd-mobilemenu_ul:after {
  content: '';
  display: block;
  height: 20px;
}

.rd-mobilepanel {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 56px;
  background: #FFF;
  color: #000;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  z-index: 99999991;
}

.rd-mobilepanel_title {
  position: fixed;
  top: 4px;
  left: 56px;
  right: 56px;
  color: #000;
  font-size: 24px;
  line-height: 48px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rd-mobilepanel_toggle {
  position: fixed;
  top: 4px;
  left: 8px;
  width: 48px;
  height: 48px;
}
.rd-mobilepanel_toggle span {
  position: relative;
  display: block;
  margin: auto;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before {
  content: "";
  position: absolute;
  left: 0;
  top: -8px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rd-mobilepanel_toggle span:after {
  top: 8px;
}
.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span {
  width: 24px;
  height: 4px;
  background-color: #000;
  backface-visibility: hidden;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.rd-mobilepanel_toggle span {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span:after {
  -moz-transform-origin: 1.71429px center;
  -ms-transform-origin: 1.71429px center;
  -o-transform-origin: 1.71429px center;
  -webkit-transform-origin: 1.71429px center;
  transform-origin: 1.71429px center;
  -moz-transform-origin: 1.71429px center;
  -ms-transform-origin: 1.71429px center;
  -o-transform-origin: 1.71429px center;
  -webkit-transform-origin: 1.71429px center;
  transform-origin: 1.71429px center;
}
.rd-mobilepanel_toggle.active span {
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
.rd-mobilepanel_toggle.active span:before, .rd-mobilepanel_toggle.active span:after {
  top: 0;
  width: 15px;
}
.rd-mobilepanel_toggle.active span:before {
  -webkit-transform: rotate3d(0, 0, 1, -40deg);
  transform: rotate3d(0, 0, 1, -40deg);
}
.rd-mobilepanel_toggle.active span:after {
  -webkit-transform: rotate3d(0, 0, 1, 40deg);
  transform: rotate3d(0, 0, 1, 40deg);
}

@media (max-width: 767px) {
  body {
    padding-top: 56px;
  }

  .rd-mobilemenu, .rd-mobilepanel {
    display: block;
  }
}
@media (max-width: 359px) {
  .rd-mobilepanel_title {
    font-size: 18px;
  }
}
/**
* @subsection   Stuck menu   
*/
#stuck_container.isStuck .brand {
  padding-top: 5px;
}

.isStuck {
  background: #f2f2f2;
  z-index: 999;
  max-width: 2048px;
  margin-left: auto;
  margin-right: auto;
}
.isStuck .brand {
  display: none;
}
.isStuck .brand_name:before {
  border: 15px solid transparent;
  border-bottom: 15px solid #413d4b;
  border-left: 15px solid #413d4b;
}
.isStuck .sf-menu > li {
  padding: 12px 14px 16px 14px;
  padding: 9px 10px 19px 10px;
}

@media (max-width: 1200px) and (min-width: 992px) {
  isStuck .sf-menu > li { 
  padding: 9px 2px 3px 9px;
 
}
}



.isStuck .sf-menu > li > a {
  color: #cbb097;
}
.isStuck .sf-menu > li > a:hover,
.isStuck .sf-menu > li.sfHover > a,
.isStuck .sf-menu > li.active > a {
  color: #413d4b;
}
@media (min-width: 992px) {
  .isStuck .brand {
    display: block;
  }
}

@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
/**
* @subsection   ToTop   
*/
.toTop {
  width: 50px;
  height: 50px;
  font-size: 24px;
  line-height: 46px;
  color: #fff;
  background: #413d4b;
  border-radius: 50%;
  -webkit-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
  position: fixed;
  right: 40px;
  bottom: 40px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20;
}
.toTop:hover {
  color: #fff;
  background: #cbb097;
  text-decoration: none;
}

.mobile .toTop,
.tablet .toTop {
  display: none !important;
}

/*
* @section HEADER
*/
header .border-bottom {
  border-bottom: 1px solid #cbb097;
  padding-bottom: 10px;
}
header .brand {
  display: inline-block;
}
@media (max-width: 450px) {
header .brand a.logotipo  img {height:50px;}
}

header .stuck_container .brand {
  /* padding-top: 4px;*/
  
}
header .stuck_container .brand_name {
  font-size: 37px;
  position: relative;
  z-index: 1;
}
header .stuck_container .brand_name:before {
  content: '';
  position: absolute;
  left: 6px;
  bottom: 12px;
  border: 15px solid transparent;
  border-bottom: 15px solid red;
  border-left: 15px solid red;
  z-index: -1;
}
header nav {
  margin: 0 auto;
}
header .page-header__body {
  padding-top: 15px;
}
@media (min-width: 992px) {
  header .border-bottom {
    border-bottom: none;
    padding-bottom: 0;
  }
  header nav {
    margin: 0;
  }
  header.page-header .sf-menu {
    padding-top: 9px;
	
  }
  header.page-header .page-header__body {
    padding-top: 60px;
	padding-top:20px;
  }
  header.page-header--mod-1 {
    padding-bottom: 8px;
  }
  header.page-header--mod-1 .sf-menu {
    padding-top: 0px;
	padding-top: 14px;
  }
  header.page-header--mod-1 .page-header__body {
    padding-top: 12px;
  }
}

/*
* @section CONTENT
*/
main {
  display: block;
  min-height: 100vh;
}

.block-2 {
  height: 360px;
}

@media (min-width: 992px) {
  .pos-top-left {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
  }

  .pos-bottom-right {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
  }

  .block-2 {
    height: 66%;
    width: 58%;
  }
}
@media (min-width: 1800px) {
  .block-2 {
    height: 64%;
    width: 58%;
    background-size: cover;
  }
}
/*
* @subsection skew-bg
*/
.page-section__body {
  position: relative;
}

.bg--skew-center:before {
  margin-left: -337px;
}

.bg--skew-center-1:before {
  margin-left: -45px;
}

.bg--skew-center-3:before {
  margin-left: 298px;
}

@media (min-width: 992px) {
  .bg--skew-right {
    position: relative;
  }
  .bg--skew-right:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: -1px;
    left: 50%;
    width: 2048px;
    -moz-transform: translateX(-50%) skewX(-44deg);
    -ms-transform: translateX(-50%) skewX(-44deg);
    -o-transform: translateX(-50%) skewX(-44deg);
    -webkit-transform: translateX(-50%) skewX(-44deg);
    transform: translateX(-50%) skewX(-44deg);
    background-clip: content-box;
    -webkit-backface-visibility: hidden;
  }
  .bg--skew-right--mod-1:before {
    left: -41%;
    -moz-transform: translateX(-50%) skewX(-43.9deg);
    -ms-transform: translateX(-50%) skewX(-43.9deg);
    -o-transform: translateX(-50%) skewX(-43.9deg);
    -webkit-transform: translateX(-50%) skewX(-43.9deg);
    transform: translateX(-50%) skewX(-43.9deg);
  }
  .bg--skew-right--mod-2:before {
    width: 100%;
    height: 100%;
    background: #fff;
    left: 0;
    -moz-transform: translateX(0) skewX(0);
    -ms-transform: translateX(0) skewX(0);
    -o-transform: translateX(0) skewX(0);
    -webkit-transform: translateX(0) skewX(0);
    transform: translateX(0) skewX(0);
  }
  .bg--skew-right--mod-3:before {
    top: -178px;
    left: -28%;
    -moz-transform: translateX(50%) skewX(-35deg);
    -ms-transform: translateX(50%) skewX(-35deg);
    -o-transform: translateX(50%) skewX(-35deg);
    -webkit-transform: translateX(50%) skewX(-35deg);
    transform: translateX(50%) skewX(-35deg);
  }
  .bg--skew-right--mod-4:before {
    -moz-transform: translateX(-50%) skewX(-45deg);
    -ms-transform: translateX(-50%) skewX(-45deg);
    -o-transform: translateX(-50%) skewX(-45deg);
    -webkit-transform: translateX(-50%) skewX(-45deg);
    transform: translateX(-50%) skewX(-45deg);
  }
  .bg--skew-right--mod-6:before {
    -moz-transform: translateX(-50%) skewX(-45.6deg);
    -ms-transform: translateX(-50%) skewX(-45.6deg);
    -o-transform: translateX(-50%) skewX(-45.6deg);
    -webkit-transform: translateX(-50%) skewX(-45.6deg);
    transform: translateX(-50%) skewX(-45.6deg);
  }

  .bg--skew-right-pos-1:before {
    padding-left: 303px;
    padding-right: 212px;
  }

  .bg--skew-right-pos-2:before {
    padding-left: 583px;
    padding-right: 50px;
  }

  .bg--skew-right-pos-3:before {
    padding-left: 278px;
    padding-right: 179px;
  }

  .bg--skew-right-pos-4:before {
    padding-left: 131px;
    padding-right: 148px;
  }

  .bg--skew-right-pos-5:before {
    padding-left: 252px;
    padding-right: 43px;
  }

  .bg--skew-right-pos-6:before {
    padding-left: 620px;
  }

  .bg--skew-right-pos-7:before {
    padding-right: 549px;
  }

  .bg--skew-right-pos-8:before {
    padding-left: 202px;
    padding-right: 131px;
  }

  .bg--skew-right-pos-9:before {
    padding-left: 672px;
  }

  .bg--skew-after:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 25%;
    height: 40%;
  }
}
@media (min-width: 1200px) {
  .bg--skew-right--mod-1:before {
    left: -21%;
  }

  .bg--skew-right-pos-1:before {
    padding-left: 350px;
    padding-right: 155px;
  }

  .bg--skew-right-pos-2:before {
    padding-left: 417px;
  }

  .bg--skew-right-pos-3:before {
    padding-left: 346px;
    padding-right: 410px;
  }

  .bg--skew-right-pos-4:before {
    padding-right: 80px;
  }

  .bg--skew-right-pos-5:before {
    padding-left: 268px;
    padding-right: 108px;
  }

  .bg--skew-right-pos-6:before {
    padding-left: 584px;
  }

  .bg--skew-right-pos-8:before {
    padding-left: 193px;
    padding-right: 157px;
  }

  .bg--skew-right-pos-9:before {
    padding-left: 648px;
  }

  .bg--skew-right--mod-3:before {
    left: -6%;
    -moz-transform: translateX(50%) skewX(-43deg);
    -ms-transform: translateX(50%) skewX(-43deg);
    -o-transform: translateX(50%) skewX(-43deg);
    -webkit-transform: translateX(50%) skewX(-43deg);
    transform: translateX(50%) skewX(-43deg);
  }
}
@media (min-width: 1500px) {
  .bg--skew-right--mod-3:before {
    padding-left: 225px;
  }
}
@media (min-width: 1800px) {
  .bg--skew-right--mod-1:before {
    left: -3%;
    width: 106%;
  }

  .bg--skew-right-pos-1:before {
    padding-left: 98px;
    padding-right: 226px;
  }

  .bg--skew-right-pos-2:before {
    padding-left: 477px;
    padding-right: 0;
  }

  .bg--skew-right-pos-3:before {
    padding-left: 0;
    padding-right: 136px;
  }

  .bg--skew-right-pos-4:before {
    padding-right: 126px;
  }

  .bg--skew-right-pos-5:before {
    padding-left: 254px;
    padding-right: 297px;
  }

  .bg--skew-right-pos-6:before {
    padding-left: 456px;
  }

  .bg--skew-right-pos-8:before {
    padding-left: 61px;
    padding-right: 212px;
  }

  .bg--skew-right-pos-9:before {
    padding-left: 492px;
    padding-right: 0;
  }

  .bg--skew-right--mod-3:before {
    padding-left: 440px;
  }

  .bg--skew-right--mod-4:before {
    -moz-transform: translateX(-51%) skewX(-46.2deg);
    -ms-transform: translateX(-51%) skewX(-46.2deg);
    -o-transform: translateX(-51%) skewX(-46.2deg);
    -webkit-transform: translateX(-51%) skewX(-46.2deg);
    transform: translateX(-51%) skewX(-46.2deg);
  }
  .bg--skew-right--mod-5:before {
    -moz-transform: translateX(-50%) skewX(-46.2deg);
    -ms-transform: translateX(-50%) skewX(-46.2deg);
    -o-transform: translateX(-50%) skewX(-46.2deg);
    -webkit-transform: translateX(-50%) skewX(-46.2deg);
    transform: translateX(-50%) skewX(-46.2deg);
  }
}
@media (min-width: 1990px) {
  .bg--skew-right--mod-2:before {
    height: auto;
    width: 4500px;
    left: -10%;
    -moz-transform: translateX(-50%) skewX(-43.8deg);
    -ms-transform: translateX(-50%) skewX(-43.8deg);
    -o-transform: translateX(-50%) skewX(-43.8deg);
    -webkit-transform: translateX(-50%) skewX(-43.8deg);
    transform: translateX(-50%) skewX(-43.8deg);
  }

  .bg--skew-right--mod-3:before {
    padding-left: 514px;
  }
}
/*
* @section FOOTER
*/
footer {
  padding-top: 60px;
  padding-bottom: 50px;
}
footer .brand {
  display: inline-block;
}
footer .brand_name {
  font-size: 24px;
  position: relative;
}
footer .brand_name:before {
  content: '';
  position: absolute;
  left: 2px;
  bottom: 6px;
  border: 8px solid transparent;
  border-bottom: 8px solid #cbb097;
  border-left: 8px solid #cbb097;
  z-index: -1;
}
footer .copyright {
  font-size: 14px;
  line-height: 2.3;
  display: inline-block;
}
footer .copyright a:hover {
  color: #cbb097;
}
@media (min-width: 1200px) {
  footer {
    padding-top: 146px;
    padding-bottom: 130px;
  }
}
@media (min-width: 1800px) {
  footer .brand {
    padding-left: 44px;
  }
}

/*# sourceMappingURL=style.css.map */
ul.datos_tienda li span {font-weight:bold;}

div.listado_fachada {margin-bottom:2em;}
div.listado_fachada a {font-weight:900;font-size:120%;background:#eee;display:block;}
.embed-container {position: relative;
    padding-bottom: 56.25%; /* 75% para 16:9 */
    height: 0;
    overflow: hidden;
}
.embed-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}
.div_descuentos h2 {font-size:120%;background:#59575f;color:whitesmoke;padding:0.6em;margin:1.5em 0 0 0;border:1px solid #ffa800;border-left:8px solid #ffa800;}
.div_descuentos h3 {font-size:110%;color:#59575f;background:whitesmoke;padding:0.3em;margin:1em 0;}

div.div_paginac {margin:2em 0;}
a.bt_paginac {padding:0.6em;margin:0 11px;border:1px solid whitesmoke;}
