@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Barlow|Barlow+Condensed|Playfair+Display|Raleway|Roboto+Condensed:300,400&display=swap");
/*Begin variables*/
/*End variables*/
#top {
  background: white;
  position: relative;
  z-index: 997;
  width: 100%;
  min-height: 121px;
}
#top.scrolling {
  min-height: 100px;
}
#top .header-wrapper {
  position: relative;
  width: 100%;
  background: white;
  border-bottom: 1px solid black;
}
#top .small-logo {
  display: none;
  max-width: 50px !important;
}
#top #top-social {
  padding-top: 10px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#top #top-social .region-top {
  margin-left: 50px;
}
@media (min-width: 992px) {
  #top.scrolling .header-wrapper {
    -webkit-transition: all 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
    -moz-transition: all 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
    -o-transition: all 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
    -ms-transition: all 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
    transition: all 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
    position: fixed;
  }
  #top.scrolling #top-social,
#top.scrolling .big-logo {
    display: none;
  }
  #top.scrolling .small-logo {
    display: block;
  }
}
#top nav {
  padding-right: 0;
  padding-left: 0;
}
#top nav i {
  color: #9d9d9d;
}
#top nav i#search-icon {
  cursor: pointer;
}
@media (min-width: 992px) {
  #top nav i#search-icon {
    position: absolute;
    right: 0;
  }
}
#top .navbar-toggler {
  width: 12px;
  height: 14px;
  position: relative;
  -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;
  outline: none;
  cursor: pointer;
}
#top .navbar-toggler span {
  display: block;
  position: absolute;
  height: 2px;
  width: 12px;
  background: #9d9d9d;
  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;
}
#top .navbar-toggler span:nth-child(1) {
  top: 0px;
}
#top .navbar-toggler span:nth-child(2), #top .navbar-toggler span:nth-child(3) {
  top: 5px;
}
#top .navbar-toggler span:nth-child(4) {
  top: 10px;
}
#top .navbar-toggler.open span {
  background: #9d9d9d;
}
#top .navbar-toggler.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}
#top .navbar-toggler.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#top .navbar-toggler.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#top .navbar-toggler.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}
#top .navbar-brand {
  font-size: 28px;
  color: #9d9d9d;
  margin: 0;
  display: inline-block;
  width: 70%;
  font-weight: 300;
}
@media (min-width: 992px) {
  #top .navbar-brand {
    width: 15%;
  }
}
@media (min-width: 1200px) {
  #top .navbar-brand {
    width: 29%;
  }
}
#top .navbar-brand img {
  max-width: 100%;
  height: auto;
}
#top #list-menu {
  text-align: center;
}
@media (min-width: 992px) {
  #top #list-menu {
    padding-right: 20px;
  }
}
#top #list-menu li {
  margin-bottom: 0px;
  border-bottom: 1px solid #eaeaea;
  text-align: left;
}
#top #list-menu li:last-child {
  border-bottom: none;
}
@media (min-width: 992px) {
  #top #list-menu li {
    text-align: center;
    border: none;
    margin: 0px 25px;
  }
}
#top #list-menu li a {
  text-decoration: none;
  display: block;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  font-size: 18px;
  line-height: 27px;
  color: #7d7d7d;
  font-weight: 300;
  /*@include untitledSans-regular;*/
  padding: 10px 0px;
  text-shadow: 0px -2px 0 white, 0px -1px 0 white, 0px 0px 0 white, 2px -2px 0 white, 2px -1px 0 white, 2px 0px 0 white, -2px -2px 0 white, -2px -1px 0 white, -2px 0px 0 white, 1px -2px 0 white, 1px -1px 0 white, 1px 0px 0 white, -1px -2px 0 white, -1px -1px 0 white, -1px 0px 0 white, 0px -2px 0 white, 0px -1px 0 white, 0px 0px 0 white;
  line-height: 16px;
}
@media (min-width: 992px) {
  #top #list-menu li a {
    color: black;
    text-transform: uppercase;
  }
}
#top #list-menu li a:hover, #top #list-menu li a.active {
  color: #1abc9c;
}
@media (min-width: 992px) {
  #top #list-menu li a:hover, #top #list-menu li a.active {
    color: #0000ff;
  }
  #top #list-menu li a:hover::before, #top #list-menu li a.active::before {
    left: 0;
    right: 0;
  }
}
#top #list-menu li a::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 51%;
  right: 51%;
  bottom: -7px;
  height: 1px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  visibility: hidden;
}
@media (min-width: 992px) {
  #top #list-menu li a::before {
    background: #0000ff;
    visibility: visible;
  }
}

