/*
Author: Sebastián Rave
Multimedia Productor
info@sebastianrave.com
Medellín - Colombia
2019
*/

* {
  text-decoration: none;
  list-style-type: none;
  font-family: 'Oswald', serif;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

hr {
  border-top: 1px solid #000;
}

a {
  color: #000;
  font-family: 'Oswald', sans-serif;
}

a:hover,
a:focus {
  color: #3971e5;
  text-decoration: none;
  cursor: pointer;
}

p {
  color: #000;
  font-size: 16px;
  font-weight: 100;
  font-family: 'Oswald', sans-serif;
  text-align: justify;
}

h1 {
  line-height: 1.2;
}

h2,
h3 {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  color: #000;
  line-height: 1.2;
}

h4 {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  color: #000;
  line-height: 1.2;
}

input[type="text"],
input[type="number"] {
  width: 100%;
  color: #000;
  outline: 0 !important;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  border: none;
  border-bottom: 1px solid #fff;
  padding: 5px 15px;
  background-color: transparent;
  font-weight: 400;
}

input[type="email"] {
  width: 100%;
  color: #000;
  outline: 0 !important;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  border: none;
  border-bottom: 1px solid #fff;
  padding: 5px 15px;
  background-color: transparent;
  font-weight: 400;
}

label {
  color: #000;
  font-size: 11px;
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  margin: 5px 0;
}

button {
  outline: 0 !important;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}

textarea:focus,
input[type="text"]:focus,
input[type="email"]:focus {
  border-bottom: 2px solid #fff;
  outline: 0;
}

input::-webkit-input-placeholder,
input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-family: 'Oswald', sans-serif;
  font-size: 14px;
  opacity: 1;
  font-weight: 500;
}

input::-moz-placeholder,
input::-moz-placeholder {
  /* Firefox 19+ */
  font-family: 'Oswald', sans-serif;
  font-size: 14px;
  opacity: 1;
  font-weight: 500;
}

input:-ms-input-placeholder,
input:-ms-input-placeholder {
  /* IE 10+ */
  font-family: 'Oswald', sans-serif;
  font-size: 14px;
  opacity: 1;
  font-weight: 500;
}

input:-moz-placeholder,
input:-moz-placeholder {
  /* Firefox 18- */
  font-family: 'Oswald', sans-serif;
  font-size: 14px;
  opacity: 1;
  font-weight: 500;
}

textarea {
  width: 100%;
  color: #000;
  outline: 0px !important;
  padding: 5px 15px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  border-bottom: 1px solid #fff;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  background-color: transparent;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  font-weight: 500;
}

textarea::-webkit-input-placeholder {
  color: #000;
  font-size: 14px;
  font-family: 'Oswald', sans-serif;
  opacity: 1;
  font-weight: 500;
}

textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #000;
  font-size: 14px;
  font-family: 'Oswald', sans-serif;
  opacity: 1;
  font-weight: 500;
}

textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #000;
  font-size: 14px;
  font-family: 'Oswald', sans-serif;
  opacity: 1;
  font-weight: 500;
}

textarea:-ms-input-placeholder {
  color: #000;
  font-size: 14px;
  font-family: 'Oswald', sans-serif;
  opacity: 1;
  font-weight: 500;
}

select {
  width: 100%;
  outline: 0 !important;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  border: none;
  border-bottom: 1px solid #fff;
  padding: 5px 15px;
  margin-bottom: 10px;
  background-color: transparent;
  color: #000 !important;
  background-image: url(../img/select.png);
  background-repeat: no-repeat;
  background-position: right;
  font-weight: 500;
  font-size: 14px;
  font-family: 'Oswald', sans-serif;
}

select::-webkit-input-placeholder,
select::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-family: 'Oswald', sans-serif;
  font-size: 14px;
  color: #000;
  opacity: 1;
  font-weight: 500;
}

select::-moz-placeholder,
select::-moz-placeholder {
  /* Firefox 19+ */
  font-family: 'Oswald', sans-serif;
  font-size: 14px;
  color: #000;
  opacity: 1;
  font-weight: 500;
}

select:-ms-input-placeholder,
select:-ms-input-placeholder {
  /* IE 10+ */
  font-family: 'Oswald', sans-serif;
  font-size: 14px;
  color: #000;
  opacity: 1;
  font-weight: 500;
}

select:-moz-placeholder,
select:-moz-placeholder {
  /* Firefox 18- */
  font-family: 'Oswald', sans-serif;
  font-size: 14px;
  color: #000;
  opacity: 1;
  font-weight: 500;
}

/*
Personalized checkbox

<div class="check-acepto">
    <input id="acepto" type="checkbox" name="acepto">
    <label for="acepto">He leído y acepto las condiciones de tratamiento de datos</label>
</div>

*/

input[type=checkbox] {
  background: none;
  border: none;
  display: none;
}

.check-acepto label {
  color: #000;
  text-transform: uppercase;
  display: inline-block;
  max-width: 70%;
  margin-bottom: 5px;
  font-weight: 300;
  font-size: 8px;
  line-height: 12px;
}

.check-acepto label:before {
  float: left;
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 3px;
  border: 1px solid #000;
  background: transparent;
  margin-right: 5px;
  margin-top: 1px;
}

.check-acepto label.active:before {
  content: "";
  float: left;
  background: transparent url(../img/icons/checkbox.png) no-repeat;
  background-position: 1px 2px;
  color: #000;
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 3px;
  margin-right: 5px;
}

.no-margin {
  position: relative;
  padding: 0;
  margin: 0;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
  -webkit-transition: all .8s ease;
  -moz-transition: all .8s ease;
  -ms-transition: all .8s ease;
  -o-transition: all .8s ease;
  transition: all .8s ease;
}

body {
  position: relative;
  overflow-x: hidden;
  clear: both;
  margin: 0;
  padding: 0;
}

.hideit {
  display: none;
}

/*ONLY MOBILE*/

/* Boton de pago */

.flotante {
  position: fixed;
  width: 132px;
  height: auto;
  z-index: 999;
  right: 60px;
  top: 77px;
}

.flotante a {
  display: block;
  height: auto;
  width: 132px;
}

.flotante img {
  width: 100%;
  transform: translate(10px, 9px);
}

.linea-etica h2 {
  text-transform: uppercase;
}

.form_content {
  width: 100%;
  position: relative;
  display: block;
  margin-top: 100px;
}

.form_content form {
  width: 100%;
  position: relative;
  display: block;
}

.form_content form ._fields_block {
  width: 100%;
  position: relative;
  display: block;
  margin-bottom: 80px;
}

