@charset "UTF-8";
/*!
Theme Name: AntoTheme
Theme URI: http://www.telas.net.pe
Description: Thema creado desde cero por AntoTheme
Author: AntoTheme
Author URI: https://www.antocas.com
Version: 1.0
*/
@font-face {
  font-family: "letreros";
  src: url("fonts/letreros.eot");
  src: url("fonts/letreros.eot?#iefix") format("embedded-opentype"), url("fonts/letreros.woff") format("woff"), url("fonts/letreros.ttf") format("truetype"), url("fonts/letreros.svg#letreros") format("svg");
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  font-family: "letreros" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^=i-]:before,
[class*=" i-"]:before {
  font-family: "letreros" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.i-chevron-down:before {
  content: "a";
}

.i-chevron-right:before {
  content: "b";
}

.i-navicon-round:before {
  content: "c";
}

.i-whatsapp:before {
  content: "d";
}

html {
  font-size: 14px;
}

body {
  padding: 0;
  margin: 0;
  font-family: "Montserrat";
  overflow-x: hidden;
}

p {
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
ul {
  margin: 0;
  padding: 0;
}

h1 {
  font-size: 4rem;
}
@media (max-width: 650px) {
  h1 {
    font-size: 2.5rem;
    text-align: center;
    margin: 0.5rem 0;
  }
}

h2 {
  font-size: 1.8rem !important;
}
@media (max-width: 650px) {
  h2 {
    font-size: 1.5rem;
  }
}

h3 {
  font-size: 1.5rem;
}
@media (max-width: 650px) {
  h3 {
    font-size: 1.2rem;
  }
}

h4 {
  font-size: 1.4rem;
}
@media (max-width: 650px) {
  h4 {
    font-size: 1.1rem;
  }
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
}

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  .animated {
    /*CSS transitions*/
    -webkit-transition-property: none !important;
    transition-property: none !important;
    /*CSS transforms*/
    -ms-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
    /*CSS animations*/
    -webkit-animation: none !important;
    animation: none !important;
  }
}
.cta {
  display: inline-block;
  margin-top: 0.5rem;
  color: #FFF;
  text-transform: uppercase;
  border-bottom: 3px solid #FFF;
  padding: 1rem 1rem 1rem 0;
}
@media (max-width: 800px) {
  .cta {
    display: block;
    margin: 0 auto;
    margin-bottom: 1rem;
    text-align: center;
    font-size: 0.8rem;
  }
}
.cta:hover {
  border-bottom: 3px solid #aa2d77;
}
.cta:hover i {
  color: #aa2d77;
}

.inside {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 1rem;
}

.more a {
  background: rgb(2, 0, 36);
  background: linear-gradient(314deg, #35090c 4%, #666 49%, #006c61 86%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  text-shadow: none;
  font-weight: 600;
}
.more a:hover {
  background: rgb(2, 0, 36);
  background: linear-gradient(314deg, #006c61 4%, #666 49%, #35090c 86%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  text-shadow: none;
}

.morecontent span {
  display: none;
}

.morelink {
  display: inline-block;
  font-weight: 600;
  color: #FFF;
}

.oculto {
  display: none !important;
}

.imgsend {
  display: block;
  margin: 0 auto;
  margin-bottom: 1rem;
}

.ajaxGif {
  display: block;
  text-align: center;
  margin: 0 auto;
}

.header {
  border-bottom: 1px solid #CCC;
  background-color: #FFF;
  z-index: 999;
  width: 100%;
  top: 0;
}
.header__logo {
  border-right: 1px solid #e5e5e5;
  padding-right: 1rem;
}
.header__wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 150px 1fr 50px;
  grid-template-columns: 150px 1fr 50px;
  padding: 5px 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media (max-width: 800px) {
  .header__wrap {
    -ms-grid-columns: 1fr 1rem 40px;
    grid-template-columns: 1fr 40px;
    grid-gap: 0 1rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.header__ws {
  text-align: right;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #000;
  font-weight: bold;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 800px) {
  .header__ws {
    position: absolute;
    right: 6rem;
    top: 15px;
  }
}
.header__nav {
  display: none;
}
@media (min-width: 800px) {
  .header__nav {
    display: block;
  }
}
.header__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  list-style: none;
}
@media (max-width: 800px) {
  .header__nav ul {
    display: block;
    padding: 0;
    margin-top: 0.5rem;
  }
}
.header__nav ul li a {
  color: #666;
  font-weight: 500;
  text-transform: uppercase;
  font-weight: 400;
}
@media (max-width: 800px) {
  .header__nav ul li a {
    display: block;
    padding: 0.5rem 0;
  }
}
.header__nav ul li a:hover {
  opacity: 0.5;
}
.header__nav ul .current_page_item a,
.header__nav ul .current-page-ancestor a {
  color: #006c61;
  font-weight: 800;
}

.menu-item-31 {
  position: relative;
}
.menu-item-31:before {
  position: absolute;
  content: "INSCRIPCIÓN GRATIS";
  background-color: red;
  width: 110px;
  top: -15px;
  font-size: 9px;
  left: 0;
  right: 0;
  margin: auto;
  padding: 1px 2px;
  color: #FFF;
  font-weight: bold;
  text-align: center;
  border-radius: 4px;
}
@media (max-width: 800px) {
  .menu-item-31:before {
    top: 9px;
    right: 0;
    left: auto;
  }
}
.menu-item-31:after {
  content: "";
  position: absolute;
  top: -2px;
  left: 50%;
  margin-left: -10px;
  display: block;
  width: 0;
  height: 0;
  border-top: 5px solid red;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
@media (max-width: 800px) {
  .menu-item-31:after {
    top: 13px;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    margin-left: -2px;
    right: 0;
  }
}

/*BTN MOBILE*/
#btnMovil {
  display: none;
}
#btnMovil + label {
  display: none;
  width: 40px;
  height: 40px;
  font-size: 2.6rem;
}
@media (max-width: 800px) {
  #btnMovil + label {
    display: block;
  }
}
#btnMovil:checked ~ .header__nav {
  display: block;
}

/*TITULOS*/
.title-1,
.title-2,
.title-3 {
  text-align: center;
  padding: 1rem;
  position: relative;
  color: #006c61;
}
.title-1:before,
.title-2:before,
.title-3:before {
  position: absolute;
  content: "";
  height: 4px;
  width: 150px;
  background-color: #ef7f1a;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media (max-width: 800px) {
  .title-1,
  .title-2,
  .title-3 {
    font-size: 1.2rem !important;
  }
}

@media (max-width: 650px) {
  .title-1 {
    margin-top: 0.5rem;
  }
}
.title-1--mod {
  padding-top: 4rem;
}

.title-2,
.title-3 {
  -webkit-animation: none;
          animation: none;
}
.title-2:before,
.title-3:before {
  display: none;
}

.btn-quote {
  display: block;
  color: #FFF;
  border: 2px solid #FFF;
  padding: 1rem;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
}
.btn-quote i {
  color: #FFF;
}
.btn-quote:hover {
  background-color: #FFF;
  color: #006c61;
  border: 2px solid #006c61;
}
.btn-quote:hover i {
  color: #006c61;
}

.btn {
  background-color: orange;
  color: #FFF;
  display: block;
  max-width: 300px;
  padding: 1rem;
  text-align: center;
}

.sec-1 {
  position: relative;
  z-index: 1;
}
.sec-1 .wp-post-image {
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -2;
}
.sec-1:before {
  position: absolute;
  content: "";
  background-color: rgba(53, 9, 12, 0.5);
  clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
}
.sec-1:after {
  position: absolute;
  content: "";
  background-color: rgba(53, 9, 12, 0.5);
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
}
.sec-1--footer:after {
  position: absolute;
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
}
.sec-1--about {
  background-image: url("img/empresa-de-letreros-publicitarios.jpg");
}

.wrap-1 {
  padding: 8em 1rem 6rem 1rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2rem 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0 2rem;
}
@media (max-width: 800px) {
  .wrap-1 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
@media (max-width: 650px) {
  .wrap-1 {
    padding: 0;
  }
}
@media (max-width: 800px) {
  .wrap-1 .more {
    display: none;
  }
}
.wrap-1 h1,
.wrap-1 h2 {
  color: #FFF;
  font-size: 3rem !important;
}
@media (max-width: 800px) {
  .wrap-1 h1,
  .wrap-1 h2 {
    max-width: 100%;
    font-size: 1.8rem;
  }
}
.wrap-1 p,
.wrap-1 ul {
  color: #FFF;
}
.wrap-1 ul {
  -webkit-padding-start: 3rem;
          padding-inline-start: 3rem;
}
.wrap-1 ul li {
  padding-bottom: 0.4rem;
}

.formulary {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 2rem 3rem;
}
@media (max-width: 650px) {
  .formulary {
    padding: 1rem;
  }
}
.formulary__title {
  display: block;
  width: 100%;
  color: #FFF;
  font-size: 1.5rem;
  text-align: center;
  font-weight: 600;
}
.formulary__title i {
  display: block;
  margin-bottom: 1rem;
  animation: flotar 0.5s ease 0s infinite alternate-reverse;
}
@-webkit-keyframes flotar {
  0% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  100% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
}
@keyframes flotar {
  0% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  100% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
}
.formulary__p {
  font-size: 11px;
  text-align: center;
}
.formulary__wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1rem 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 1rem;
}
@media (max-width: 750px) {
  .formulary__wrap {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.formulary__wrap label {
  position: relative;
  color: #FFF;
}
.formulary__wrap label input:focus p {
  color: red;
}
.formulary__wrap label p {
  position: absolute;
}
.formulary__wrap input,
.formulary__wrap textarea,
.formulary__wrap select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #FFF;
  border: 0;
  outline: none;
  height: 34px;
  padding: 0 0.5rem;
  width: 100%;
  font-weight: 700;
}
.formulary__wrap input::-webkit-input-placeholder, .formulary__wrap textarea::-webkit-input-placeholder, .formulary__wrap select::-webkit-input-placeholder {
  color: #000;
  font-family: "Montserrat";
  font-weight: 700;
}
.formulary__wrap input::-moz-placeholder, .formulary__wrap textarea::-moz-placeholder, .formulary__wrap select::-moz-placeholder {
  color: #000;
  font-family: "Montserrat";
  font-weight: 700;
}
.formulary__wrap input:-ms-input-placeholder, .formulary__wrap textarea:-ms-input-placeholder, .formulary__wrap select:-ms-input-placeholder {
  color: #000;
  font-family: "Montserrat";
  font-weight: 700;
}
.formulary__wrap input::-ms-input-placeholder, .formulary__wrap textarea::-ms-input-placeholder, .formulary__wrap select::-ms-input-placeholder {
  color: #000;
  font-family: "Montserrat";
  font-weight: 700;
}
.formulary__wrap input::placeholder,
.formulary__wrap textarea::placeholder,
.formulary__wrap select::placeholder {
  color: #000;
  font-family: "Montserrat";
  font-weight: 700;
}
.formulary__wrap input:focus input::-webkit-input-placeholder, .formulary__wrap textarea:focus input::-webkit-input-placeholder, .formulary__wrap select:focus input::-webkit-input-placeholder {
  padding-top: 1rem;
  color: #FFF;
}
.formulary__wrap input:focus input::-moz-placeholder, .formulary__wrap textarea:focus input::-moz-placeholder, .formulary__wrap select:focus input::-moz-placeholder {
  padding-top: 1rem;
  color: #FFF;
}
.formulary__wrap input:focus input:-ms-input-placeholder, .formulary__wrap textarea:focus input:-ms-input-placeholder, .formulary__wrap select:focus input:-ms-input-placeholder {
  padding-top: 1rem;
  color: #FFF;
}
.formulary__wrap input:focus input::-ms-input-placeholder, .formulary__wrap textarea:focus input::-ms-input-placeholder, .formulary__wrap select:focus input::-ms-input-placeholder {
  padding-top: 1rem;
  color: #FFF;
}
.formulary__wrap input:focus input::placeholder,
.formulary__wrap textarea:focus input::placeholder,
.formulary__wrap select:focus input::placeholder {
  padding-top: 1rem;
  color: #FFF;
}
.formulary__wrap select {
  color: rgba(0, 0, 0, 0.6);
  font-family: "Montserrat";
  font-weight: 700;
}
.formulary__wrap select:focus {
  color: initial;
}
.formulary__wrap textarea {
  height: 50px;
}
.formulary__wrap button {
  background-color: #ef7f1a;
  color: #FFF;
  border: 0;
  height: 50px;
  cursor: pointer;
  position: relative;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  text-transform: uppercase;
  font-size: 0.8rem;
  text-align: right;
  padding-right: 1.1rem;
}
.formulary__wrap button p {
  font-weight: bold;
}
.formulary__wrap button:hover {
  background-color: #CCC;
  color: orange;
}
.formulary__wrap button span {
  position: absolute;
  left: 0;
  margin: auto;
  background-color: #a25611;
  height: 50px;
  top: 0;
  width: 35px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.formulary__wrap button span i {
  display: block;
  line-height: 2.3;
  margin: 0 auto;
}
.formulary__cant {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}

.sec-2 {
  padding: 4rem 0 3rem 0;
  background-color: #f4f4f4;
}
@media (max-width: 650px) {
  .sec-2 {
    padding: 0;
  }
}
.sec-2__wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2rem 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0 2rem;
}
@media (max-width: 650px) {
  .sec-2__wrap {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.sec-2 p {
  text-align: center;
}

.subtitle {
  text-align: center;
}
@media (max-width: 650px) {
  .subtitle {
    display: none;
  }
}

#stacked_layout {
  background-color: transparent !important;
}

.wrap-2 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1rem 1fr 1rem 1fr 1rem 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 1rem;
  list-style: none;
  margin: 1rem 0;
}
.wrap-2--dentro li {
  background-color: #FFF;
  padding: 1rem;
}
.wrap-2--dentro li h3 {
  font-weight: 400 !important;
}
.wrap-2 img {
  -o-object-fit: cover;
     object-fit: cover;
}
.wrap-2 .title-3 {
  margin: 0;
  padding: 0;
  font-weight: 900;
}
@media (max-width: 800px) {
  .wrap-2 {
    -ms-grid-columns: 1fr 1rem 1fr;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 650px) {
  .wrap-2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.wrap-2 li p {
  font-size: 0.8rem;
  margin: 0.5rem 0;
  height: 3.5rem;
}
.wrap-2 li a {
  padding: 0.5rem;
  display: block;
  background-color: #FFF;
  -webkit-box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.15);
  color: initial;
  text-align: center;
}
.wrap-2 li a:hover {
  background-color: #35090c;
  color: #FFF;
}
.wrap-2 li a:hover .title-3 {
  color: #FFF;
}

ul.list-features {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  list-style: none;
  grid-gap: 1rem;
  justify-items: center;
  max-width: 1500px;
  margin: 0 auto;
}
ul.list-features li {
  text-align: center;
}

.broken-1 {
  font-size: 1.3rem;
  text-align: center;
  font-weight: 600;
}

.quote {
  padding: 2rem 1rem;
  background: linear-gradient(222deg, #006c61, #35090c);
  background-size: 400% 400%;
  -webkit-animation: AnimationName 4s ease infinite;
          animation: AnimationName 4s ease infinite;
}
@-webkit-keyframes AnimationName {
  0% {
    background-position: 0% 99%;
  }
  50% {
    background-position: 100% 2%;
  }
  100% {
    background-position: 0% 99%;
  }
}
@keyframes AnimationName {
  0% {
    background-position: 0% 99%;
  }
  50% {
    background-position: 100% 2%;
  }
  100% {
    background-position: 0% 99%;
  }
}
.quote h4 {
  color: #FFF;
}
.quote__wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2fr 2rem 1fr;
  grid-template-columns: 2fr 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 0 2rem;
}
@media (max-width: 650px) {
  .quote__wrap {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.quote p {
  font-size: 2rem;
  font-weight: 600;
  margin: 0;
  color: #FFF;
  margin-bottom: 1rem;
}
.quote span {
  line-height: 1.5;
  color: #FFF;
}

.home-wrap {
  background-image: url("img/bg-index.png");
  background-repeat: no-repeat;
  background-position: left bottom;
  margin-top: 3rem;
  margin-bottom: 5rem;
}
.home-wrap h1 {
  text-align: center;
  font-weight: bold;
  margin: 3rem 0 1rem 0;
  background: rgb(2, 0, 36);
  background: linear-gradient(314deg, #35090c 4%, #666 49%, #006c61 86%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  text-shadow: none;
  font-size: 2rem;
}
@media (max-width: 750px) {
  .home-wrap h1 {
    font-size: 1.5rem;
    margin-top: 1rem;
    padding: 0 1rem;
  }
}
.home-wrap__subtitle {
  text-align: center;
  max-width: 960px;
  margin: 0 auto;
  line-height: 1.7;
  font-size: 1.1rem;
  margin-bottom: 2rem;
}

.arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  cursor: pointer;
}

.arrow span {
  display: block;
  width: 1.5vw;
  height: 1.5vw;
  border-bottom: 5px solid rgba(0, 108, 97, 0.7);
  border-right: 5px solid rgba(53, 9, 12, 0.7);
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  margin: -10px;
  -webkit-animation: animate 2s infinite;
          animation: animate 2s infinite;
}

.arrow span:nth-child(2) {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s;
}

.arrow span:nth-child(3) {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s;
}

@-webkit-keyframes animate {
  0% {
    opacity: 0;
    -webkit-transform: rotate(45deg) translate(-20px, -20px);
            transform: rotate(45deg) translate(-20px, -20px);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(45deg) translate(20px, 20px);
            transform: rotate(45deg) translate(20px, 20px);
  }
}

@keyframes animate {
  0% {
    opacity: 0;
    -webkit-transform: rotate(45deg) translate(-20px, -20px);
            transform: rotate(45deg) translate(-20px, -20px);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(45deg) translate(20px, 20px);
            transform: rotate(45deg) translate(20px, 20px);
  }
}
.home-services {
  max-width: 1200px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1rem 1fr 1rem 1fr;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 3rem 1rem;
  list-style: none;
  margin-top: 3rem;
  margin: 1rem auto;
}
@media (max-width: 945px) {
  .home-services {
    -ms-grid-columns: 1fr 3rem 1fr;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 3rem;
  }
}
@media (max-width: 750px) {
  .home-services {
    grid-gap: 1rem;
  }
}
.home-services li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.home-services li a {
  padding: 0.7rem 1rem;
  display: block;
  margin: 0 auto;
  margin-top: 2rem;
  color: inherit;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  text-align: center;
  position: relative;
  border-radius: 20px 0 0 20px;
}
@media (max-width: 750px) {
  .home-services li a {
    background-color: red;
    font-size: 0.8rem;
  }
}
.home-services li a:hover {
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  color: #857473;
}
.home-services li a:hover:before {
  width: 100%;
}
.home-services .item {
  margin-right: -50px;
  z-index: 1;
  width: 256px;
  border-radius: 0 20px 20px 0;
  padding: 1rem;
}
@media (max-width: 750px) {
  .home-services .item {
    width: 206px;
    margin-right: -130px;
  }
}
.home-services .item h2 {
  font-weight: 300;
  text-shadow: 1px 1px 4px #FFF;
}
@media (max-width: 750px) {
  .home-services .item h2 {
    font-weight: 500;
    background-color: white;
    display: inline;
    font-size: 1.2rem;
  }
}
.home-services .img {
  position: relative;
}
.home-services .img:before {
  content: "";
  width: 250px;
  height: 250px;
  background-color: rgba(0, 108, 97, 0.5);
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  border-radius: 50%;
}
@media (max-width: 750px) {
  .home-services .img:before {
    display: none;
  }
}
.home-services .img--2:before {
  content: "";
  width: 250px;
  height: 250px;
  background-color: rgba(53, 9, 12, 0.5);
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  border-radius: 50%;
}
.home-services .img--3:before {
  content: "";
  width: 250px;
  height: 250px;
  background-color: rgba(0, 108, 97, 0.5);
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  border-radius: 50%;
}
.home-services .img img {
  border-radius: 0 20px 20px 0;
  display: block;
}

.section {
  border-left: 2rem solid #006c61;
  color: #3c3c3b;
  padding: 3rem 1rem;
}
.section__wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1.2fr 2rem 1.5fr;
  grid-template-columns: 1.2fr 1.5fr;
  grid-gap: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 800px) {
  .section__wrap {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.section h2 {
  font-size: 3rem !important;
  margin: 1rem;
  color: #35090c;
}
@media (max-width: 800px) {
  .section h2 {
    font-size: 2rem;
  }
}
.section p {
  padding: 1rem;
  font-size: 1.1rem;
  line-height: 1.5;
}
@media (max-width: 860px) {
  .section p {
    padding: 0 1rem;
    font-size: 1rem;
  }
}
.section__ul-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 1rem;
  margin: 1rem 0 0 0;
  padding: 0;
}
@media (max-width: 860px) {
  .section__ul-1 {
    display: none;
  }
}
.section__ul-1 li {
  grid-gap: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.section__ul-1 li div i {
  font-size: 3rem;
}
.section__ul-2 {
  margin-top: 1rem;
  margin-left: 2.5rem;
}
@media (max-width: 860px) {
  .section__ul-2 {
    display: none;
  }
}
.section__ul-2 li {
  margin: 1rem 0;
  font-size: 1.1rem;
}
.section a {
  background-color: #006c61;
  display: block;
  width: 100%;
  padding: 1rem;
  text-align: center;
  color: #FFF;
  float: right;
  margin-top: 1rem;
  -webkit-transition: all ease 1s;
  transition: all ease 1s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.section a:hover {
  background-color: #3c3c3b;
}
@media (max-width: 860px) {
  .section a {
    margin-top: 0;
    width: 100%;
  }
}
@media (max-width: 650px) {
  .section a {
    margin-bottom: 1rem;
  }
}
.section__images {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2.5rem 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 2.5rem;
}
.section__images div {
  text-align: right;
  overflow: hidden;
}
.section__images div img {
  margin-left: auto;
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
}
.section__images div img:nth-child(1) {
  margin-bottom: 2.5rem;
}
.section__images div img:hover {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-filter: grayscale(120%) sepia(42%) brightness(96%) saturate(358%) contrast(113%);
          filter: grayscale(120%) sepia(42%) brightness(96%) saturate(358%) contrast(113%);
}
.section__images div:nth-child(2) {
  overflow: hidden;
  margin-right: auto;
}
.section__images div:nth-child(2) img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
  margin-bottom: 0;
}
.section__images div:nth-child(2) img:hover {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-filter: grayscale(120%) sepia(42%) brightness(96%) saturate(358%) contrast(113%);
          filter: grayscale(120%) sepia(42%) brightness(96%) saturate(358%) contrast(113%);
}

.home-about {
  padding: 4rem 1rem 0 1rem;
  max-width: 900px;
  margin: 0 auto;
}
@media (max-width: 750px) {
  .home-about {
    padding: 3rem 1rem;
  }
}
.home-about__wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1rem 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0 1rem;
}
@media (max-width: 800px) {
  .home-about__wrap {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
@media (max-width: 800px) {
  .home-about__item-1 {
    display: none;
  }
}
.home-about h2 {
  text-align: left !important;
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1;
}
.home-about h2 span {
  color: #fec94a;
  display: block;
  text-transform: uppercase;
  font-size: 1.2rem;
  letter-spacing: 2px;
  margin: 0;
  margin-bottom: 0.5rem;
}
.home-about h2 b {
  font-weight: 900;
}
.home-about p {
  color: #848484;
  line-height: 1.5;
  text-align: justify;
}
.home-about__cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.home-about__cta a {
  margin-right: 1rem;
  border: 2px solid #fec94a;
  display: block;
  max-width: 200px;
  padding: 0.7rem 1.5rem;
  text-align: center;
  text-transform: uppercase;
  color: #fec94a;
  border-radius: 20px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.home-about__cta a:hover {
  background-color: #fec94a;
  color: #FFF;
}
.home-about__cta a:last-child {
  color: #fec94a;
  text-transform: uppercase;
  padding: 0.5rem 1rem;
  position: relative;
  display: block;
  border: 0;
}
.home-about__cta a:last-child:hover {
  background-color: transparent;
}

.page {
  background-color: #FFF;
}
.page p {
  line-height: 1.4;
  color: #857473;
}
.page-header {
  background-color: #ffede2;
  margin-bottom: 6rem;
  padding-bottom: 2rem;
}
@media (max-width: 750px) {
  .page-header {
    margin-bottom: 0;
  }
}
.page-header__wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1rem 1fr;
  grid-template-columns: 1fr 1fr;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1180px;
  margin: auto;
  margin-bottom: 2rem;
  grid-gap: 1rem;
}
@media (max-width: 750px) {
  .page-header__wrap {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.page-header__item {
  padding: 0 1rem;
  text-align: justify;
}
.page-header__item h2 {
  font-size: 2rem;
  color: #857473;
  font-weight: 400;
  position: relative;
}
@media (max-width: 750px) {
  .page-header__item h2 {
    font-size: 1.5rem;
  }
}
.page-header__item h2:before {
  position: absolute;
  width: 200px;
  height: 5px;
  background-color: #e74c3c;
}
.page-header__item ul {
  padding-left: 1.5rem;
  color: #857473;
}
.page-header__item ul li {
  margin-bottom: 0.5rem;
}
.page-header__img {
  padding: 0 1rem;
}
.page-header__img img {
  display: block;
  border-radius: 50% 0 50% 50%;
}
.page-content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 900px;
  margin: 0 auto;
  margin-bottom: 1rem;
}
@media (max-width: 750px) {
  .page-content {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    padding: 1rem;
    display: none;
  }
}
.page-content__content {
  background-color: #FFF;
  padding: 1rem 3rem;
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  margin-left: -4rem;
}
.page-content__content--vision {
  margin-right: -4rem;
  z-index: 0;
}
.page-content__content h3 {
  text-align: center;
  font-size: 1.5rem;
  color: #857473;
}
.page-content__img img {
  display: block;
  border-radius: 50% 50% 0 50%;
}
.page-content__img--2 img {
  border-radius: 50% 50% 50% 0;
}
.page .cta {
  padding: 0 1rem;
}
.page .cta__wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2rem 1fr;
  grid-template-columns: 1fr 1fr;
  max-width: 800px;
  margin: auto;
  text-align: center;
  grid-gap: 2rem;
  padding: 2rem 0;
}
@media (max-width: 750px) {
  .page .cta__wrap {
    grid-gap: 1rem;
  }
}
.page .cta a {
  margin-right: 1rem;
  border: 2px solid #fec94a;
  background-color: #fec94a;
  width: 100%;
  padding: 0.7rem 0;
  text-align: center;
  text-transform: uppercase;
  color: #fec94a;
  border-radius: 20px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  color: #FFF;
}
@media (max-width: 750px) {
  .page .cta a {
    font-size: 0.8rem;
  }
}
.page .cta a:last-child {
  border: 0;
  border-radius: 0;
  position: relative;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  background-color: transparent;
  color: #fec94a;
}
.page .cta a:last-child:before {
  content: "";
  position: absolute;
  width: 0;
}
.page .cta a:last-child:hover {
  background-color: transparent;
  color: #fec94a;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  border: 0;
}
.page .cta a:last-child:hover:before {
  position: absolute;
  content: "";
  width: 50%;
  height: 4px;
  bottom: 0;
  background-color: #fec94a;
  left: 0;
  right: 0;
  margin: auto;
}
.page .cta a:hover {
  color: #fec94a;
  background-color: transparent;
  border: 2px solid #fec94a;
}

.footer {
  border-top: 1px solid #ccc;
  background-color: #FFF;
}
@media (max-width: 800px) {
  .footer {
    display: none;
  }
}

/****************WOOCOMMERCE**************/
.woocommerce .woocommerce-breadcrumb {
  margin: 10px auto 18px auto;
}

.woocommerce .woocommerce-breadcrumb a {
  padding-right: 8px;
  padding-left: 8px;
}

.woocommerce div.product .product_title {
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 30px;
  text-align: left;
  position: relative;
}
.woocommerce div.product .product_title::before {
  content: "";
  width: 10px;
  height: 100%;
  background-color: #e74c3c;
  top: 0;
}
@media (max-width: 800px) {
  .woocommerce div.product .product_title {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
  }
}

.woocommerce h2 {
  text-align: center;
}

.woocommerce .woocommerce-ordering,
.woocommerce .woocommerce-result-count {
  display: none;
}

.woocommerce-product-details__short-description {
  line-height: 1.5;
}
.woocommerce-product-details__short-description ul {
  padding-left: 1.5rem;
}

.product_meta {
  display: none;
}

.wrap-woo {
  padding: 5rem 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  max-width: 1180px;
  margin: auto;
}
.wrap-woo--login {
  display: block;
}
.wrap-woo h1 {
  text-align: center;
  color: #857473;
}

.description-woo {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2rem 5fr;
  grid-template-columns: 1fr 5fr;
  grid-gap: 2rem;
  text-align: center;
}

.cta-woo {
  width: 50%;
  border: 2px solid #48c356;
  background-color: #48c356;
  color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5rem 1rem;
  margin: 1rem 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 8px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.cta-woo i {
  font-size: 1.5rem;
  display: inline-block;
}
.cta-woo span {
  margin: 0 1rem;
}
.cta-woo:hover {
  background-color: #48c356;
  color: #FFF;
  -webkit-box-shadow: 0px 0px 15px 0px #48c356;
          box-shadow: 0px 0px 15px 0px #48c356;
}

.best {
  margin: 0 1rem;
  padding: 2rem 0;
}
@media (max-width: 750px) {
  .best {
    padding: 1rem 0;
  }
}
.best h2 {
  clear: both;
}
.best__title {
  font-size: 24px;
  font-weight: 500;
  margin: 0 10px;
  text-align: center;
}
@media (max-width: 750px) {
  .best__title {
    font-size: 16px;
  }
}
.best__title a {
  font-weight: 300;
  font-size: 20px;
  color: #857473;
}
@media (max-width: 750px) {
  .best__title a {
    font-size: 1rem;
  }
}
.best__title--top {
  border-bottom: 1px solid red;
  text-align: center;
  position: relative;
  width: 78%;
  margin: 0 auto;
}
.best__title:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 10px;
  background-color: red;
  bottom: -10px;
  left: 0;
}
.best__title:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 10px;
  background-color: red;
  bottom: -10px;
  right: 0;
}
.best__wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
  margin-top: 30px;
  list-style: none;
  clear: both;
}
.best__wrap--category {
  -ms-grid-columns: (1fr)[5];
  grid-template-columns: repeat(5, 1fr);
  margin-top: 0;
}
@media (max-width: 1008px) {
  .best__wrap {
    -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 800px) {
  .best__wrap {
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: repeat(2, 1fr);
  }
}
.best__item {
  text-align: center;
  background-color: #FFF;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  border: 1px solid rgba(255, 196, 183, 0.3490196078);
  border-radius: 3px;
}
.best__item:hover {
  background-color: rgba(255, 196, 183, 0.3490196078);
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
}
.best__item h3 {
  font-size: 15px;
  font-weight: initial;
  color: #3c3c3b;
  margin-bottom: 5px;
  height: 40px;
  margin: 0 3px;
  overflow: hidden;
}
@media (max-width: 750px) {
  .best__item h3 {
    font-size: 11px;
  }
}
.best__price {
  font-weight: 700;
  color: #ff4c4f;
  margin-bottom: 15px;
  display: -ms-inline-grid;
  display: inline-grid;
}
.best__price ins {
  background-color: #e74c3c;
  color: #FFF;
  padding: 4px 6px;
  border-radius: 5px;
  font-size: 16px;
}

/****************END WOOCOMMERCE**************/
.algodon-organico {
  background-color: #f8f8f3;
}
.algodon-organico__wrap {
  max-width: 800px;
  margin: 0 auto;
}
.algodon-organico h4 {
  color: #0b332b;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.5rem;
}
.algodon-organico__item {
  background-image: url("img/bg-algodon-organico.png");
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
  padding: 4rem 1rem 11rem 1rem;
  border-radius: 10px;
  margin: 1rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.algodon-organico__item h3 {
  font-size: 3rem;
  text-align: center;
  color: #c7916b;
  text-shadow: 4px 3px 0 #e0d3c0;
  -webkit-text-fill-color: c7916b;
  /* Will override color (regardless of order) */
  -webkit-text-stroke: 1px #3f230e;
  text-transform: uppercase;
  margin-bottom: 1rem;
  position: relative;
  max-width: 42rem;
  margin: 0 auto;
}
.algodon-organico__item h3::before {
  content: url("img/bg-title.png");
  width: 50px;
  height: 69px;
  background-color: #f8f8f3;
  position: absolute;
  left: 0;
  top: 0;
}
.algodon-organico__item h3::after {
  content: url("img/bg-title-02.png");
  width: 50px;
  height: 69px;
  background-color: #f8f8f3;
  position: absolute;
  right: 0;
  top: 0;
}
.algodon-organico__item p {
  font-size: 1.2rem;
  max-width: 37rem;
  margin: 0 auto;
  text-align: center;
}
.algodon-organico__beneficios {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.algodon-organico__beneficios li {
  border-right: 3px dashed #9bb2a2;
  padding: 0 2rem;
}
.algodon-organico__beneficios li:last-child {
  border-right: none;
}
.algodon-organico__beneficios h3 {
  font-size: 1rem;
  text-align: center;
  color: #0b332b;
  text-transform: uppercase;
}

.algodon-pima {
  background-color: #FFF;
  padding: 5rem 1rem;
}
.algodon-pima__wrap {
  max-width: 800px;
  margin: 0 auto;
}
.algodon-pima h4 {
  color: #0b332b;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.5rem;
}
.algodon-pima__item {
  background-image: url("img/bg-algodon-pima.png");
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
  padding: 0rem 1rem 15rem 1rem;
  border-radius: 10px;
  margin: 1rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}
.algodon-pima__item h3 {
  font-size: 3rem;
  text-align: center;
  color: #151c2e;
  text-shadow: 4px 3px 0 #dbdbdc;
  -webkit-text-fill-color: c7916b;
  /* Will override color (regardless of order) */
  -webkit-text-stroke: 1px #3f230e;
  text-transform: uppercase;
  margin-bottom: 1rem;
  position: relative;
  max-width: 49rem;
  margin: 0 auto;
}
.algodon-pima__item p {
  font-size: 1.2rem;
  max-width: 37rem;
  margin: 0 auto;
  padding: 0 3rem;
  text-align: center;
  color: #151c2e;
  background-color: #f6dfd7;
  position: absolute;
  bottom: -1rem;
  right: 0;
  left: 0;
  margin: auto;
  font-weight: 500;
  border-radius: 5rem;
}
.algodon-pima__beneficios {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
}
.algodon-pima__beneficios li {
  border-right: 3px dashed #9bb2a2;
  padding: 0 2rem;
}
.algodon-pima__beneficios li:last-child {
  border-right: none;
}
.algodon-pima__beneficios li ul {
  list-style: circle;
  max-width: 19rem;
  margin: 0 auto;
}
.algodon-pima__beneficios li ul li {
  text-align: center;
  border-right: none;
}
.algodon-pima__beneficios li ul li::marker {
  color: red;
  position: absolute;
}
.algodon-pima__beneficios h3 {
  font-size: 1.5rem;
  text-align: center;
  color: #0b332b;
  text-transform: uppercase;
}

.algodon-peinado {
  background-color: #f8f8f3;
}
.algodon-peinado__wrap {
  max-width: 1034px;
  margin: 0 auto;
}
.algodon-peinado h4 {
  color: #0b332b;
  text-align: center;
  text-transform: uppercase;
  font-size: 2.5rem;
}
.algodon-peinado__item {
  background-image: url("img/bg-algodon-peinado.png");
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
  padding: 4rem 1rem 13rem 1rem;
  border-radius: 10px;
  margin: 1rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.algodon-peinado__item h3 {
  font-size: 3.5rem;
  text-align: center;
  color: #c7916b;
  text-shadow: 4px 3px 0 #e0d3c0;
  -webkit-text-fill-color: c7916b;
  /* Will override color (regardless of order) */
  -webkit-text-stroke: 1px #3f230e;
  text-transform: uppercase;
  margin-bottom: 1rem;
  position: relative;
  max-width: 49rem;
  margin: 0 auto;
}
.algodon-peinado__item h3::before {
  content: url("img/bg-title.png");
  width: 50px;
  height: 69px;
  background-color: #f8f8f3;
  position: absolute;
  left: 0;
  top: 0;
}
.algodon-peinado__item h3::after {
  content: url("img/bg-title-02.png");
  width: 50px;
  height: 69px;
  background-color: #f8f8f3;
  position: absolute;
  right: 0;
  top: 0;
}
.algodon-peinado__item p {
  font-size: 1.2rem;
  max-width: 37rem;
  margin: 0 auto;
  text-align: center;
}
.algodon-peinado__beneficios {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.algodon-peinado__beneficios li {
  border-right: 3px dashed #9bb2a2;
  padding: 0 2rem;
}
.algodon-peinado__beneficios li:last-child {
  border-right: none;
}
.algodon-peinado__beneficios h3 {
  font-size: 1.5rem;
  text-align: center;
  color: #0b332b;
  text-transform: uppercase;
}

.algodon-egipcio {
  background-color: #f8f8f3;
}
.algodon-egipcio__wrap {
  max-width: 1034px;
  margin: 0 auto;
}
.algodon-egipcio h4 {
  color: #0b332b;
  text-align: center;
  text-transform: uppercase;
  font-size: 2.5rem;
}
.algodon-egipcio__item {
  background-image: url("img/bg-algodon-peinado.png");
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
  padding: 4rem 1rem 13rem 1rem;
  border-radius: 10px;
  margin: 1rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.algodon-egipcio__item h3 {
  font-size: 3.5rem;
  text-align: center;
  color: #c7916b;
  text-shadow: 4px 3px 0 #e0d3c0;
  -webkit-text-fill-color: c7916b;
  /* Will override color (regardless of order) */
  -webkit-text-stroke: 1px #3f230e;
  text-transform: uppercase;
  margin-bottom: 1rem;
  position: relative;
  max-width: 49rem;
  margin: 0 auto;
}
.algodon-egipcio__item h3::before {
  content: url("img/bg-title.png");
  width: 50px;
  height: 69px;
  background-color: #f8f8f3;
  position: absolute;
  left: 0;
  top: 0;
}
.algodon-egipcio__item h3::after {
  content: url("img/bg-title-02.png");
  width: 50px;
  height: 69px;
  background-color: #f8f8f3;
  position: absolute;
  right: 0;
  top: 0;
}
.algodon-egipcio__item p {
  font-size: 1.2rem;
  max-width: 37rem;
  margin: 0 auto;
  text-align: center;
}
.algodon-egipcio__beneficios {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.algodon-egipcio__beneficios li {
  border-right: 3px dashed #9bb2a2;
  padding: 0 2rem;
}
.algodon-egipcio__beneficios li:last-child {
  border-right: none;
}
.algodon-egipcio__beneficios h3 {
  font-size: 1.5rem;
  text-align: center;
  color: #0b332b;
  text-transform: uppercase;
}

.tri {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0.6fr 0.5fr;
  grid-template-columns: 1fr 0.6fr 0.5fr;
}
@media (max-width: 960px) {
  .tri {
    -ms-grid-columns: 1fr 1.6fr 0.5fr;
    grid-template-columns: 1fr 1.6fr 0.5fr;
  }
}
@media (max-width: 760px) {
  .tri {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 660px) {
  .tri {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.tri > div:nth-child(1) {
  background-image: url("img/algodon-peruano.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  position: relative;
}
.tri > div:nth-child(1):before {
  position: absolute;
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(23, 19, 16, 0)), to(rgb(23, 19, 16)));
  background: linear-gradient(rgba(23, 19, 16, 0) 0%, rgb(23, 19, 16) 100%);
  width: 100%;
  height: 100%;
}
.tri > div:nth-child(1) > div {
  position: absolute;
  padding: 4rem 2rem;
  bottom: 0;
  width: 100%;
  right: 0;
  left: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 760px) {
  .tri > div:nth-child(1) > div {
    position: inherit;
  }
}
.tri > div:nth-child(1) > div ul {
  margin-left: 2rem;
}
.tri > div:nth-child(1) > div ul li {
  color: #FFF;
  font-size: 1.3rem;
  margin-bottom: 1rem;
}
.tri > div:nth-child(1) > div h1 {
  font-size: 3em;
  margin-bottom: 2rem;
  color: #FFF;
}
@media (max-width: 760px) {
  .tri > div:nth-child(1) > div h1 {
    font-size: 2.5rem;
  }
}
@media (max-width: 660px) {
  .tri > div:nth-child(1) > div h1 {
    font-size: 1.5rem;
  }
}
.tri > div:nth-child(1) > div p {
  color: #FFF;
}
.tri > div:nth-child(1) > div h3 {
  font-size: 1.5em;
  margin: 1rem 0;
  color: #FFF;
}
.tri > div:nth-child(1) > div a {
  display: block;
  border: 2px solid #FFF;
  max-width: 8rem;
  text-align: center;
  padding: 1rem;
  color: #FFF;
}
.tri > div:nth-child(2) {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: 1fr 1.5fr;
  grid-template-rows: 1fr 1.5fr;
}
.tri > div:nth-child(2) > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.tri > div:nth-child(2) > *:nth-child(2) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}
.tri > div:nth-child(2) h2 {
  font-size: 2em;
}
.tri > div:nth-child(2) div {
  padding: 1.5rem;
}
.tri > div:nth-child(2) div:nth-child(1) {
  background-color: #35090c;
}
.tri > div:nth-child(2) div:nth-child(1) h2 {
  font-size: 3em;
  color: #FFF;
}
.tri > div:nth-child(2) div:nth-child(1) h2 b {
  color: #3c3c3b;
}
.tri > div:nth-child(2) div:nth-child(1) p,
.tri > div:nth-child(2) div:nth-child(1) ul {
  color: #FFF;
}
.tri > div:nth-child(2) div:nth-child(1) ul {
  margin-left: 2rem;
}
.tri > div:nth-child(2) div:nth-child(1) ul li {
  margin-bottom: 1rem;
}
.tri > div:nth-child(2) div:nth-child(2) {
  background-color: #ff328b;
  color: #FFF;
  background-image: url("img/donde-comprar-telas-de-algodon.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 0;
}
.tri > div:nth-child(2) div:nth-child(2):before {
  position: absolute;
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(23, 19, 16, 0)), to(rgb(23, 19, 16)));
  background: linear-gradient(rgba(23, 19, 16, 0) 0%, rgb(23, 19, 16) 100%);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}
.tri > div:nth-child(2) div:nth-child(2) h2 {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
.tri > div:nth-child(2) div:nth-child(2) ul {
  padding: 0 2rem;
}
.tri > div:nth-child(2) div:nth-child(2) ul li {
  margin: 2rem 0;
}
.tri > div:nth-child(3) {
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.tri > div:nth-child(3):before {
  position: absolute;
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(23, 19, 16, 0)), to(rgb(23, 19, 16)));
  background: linear-gradient(rgba(23, 19, 16, 0) 0%, rgb(23, 19, 16) 100%);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}
.tri > div:nth-child(3) img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
  margin-bottom: 0;
}
.tri > div:nth-child(3):hover img {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-filter: grayscale(120%) sepia(42%) brightness(96%) saturate(358%) contrast(113%);
          filter: grayscale(120%) sepia(42%) brightness(96%) saturate(358%) contrast(113%);
}