#buscador {
  background: black;
  padding: 10px 0;
}
#buscador form {
  height: 80px;
}
#buscador form input {
  border: none;
  outline: none;
  background: transparent;
  height: 100%;
}
#buscador form input[type=text] {
  font-family: "Barlow Condensed", sans-serif;
  width: calc(100% - 50px);
  color: white;
  font-weight: bolder;
  font-size: 18px;
}
#buscador form input[type=text]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: white;
}
#buscador form input[type=text]::-moz-placeholder {
  /* Firefox 19+ */
  color: white;
}
#buscador form input[type=text]:-ms-input-placeholder {
  /* IE 10+ */
  color: white;
}
#buscador form input[type=text]:-moz-placeholder {
  /* Firefox 18- */
  color: white;
}
#buscador form .btn-submit {
  width: 50px;
  position: relative;
  float: right;
  height: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
#buscador form .btn-submit input {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  font-size: 0px;
}
#buscador form .btn-submit i {
  color: white;
  font-size: 30px;
}

/*Begin footer*/
#footer {
  padding: 50px 0px 0px;
  overflow: hidden;
  width: 100%;
  background: black;
  font-family: "Roboto Condensed", sans-serif;
}
@media (min-width: 992px) {
  #footer {
    padding: 50px 0px;
    position: fixed;
    bottom: 0;
    left: 0;
  }
}
#footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#footer ul li a {
  font-family: "Barlow Condensed", sans-serif;
  text-decoration: none;
  font-size: 18px;
}
#footer ul li a:hover {
  color: #0000ff;
}
#footer p {
  margin-top: 30px;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 17px;
  font-weight: normal;
}
#footer .slick-track {
  display: flex;
  align-items: center;
}
#footer .item-carrusel-footer a {
  display: block;
  margin: 10px;
  position: relative;
}
#footer .item-carrusel-footer a figure {
  overflow: hidden;
}
#footer .item-carrusel-footer a img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#footer .item-carrusel-footer a .text-inner {
  opacity: 0;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  position: absolute;
  left: 0;
  display: flex;
  align-items: center;
  top: 0;
  height: 100%;
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#footer .item-carrusel-footer a .text-inner div {
  padding: 20px;
}
#footer .item-carrusel-footer a:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
#footer .item-carrusel-footer a:hover .text-inner {
  opacity: 1;
}
#footer #bottom-footer a {
  font-size: 12px;
  text-decoration: none;
}
#footer #bottom-footer a:hover {
  color: white;
}
#footer .right,
#footer .left {
  height: 60px;
  z-index: 1;
  width: 30px;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
}
#footer .right i,
#footer .left i {
  font-size: 14px;
  color: white;
}
#footer .right::before,
#footer .left::before {
  display: none;
}
#footer .right {
  border-bottom-right-radius: 60px;
  border-top-right-radius: 60px;
  left: 10px;
}
#footer .left {
  right: 10px;
  border-bottom-left-radius: 60px;
  border-top-left-radius: 60px;
}

.node-content {
  background: white;
}
@media (min-width: 992px) {
  .node-content {
    margin-top: -100px;
  }
}
.node-content .wrapper-content-node {
  padding: 50px 20px;
}
.node-content .wrapper-content-node a {
  font-style: italic;
  font-weight: bold;
  text-decoration: none;
}
.node-content .wrapper-content-node h1 {
  font-family: "Playfair Display";
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
}
.node-content .wrapper-content-node .text-body-wrapper {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: black;
  line-height: 26px;
}
.node-content .wrapper-content-node .text-body-wrapper h2,
.node-content .wrapper-content-node .text-body-wrapper h3,
.node-content .wrapper-content-node .text-body-wrapper h4,
.node-content .wrapper-content-node .text-body-wrapper h5,
.node-content .wrapper-content-node .text-body-wrapper h6 {
  font-weight: bold;
}
.node-content .wrapper-content-node .text-body-wrapper ul,
.node-content .wrapper-content-node .text-body-wrapper ol {
  margin: 20px 0;
}
.node-content .wrapper-content-node .text-body-wrapper img {
  max-width: 100%;
  height: auto;
}
.node-content .wrapper-content-node .text-body-wrapper iframe {
  max-width: 100%;
}
.node-content .wrapper-content-node .text-body-wrapper strong {
  font-weight: bold;
}

.te-puede-interesar h3,
.te-puede-interesar a {
  font-weight: bold;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 18px;
  line-height: 26px;
}
.te-puede-interesar a {
  color: #0000ff;
  font-style: italic;
}

#gallery-node .item-img-gallery {
  overflow: hidden;
  margin-bottom: 20px;
}
#gallery-node .item-img-gallery a {
  display: block;
  position: relative;
}
#gallery-node .item-img-gallery a .bgOver {
  background: rgba(0, 0, 0, 0.81);
  position: absolute;
  color: white;
  font-size: 22px;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  -ms-transition: opacity 0.4s;
  opacity: 0;
}
#gallery-node .item-img-gallery a img {
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}
#gallery-node .item-img-gallery a:hover .bgOver {
  opacity: 1;
}
#gallery-node .item-img-gallery a:hover img {
  -webkit-transform: scale(1.03, 1.03);
  -moz-transform: scale(1.03, 1.03);
  -ms-transform: scale(1.03, 1.03);
  -o-transform: scale(1.03, 1.03);
  transform: scale(1.03, 1.03);
}