._fields_block--title {
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

._fields_block--title>img {
  width: 50px;
  height: fit-content;
  position: relative;
  display: block;
  margin-right: 20px;
}

._fields_block--title h5 {
  width: 100%;
  position: relative;
  display: block;
  color: #17171b;
  text-transform: uppercase;
  font-weight: 500;
  max-width: 290px;
  text-align: left;
  margin: 0;
}

._fields_block--title p {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 !important;
  margin: 0 !important;
}

._fields_block--title p>img {
  width: 28px;
  position: relative;
  display: block;
  margin-right: 5px;
}

._fields_block--content {
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  column-gap: 30px;
  row-gap: 15px;
  padding-left: 70px;
  margin-top: 40px;
}

.not_annonymous--form {
  width: 100%;
  position: relative;
}

.not_annonymous--form .annonymous_content {
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  column-gap: 30px;
  row-gap: 15px;
}

._fields_block--content ._input {
  width: calc(50% - 15px);
  position: relative;
  display: block;
}

._fields_block--content ._input.full {
  width: 100%;
}

._fields_block--content ._input input {
  width: 100%;
  position: relative;
  display: block;
  color: #221f1f;
  text-transform: uppercase;
  padding: 10px 0;
  border-bottom: 1px solid #221f1f;
  font-size: 20px;
  background: url(../img/lapiz.svg) no-repeat right center;
  background-size: 32px;
}

._fields_block--content ._input textarea {
  width: 100%;
  position: relative;
  display: block;
  color: #221f1f;
  text-transform: uppercase;
  padding: 10px 0;
  border-bottom: 1px solid #221f1f;
  font-size: 20px;
  background: url(../img/lapiz.svg) no-repeat right 10px;
  background-size: 32px;
  max-height: 150px;
}

._fields_block--content ._input textarea::placeholder {
  color: #221f1f;
  font-size: 20px;
}

._fields_block--content ._input select {
  width: 100%;
  position: relative;
  display: block;
  color: #221f1f;
  text-transform: uppercase;
  padding: 10px 0;
  border-bottom: 1px solid #221f1f;
  font-size: 20px;
}

._fields_block--content ._input input::placeholder {
  color: #221f1f;
  font-size: 20px;
}

._fields_block--desc {
  width: 100%;
  position: relative;
  display: block;
  column-gap: 30px;
  row-gap: 20px;
  padding-left: 70px;
  margin-top: 40px;
}

._fields_block--desc h5 {
  width: 100%;
  position: relative;
  display: block;
  color: #17171b;
  text-transform: uppercase;
  font-weight: 500;
  max-width: 290px;
  text-align: left;
  margin: 0 0 10px;
}

._fields_block--desc p {
  width: 100%;
  max-width: unset !important;
  position: relative;
  display: flex;
  align-items: center;
  text-align: justify !important;
  padding: 0 !important;
  margin: 0 !important;
  line-height: 130%;
  font-size: 20px;
}

._fields_block--content ._file {
  width: 100%;
  position: relative;
  display: block;
}

._fields_block--content ._file label {
  width: 100%;
  position: relative;
  display: block;
  cursor: pointer;
}

._fields_block--content ._file label input {
  display: none;
}

._fields_block--content ._file label span {
  width: 100%;
  position: relative;
  display: flex;
  column-gap: 15px;
  align-items: center;
  padding: 0;
  background: transparent;
  outline: none !important;
  border: none !important;
}

._fields_block--content ._file label span img {
  width: 45px;
  position: relative;
  display: block;
}

._fields_block--content ._file label span p {
  width: fit-content;
  height: fit-content;
  margin: 0;
  padding: 5px 25px;
  background: #f7c02b;
  border-radius: 30px;
}

._fields_block--note {
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

._fields_block--note>img {
  width: 50px;
  height: fit-content;
  position: relative;
  display: block;
  margin-right: 20px;
}

._fields_block--note .text {
  width: calc(100% - 70px);
  position: relative;
  display: block;
  padding: 15px;
  background: #e6e7e7;
}

._fields_block--note h5 {
  width: 100%;
  position: relative;
  display: block;
  color: #17171b;
  text-transform: uppercase;
  font-weight: 500;
  text-align: left;
  margin: 0;
}

._fields_block--note p {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 !important;
  margin: 5px 0 0 !important;
  max-width: unset !important;
  text-align: left !important;
  line-height: 130%;
  font-size: 20px;
}

._fields_block--content ._check {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  column-gap: 10px;
}

._fields_block--content ._check input {
  width: 17px;
  height: 17px;
  display: block;
  accent-color: #f7c02b;
}

._fields_block--content ._check p {
  width: fit-content;
  position: relative;
  display: block;
  margin: 0 !important;
  padding: 0 !important;
}

._fields_block--content ._check p a {
  color: #f7c02b;
}

._fields_block--content ._submit {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
}

._fields_block--content ._submit button {
  width: 60px;
  position: relative;
  display: block;
  padding: 0 !important;
  background: transparent;
  border: none !important;
  outline: none !important;
}



/* Final boton de pago */

@media screen and (min-width: 320px) {
  .desktop {
    display: none !important;
  }

  .mobile {
    display: block !important;
  }

  .logotop {
    padding: 0 10px;
  }

  a.brand {
    display: block;
    max-width: 150px;
    position: relative;
    margin: 10px 0;
    float: left;
  }

  .brand span {
    display: none;
  }

  a.brand img {
    display: block;
    margin: auto;
    max-width: 100%;
    -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;
  }

  header.header {
    position: fixed;
    z-index: 99;
    top: 0;
    width: 100%;
    height: 56px;
    background: #dfdbda;
    -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;
    -webkit-transform: translate3D(0, 0, 0);
    -ms-transform: translate3D(0, 0, 0);
    transform: translate3D(0, 0, 0);
  }

  nav {
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
  }

  .menu-trigger {
    padding: 10px 30px;
    float: right;
    cursor: pointer;
    margin-right: 0;
    height: 50px;
  }

  .menu-trigger>span {
    position: relative;
    float: left;
    color: #000;
    font-weight: 700;
    font-size: 18px;
    margin-top: 12px;
    margin-right: 10px;
  }

  .hamburger {
    float: left;
    margin-right: 10px;
    border: 4px solid #000;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    padding: 0 5px;
    position: relative;
    height: 40px;
    width: 40px;
  }

  .hamburger span {
    background: #000;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin: 0;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    height: 5px;
    width: 5px;
    position: absolute;
  }

  .hamburger span:nth-child(1) {
    top: 15px;
    left: 6px;
  }

  .hamburger span:nth-child(2) {
    top: 15px;
    left: 14px;
  }

  .hamburger span:nth-child(3) {
    top: 15px;
    left: 22px;
  }

  .closemenu {
    position: relative;
    height: 40px;
    width: 40px;
  }

  .closemenu span:nth-child(1) {
    width: 20px;
    -webkit-border-radius: 0;
    border-radius: 0;
    transform: rotate(45deg);
    left: 6px;
    top: 14px;
  }

  .closemenu span:nth-child(2) {
    opacity: 0;
  }

  .closemenu span:nth-child(3) {
    width: 20px;
    -webkit-border-radius: 0;
    border-radius: 0;
    transform: rotate(-45deg);
    top: 14px;
    left: 6px;
  }

  .menu-trigger>span {
    color: black;
    font-family: 'Oswald', sans-serif;
  }

  .hamburger {
    border: 4px solid #000;
  }

  .closemenu {
    border: 4px solid #000;
  }

  .hamburger span {
    background-color: #000;
  }

  .closemenu span {
    background-color: #000;
  }

  .show {
    width: 30%;
    display: block;
  }

  .collapsibleMenu {
    position: absolute;
    top: 16%;
    left: 5%;
    padding: 0;
  }

  .collapsibleMenu li a {
    color: #fff;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.2;
    -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;
  }

  .collapsibleMenu {
    left: initial;
    top: 20px;
    right: 20px;
  }

  .collapsibleMenu li {
    text-align: right;
    margin-bottom: 10px;
  }

  .collapsibleMenu li a {
    color: #000;
    font-size: 18px;
  }

  .collapsibleMenu li .hidedesktop,
  .collapsibleMenu li .hidedesktop p {
    text-align: right;
  }

  .collapsibleMenu li .hidedesktop p a,
  .collapsibleMenu li .hidedesktop p {
    font-size: 14px;
    text-align: right;
    margin: 0;
    line-height: 1;
    font-weight: 300;
    color: #757575;
  }

  .menu-box {
    display: none;
    float: right;
    width: 30%;
    margin-top: 5px;
    background-image: none;
    background-color: rgba(255, 255, 255, 1);
  }

  div.right-block>ul>li:nth-child(6)>a:nth-child(2) {
    margin-left: 10px;
  }

  .collapsibleMenu>li {
    padding: 0;
    line-height: 1;
    margin-bottom: 15px;
  }

  .collapsibleMenu li a:hover,
  .collapsibleMenu li a.actual {
    color: #ffb718;
  }

  .collapsibleMenu>li>a>i {
    color: #ffb718;
    font-size: 28px;
    margin-left: 5px;
    -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;
  }

  .collapsibleMenu>li>a:hover>i {
    color: #fff;
  }

  .sub-block {
    display: none;
    padding: 10px 0;
  }

  .sub-menu {
    display: none;
  }

  .sub-block>li:first-child .sub-menu {
    display: block;
  }

  .sub-menu li {
    padding: 1px 0;
  }

  .sub-menu>li>a {
    font-size: 16px;
    font-weight: 400;
  }

  .trigger1,
  .opened {
    position: relative;
  }

  .sub-block>li>a {
    color: #3971e5;
    font-size: 18px;
  }

  .trigger1:after {
    content: "";
    position: absolute;
    right: -20px;
    top: 10px;
    width: 6px;
    height: 11px;
    background-image: url('../img/right-icon.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;

  }

  .opened:after {
    content: "";
    position: absolute;
    right: -20px;
    top: 10px;
    width: 11px;
    height: 6px;
    background-image: url('../img/down-icon.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }

  .one {
    position: relative;
    width: 100%;
    overflow: hidden;
    min-height: 56px;
  }

  .contimg {
    position: relative;
  }

  .txtslide,
  .titblog {
    position: absolute;
    width: 100%;
    margin: 0 auto;
    top: 25%;
    left: 0;
    height: 200px;
  }

  .txtdes {
    top: 20%;
  }

  .titblog {
    top: 45%;
  }

  .txtslide h1 {
    position: absolute;
    top: 20%;
    width: 100%;
    text-align: center;
    color: rgba(255, 255, 255, .3);
    margin: 0;
    z-index: 1;
  }

  .txtslide h2 {
    position: absolute;
    width: 100%;
    top: 22%;
    text-align: center;
    color: rgba(255, 255, 255, 1);
    margin: 0;
    z-index: 1;
  }

  .txtfashion {
    position: relative;
    margin: 0 auto;
    box-sizing: border-box;
    overflow: hidden;
    min-height: 100px;
  }

  .txtfashion h1 {
    position: absolute;
    top: 0%;
    width: 100%;
    text-align: center;
    color: rgba(0, 0, 0, .1);
    margin: 0;
    z-index: 1;
  }

  .txtfashion h2 {
    position: absolute;
    width: 100%;
    top: 30%;
    text-align: center;
    color: rgba(0, 0, 0, 1);
    margin: 0;
    z-index: 2;
    letter-spacing: -2px;
    font-weight: 500;
  }

  .titblog h4 {
    max-width: 320px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    font-weight: 400;
  }

  .titblog h1 {
    color: #fff;
    position: relative;
    margin: 0 auto;
    margin-top: 40px;
    text-align: center;
    font-weight: 500;
  }

  .txtslide p {
    position: absolute;
    width: 100%;
    top: 46%;
    text-align: center;
    color: rgba(255, 255, 255, 1);
    margin: 0;
    z-index: 1;
  }

  .owl-dots {
    position: absolute;
    bottom: 3%;
    width: 100%;
  }

  .owl-theme .owl-dots .owl-dot span {
    background: transparent;
    border: 1px solid #fff;
  }

  .owl-theme .owl-dots .owl-dot.active span,
  .owl-theme .owl-dots .owl-dot:hover span {
    background: #fff;
  }

  .sliderlineas .owl-theme .owl-dots {
    position: absolute;
    bottom: -30px;
  }

  .sliderlineas .owl-theme .owl-dots .owl-dot span {
    background: transparent;
    border: 1px solid #bfbfc0;
  }

  .sliderlineas .owl-theme .owl-dots .owl-dot.active span,
  .sliderlineas .owl-theme .owl-dots .owl-dot:hover span {
    background: #bfbfc0;
  }

  .padtopbot {
    padding: 24px 0;
  }

  .sliderlineas {
    padding: 40px 0;
  }

  .contenedor90 {
    position: relative;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
  }

  .txtserv:before {
    content: "";
    position: absolute;
    top: 0;
    left: -80px;
    background-image: url('../img/cuadrorayas.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 60%;
    width: 86px;
    height: 28px;
  }

  #body>section:nth-child(5)>div>div.row.no-margin.padtopbot>div>div.row.no-margin.padtopbot>div:nth-child(1)>div>div.txtserv:after {
    content: "";
    display: table;
    margin: 20px auto;
    background-image: url('../img/down.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 40%;
    width: 48px;
    height: 48px;
  }

  .conscientes .txtserv:before {
    content: "";
    position: absolute;
    top: -15px;
    left: -80px;
    background-image: url(../img/rayas.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 60%;
    width: 86px;
    height: 86px;
  }

  .contblog {
    position: relative;
  }

  .contblog span {
    display: block;
  }

  .contblog span h2 {
    display: inline-table;
    margin: 0;
  }

  .contblog span:before {
    content: "";
    position: relative;
    top: 0;
    left: 0;
    background-image: url(../img/rayas.png);
    background-repeat: no-repeat;
    background-position: left;
    background-size: 80%;
    width: 100px;
    height: 66px;
    display: inline-block;
  }

  .contblog h4 {
    padding-top: 10px;
    margin: 0;
  }

  .contservices {
    position: relative;
    width: 80%;
    margin: 0 auto;
    margin-top: 40px;
    box-sizing: border-box;
  }

  #body>section:nth-child(5)>div>div.row.no-margin.padtopbot>div>div.row.no-margin.padtopbot>div:nth-child(1)>div {
    cursor: pointer;
  }

  .contservices>img {
    max-width: 100px;
  }

  .iconserv,
  .txtserv {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    min-height: 120px;
  }

  .iconserv {
    -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;
    opacity: 0;
    cursor: pointer;
  }

  .showdown {
    opacity: 1;
  }

  .txtserv {
    margin: 30px auto;
  }

  .txtserv h6 {
    font-weight: 300;
    color: #000;
  }

  .conscientes {
    position: relative;
    padding: 0 20px;
  }

  .conscientes .txtserv h6 {
    font-weight: 500;
    text-align: left;
    margin: 0;
  }

  .flecha {
    position: relative;
    margin-bottom: 40px;
  }

  .col-sm-5:last-child .conscientes:after {
    content: "";
    position: absolute;
    right: -40px;
    top: 40%;
    width: 32px;
    height: 31px;
    background-image: url('../img/downarrow.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }

  .sistema .flecha:after {
    right: 20px;
    content: "";
    position: absolute;
    bottom: 5%;
    width: 62px;
    height: 61px;
    background-image: url(../img/downarrow.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }

  .conticon {
    position: relative;
    width: 68px;
    height: 110px;
    box-sizing: border-box;
  }

  .iconserv p {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
  }

  div.iconserv>div:nth-child(2)>.conticon {
    height: 120px;
  }

  div.iconserv>div:nth-child(2)>div>img {
    margin-top: -10px;
  }

  div.iconserv>div:nth-child(1) {
    padding: 0;
  }

  .blockvalues {
    margin: 20px auto;
    position: relative;
    overflow: hidden;
  }

  .contnosotros {
    position: relative;
    width: 80%;
    margin: 0 auto;
    padding: 0 10%;
    min-height: 200px;
  }

  .contnosotros h3,
  .contvalues h3,
  .contvalores h3 {
    text-align: center;
    color: #000;
    font-weight: 400;
    line-height: 1.3;
  }

  #owl-nosotros>div.owl-stage-outer.owl-height>div>div:nth-child(1) div.contnosotros:before {
    content: "";
    position: absolute;
    left: -20px;
    top: -80px;
    background-image: url('../img/rayas.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100px;
    height: 100px;
    z-index: 999;
  }

  .owl-item:first-child .item .contnosotros .txtnosotros p {
    text-align: center;
    font-size: 20px;
  }

  /*.item:first-child .contnosotros span{
    position: absolute;
    left: 0;
    bottom: 0;
    background-image: url(../img/logosmall-artextil.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 150px;
    height: 54px;
    z-index: 999;
  }
*/
  .contvalues {
    position: relative;
    padding: 0 20px;
  }

  .contvalues:after {
    content: "";
    position: absolute;
    right: -5px;
    top: 0;
    background-image: url('../img/line.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 2px;
    height: 156px;
  }

  .contadn {
    position: relative;
    padding-top: 30px;
  }

  .container {
    position: relative;
  }

  .nextboton {
    position: absolute;
    right: 0;
    top: 0;
    width: 58px;
    height: 135px;
    background: transparent;
    background-image: url(../img/next.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 90%;
    cursor: pointer;
    z-index: 99;
  }

  .txtnosotros img,
  .imgnosotros img {
    width: initial !important;
    max-width: 100%;
  }

  .imgnosotros img {
    text-align: center;
    margin: 0 auto;
  }

  .contvalores h6 {
    text-align: center;
    color: #000;
    font-weight: 400;
    font-size: 18px;
  }

  .contvalues img {
    text-align: center;
  }

  .owl-carousel {
    /*touch-action: none;*/
  }

  .contvalores .txtnosotros>div>img {
    margin: 0 auto;
  }

  .imgarrows {
    position: relative;
    width: 100%;
    margin: 40px auto;
    box-sizing: border-box;
    background-image: url(../img/arrowdots.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 81px;
  }

  .imghistoria img {
    width: initial !important;
    max-width: initial !important;
  }

  .bggray {
    background-color: #c8cacc;
  }

  .imgfixed {
    background-color: #c8cacc;
    background-image: url(../img/100-home.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    height: 500px;
  }

  .txtfixedbg h2 {
    text-align: center;
    color: #fff;
    font-size: 20px;
  }

  .aliados h2 {
    position: relative;
  }

  .aliados h2:before {
    content: "";
    position: relative;
    margin: 0 auto;
    text-align: center;
    display: table;
    margin-top: -40px;
    width: 153px;
    height: 80px;
    background-image: url(../img/manos.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 80%;
  }

  .arrowdown {
    position: relative;
    margin: 40px auto;
    display: table;
    background-image: url('../img/downarrow.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 80%;
    width: 63px;
    height: 58px;
  }

  .arrowup {
    background-image: url('../img/arriba.png');
  }

  .cargarmas {
    background-image: url('../img/vermas.png');
    margin: 0 auto;
  }

  .contimg img {
    width: 100%;
    max-width: 100%;
  }

  .ourstory {
    margin: 40px 0;
  }

  .ourstory p {
    text-align: center;
  }

  .ourstory h2 {
    margin: 0;
  }

  .sliderlineas .contimg {
    padding: 20px;
  }

  .conthistoria {
    position: relative;
  }

  .tithistoria p {
    color: #000;
    padding: 5px 10px;
    background-color: #dfb840;
    font-size: 20px;
    font-weight: 500;
    width: fit-content;
    margin: 0;
  }

  .yellowbg {
    position: relative;
    background-color: #dfb840;
    padding: 10px;
    overflow: hidden;
  }

  .yellowbg ul {
    margin: 0 auto;
    display: table;
  }

  .yellowbg ul li {
    position: relative;
    display: inline;
    float: left;
    color: #fff;
    padding: 2px 4px;
  }

  .yellowbg ul li:not(:last-child):after {
    content: "-";
    position: absolute;
    right: -4px;
    top: 0;
    color: #fff;
  }

  .aliadosslider,
  .txtaliados,
  .sistema {
    position: relative;
    margin: 20px auto;
    clear: both;
    overflow: hidden;
  }

  .txtaliados p,
  .txtaliados h6 {
    text-align: center;
    color: #000;
    font-weight: 300;
    letter-spacing: 2px;
  }

  .aliadosslider ul li {
    margin-bottom: 15px;
    padding: 5px;
    width: 50%;
    float: left;
  }

  .aliadosslider ul li img {
    max-width: 100%;
    cursor: pointer;
    opacity: .4;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
  }

  .aliadosslider ul li:hover img {
    opacity: 1;
  }

  .casa img,
  .number img {
    width: initial !important;
    max-width: 100% !important;
  }

  .line {
    position: absolute;
    width: 1px;
    height: 200px;
    background-color: #c8cacc;
    left: 0;
    top: 5px;
  }

  .line:before {
    content: "";
    position: absolute;
    top: 0;
    left: -3px;
    padding: 4px;
    background-color: #dfb840;
    border-radius: 50%;
  }

  .line:after {
    content: "";
    position: absolute;
    top: -2px;
    left: -5px;
    width: 10px;
    height: 10px;
    padding: 5px;
    border: 1px solid #c8cacc;
    border-radius: 50%;
  }

  .contheight {
    min-height: 280px;
  }

  #owl-historia .owl-dots {
    position: absolute;
    bottom: -40px;
  }

  #owl-historia .owl-dots span {
    background: #ddd;
  }

  #owl-historia .owl-dots .owl-dot span {
    background: transparent;
    border: 1px solid #bfbfc0;
  }

  #owl-historia .owl-dots .owl-dot.active span,
  #owl-historia .owl-dots .owl-dot:hover span {
    background: #bfbfc0;
  }

  .imghistoria {
    padding-left: 20px;
  }

  .number {
    margin-bottom: 80px;
  }

  footer {
    background: transparent;
  }

  .logofooter {
    margin-bottom: 20px;
  }

  .logofooter img {
    width: 70%;
    margin: 0 auto;
    text-align: center;
  }

  .bgfooter {
    width: 100%;
    background: #c1bdbc;
  }

  .titfooter {
    padding-top: 100px;
    margin-bottom: 60px;
  }

  .bgfooter .sucursal {
    display: inline-block;
    margin: 0;
    margin-bottom: 20px;
    margin-right: 10px;
  }

  .bgfooter .sucursal p {
    color: #000;
  }

  .redes {
    position: relative;
    margin-bottom: 40px;
  }

  .redes ul li {
    display: inline-block;
  }

  .redes ul li a {
    color: #fff;
    border: 1px solid #fff;
    padding: 2px 7px;
    border-radius: 50%;
  }

  .sucursal {
    margin: 20px 0;
  }

  .sucursal .datos {
    display: inline-block;
    width: 60%;
  }

  .imgsucursal {
    display: inline-block;
    margin-right: 3%;
    background-image: url('../img/rayas.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 100px;
    height: 96px;
  }

  .sucursal .datos h6,
  .sucursal .datos p {
    color: #fff;
    margin: 0;
    font-weight: 300;
    text-align: left;
  }

  .footermenu ul li a {
    color: #ffffff;
    font-weight: 300;
    font-size: 16px;
    margin: 0;
    line-height: 1;
  }

  .copyright p {
    color: #000;
    font-size: 9px;
    line-height: .9;
    margin: 0;
  }

  footer .redes {
    margin-bottom: 10px;
  }

  footer .sucursal .datos h6,
  footer .sucursal .datos p {
    color: #000;
  }

  .bgcontacto {
    width: 100%;
    min-height: 600px;
    background-image: url('../img/bgcontacto.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }

  .titcontacto {
    position: relative;
    margin-top: 35%;
    float: left;
    width: 30%;
  }

  .formulario {
    width: 40%;
    float: left;
    padding-top: 25%;
    padding-left: 3%;
  }

  .titcontacto h4 {
    font-weight: 700;
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }

  .newsletter .btsend {
    position: absolute;
    bottom: 5px;
    right: -40px;
  }

  .btsend {
    width: 31px;
    height: 30px;
    border: none;
    background: transparent;
    background-image: url('../img/sendbutton.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }

  .titinstagram h2 {
    position: relative;
    margin: 40px auto;
    width: fit-content;
    font-weight: 300;
  }

  .newsform {
    position: relative;
    width: 70%;
    margin: 0 auto;
  }

  .newsform input[type="text"],
  .newsform input[type="email"] {
    width: 100%;
    color: #fff;
    font-size: .9em;
    border: none;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    background-color: #edb930;
    padding: 0px 15px;
    margin-bottom: 5px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
  }

  .guia input[type="text"],
  .guia input[type="email"] {
    width: 100%;
    color: #fff;
    font-size: .9em;
    border: none;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    background-color: #807f80;
    padding: 0px 15px;
    margin-bottom: 5px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
  }

  .titnews h4 {
    font-weight: 500;
    margin-bottom: 5px;
  }

  .titnews h5 {
    color: #000;
    font-weight: 400;
  }

  .titfooter {
    margin: 0 auto;
  }

  .titfooter h3 {
    position: relative;
    margin: 40px auto;
    color: #000;
    font-weight: 300;
    width: fit-content;
  }

  .leermas {
    position: relative;
    width: fit-content;
  }

  .leermas:after {
    content: "";
    position: absolute;
    right: -40px;
    top: 0;
    width: 31px;
    height: 30px;
    border: none;
    background: transparent;
    background-image: url('../img/sendbutton.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }

  body>section:nth-child(8)>div>div>div.col-xs-5.col-md-6>div>div>p:nth-child(3) {
    font-size: 28px;
    font-weight: 500;
    letter-spacing: 3px;
    color: #8f8987;
  }

  .copyright {
    margin: 10px 0;
  }

  .yellowtit {
    margin: 40px auto;
    display: table;
    text-align: center;
  }

  .yellowtit h3 {
    text-align: center;
    color: #000;
    font-weight: 500;
    background-color: #edb339;
    padding: 5px 20px;
    width: fit-content;
    margin: 20px auto;
    font-size: 24px;
  }

  .yellowtit p {
    max-width: 400px;
    text-align: justify;
  }

  .titcenter h4 {
    max-width: 500px;
    text-align: center;
    margin: 20px auto;
  }

  ._fields_block ._fields_block--title p {
    padding: 0 10px !important;
    text-align: left !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    margin-bottom: 40px !important;
    font-size: 20px;
  }

  .titcenter p {
    padding: 0 10px;
    text-align: justify;
    max-width: 70%;
    margin: 0 auto;
    margin-bottom: 40px;
  }

  .conticons {
    position: relative;
    min-height: 420px;
    padding: 10px 40px;
    text-align: center;
  }

  .imgicons {
    position: relative;
    max-width: 100%;
    min-height: 250px;
  }

  .conticons .imgicons img {
    width: initial;
    margin: 20px auto;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
  }

  .imgicons:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  .imgicons span,
  .txtimgicons p span {
    color: #8dc63f;
  }

  .cont-file,
  .contdownload {
    position: relative;
    margin: 10px 0;
    height: 50px;
    padding-left: 35px;
  }

  .cont-file:before {
    content: "";
    position: absolute;
    left: -10px;
    top: 0;
    width: 46px;
    height: 44px;
    background-image: url('../img/download.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 60%;
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .contdownload:before {
    content: "";
    position: absolute;
    left: -10px;
    top: -5px;
    width: 46px;
    height: 44px;
    background-image: url('../img/download.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 60%;
  }

  .contdownload a {
    display: inline-block;
    background: #f7c02b;
    border: none;
    padding: 2px 10px;
    outline: 0 !important;
    appearance: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
    font-weight: 400;
    font-size: 14px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    color: #000;
    font-family: 'Oswald', sans-serif;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
  }

  .custom-file-input {
    position: absolute;
    width: 195px;
    top: 8px;
    font-size: 14px;
    color: #000;
    font-weight: 400;
    outline: 0 !important;
    appearance: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
  }

  .custom-file-input::-webkit-file-upload-button {
    visibility: hidden;
  }

  .custom-file-input::before {
    content: 'Seleccionar archivo';
    display: inline-block;
    background: #f7c02b;
    border: none;
    padding: 2px 10px;
    outline: 0 !important;
    appearance: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
    font-weight: 400;
    font-size: 14px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    color: #000;
    font-family: 'Oswald', sans-serif;
  }

  .custom-file-input:hover::before {
    border-color: none;
  }

  .custom-file-input:active::before {
    background: #f7c02b;
  }

  .cont-file:hover .custom-file-input {
    color: #000;
  }

  .cont-file:hover .custom-file-input::before,
  .contdownload a:hover {
    color: #f7c02b;
    background: #000;
  }

  .certificaciones img {
    padding: 0 10px;
  }

  .bgfashion {
    position: relative;
    background-image: url(../img/400-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    height: 640px;
    margin: 80px 0;
  }

  .imgpeople img {
    text-align: center;
    margin: 0 auto;
    margin-top: -100px;
  }

  .reserva {
    position: absolute;
    top: 20%;
    text-align: center;
    width: 100%;
  }

  .txtunderpuntos {
    max-width: 500px;
    margin: 0 auto;
    text-align: center;
    margin-top: 120px;
  }

  .reserva h2,
  .txtunderpuntos h2 {
    color: #fff;
  }

  .btreserva {
    display: inline-block;
    background: #f7c02b;
    border: none;
    padding: 2px 15px;
    outline: 0 !important;
    appearance: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
    font-weight: 400;
    font-size: 14px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    color: #000;
    font-family: 'Oswald', sans-serif;
    -webkit-box-shadow: 10px 6px 13px 2px rgba(0, 0, 0, 0.15);
    box-shadow: 10px 6px 13px 2px rgba(0, 0, 0, 0.15);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
  }

  .txtunderpuntos a {
    display: table;
    margin: 0 auto;
    margin-top: 60px;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    padding: 5px 35px;
  }

  .btreserva:hover {
    color: #f7c02b;
    background-color: #000;
  }

  .margtop {
    padding-top: 120px;
  }

  .sistema {
    position: relative;
    margin: 20px auto;
    width: 90%;
  }

  .guia input::-webkit-input-placeholder,
  .guia input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-size: 14px;
    opacity: 1;
    font-weight: 500;
  }

  .guia input::-moz-placeholder,
  .guia input::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-size: 14px;
    opacity: 1;
    font-weight: 500;
  }

  .guia input:-ms-input-placeholder,
  .guia input:-ms-input-placeholder {
    /* IE 10+ */
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-size: 14px;
    opacity: 1;
    font-weight: 500;
  }

  .guia input:-moz-placeholder,
  .guia input:-moz-placeholder {
    /* Firefox 18- */
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-size: 14px;
    opacity: 1;
    font-weight: 500;
  }

  .btdownload {
    position: relative;
    margin: 20px auto;
    border: none;
    background: none;
    color: #000;
    font-family: 'Oswald', sans-serif;
    font-size: 14px;
    padding-left: 30px;
  }

  .btdownload:before {
    content: "";
    position: absolute;
    left: -10px;
    top: -10px;
    width: 46px;
    height: 44px;
    background-image: url('../img/download.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 60%;
  }

  .displaytable {
    display: table;
    margin: 20px auto;
  }

  .marg20 {
    margin: 20px 0;
  }

  .contdetalles>img {
    display: inline-block;
    float: left;
    width: 88px;
    margin-right: 25px;
  }

  .txtlinea {
    display: inline-block;
    float: left;
    width: 60%;
  }

  .txtlinea h5 {
    color: #898888;
    margin: 0;
  }

  .clearboth {
    clear: both;
  }

  .detalles p:first-child {
    color: #898888;
    font-weight: 300;
    font-size: 18px;
    margin: 0;
  }

  .txtlinea p {
    position: relative;
    padding-left: 40px;
  }

  .txtlinea p:before {
    content: "def";
    color: rgba(0, 0, 0, .1);
    position: absolute;
    top: -25px;
    left: 0;
    font-size: 56px;
    font-weight: 700;
  }

  .detalles ul li {
    position: relative;
    color: #636667;
    padding-left: 25px;
  }

  .detalles ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 14px;
    height: 13px;
    background-image: url('../img/check.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
  }

  .contlinea h4,
  .width400 h4 {
    font-weight: 500;
  }

  .width400 {
    margin-top: 20px;
    max-width: 280px;
  }

  .width400 p {
    text-align: center;
  }

  .resetimg {
    width: initial !important;
    max-width: 100%;
    position: absolute;
    left: 29%;
    bottom: 0;
  }

  .conticonshogar,
  .imgiconshogar {
    min-height: initial !important;
  }

  .txtimgicons p {
    text-align: center;
  }

  .titcolores h1 {
    color: #000;
  }

  .paletacolores ul li {
    width: 98px;
    float: left;
    margin: 5px;
    background-color: #000;
    color: #fff;
    font-size: 12px;
    padding: 10px;
    text-align: center;
  }

  .paletacolores ul li:nth-child(1) {
    background-color: #3c441c;
  }

  .paletacolores ul li:nth-child(2) {
    background-color: #fc4f00;
  }

  .paletacolores ul li:nth-child(3) {
    background-color: #eeeeee;
    color: #848787;
  }

  .paletacolores ul li:nth-child(4) {
    background-color: #c40e2e;
  }

  .paletacolores ul li:nth-child(5) {
    background-color: #643c1f;
  }

  .paletacolores ul li:nth-child(6) {
    background-color: #082c74;
  }

  .paletacolores ul li:nth-child(7) {
    background-color: #bf9459;
  }

  .paletacolores ul li:nth-child(8) {
    background-color: #596670;
  }

  .paletacolores ul li:nth-child(9) {
    background-color: #0094ca;
  }

  .paletacolores ul li:nth-child(10) {
    background-color: #002858;
  }

  .paletacolores ul li:nth-child(11) {
    background-color: #480d66;
  }

  .paletacolores ul li:nth-child(12) {
    background-color: #88391e;
  }

  .paletacolores ul li:nth-child(13) {
    background-color: #000;
  }

  .paletacolores ul li:nth-child(14) {
    background-color: #e61a94;
  }

  .paletacolores ul li:nth-child(15) {
    background-color: #00833c;
  }

  .paletacolores ul li:nth-child(16) {
    background-color: #fddd00;
  }

  .paletacolores ul li:nth-child(17) {
    background-color: #0f1c2c;
  }

  .paletacolores ul li:nth-child(18) {
    background-color: #ffa309;
  }

  .imgtarros {
    position: absolute;
    top: 150px;
    left: 0;
    width: 45%;
  }

  .manchas {
    display: table;
    margin: 20px auto;
  }

  .manchas ul li {
    float: left;
    margin: 5px 20px;
  }

  .manchas ul li h6 {
    color: #000;
  }

  .imgcircle {
    position: relative;
    overflow: hidden;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 150px;
    height: 150px;
  }

  .imgcircle img {
    max-width: 155%;
  }

  .manchas ul li h6 {
    text-align: center;
  }

  .imgatrapa h2 {
    color: #ffb718;
    font-weight: 500;
    padding-left: 40px;
  }

  .txtatrapa {
    max-width: 300px;
  }

  .txtatrapa h4 {
    font-weight: 300;
  }

  .txtatrapa h3 {
    font-weight: 500;
    color: #585b5c;
    margin: 0;
  }

  .txtatrapa p {
    color: #585b5c;
  }

  .bgblog {
    position: relative;
    height: 900px;
    background-image: url('../img/620-banner-desktop.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }

  .logonegro {
    position: absolute;
    bottom: 5%;
    right: 5%;
  }

  .txtblog h1 {
    color: #fff;
  }

  .txtblog p {
    color: #fff;
  }

  .people {
    position: absolute;
    top: -30px;
    right: 0;
  }

  .hoja1 {
    position: absolute;
    top: 20%;
    left: 0;
    width: 35%;
  }

  .hoja2 {
    position: absolute;
    top: 15%;
    right: 0;
    width: 35%;
  }

  .hoja2 img {
    text-align: right;
    float: right;
  }

  .bannerhojas {
    min-height: 600px;
    margin-bottom: 60px;
  }

  .txtbannerhojas {
    position: absolute;
    top: 25%;
    width: 100%;
    text-align: center;
  }

  .txtavatart {
    position: absolute;
    top: 15%;
    width: 100%;
    text-align: center;
  }

  .txtbannerhojas h1 {
    font-size: 32px;
    color: #000;
    margin: 0;
  }

  .txtbannerhojas p {
    text-align: right;
  }

  .tithojas {
    position: relative;
    max-width: 140px;
    margin: 20px auto;
  }

  .txthojas,
  .arrow {
    max-width: 280px;
    margin: 0 auto;
  }

  .txthojas h2,
  .arrow h2 {
    font-size: 28px;
  }

  .txthojas p {
    text-align: center;
  }

  .nombre {
    position: absolute;
    top: 35%;
  }

  .bgpuntos {
    padding: 10px 5px;
    max-width: 285px;
    position: relative;
    background-image: url('../img/puntosborde.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }

  .bgpuntos p {
    text-align: center;
    margin: 0;
  }

  .cont320 {
    max-width: 450px;
    margin: 0 auto;
  }

  .cont320>div {
    padding: 10px;
  }

  .cont320 img {
    margin: 0 auto;
    display: table;
  }

  .cont320 h3 {
    margin: 0;
  }

  .cont320 p {
    margin: 0;
  }

  .txtcontact {
    margin: 0 auto;
    display: table;
  }

  .bgcemento {
    background-image: url('../img/bgcemento.jpg');
    background-repeat: repeat;
    background-position: center;
  }

  .fondo_home_iframe {
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: transparent;
    z-index: 1;
  }

  .txtavatart img {
    max-width: 400px;
    margin: 0 auto;
  }

  .txtavatart h3 {
    max-width: 600px;
    margin: 40px auto;
    color: #fff;
  }

  .bandaamarilla {
    /*position: relative;
    width: 100%;
    overflow: hidden;
    min-height: 200px;*/
    position: absolute;
    bottom: 40%;
    left: -25%;
    width: 200%;
    height: 250px;
    padding: 40px 0;
    background-color: #feba31;
    z-index: -1;
    -moz-transform: rotate(-15deg);
    -webkit-transform: rotate(-15deg);
    -o-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }

  .bandaamarilla::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 200%;
    height: 100px;
    padding: 40px 0;
    background-color: #feba31;
    z-index: 1;
  }

  .overflowhidden {
    overflow: hidden;
  }

  .arrowdown {
    animation: bounce 2s infinite;
  }

  @keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
      transform: translateY(0);
    }

    40% {
      transform: translateY(-10px);
    }

    60% {
      transform: translateY(-5px);
    }
  }

  .blogtext {
    padding: 5%;
  }

  .blogtext p {}

}

@media screen and (min-width: 360px) {
  .bgblog {
    height: 800px;
  }


}

@media screen and (min-width: 375px) {
  .bgblog {
    height: 757px;
  }

}

@media screen and (min-width: 412px) {}

@media screen and (min-width: 486px) {
  .tithojas {
    position: relative;
  }

  .tithojas:after {
    content: "";
    position: absolute;
    right: -80px;
    top: -10px;
    background-image: url('../img/rayas.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 70%;
    width: 80px;
    height: 76px;
  }
}

@media screen and (min-width: 320px) and (max-width: 485px) {
  .contvalues h4 {
    text-align: right;
    font-size: 20px;
  }

  .contnosotros h3 {
    font-size: 28px;
  }

  .text-center h2 {
    font-size: 34px;
  }

  .slidermovile img {
    height: 430px;
    object-fit: cover;
  }

  .txtslide {
    top: 40%;
  }

  .titcontacto {
    position: relative;
    margin-top: 75%;
    float: left;
    width: 30%;
    left: initial;
  }

  .formulario {
    width: 70%;
    float: left;
    margin-top: 35%;
  }

  .bgfashion {
    height: 200px;
    margin: 40px 0;
  }

  .sistema .flecha:after {
    right: -50px;
  }

  .contdetalles>img {
    width: 50px;
  }

  .txtlinea {
    width: 70%;
  }

  .detalles>img {
    width: initial;
    max-width: 100%;
  }

  .resetimg {
    width: initial !important;
    max-width: 100%;
    position: absolute;
    left: 20%;
    bottom: 25%;
    height: initial !important;
  }

  .manchas ul li {
    margin: 5px auto;
  }

  .nextboton {
    top: initial;
    bottom: 0;
  }

  .txtavatart img {
    max-width: 90%;
  }

  .reserva h2,
  .txtunderpuntos h2,
  .txtavatart h3 {
    font-size: 36px;
  }

  .blogtext {
    padding: 20px;
  }

  .bannerblog h1 {
    font-size: 32px;
  }
}

/*ONLY MOBILES AND TABLETS*/

@media screen and (min-width: 320px) and (max-width: 767px) {

  .contservices>img {
    max-width: 100px;
    text-align: center;
    margin: 0 auto;
  }

  .txtserv h6 {
    text-align: center;
  }

  .txtserv:before {
    left: -20px;
  }

  .contnosotros {
    padding: 20px 0;
  }

  #owl-nosotros>div.owl-stage-outer.owl-height>div>div.owl-item>div>div {
    padding-bottom: 20% !important;
  }

  #owl-nosotros>div.owl-stage-outer.owl-height>div>div:nth-child(1) div.contnosotros:before {
    left: 0;
    top: -40px;
    background-size: 85%;
  }

  .sliderlineas {
    position: relative;
    padding: 0;
  }

  .slidermovile .txtslide h2 {
    top: 20%;
    font-size: 22px;
  }

  .interna .txtslide h2 {
    top: 31%;
    font-size: 22px;
  }

  .bggray {
    padding: 20px;
    height: 200px;
  }

  .imgfixed {
    background-image: none;
  }

  .bgcontacto {
    background-size: cover;
  }

}

@media screen and (min-width: 320px) and (max-width: 992px) {

  .collapsibleMenu {
    left: initial;
    top: 20px;
    right: 20px;
  }

  .collapsibleMenu li {
    text-align: right;
    margin-bottom: 10px;
  }

  .collapsibleMenu li a {
    color: #000;
    font-size: 18px;
  }

  .collapsibleMenu li .hidedesktop {
    text-align: right;
  }

  .collapsibleMenu li .hidedesktop p {
    text-align: right;
    margin: 0;
    line-height: 1;
  }

  .menu-box {
    float: right;
    width: 70%;
    margin-top: 5px;
    background-image: none;
    background-color: rgba(255, 255, 255, 1);
  }

  .leftblock {
    position: relative;
    margin: 0 auto;
    overflow: scroll;
    height: 90vh;
  }

  .logo {
    position: absolute;
    top: -17px;
    width: 100%;
    z-index: 9;
  }

  .logo a.brand {
    display: table;
    margin: 0 auto;
    float: initial;
  }

  .logofooter {
    clear: both;
  }

}

@media screen and (min-width: 540px) {
  .aliadosslider ul li {
    width: 33.3333%;
  }

  .sistema .flecha:after {
    right: -10px;
  }

  .home .contservices {
    min-height: 350px;
  }

  .guia {
    width: 60%;
    position: relative;
    margin: 20px auto;
  }

  .contdetalles>img {
    width: 70px;
  }

  .bgblog {
    margin-bottom: 120px;
  }

  .bgpuntos {
    padding: 10px 5px;
    max-width: 500px;
    position: relative;
    background-image: url('../img/puntosborde.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
  }

  .txtmoda p {
    display: block;
  }

  .menu-box {
    float: right;
    width: 30%;
  }

}


/*FROM TABLETS AND ABOVE*/

@media screen and (min-width: 640px) {

  .txtslide {
    top: 40%;
  }

  .txtslide h2 {
    top: 30%;
    font-size: 32px;
  }

  .txtslide p {
    top: 55%;
  }

}

@media screen and (min-width: 768px) {

  .menu-box {
    height: 95vh;
  }

  .txtfixedbg {
    position: absolute;
    top: 30%;
    width: 100%;
  }

  .txtfixedbg h2 {
    text-align: center;
    font-size: 52px;
    font-weight: 500;
    max-width: 700px;
    margin: 0 auto;
  }

  .number {
    margin-bottom: 20px;
  }

  .bgfooter {
    width: 100%;
    background: transparent;
    background-image: url('../img/footerbg.png');
    background-repeat: no-repeat;
    background-position: -200px center;
    background-size: cover;
    min-height: 400px;
  }

  .titcontacto h4 {
    font-size: 48px;
  }

  .titcontacto {
    margin-top: 22%;
    width: 30%;
  }

  .formulario {
    padding-top: 12%;
  }

  .bgcontacto {
    min-height: 400px;
  }

  .newsform {
    position: relative;
    width: 25%;
    margin: 0 auto;
  }

  .newsform .btsend {
    position: absolute;
    bottom: 5px;
    right: -40px;
  }

  .titfooter {
    padding-top: 200px;
    margin-bottom: 60px;
  }

  .txtfashion h1 {
    font-size: 165px;
  }

  .txtfashion {
    min-height: 200px;
  }

  .txtfashion h2 {
    font-size: 63px;
  }

  .sistema {
    position: relative;
    margin: 20px auto;
    width: 90%;
    overflow: hidden;
  }

  .textomodelo {
    position: absolute;
    bottom: 10%;
    right: 5%;
  }

  .cont50 {
    width: 50%;
    margin: 0 auto;
    display: table;
  }

  .txtblog h1 {
    font-size: 110px;
  }

  .fondo_home_iframe {
    height: 1000px;
  }

  .yellowbg ul li {
    padding: 2px 15px;
  }

  .txttop {
    position: absolute;
    bottom: 8%;
    left: 20px;
  }

  .txttop .contlinea {
    background-color: #fff;
    padding: 20px !important;
    max-width: 320px;
  }
}


/*FROM NETBOOKS AND LAPTOPS*/

@media screen and (min-width: 993px) {

  .desktop,
  .hideit {
    display: block !important;
  }

  .mobile {
    display: none !important;
  }

  .equipo .hideit {
    display: block;
  }

  nav>.logotop {
    margin-left: 3%;
  }

  .logo {
    position: absolute;
    top: -20px;
    left: 44%;
    z-index: 9;
  }

  .menu-box>.logoside {
    position: absolute;
    top: 35%;
    right: 0;
    display: none !important;
  }

  .menu-box a.brand {
    margin-top: 50px;
  }

  .hamburguer {
    right: 4%;
  }

  .menu-box {
    height: 94vh;
  }

  .hover-blue:hover .overlay-blue {
    opacity: .6;
    background-color: #0095ff;
  }

  body>section.one>div>header>nav>div.menu-box.show>div.right-block>ul>li:nth-child(3) {
    position: relative;
  }

  .submenu>li {
    padding: 1px 0;
  }

  .sub-block {
    position: absolute;
    left: 106%;
    top: 0;
    width: 700px;
    padding: 0;
  }

  .sub-block>li {
    display: inline-block;
    margin-right: 40px;
  }

  .collapsibleMenu {
    top: 100%;
  }

  .menutxt {
    position: absolute;
    top: 44%;
    left: 6%;
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    z-index: 9;
    display: none !important;
  }

  .menutxt h1 {
    color: rgba(255, 255, 255, .3);
    font-size: 155px;
    font-family: 'Oswald', Helvetica;
  }

  .rightblock {
    position: absolute;
    top: 35%;
    right: 15%;
    width: 400px;
    display: none !important;
  }

  .redes {
    /*display: none !important;*/
    position: relative;
    margin-bottom: 40px;
  }

  .redes ul li {
    display: inline-block;
  }

  .redes ul li a {
    color: #fff;
    border: 1px solid #fff;
    padding: 5px 12px;
    border-radius: 50%;
  }

  .sucursal {
    /*display: none !important;*/
    margin: 20px 0;
  }

  .sucursal .datos {
    display: inline-block;
    width: 60%;
  }

  .bgfooter .sucursal .datos {
    width: 100%;
  }

  .imgsucursal {
    display: inline-block;
    margin-right: 3%;
    background-image: url('../img/rayas.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 100px;
    height: 96px;
  }

  .sucursal .datos h6,
  .sucursal .datos p {
    color: #fff;
    margin: 0;
    font-weight: 300;
  }

  .txtslide h1 {
    font-size: 160px;
    top: 0;
  }

  .txtslide h2 {
    font-size: 63px;
    top: 30%;
  }

  .txtdes {
    top: 20%;
  }

  .txtslide p {
    top: 90%;
  }

  .contenedor90 {
    width: 90%;
  }

  .contvalues h4 {
    text-align: right;
  }

  #owl-nosotros>div.owl-stage-outer.owl-height>div>div:nth-child(1) div.contnosotros:before {
    top: 0;
  }

  .item:first-child .contnosotros span {
    left: 120px;
    bottom: 5%;
  }

  .txtfixedbg h2 {
    font-size: 62px;
  }

  .leermas {
    position: relative;
  }

  .aliadosslider ul li {
    margin: 20px 0;
    padding: 5px;
    width: 13.3333%;
    float: left;
  }

  .aliadospro {
    position: relative;
    width: 70%;
    margin: 0 auto;
  }

  .aliadospro ul li {
    margin: 20px auto;
    padding: 5px;
    width: 24.3333%;
    float: left;
  }

  .titcontacto {
    left: 0;
  }

  .titcontacto h4 {
    font-size: 56px;
  }

  .titcontacto {
    margin-top: 20%;
    width: 30%;
  }

  .formulario {
    padding-top: 15%;
  }

  .bgcontacto {
    min-height: 500px;
  }

  .titinstagram h2:before,
  .titfooter h3:before {
    content: "";
    position: absolute;
    left: -165px;
    top: 10px;
    width: 145px;
    height: 35px;
    background-image: url('../img/fadingdots.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -moz-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }

  .titinstagram h2:after,
  .titfooter h3:after {
    content: "";
    position: absolute;
    right: -165px;
    top: 10px;
    width: 145px;
    height: 35px;
    background-image: url('../img/fadingdots.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }

  .titfooter {
    margin-bottom: 40px;
  }

  .titfooter h3:before {
    top: 0;
    background-size: 75%;
    left: -140px;
  }

  .titfooter h3:after {
    top: 0;
    background-size: 75%;
    right: -140px;
  }

  .titfooter h3 {
    font-size: 28px;
  }

  .titfooter {
    padding-top: 100px;
  }

  .bgfooter .sucursal {
    position: relative;
    display: inline-block;
    margin-right: 0;
    margin-left: 10px;
    width: 45%;
    float: left;
  }

  .bgfooter .sucursal:first-child {
    padding-left: 40px;
  }

  .bgfooter .sucursal:first-child:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 120px;
    background-color: #000;
  }

  .sistema {
    width: 60%;
  }

  .contdetalles>img {
    width: 70px;
  }

  .contlinea {
    padding-right: 30%;
  }

  .txtlinea {
    width: 70%;
  }

  .imgtarros {
    position: absolute;
    top: 170px;
    left: 5%;
    width: 40%;
  }

  .manchas ul li {
    margin: 5px 15px;
  }

  .imgcircle {
    width: 190px;
    height: 190px;
  }

  .cont320 {
    max-width: 500px;
    margin: 0 auto;
  }

  .txtcontact {
    padding-top: 10px;
  }

  .menu-box {
    float: right;
    width: 20%;
  }


}

@media screen and (min-width: 1024px) {}

@media screen and (min-width: 1280px) {

  .menu-box a.brand {
    margin-top: 30px;
  }

  .collapsibleMenu {
    top: 170%;
    left: 30%;
  }

  .titcontacto {
    margin-top: 25%;
  }

  .formulario {
    padding-top: 20%;
  }

  .titcontacto h4 {
    font-size: 85px;
  }

  .txtfixedbg {
    top: 25%;
  }

  .txtfixedbg h2 {
    max-width: 1200px;
  }

  .txtfixedbg h2 {
    line-height: 1.3;
  }

  .bgcontacto {
    min-height: 700px;
  }

  .bgfooter {
    background-position: center;
    min-height: 450px;
  }

  .bgfooter .sucursal:first-child:before {
    height: 100px;
  }

  .titfooter {
    padding-top: 150px;
  }

  .newsletter {
    margin: 40px auto;
  }

}


@media screen and (min-width: 1366px) {}


/*ONLY DESKTOP*/

@media screen and (min-width: 1440px) {

  .menutxt {
    position: absolute;
    top: 42%;
    left: 8%;
  }

  .txtslide {
    top: 40%;
  }

  .titcontacto h4 {
    font-size: 72px;
  }

  .bgfooter {
    background-position: center;
    min-height: 450px;
  }

}

@media screen and (min-width: 1600px) {
  .bgcontacto {
    min-height: 1000px;
  }

  .titcontacto h4 {
    font-size: 86px;
  }

  .bgfooter {
    min-height: 520px;
  }

}

@media screen and (min-width: 1680px) {}

@media screen and (min-width: 1800px) {}


@media screen and (min-width: 1920px) {
  .titcontacto h4 {
    font-size: 106px;
  }

  .bgfooter {
    min-height: 600px;
  }

  .titfooter {
    padding-top: 200px;
  }

}


/* ----------- FULL HD and iMAC screens ----------- */
@media screen and (min-width: 1921px) {
  .bgcontacto {
    min-height: 1200px;
  }

  .titcontacto h4 {
    font-size: 126px;
  }

  .txtfixedbg {
    position: absolute;
    top: 20%;
  }

  .bgfooter {
    background-position: center;
    min-height: 800px;
  }

  .titfooter {
    padding-top: 300px;
  }
}


/* ----------- iPhone 4 and 4S ----------- */

/* Landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {


  .collapsibleMenu li a,
  .sub-block>li>a {
    font-size: 17px;
  }

}

/* ----------- iPhone 5 and 5S ----------- */

/* Landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {}

/* ----------- iPhone 6 ----------- */

/* Portrait and Landscape */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {}

/* Portrait */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {}

/* ----------- iPhone 6+ ----------- */

/* Landscape */
@media only screen and (min-device-width: 411px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {}

/* Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {}

/* Landscape */
@media only screen and (min-device-height: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {}

/* Landscape */
@media screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape) {}

/* Landscape */
@media screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {}

/* Landscape */
@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) {}

/* Landscape */
@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape) {}

/* Landscape */
@media screen and (device-width: 360px) and (device-height: 598px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape) {}


/* Landscape */

@media only screen and (min-width: 412px) and (max-width: 732px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2.6) {}

@media only screen and (min-device-width: 1920px) and (max-device-width: 1024px) and (orientation: portrait) {}

/*****karen*****/

/*nuevo menu*/

header.header {
  background: #fff;
  height: 90px;
}

header .container {
  width: 100%;
}

nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

nav>.logotop {
  display: inline-block;
  margin-left: 0%;
}

nav>.logotop a {
  width: auto;
  max-width: none;
  float: none;
}

nav>.logotop a img {
  display: initial;
}

.logo {
  display: none;
}

.menuK {
  width: calc(100% - 258px);
}

.menuK ul {
  display: flex;
  justify-content: center;
}

.menuK ul li {
  margin: 3px 1px;
  width: 16.66%;
}

.menuK ul li a {
  padding: 16px 15px;
  background: #ABAAB0;
  width: 100%;
  color: white;
  height: 100%;
  text-align: center;
  line-height: 1.3;

  background-size: 0% 0%;
  background-position: center center;

  transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;

  display: flex;
  align-items: center;
  justify-content: center;
}

.menuK ul li:nth-child(1) a:hover {
  background-image: url(../img/hover-1-quienes-somos-artextil.jpg);
  background-size: 100% 100%;
}

.menuK ul li:nth-child(2) a:hover {
  background-image: url(../img/hover-2-pasion-por-la-moda-artextil.jpg);
  background-size: 100% 100%;
  color: #000;
}

.menuK ul li:nth-child(3) a:hover {
  background-image: url(../img/hover-3-avat-art-artextil.jpg);
  background-size: 100% 100%;
  color: #000;
}

.menuK ul li:nth-child(4) a:hover {
  background-image: url(../img/hover-4-hogar-artextil.jpg);
  background-size: 100% 100%;
  color: #000;
}

.menuK ul li:nth-child(5) a:hover {
  background-image: url(../img/hover-5-contacto-artextil.jpg);
  background-size: 100% 100%;
  color: #000;
}

.hamburguer.menu-trigger {
  padding: 22px 15px;
  display: flex;
  background: #ABAAB0;
  text-align: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}

.hamburguer.menu-trigger:hover,
.hamburguer.menu-trigger:hover .hamburger span {
  background: #000;
}

.hamburguer.menu-trigger:hover>span {
  color: white;
}

.hamburger {
  margin-right: 0;
}

.hamburguer.menu-trigger:hover .hamburger {
  border: 4px solid #fff;
}

.hamburguer.menu-trigger:hover .hamburger span {
  background-color: #fff;
}

.menuK-mo {
  display: none;
}

.menu-box {
  margin-top: 0;
  padding-top: 5px;
}

.one {
  height: 90px;
}

/*******************/

.nav-left,
.nav-right {
  position: absolute;
  top: 25%;
  font-size: 60px;
  color: #000;
  cursor: pointer;

  transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}

.nav-left:hover,
.nav-right:hover {
  color: #bfbfc0;
}

.nav-left.disabled,
.nav-right.disabled {
  color: white;
}

.nav-left {
  left: 0;
}

.nav-right {
  right: 0;
}

.nav-left2 {
  left: 10%;
}

.nav-right2 {
  right: 10%;
}

.slidervideo .nav-left,
.slidervideo .nav-right,
#owl-slider-section .nav-left,
#owl-slider-section .nav-right {
  top: 40%;
}

#owl-slider-section .nav-left,
#owl-slider-section .nav-right {
  color: white;
}

#owl-slider-section .nav-left:hover,
#owl-slider-section .nav-right:hover {
  color: #bfbfc0;
}

.slidervideo .nav-left2,
#owl-slider-section .nav-left {
  left: 2%;
}

.slidervideo .nav-right2,
#owl-slider-section .nav-right {
  right: 2%;
}

/****************/

.contimg.slidermovile {
  display: flex;
  align-items: center;
  justify-content: center;
}

.txtslide {
  top: auto;

  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 95%;
  left: auto;
  height: auto;
}

.video-banner {
  width: 100%;
}

.txtslide h1 {
  position: absolute;
  top: -15%;
}

.txtslide h2 {
  top: auto;
  position: relative;
  margin: 38px 0 35px;
}

.txtslide p {
  top: auto;
  position: relative;
}


/***********/

.row.no-margin.bggray.imgfixed {
  display: flex;
  align-items: center;
  justify-content: center;
}

.txtfixedbg {
  top: auto;
}

.txtfixedbg h4 {
  font-size: 36px;
  color: white;
  width: 55%;
  left: auto;
  margin: 0 auto;
}

.row.no-margin.yellowbg {
  background: url('../img/generals/descarga-de-guia-textil-artextil.jpg');
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position-y: 53%;
}

/********************/

.txtmoda .leermas:after,
.contmoda img,
.submit.btsend {
  transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}

.txtmoda:hover .leermas:after {
  right: -45px;
}

.submit.btsend:hover {
  margin-left: 10px;
}

.newsletter .submit.btsend:hover {
  margin-right: -10px;
}

.contmoda:hover img {
  transform: scale(0.95);
}

/*****************/

.imgicons span,
.txtimgicons p span {
  color: #edb930;
  font-size: 20px;
  font-weight: 500;
}

/*****************/

.sliderlineas .contimg {
  cursor: pointer;

  transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}

.sliderlineas .contimg:hover {
  transform: scale(1.2);
}


/*****************/

.hogarSection2 {
  cursor: pointer;
}

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

.wsp-hogar a {
  font-size: 40px;
  line-height: 0;
}

.wsp-hogar a:hover {
  color: #ffb718;
}

.section-produccion-k {
  padding: 24px 0 0;
}

.section-produccion-k .txtfashion {
  display: flex;
  align-items: center;
  justify-content: center;
}

.section-produccion-k .txtfashion h3 {
  margin: 0;
}

/***************/

.resetimg.img-responsive {
  bottom: 0;
}

/*********************/

.bottom {
  font-size: 40px;
  line-height: 0;
  display: table;
  position: absolute;
  right: 10px;
  animation: bounce 2s infinite;
  color: black;
  cursor: pointer;
  z-index: 1;

  transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}

.bottom:hover {
  color: #bfbfc0;
}

/****************/

.regresar .btreserva {
  font-size: 17px;
  padding: 5px 30px;
}

/*********************/

.politicas input[type="checkbox"] {
  display: none;
}

.politicas input[type="checkbox"]+label span {
  display: inline-flex;
  width: 15px;
  height: 15px;
  margin: -1px 4px 0 0;
  vertical-align: middle;
  border: 2px solid black;
  cursor: pointer;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
}

.politicas input[type="checkbox"]:checked+label span {
  background: black;
}

.politicas input[type="checkbox"]:checked+label span:before {
  content: "\f00c";
  font: normal normal normal 14px/1 FontAwesome;
  color: white;
  font-size: 10px;
}

.politicas a:hover {
  color: white;
}

/****************/

.btn-produccion-k {
  text-align: center;
}

.btn-produccion-k a.btreserva {
  padding: 10px 25px;
}

.dis-k section:last-child>span {
  display: none;
}

/*********nueva seccion blog new*************/

.blog-inner-k {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -1.6%;
}

.blog-item-k {
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%;
  margin: 0 1.6% 63px;
}

.blog-item-k a img {
  width: 100%;
  margin-bottom: 18px;
}

.blog-item-k h4 {
  letter-spacing: .5px;
  font-size: 20px;
  font-weight: 500;
  margin: 0;
  margin-bottom: 11px;
}

.blog-item-k h4 a {
  color: #000;
}

.blog-item-k p {
  color: #000;
  font-size: 16px;
  font-weight: 100;
  font-family: 'Oswald', sans-serif;
  text-align: justify;
  margin: 0 0 .65em 0;
}

.blog-item-k .more-k {
  color: #000;
  font-size: 16px;
  font-weight: normal;
  font-family: 'Oswald', sans-serif;
  text-align: justify;
  margin: 0 0 .65em 0;
}

.info-blog-ampli-k {
  display: flex;
}

.images-ampli-k {
  width: 40%;
}

.images-ampli-k img {
  width: 100%;
}

.imagenes-debajo-k .images-ampli-k {
  width: 100%;
}

.blog-conte-ampli-k {
  width: 60%;
  padding: 6vh 8vw 8vh;
}

@media(max-width: 1300px) and (min-width: 992px) {
  div.iconserv>div {
    padding: 5px !important;
  }

  .conticon {
    width: 100%;
  }

  .conticon img {
    width: 100%;
  }
}

@media(max-width: 1125px) {
  .menuK {
    width: calc(100% - 170px);
  }

  .menu-trigger>span {
    margin-right: 1px;
  }
}

@media (max-width: 1082px) {
  header.header {
    height: 107px;
  }
}

@media(max-width: 1023px) {
  .menuK-mo {
    display: block;
  }

  .menuK {
    width: auto;
  }

  .menuK ul {
    justify-content: flex-end;
  }

  .menuK ul li {
    display: none;
    width: auto;
  }

  .menuK ul li:last-child {
    display: initial;
    cursor: pointer;
  }

  .hamburguer.menu-trigger {
    background: transparent;
  }

  .hamburguer.menu-trigger:hover,
  .hamburguer.menu-trigger:hover .hamburger span {
    background: transparent;
  }

  .hamburguer.menu-trigger:hover>span {
    color: #000;
  }

  .hamburguer.menu-trigger:hover .hamburger {
    border: 4px solid #000;
  }

  .hamburguer.menu-trigger:hover .hamburger span {
    background-color: #000;
  }

}

@media (max-width: 992px) {
  .txtslide h2 {
    margin: 0 0 35px;
  }

  .txtfixedbg h4 {
    width: 100%;
  }
}

@media (max-width: 991px) {
  .nav-left2 {
    left: 0;
  }

  .nav-right2 {
    right: 0;
  }
}

@media(max-width: 960px) {
  .txtslide h1 {
    top: -26%;
  }

  /********/
  .collapsibleMenu {
    top: 0px;
  }

  /********/

  .section-produccion-k .txtfashion>h3 {
    font-size: 30px;
    width: 95%;
  }

}

@media (max-width: 768px) {


  /******************/

  .nav-left2,
  .nav-right2 {
    font-size: 35px;
  }

  /****************/
  .noticiadesK .container>div {
    width: 100%;
  }

  .noticiadesK .container>div:first-child {
    margin-bottom: 15px;
  }

  .noticiadesK .hideit {
    display: block;
  }

  /************nueva secion blog new***********/

  .blog-item-k {
    -ms-flex-preferred-size: 46.8%;
    flex-basis: 46.8%;
  }

  .info-blog-ampli-k {
    flex-wrap: wrap;
  }

  .images-ampli-k {
    width: 100%;
  }

  .blog-conte-ampli-k {
    width: 100%;
  }

}

@media (max-width: 767px) {

  .txtslide h1 {
    top: -40%;
  }

  /**************/

  .titfooter {
    margin: 0 auto;
    padding-top: 10px;
  }

  .titfooter h3 {
    font-size: 16px;
    margin: 20px auto;
  }

  .logofooter img {
    width: 50%;
  }

  /***********************/

  #owl-historia .owl-stage-outer .owl-stage,
  #owl-historia .owl-item,
  #owl-historia .owl-item .item {
    display: flex;
  }

  .conthistoria {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  /***********************/

  .bgfooter .sucursal {
    width: 100%;
    margin-right: 0px;
  }

}

@media(max-width: 670px) {
  /*************/

  .nav-left,
  .nav-right {
    font-size: 35px;
  }

  #testimonios>div:first-child {
    padding: 20px;
    background-color: transparent;
    background-size: auto 100%;
    background-position: 23%;
    background-attachment: inherit;
    height: auto;
  }

  .row.no-margin.bggray.imgfixed {
    background-color: transparent;
    background-size: auto 100%;
    background-position: 23%;
    background-attachment: inherit;
    height: auto;
    padding: 20px;
  }

  .txtfixedbg h4 {
    font-size: 20px;
  }

  /*************/
  .leftblock {
    height: 71vh;
  }
}

@media (max-width: 485px) {
  .imgpeople img {
    margin-top: -25px;
    max-width: 70%;
  }

  /*******nueva section blog new******/

  .blog-item-k {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

@media (max-width: 425px) {
  div.text-di-k {
    max-width: none;
    padding: 10px;
  }
}

@media (max-width: 383px) {

  .paletacolores>ul,
  .manchas>ul {
    display: inline-flex;
    justify-content: center;
    flex-wrap: wrap;
  }

  .txttop .contlinea {
    padding: 0 15px;
  }

  .txtslide.txtdes {
    top: 0;
    height: 100%;
  }

  .cont50 {
    padding: 0 15px;
  }

  .regresar {
    margin: 0;
  }

  .txtblog h1 {
    font-size: 45px;
  }

  .section-produccion-k .txtfashion>h3 {
    font-size: 25px;
  }

  .imgpeople img {
    margin-top: -25px;
    max-width: 80%;
  }
}

@media(max-width: 320px) {
  .collapsibleMenu li {
    margin-bottom: 5.5px;
  }

  .imgpeople img {
    margin-top: -25px;
    max-width: 90%;
  }
}

/*fin karen*/

.center-block.text-center.bgpuntos.chogar {
  max-width: 70%;
}

.center-block.text-center.bgpuntos.chogar p {
  font-size: 20px;
}

/*Feed instagram*/
.list-feed-instagram {
  width: 100%;
  padding-left: 0;
  margin-bottom: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only all and (max-width: 480px) {
  .list-feed-instagram {
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
}

.list-feed-instagram li {
  margin-right: 1px;
  list-style: none;
}

@media only all and (max-width: 480px) {
  .list-feed-instagram li {
    width: 49%;
    margin-bottom: 7px;
  }
}

.list-feed-instagram li .__photo {
  transition: all 0.5s ease 0s;
  background: transparent 50% no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  width: 100%;
  position: relative;
  overflow: hidden;
  min-height: 177px;
}

.list-feed-instagram li .__photo:hover .details,
.list-feed-instagram li .__photo:focus .details {
  background: rgba(0, 0, 0, 0.6);
  height: 100%;
  width: 100%;
}

.list-feed-instagram li .__photo:hover .details .__like,
.list-feed-instagram li .__photo:focus .details .__like {
  display: block;
  top: 50%;
  left: 50%;
  width: 90%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.list-feed-instagram li .__photo:hover .details .__like li,
.list-feed-instagram li .__photo:focus .details .__like li {
  display: block;
}

.list-feed-instagram li .__photo .details {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  background: rgba(0, 0, 0, 0.2);
  transition: all 0.5s ease 0s;
}

.list-feed-instagram li .__photo .details .__like {
  padding-left: 0;
  transition: all 0.5s ease 0s;
  display: none;
  position: absolute;
  top: -50px;
}

.list-feed-instagram li .__photo .details .__like li {
  display: table !important;
  margin: 0 auto !important;
  color: #fff;
  font-family: "LatoLight", sans-serif;
  margin-bottom: 5px;
}

.linea-etica .titcenter>p {
  width: 100%;
  max-width: unset !important;
  position: relative;
  display: block;
  text-align: justify !important;
  padding: 0 !important;
  line-height: 130%;
  font-size: 20px;
}

@media only all and (max-width: 767px) {
  .list-feed-instagram li .__photo .details .__like li {
    font-size: 10px;
  }
}

.list-feed-instagram li .__photo .details .__like li i {
  padding-right: 7px;
  font-size: 10px;
}

@media only all and (max-width: 767px) {
  .list-feed-instagram li .__photo .details .__like {
    padding: 20px 1px;
  }
}

.txtfixedbg img {
  width: 50%;
  min-width: 280px;
  margin: 0 auto;
  display: block;
}

/*Fin feed instagram*/

@media (max-width: 575px) {
  ._fields_block--title>img {
    width: 50px;
    height: fit-content;
    position: relative;
    display: block;
    margin-right: 20px;
    margin-bottom: 10px;
  }

  ._fields_block--content,
  ._fields_block--desc {
    padding-left: 0;
  }

  ._fields_block--note .text {
    width: 100%;
    margin-top: 10px;
  }

  ._fields_block--content ._input {
    width: 100%;
  }
}