#bottom-node .social-col {
  margin-top: 30px;
}
@media (min-width: 768px) {
  #bottom-node .social-col {
    margin-top: 0px;
    text-align: right;
  }
}

.tags-col a {
  font-family: "Barlow", serif;
  color: black;
  text-decoration: none;
  font-size: 18px;
  line-height: 26px;
}
.tags-col a:hover {
  color: #0000ff;
}

#main-img.parallax {
  height: 100vh;
  background-attachment: scroll;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 992px) {
  #main-img.parallax {
    background-attachment: fixed;
  }
}

#carrusel-home {
  margin-bottom: 20px;
}
#carrusel-home .item-carrusel {
  background-position: center center;
  background-size: cover;
  min-height: 100vh;
  text-decoration: none;
  color: black;
  background-repeat: no-repeat;
}
#carrusel-home .item-carrusel:hover {
  color: #8e8e93;
}
#carrusel-home .item-carrusel .text-item div {
  background: white;
  font-family: "Playfair Display";
  font-weight: bold;
  padding: 15px 20px;
  font-size: 14px;
  margin-bottom: -40px;
}
@media (min-width: 992px) {
  #carrusel-home .item-carrusel .text-item div {
    padding: 30px 50px;
    font-size: 30px;
    margin-bottom: -80px;
  }
}
#carrusel-home .item-carrusel .text-carrusel-item {
  width: 100%;
  height: 100%;
  left: 0;
}
#carrusel-home .item-carrusel .text-carrusel-item h3 {
  font-size: 1.5em;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  #carrusel-home .item-carrusel .text-carrusel-item h3 {
    font-size: 5em;
  }
}
#carrusel-home .item-carrusel .text-carrusel-item a {
  background: transparent;
  color: #fff;
  font-family: "Barlow", serif;
  /*        &:hover {
              background:darken($bg,4%);
              transition: all 0.3s ease;
              color: $whiteColor;
          }
          &:active {
              background:darken($bg,25%);
          } */
  border: 1px solid #fff !important;
}
#carrusel-home .slick-track {
  margin-bottom: 100px;
}
#carrusel-home .slick-arrow {
  z-index: 1;
  background: rgba(0, 0, 0, 0.5);
  width: 40px;
  height: 40px;
}
#carrusel-home .slick-arrow::before {
  display: none;
}
#carrusel-home .slick-arrow.slick-prev {
  left: 30px !important;
}
#carrusel-home .slick-arrow.slick-next {
  right: 30px !important;
}
#carrusel-home .slick-arrow img {
  width: 11px;
}
#carrusel-home .slick-dots {
  bottom: 30px;
}
#carrusel-home .slick-dots li {
  margin: 0px 10px;
}
#carrusel-home .slick-dots li button {
  background: rgba(255, 255, 255, 0.5);
  width: 17px;
  height: 17px;
  border-radius: 50%;
}
#carrusel-home .slick-dots li button::before {
  display: none;
}
#carrusel-home .slick-dots li.slick-active button {
  background: white;
}

#our-products .title-block {
  margin-bottom: 20px;
}
#our-products .bottom-text {
  bottom: 0px;
}
@media (min-width: 992px) {
  #our-products .bottom-text {
    bottom: 30px;
  }
}
#our-products .bottom-text a:hover {
  color: white;
}

/*End mixins*/
/*Begin helpers*/
@media (max-width: 575px) {
  .col-xs-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xs-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}
.only-desktop {
  display: none;
}
@media (min-width: 992px) {
  .only-desktop {
    display: inline-block;
  }
}

@media (min-width: 992px) {
  .only-movil {
    display: none;
  }
}

.form-gral {
  /* Base for label styling */
  /* checkbox aspect */
  /* checked mark aspect */
  /* checked mark aspect changes */
  /* disabled checkbox */
  /* accessibility */
}
.form-gral a {
  text-decoration: underline;
  color: #fff !important;
}
.form-gral > div {
  max-width: 400px;
  margin: 0 auto 20px;
}
.form-gral label {
  margin-bottom: 0;
}
.form-gral .valid-field {
  color: #ffe827;
  padding-left: 30px;
  margin-top: 10px;
  font-size: 0.8em;
}
.form-gral input[type=text],
.form-gral input[type=email],
.form-gral input[type=password] {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  font-size: 13px;
  line-height: 1.5;
  font-family: "Raleway", sans-serif;
  color: #000;
  background-color: #fff;
  background-clip: padding-box;
  border: none;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  padding: 25px 10px 25px 15px;
  outline: none;
  /*box-shadow: inset 0px 4px 6px 0px $grayColor;*/
}
.form-gral input[type=text]::-webkit-input-placeholder,
.form-gral input[type=email]::-webkit-input-placeholder,
.form-gral input[type=password]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #9d9d9d;
}
.form-gral input[type=text]::-moz-placeholder,
.form-gral input[type=email]::-moz-placeholder,
.form-gral input[type=password]::-moz-placeholder {
  /* Firefox 19+ */
  color: #9d9d9d;
}
.form-gral input[type=text]:-ms-input-placeholder,
.form-gral input[type=email]:-ms-input-placeholder,
.form-gral input[type=password]:-ms-input-placeholder {
  /* IE 10+ */
  color: #9d9d9d;
}
.form-gral input[type=text]:-moz-placeholder,
.form-gral input[type=email]:-moz-placeholder,
.form-gral input[type=password]:-moz-placeholder {
  /* Firefox 18- */
  color: #9d9d9d;
}
.form-gral [type=submit] {
  width: 90%;
  margin: 0 auto;
  max-width: 350px;
  display: block;
}
.form-gral [type=checkbox]:not(:checked),
.form-gral [type=checkbox]:checked {
  position: absolute;
  left: -9999px;
}
.form-gral [type=checkbox]:not(:checked) + label,
.form-gral [type=checkbox]:checked + label {
  position: relative;
  padding-left: 1.95em;
  cursor: pointer;
  width: 100%;
  max-width: 80%;
  margin: 0 auto;
  font-size: 0.8em;
  display: block;
  color: #fff;
}
.form-gral [type=checkbox]:not(:checked) + label:before,
.form-gral [type=checkbox]:checked + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1.25em;
  height: 1.25em;
  border: 1px solid #fff;
  background: transparent;
  border-radius: 4px;
}
.form-gral [type=checkbox]:not(:checked) + label:after,
.form-gral [type=checkbox]:checked + label:after {
  content: "✓ ";
  position: absolute;
  top: 0.15em;
  left: 0.22em;
  font-size: 1.3em;
  line-height: 0.8;
  font-weight: bold;
  color: #fff;
  transition: all 0.2s;
}
.form-gral [type=checkbox]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
.form-gral [type=checkbox]:checked + label:after {
  opacity: 1;
  transform: scale(1);
  font-size: 1em;
  top: 4px;
}
.form-gral [type=checkbox]:disabled:not(:checked) + label:before,
.form-gral [type=checkbox]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
.form-gral [type=checkbox]:disabled:checked + label:after {
  color: #999;
}
.form-gral [type=checkbox]:disabled + label {
  color: #aaa;
}

.btn, form#user-login .form-actions input,
form#user-register-form .form-actions input,
form#user-pass .form-actions input, #carrusel-home .item-carrusel .text-carrusel-item a, .form-gral [type=submit] {
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  border-radius: 5px;
  width: auto;
  font-weight: normal;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 14px;
  border: none;
  overflow: hidden;
  position: relative;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.title-block {
  font-size: 60px;
  font-family: "Barlow Condensed", sans-serif;
  text-align: left;
  color: black;
}

.seeall-btn {
  color: #891d31;
}
.seeall-btn:hover {
  color: #891d31;
}
.seeall-btn i {
  font-size: 0.7em;
}

.loadmore-btn {
  background: #0000ff;
  color: white !important;
  width: 100%;
  display: block;
  padding: 30px 0;
  font-weight: bold;
  font-family: "Barlow", serif;
  font-size: 15px;
  text-decoration: none !important;
}

.custom-control input[type=checkbox] {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.custom-control label {
  position: relative;
  margin-bottom: 0;
}

.position-relative {
  position: relative;
}

.position-absolute {
  position: absolute;
}

.btn-white, .form-gral [type=submit] {
  background: #fff;
  color: #000;
  font-family: "Barlow", serif;
  /*        &:hover {
              background:darken($bg,4%);
              transition: all 0.3s ease;
              color: $whiteColor;
          }
          &:active {
              background:darken($bg,25%);
          } */
}

.btn-black, form#user-login .form-actions input,
form#user-register-form .form-actions input,
form#user-pass .form-actions input {
  background: #000;
  color: #fff;
  font-family: "Barlow", serif;
  /*        &:hover {
              background:darken($bg,4%);
              transition: all 0.3s ease;
              color: $whiteColor;
          }
          &:active {
              background:darken($bg,25%);
          } */
}
.btn-black:hover, form#user-login .form-actions input:hover,
form#user-register-form .form-actions input:hover,
form#user-pass .form-actions input:hover {
  color: #fff;
}
.btn-black i, form#user-login .form-actions input i,
form#user-register-form .form-actions input i,
form#user-pass .form-actions input i {
  margin-right: 10px;
}

.btn-pink {
  background: #e2007c;
  color: #fff;
  font-family: "Barlow", serif;
  /*        &:hover {
              background:darken($bg,4%);
              transition: all 0.3s ease;
              color: $whiteColor;
          }
          &:active {
              background:darken($bg,25%);
          } */
  align-items: center;
}
.btn-pink:hover {
  color: #fff;
}
.btn-pink i {
  margin-right: 10px;
}

.btn-yellow {
  background: #ffe827;
  color: #000;
  font-family: "Barlow", serif;
  /*        &:hover {
              background:darken($bg,4%);
              transition: all 0.3s ease;
              color: $whiteColor;
          }
          &:active {
              background:darken($bg,25%);
          } */
}

.pt50 {
  padding-top: 50px;
}

.pb30 {
  padding-bottom: 30px;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt100 {
  margin-top: 100px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb100 {
  margin-bottom: 100px;
}

.cursor-pointer {
  cursor: pointer;
}

.w100 {
  width: 100%;
}

.nav-tabs-custom {
  margin-bottom: -1px;
  border: none;
}
.nav-tabs-custom li {
  min-width: 50px;
  border-radius: 0 13px 0 0;
}
.nav-tabs-custom li a {
  border: none;
  border-radius: 0 13px 0 0;
  display: block;
  padding: 10px 18px 10px 28px;
  color: #878787;
}
.nav-tabs-custom li a.is-active {
  color: #000;
  background: #fff;
}
@media (min-width: 992px) {
  .nav-tabs-custom li a {
    padding: 10px 30px 10px 40px;
  }
}
.nav-tabs-custom li:first-child {
  background: #dee2e6;
  z-index: 2;
  border-left: 1px solid #d6d9e0;
  border-top: 1px solid #d6d9e0;
  border-radius: 13px 13px 0 0;
}
.nav-tabs-custom li:first-child a {
  border-radius: 13px 13px 0 0;
}
.nav-tabs-custom li:nth-child(2) {
  margin-left: -10px;
  z-index: 1;
  border-top: 1px solid #d6d9e0;
  background: #eee;
}
.nav-tabs-custom li:nth-child(3) {
  margin-left: -10px;
  border-top: 1px solid #d6d9e0;
  border-right: 1px solid #d6d9e0;
  background: #dcdcdc;
}

.tab-content-custom {
  padding: 20px;
  border: 1px solid #d6d9e0;
  border-radius: 0 13px 13px 13px;
}
@media (min-width: 992px) {
  .tab-content-custom {
    padding: 30px 50px;
  }
}

/**********Begin color text*********/
.black-text {
  color: #000;
}

.white-tex {
  color: #fff;
}

.pink-text {
  color: #e2007c;
}

.blue-text {
  color: #9d9d9d;
}

.blue-second-text {
  color: #3157a3;
}

.green-fourth-text {
  color: #8cc742;
}

.orange-text {
  color: #f39500;
}

/**********End color text***********/
/**********Begin backgroud color solid*********/
.blueBg {
  background: #9d9d9d;
}

.graySecondBg {
  background: #7d7d7d;
}

.grayThirdBg {
  background: #dcdcdc;
}

.blueSecondBg {
  background: #3157a3;
}

.pinkBg {
  background: #e2007c;
}

.greenBg {
  background: #88b511;
}

.orangeBg {
  background: #f39500;
}

.purpleBg {
  background: #632181;
}

/***********End backgroud color solid**********/
/*End helpers*/
#toolbar {
  z-index: 998;
}

body {
  font: 100% "Roboto Condensed", sans-serif;
  color: #000;
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

.bgSite {
  display: block;
  z-index: -1;
  position: fixed;
  height: 100%;
  width: 100%;
}

main {
  flex: 1 0 auto;
  z-index: 1;
  background: white;
}
@media (max-width: 991px) {
  main {
    margin-bottom: 0px !important;
  }
}
@media (min-width: 992px) {
  main {
    padding-top: 0px;
  }
}

/*Begin styles abuelita*/
/*Begin Forms*/
#password-form,
#login-form {
  padding-top: 40px;
  padding-bottom: 40px;
}

/*End Forms*/
.item-list img {
  width: 100%;
}
.item-list .bottom-text {
  padding: 0 20px 20px;
  bottom: 0;
}
.item-list .bottom-text div {
  font-family: "Roboto Condensed", sans-serif;
  color: white;
}
.item-list .bottom-text a:hover {
  color: white;
}
.item-list .bottom-text a i {
  font-size: 0.7em;
}
.item-list .bottom-text .big-text {
  font-family: "Barlow", serif;
  text-shadow: 0px 3px 0px #333;
  font-size: 3em;
}
.item-list .bottom-text .small-text {
  font-family: "Roboto Condensed", sans-serif;
}

.item-list-gral img {
  width: 100%;
}
.item-list-gral img.logo {
  width: auto;
}
.item-list-gral .bottom-text {
  padding: 0 20px 20px;
  min-height: 200px;
  bottom: 0;
  color: white;
}
.item-list-gral .bottom-text .big-text {
  font-family: "Barlow", serif;
  text-shadow: 0px 3px 0px #333;
  font-size: 3em;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .item-list-gral .bottom-text .big-text {
    font-size: 5em;
  }
}
.item-list-gral .bottom-text .small-text {
  font-family: "Roboto Condensed", sans-serif;
}

.wrapper-btn {
  padding: 20px 0px 40px;
}

#bottom-home a {
  display: block;
}
#bottom-home a .bottom-text {
  text-shadow: 0px 3px 0px #333;
  bottom: 30px;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 2em;
}

.img-card {
  height: 200px;
  justify-content: center;
  display: flex;
  align-items: flex-end;
}
@media (min-width: 992px) {
  .img-card {
    height: 300px;
  }
}
.img-card img {
  max-height: 100%;
}

.list-cards .card {
  margin-bottom: 50px;
  background: none;
  border: none;
}
.list-cards .card a {
  text-decoration: none;
}
.list-cards .card a .card-body {
  color: black;
}
.list-cards .card a .card-body div {
  text-transform: uppercase;
}
.list-cards .card a .card-body p {
  font-family: "Playfair Display";
  font-weight: bold;
  font-size: 28px;
  line-height: 40px;
}
.list-cards .card a .card-footer {
  background: none;
  border: none;
}
.list-cards .card a .card-footer .btn, .list-cards .card a .card-footer form#user-login .form-actions input, form#user-login .form-actions .list-cards .card a .card-footer input,
.list-cards .card a .card-footer form#user-register-form .form-actions input,
form#user-register-form .form-actions .list-cards .card a .card-footer input,
.list-cards .card a .card-footer form#user-pass .form-actions input,
form#user-pass .form-actions .list-cards .card a .card-footer input, .list-cards .card a .card-footer #carrusel-home .item-carrusel .text-carrusel-item a, #carrusel-home .item-carrusel .text-carrusel-item .list-cards .card a .card-footer a, .list-cards .card a .card-footer .form-gral [type=submit], .form-gral .list-cards .card a .card-footer [type=submit] {
  box-shadow: 0px 4px 0px #900034;
}
.list-cards .card a:hover p {
  color: #7d7d7d;
}

#btns-wrapper {
  padding: 30px 0px;
}
#btns-wrapper .btn, #btns-wrapper form#user-login .form-actions input, form#user-login .form-actions #btns-wrapper input,
#btns-wrapper form#user-register-form .form-actions input,
form#user-register-form .form-actions #btns-wrapper input,
#btns-wrapper form#user-pass .form-actions input,
form#user-pass .form-actions #btns-wrapper input, #btns-wrapper #carrusel-home .item-carrusel .text-carrusel-item a, #carrusel-home .item-carrusel .text-carrusel-item #btns-wrapper a, #btns-wrapper .form-gral [type=submit], .form-gral #btns-wrapper [type=submit] {
  min-width: 180px;
  margin-bottom: 20px;
  box-shadow: 0px 4px 0px #900034;
}

.social-list a {
  margin: 0 10px;
  text-decoration: none;
  color: black;
}
.social-list a:hover {
  color: #0000ff;
}

#top-five h2 {
  padding: 15px 15px 0px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: bold;
}
#top-five ul {
  list-style: none;
  padding: 0;
  counter-reset: list;
  margin: 0;
}
#top-five ul li {
  border-top: 1px dotted #a9a9a9;
  padding: 20px 15px;
  min-height: 100px;
  counter-increment: itemNum;
  position: relative;
}
#top-five ul li::before {
  color: #9ca5e1;
  font-family: "Roboto Condensed", sans-serif;
  content: counter(itemNum);
  position: absolute;
  font-size: 70px;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
}
#top-five ul li a {
  text-decoration: none;
  color: black;
  font-size: 16px;
  line-height: 18px;
  font-weight: bold;
  font-family: "Barlow", serif;
}
#top-five ul li a:hover {
  color: #7d7d7d;
}
#top-five .col-left {
  width: 100%;
}
@media (min-width: 768px) {
  #top-five .col-left {
    width: calc(100% - 300px);
    display: inline-block;
  }
}
#top-five .col-right {
  width: 100%;
}
@media (min-width: 768px) {
  #top-five .col-right {
    float: right;
    width: 300px;
    padding: 1em;
    position: sticky;
    top: 130px;
  }
}

#randomness {
  padding: 80px 0px;
  background: black;
}
#randomness h2 {
  color: white;
  font-family: "Barlow Condensed", sans-serif;
  margin-bottom: 30px;
  font-size: 60px;
}
#randomness .item-random img {
  cursor: pointer;
  display: block;
}
#randomness .item-random .hovered-img {
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  left: 0;
  position: absolute;
  top: 0;
}
#randomness .item-random:hover .hovered-img {
  opacity: 1;
  display: block;
}
#randomness .item-random:hover .initial-img {
  opacity: 0;
  display: none;
}

#boutique {
  padding: 50px 0px;
}
#boutique h2 {
  font-family: "Playfair Display";
  font-style: italic;
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  #boutique h2 {
    font-size: 50px;
  }
}
#boutique .text-aux {
  font-family: "Barlow Condensed", sans-serif;
  position: relative;
  font-size: 22px;
  background: url("../images/hand.jpg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-bottom: 60px;
  height: 120px;
}
#boutique .text-aux .small-text {
  position: relative;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 18px;
  font-weight: bold;
}
#boutique .card-project {
  margin-bottom: 20px;
}
#boutique .btn-bottom .btn, #boutique .btn-bottom form#user-login .form-actions input, form#user-login .form-actions #boutique .btn-bottom input,
#boutique .btn-bottom form#user-register-form .form-actions input,
form#user-register-form .form-actions #boutique .btn-bottom input,
#boutique .btn-bottom form#user-pass .form-actions input,
form#user-pass .form-actions #boutique .btn-bottom input, #boutique .btn-bottom #carrusel-home .item-carrusel .text-carrusel-item a, #carrusel-home .item-carrusel .text-carrusel-item #boutique .btn-bottom a, #boutique .btn-bottom .form-gral [type=submit], .form-gral #boutique .btn-bottom [type=submit] {
  border-radius: 0;
  padding: 10px 20px;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: bold;
  font-size: 13px;
  letter-spacing: 1px;
}

.card-project {
  border-radius: 0;
  font-family: "Barlow", serif;
}
.card-project a {
  text-decoration: none;
}
.card-project .img-card {
  position: relative;
}
.card-project .img-card .oferta {
  position: absolute;
  right: 0;
  padding: 5px 8px;
  top: 0;
  font-size: 12px;
  color: #fff;
  background: #27ae60;
  border-radius: 0 0 0 2px;
}
.card-project .card-body {
  font-size: 16px;
  color: black;
  line-height: 20px;
  font-weight: bold;
}
.card-project .card-body:hover {
  color: #0000ff;
}
.card-project .card-footer {
  background: none;
  border-top: none;
}
.card-project .card-footer .price {
  color: black;
  font-weight: bold;
  font-size: 18px;
  padding-bottom: 5px;
}
.card-project .card-footer .btn, .card-project .card-footer form#user-login .form-actions input, form#user-login .form-actions .card-project .card-footer input,
.card-project .card-footer form#user-register-form .form-actions input,
form#user-register-form .form-actions .card-project .card-footer input,
.card-project .card-footer form#user-pass .form-actions input,
form#user-pass .form-actions .card-project .card-footer input, .card-project .card-footer #carrusel-home .item-carrusel .text-carrusel-item a, #carrusel-home .item-carrusel .text-carrusel-item .card-project .card-footer a, .card-project .card-footer .form-gral [type=submit], .form-gral .card-project .card-footer [type=submit] {
  width: 100%;
  background: #363636;
  border-radius: 0;
}

#form-register-newsletter {
  padding: 50px 0;
  background: #ccc;
}
#form-register-newsletter h2 {
  font-family: "Playfair Display";
  font-weight: bold;
}
#form-register-newsletter button {
  background: #0000ff;
  color: white;
  font-weight: bold;
  margin: 0;
  font-size: 13px;
  letter-spacing: 1px;
  padding: 12px 25px;
}

.header-channel {
  justify-content: center;
  padding: 50px 0;
  min-height: 200px;
  color: black;
  font-family: "Barlow Condensed", sans-serif;
}
.header-channel.channel-arte {
  background: #b87ace;
}
.header-channel.channel-diseno {
  background: #008782;
}
.header-channel.channel-life-style {
  background: #F28528;
}
.header-channel.channel-blogs {
  background: #000000;
}
.header-channel.channel-blogs * {
  color: white;
}
.header-channel[class*=boutique] {
  background: #ffffff;
}
.header-channel h1 {
  font-size: 80px;
  margin-bottom: 70px;
}
.header-channel p {
  text-align: left;
  font-size: 18px;
}

.item-channel a {
  color: black;
  font-weight: 700;
  font-size: 28px;
  text-decoration: none;
  font-family: "Playfair Display";
}
.item-channel .category {
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.item-channel .category a {
  display: inline-block;
  text-transform: uppercase;
  background: white;
  padding: 10px 10px 0;
  font-size: 12px;
  font-family: "Barlow", serif;
  font-weight: 700;
}

.black-section {
  background: black;
  padding: 50px 0px;
}
.black-section h2 {
  color: white;
  font-family: "Playfair Display";
  font-style: italic;
  font-weight: bold;
}
@media (min-width: 992px) {
  .black-section h2 {
    font-size: 50px;
  }
}
.black-section .see-products {
  background: white;
  color: black;
  border: 2px solid white;
}
.black-section .see-products:hover {
  color: white;
  background: black;
  border-color: #1abc9c;
}
@media (min-width: 992px) {
  .black-section {
    padding: 100px 0px;
  }
}

.white-section {
  padding: 50px 0px;
}
.white-section h2 {
  color: black;
  font-family: "Playfair Display";
  font-style: italic;
  font-weight: bold;
}
@media (min-width: 992px) {
  .white-section h2 {
    font-size: 50px;
  }
}
.white-section .see-products {
  background: black;
  color: white;
  border: 2px solid #0000ff;
}
.white-section .see-products:hover {
  color: black;
  background: white;
}
@media (min-width: 992px) {
  .white-section {
    padding: 100px 0px;
  }
}

.see-products {
  border-radius: 20px;
  font-weight: bold;
  font-size: 12px;
  font-family: "Barlow", serif;
  padding-left: 20px;
  padding-right: 20px;
}

#listado-tags a {
  margin: 0 20px 10px 0px;
  display: inline-block;
  font-size: 18px;
  color: black;
  text-decoration: none;
}
#listado-tags a:hover {
  color: #1abc9c;
}

.item-search .title-item {
  color: #bebebe;
  margin-bottom: 0px;
  font-family: "Playfair Display";
  font-size: 28px;
  font-weight: bold;
}
.item-search .title-item a {
  color: black;
  text-decoration: none;
  line-height: 40px;
}
.item-search .title-item a:hover {
  color: #0000ff;
}
.item-search .author {
  font-size: 18px;
  font-family: "Barlow", serif;
  font-weight: 500;
  line-height: 26px;
  color: #bebebe;
}
.item-search .author .fa-square {
  font-size: 4px;
  margin: 0 5px;
  vertical-align: middle;
}
.item-search .author a {
  text-decoration: none;
  color: #bebebe;
}
.item-search .author a:hover {
  color: #1abc9c;
}
.item-search #social-search {
  display: inline-block;
  position: absolute;
  padding: 10px 0;
  border-radius: 3px;
  background: white;
  border: 1px solid black;
  width: 30px;
  bottom: -130px;
  left: 0;
  right: 0;
  margin: auto;
}
.item-search #social-search::before {
  content: "";
  width: 7px;
  height: 7px;
  border-top: 1px solid black;
  border-right: 1px solid black;
  background: white;
  transform: rotate(-45deg);
  top: -4px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
.item-search #social-search a {
  margin-bottom: 5px;
  color: black;
}

#block-gtranslate-gtranslate a {
  margin: 0;
}
#block-gtranslate-gtranslate .switcher a {
  color: black;
}
#block-gtranslate-gtranslate .switcher .option {
  position: absolute;
}

.media_embed {
  height: auto !important;
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.media_embed::before {
  display: block;
  content: "";
  padding-top: 56.25%;
}
.media_embed iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.field-name-body blockquote {
  text-align: center;
  font-style: italic;
  padding-left: 30px;
  font-size: 24px;
  padding-right: 30px;
  position: relative;
  font-weight: bold;
}
.field-name-body blockquote::before {
  content: "“";
  font-size: 75px;
  position: absolute;
  top: 11px;
  left: -11px;
  font-family: times;
  color: #0000ff;
}
.field-name-body blockquote::after {
  content: "”";
  font-size: 75px;
  position: absolute;
  bottom: -19px;
  right: -4px;
  font-family: lato;
  color: #0000ff;
}

.field-name-body .block-instagram {
  margin: 0 auto;
}

form#user-login,
form#user-register-form,
form#user-pass {
  width: 80%;
  max-width: 600px;
  margin: 100px auto;
}
form#user-login .description,
form#user-register-form .description,
form#user-pass .description {
  font-style: italic;
  font-size: 0.7em !important;
}
form#user-login input[type=text], form#user-login input[type=password],
form#user-register-form input[type=text],
form#user-register-form input[type=password],
form#user-pass input[type=text],
form#user-pass input[type=password] {
  margin: 0;
  width: 100%;
  border: 1px solid #ccc;
  height: 40px;
  line-height: 40px;
  padding: 3px;
  font-family: "Barlow", serif;
}
form#user-login input[type=text].error, form#user-login input[type=password].error,
form#user-register-form input[type=text].error,
form#user-register-form input[type=password].error,
form#user-pass input[type=text].error,
form#user-pass input[type=password].error {
  color: red;
}
form#user-login input[type=text]::-webkit-input-placeholder, form#user-login input[type=password]::-webkit-input-placeholder,
form#user-register-form input[type=text]::-webkit-input-placeholder,
form#user-register-form input[type=password]::-webkit-input-placeholder,
form#user-pass input[type=text]::-webkit-input-placeholder,
form#user-pass input[type=password]::-webkit-input-placeholder {
  /* Edge */
  color: black;
}
form#user-login input[type=text]:-ms-input-placeholder, form#user-login input[type=password]:-ms-input-placeholder,
form#user-register-form input[type=text]:-ms-input-placeholder,
form#user-register-form input[type=password]:-ms-input-placeholder,
form#user-pass input[type=text]:-ms-input-placeholder,
form#user-pass input[type=password]:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: black;
}
form#user-login input[type=text] ::placeholder, form#user-login input[type=password] ::placeholder,
form#user-register-form input[type=text] ::placeholder,
form#user-register-form input[type=password] ::placeholder,
form#user-pass input[type=text] ::placeholder,
form#user-pass input[type=password] ::placeholder {
  color: black;
}
form#user-login .form-actions,
form#user-register-form .form-actions,
form#user-pass .form-actions {
  text-align: center;
}
form#user-login .form-actions input,
form#user-register-form .form-actions input,
form#user-pass .form-actions input {
  font-family: "Barlow Condensed", sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 0;
}

body.page-user {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}
body.page-user main {
  flex: 1 0 auto;
}

.tabs ul.primary li a {
  margin-right: 0.8em;
  padding: 0 6em;
  font-size: 18px;
  font-weight: bold;
}

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