* {
  box-sizing: border-box;
}
/*
*::selection {
  background-color: transparent;
  text-shadow: none;
}
*/
body {
  margin: 0;
  font-size: 15px!important;
}
body::-webkit-scrollbar-track {
  background-color: #3a3a3a;
}
body::-webkit-scrollbar {
  width: .0rem;
}
body::-webkit-scrollbar-thumb {
  background-color: var(--main-color-one);
}
a {
  text-decoration: none;
  color: var(--main-color-one);
}
a:hover {
  color: var(--main-color-one);
}
button:focus {
    outline: none;
}
img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto !important;
}
p {
  margin-bottom: 1.5rem;
  font-size: 1rem;
}
input {
  outline: none;
}
textarea {
  resize: none;
}
.fixed{
    position:fixed!important;
    top:0;
    width: 100%;
    z-index: 150!important;
}
:focus {
    outline: none;
}
@font-face {
  font-family: "Exo Bold";
  src: url("../font-text/Exo-Bold-Italic.otf");
  font-display: swap;
}
@font-face {
  font-family: "Exo Medium";
  src: url("../font-text/Exo-Medium-Italic.otf");
  font-display: swap;
}
@font-face {
  font-family: "Exo DemiBold";
  src: url("../font-text/Exo-DemiBold-Italic.otf");
  font-display: swap;
}
@font-face {
  font-family: "Exo ExtraBold";
  src: url("../font-text/Exo-ExtraBold-Italic.otf");
  font-display: swap;
}
:root {
    --main-color-one: #ED263B;/*#B0263B*/
    --main-color-alt: #F49738;
    --color-gris: #EFEFEF;
    --color-whatsapp: #26a619;
    --color-black: #343434;
}

.bg-pc {
  display: block;
}
.bg-mb {
  display: none;
}
@media screen and (max-width: 700px) {
  .bg-pc {
    display: none;
  }

  .bg-mb {
    display: block;
  }
}

/* TAMAÑO DE TEXTO */
nav ul,
nav li {
  list-style: none;
  padding: 0;
}
h1,h2,h3,h4,h5,h6 {
  font-family: "Exo Bold";
  color: var(--main-color);
  font-size: 1.8rem;
  position: relative;
  font-weight: normal!important;
  margin: 1rem 0 .5rem;
}
@media screen and (max-width: 520px) {
  h1,  h2,  h3,  h4,  h5,  h6 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 320px) {
  p {
    font-size: .8rem;
    margin-bottom: 1rem;
    line-height: 1.6rem;
  }
}

/*** child-content-style ***/
.child-content{
  max-width:  90%;
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (min-width: 1300px) {
  .child-content{
        max-width:  1200px;
    }
}

/*================= menu-style =================*/
.section-menu-main{
  position: relative;
  overflow-x: hidden;
}
.section-menu-main .top-menu-main{
  position: relative;
}
.section-menu-main .top-menu-main .item-top-menu-one{
  width: 85%;
  border-radius: 0 0 5rem 0;
  z-index: 1;
}
.section-menu-main .top-menu-main .item-top-menu-one .deformar{
  transform: skew(-10deg);
  background: black;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding: .75rem 2rem .75rem .5rem;
  border-radius: 0 0 .6rem 0;
}
.section-menu-main .top-menu-main .item-top-menu-one::before{
  content: '';
  width: 50%;
  height: 100%;
  position: absolute;
  left: 0;
  background: black;
  z-index: -1;
}
.section-menu-main .top-menu-main .item-top-menu-one::after{
  content: '';
  width: 28%;
  height: 1rem;
  position: absolute;
  right: -1%;
  top: 0;
  transform: skew(-10deg);
  background-color: var(--main-color-one);
  border-radius: 0 0 0 .35rem;
  z-index: 2;
}
.section-menu-main .top-menu-main .item-top-menu-one p, .section-menu-main .top-menu-main .item-top-menu-one i{
  font-family: "Exo Bold";
  color: white;
  transform: skew(10deg);
  font-size: .75rem;
  margin-bottom: 0;
  margin-top: 0;
}
.section-menu-main .top-menu-main .item-top-menu-one i{
  font-size: 1.5rem;
}
@media screen and (min-width: 600px) {
  .section-menu-main .top-menu-main .item-top-menu-one{
    width: 80%;
  }
}
@media screen and (min-width: 800px) {
  .section-menu-main .top-menu-main .item-top-menu-one{
    width: 60%;
  }
  .section-menu-main .top-menu-main .item-top-menu-one::after{
    width: 45%;
  }
}
@media screen and (min-width: 1000px) {
  .section-menu-main .top-menu-main .item-top-menu-one::after{
    width: 50%;
  }
}
@media screen and (min-width: 1200px) {
  .section-menu-main .top-menu-main .item-top-menu-one{
    width: 70%;
  }
  .section-menu-main .top-menu-main .item-top-menu-one .deformar{
    padding: .75rem .5rem;
  }
  .section-menu-main .top-menu-main .item-top-menu-one::after{
    width: 42%;
  }
  .section-menu-main .top-menu-main .item-top-menu-one p, .section-menu-main .top-menu-main .item-top-menu-one i{
    font-size: .85rem;
  }
  .section-menu-main .top-menu-main .item-top-menu-one i{
    font-size: .9rem;
  }
}
@media screen and (min-width: 1300px) {

}
/*** menu-style ***/
.section-menu-main .menu-main .child-content{
  align-items: flex-start;
}
.section-menu-main .menu-main .machine-laser-img{
  width: 18%;
}
.section-menu-main .menu-main .menu-general{
  width: 80%;
  display: flex;
  align-items: center;
  padding: 1rem 0;
}
.section-menu-main .menu-main .menu-general .logo-menu-one{
  width: 40%;
  margin-right: 5%;
}
.section-menu-main .menu-main .menu-general .data-menu{
  width: 50%;
}
@media screen and (min-width: 600px) {

}
@media screen and (min-width: 800px) {
  .section-menu-main .menu-main .machine-laser-img{
    width: 15%;
  }
  .section-menu-main .menu-main .menu-general{
    width: 83%;
  }
  .section-menu-main .menu-main .menu-general .logo-menu-one{
    width: 35%;
    margin-right: 5%;
  }
}
@media screen and (min-width: 1000px) {

}
@media screen and (min-width: 1200px) {
  .section-menu-main .menu-main .machine-laser-img{
    width: 10%;
  }
  .section-menu-main .menu-main .menu-general{
    width: 85%;
  }
  .section-menu-main .menu-main .menu-general .logo-menu-one{
    width: 25%;
    margin-right: 10%;
  }
}
@media screen and (min-width: 1300px) {

}

.data-menu .item-data-menu p{
  margin: 0;
  text-align: right;
  font-size: .75rem;
  font-family: "Exo Bold";
  color: black;
}
.data-menu .item-data-menu i{
  font-size: 1.2rem;
  margin-right: .2rem;
  margin-top: .1rem;
  color: var(--main-color-one);
}
.data-menu{
  width: 49%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
}
.data-menu .item-data-menu:first-child{
  display: none;
}
.data-menu a.item-data-menu{
  width:100%;
  padding: .55rem .25rem;
  background-color: var(--color-whatsapp);
  border-radius: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.data-menu a.item-data-menu i, .data-menu a.item-data-menu p{
  color: white;
  margin: 0;
}
.data-menu a.item-data-menu i{
  font-size: 1.5rem;
}
.data-menu a.item-data-menu p span{
  font-family: "Exo Bold";
}
.data-menu a.item-data-menu p{
  font-size: .75rem;
  font-family: "Exo ExtraBold";
  text-align: center;
  margin-right: .5rem;
}
@media screen and (min-width: 600px) {

}
@media screen and (min-width: 800px) {
  .data-menu .item-data-menu:first-child{
    display: block;
    width: 55%;
  }
  .data-menu .item-data-menu:last-child{
    width: 40%;
  }
}
@media screen and (min-width: 1000px) {

}
@media screen and (min-width: 1200px) {
  .data-menu{
    width: 50%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: auto;
  }
  .data-menu .item-data-menu{
    width: 50%;
  }
  .data-menu .item-data-menu p{
    margin: 0;
    text-align: right;
    font-size: .85rem;
    font-family: "Exo Bold";
    color: black;
  }
  .data-menu .item-data-menu i{
    font-size: 1.3rem;
    margin-right: .2rem;
    margin-top: .1rem;
    color: var(--main-color-one);
  }
  .data-menu a.item-data-menu{
    width: 40%;
    padding: .55rem .9rem;
    background-color: var(--color-whatsapp);
    border-radius: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }
  .data-menu a.item-data-menu::before{
    content: '';
    width: 2px;
    height: 100%;
    position: absolute;
    left: -8%;
    background: var(--main-color-one);
  }
  .data-menu a.item-data-menu i, .data-menu a.item-data-menu p{
    color: white;
    margin: 0;
  }
  .data-menu a.item-data-menu i{
    font-size: 2rem;
  }
  .data-menu a.item-data-menu p span{
    font-family: "Exo Bold";
  }
  .data-menu a.item-data-menu p{
    font-family: "Exo ExtraBold";
    text-align: center;
    margin-right: 1rem;
  }
}
@media screen and (min-width: 1300px) {

}

/*================= one-section-style =================*/
.section-one{
  position: relative;
  margin-top: -10%;
  overflow-x: hidden;
}
.section-one .img-section-one{
  width: 100%;
  margin-left: -10%;
  transform: skew(-10deg);
  background: var(--main-color-one);
  overflow: hidden;
  border: .2rem solid var(--main-color-one);
  border-radius: 1.5rem;
  z-index: -1;
  position: relative;
}
.section-one .img-section-one img{
  transform: skew(10deg);
  margin-left: 5%;
}
.section-one .text-content-section-one{
  width: 85%;
  margin-top: -15%;
  position: relative;
}
.section-one .text-content-section-one .title-section-one::before{
  content: '';
  height: 100%;
  background: var(--main-color-one);
  width: 50%;
  position: absolute;
  left: -45%;
  top: 0;
}
.section-one .text-content-section-one>span{
  color: var(--main-color-one);
  padding: 0 2rem;
  font-family: "Exo Bold";
  font-size: 1.4rem;
  text-align: left;
  display: block;
  margin-bottom: 0;
}
.section-one .text-content-section-one .title-section-one{
  background-color: var(--main-color-one);
  padding: .5rem 2rem;
  border-radius: 0 1rem 1rem 0;
  transform: skew(-10deg);
}
.section-one .text-content-section-one h1{
  color: white;
  margin: 0;
  font-size: 1.4rem;
  text-align: left;
  transform: skew(10deg);
}
.section-one .text-content-section-one h1 span{
  font-size: 2.1rem;
  color: white
}
.section-one .text-content-section-one>p{
  font-size: .75rem;
  color: black;
  font-family: "Exo DemiBold";
  margin: 1rem 0 2rem 0;
  line-height: 1.3rem;
}
.section-one .text-content-section-one p span{
  font-family: "Exo Bold";
}
.section-one .text-content-section-one .data-menu{
  margin-right: 0;
  margin-top: 1rem;
  width: 135%;
}
.section-one .text-content-section-one .data-menu .item-data-menu:first-child{
  display: block;
  width: 55%!important;
}
.section-one .text-content-section-one .data-menu .item-data-menu:last-child{
  width: 40%!important;
}
@media screen and (min-width: 600px) {
  .section-one{
    margin-top: -15%;
  }
  .section-one .img-section-one{
    width: 80%;
    margin-left: 40%;
  }
  .section-one .img-section-one img{
    margin-left: -5%;
  }
  .section-one .text-content-section-one{
    width: 45%;
    margin-top: -20%;
  }
  .section-one .text-content-section-one>span{
    font-size: 1.2rem;;
  }
  .section-one .text-content-section-one h1{
    font-size: 1.2rem;
  }
  .section-one .text-content-section-one h1 span{
    font-size: 1.6rem;
  }
  .section-one .text-content-section-one>p{
    font-size: .75rem;
  }
  .section-one .text-content-section-one .data-menu{
    margin-right: 0;
    margin-top: 1rem;
    width: 200%;
  }
}
@media screen and (min-width: 800px) {
  .section-one .img-section-one{
    width: 60%;
    margin-left: 50%;
  }
  .section-one .text-content-section-one{
    width: 45%;
    margin-top: -22%;
  }
  .section-one .text-content-section-one>span{
    font-size: 1.3rem;
  }
  .section-one .text-content-section-one h1{
    font-size: 1.3rem;
  }
  .section-one .text-content-section-one h1 span{
    font-size: 1.7rem;
  }
  .section-one .text-content-section-one .data-menu{
    margin-right: 0;
    margin-top: -14%;
    width: 100%;
    margin-left: 120%;
  }
}
@media screen and (min-width: 1000px) {
  .section-one{
    margin-top: -17%;
  }
  .section-one .text-content-section-one>span{
    font-size: 1.5rem;
  }
  .section-one .text-content-section-one h1{
    font-size: 1.6rem;
  }
  .section-one .text-content-section-one h1 span{
    font-size: 2rem;
  }
  .section-one .text-content-section-one .data-menu{
    margin-top: 10%;
    margin-left: 120%;
  }
}
@media screen and (min-width: 1200px) {
  .section-one{
    margin-top: -7%;
  }
  .section-one .img-section-one{
    width: 50%;
    margin-left: 55%;
  }
  .section-one .img-section-one img{
    margin-left: -6%;
  }
  .section-one .text-content-section-one{
    width: 58.5%;
    margin-top: -25%;
  }
  .section-one .text-content-section-one>span{
    font-size: 1.8rem;
    margin-bottom: .5rem;
  }
  .section-one .text-content-section-one .title-section-one{
    border-radius: 1rem 0 0 1rem;
  }
  .section-one .text-content-section-one .title-section-one::before{
    display: none;
  }
  .section-one .text-content-section-one h1{
    font-size: 3.5rem;
  }
  .section-one .text-content-section-one h1 span{
    font-size: 2.5rem;
  }
  .section-one .text-content-section-one>p{
    font-size: .85rem;
    margin: 2rem 0;
  }
  .section-one .text-content-section-one .data-menu{
    margin-right: 55%;
    margin-top: 1rem;
    margin-left: 0;
    width: 75%;
  }
}
@media screen and (min-width: 1500px) {
  .section-one .text-content-section-one{
    margin-top: -29%;
  }
}
@media screen and (min-width: 1600px) {
  .section-one .text-content-section-one{
    margin-top: -30%;
  }
}
@media screen and (min-width: 1700px) {
  .section-one .text-content-section-one{
    margin-top: -35%;
  }
}
@media screen and (min-width: 1800px) {
  .section-one .text-content-section-one{
    margin-top: -38%;
  }
}

/*================= title-one-section-style =================*/
.title-left, .title-right{
  position: relative;
  width: 100%;
  margin-bottom: 1.5rem;
}
.title-left h2, .title-right h2{
  font-family: "Exo DemiBold";
  font-size: 1.1rem;
}
.title-left h2{
  margin-left: 50px;
}
.title-right h2{
  margin-right: 50px;
  text-align: right;
}
.title-left h2 span, .title-right h2 span{
  font-family: "Exo Bold";
}
.title-left h2:before, .title-right h2:before{
  content: '';
  background-color: var(--main-color-one);
  position: absolute;
  top: 0;
  width: 35px;
  height: 35px;
  transform: skew(-10deg);
  border-radius: .25rem;
}
.title-left h2:before{
  left: -45px;
}
.title-right h2:before{
  right: -45px;
}
.title-left h2::after, .title-right h2::after{
  content: '';
  width: 15px;
  height: 15px;
  background-color: black;
  position: absolute;
  border-radius: .15rem;
  transform: skew(-10deg);
}
.title-left h2::after{
  left: -20px;
  top: 25px;
}
.title-right h2::after{
  right: -21px;
  top: -6px;
}
@media screen and (min-width: 600px) {

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

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

}
@media screen and (min-width: 1200px) {
  .title-left h2, .title-right h2{
    font-size: 1.5rem;
    margin-left: 70px;
  }
  .title-left h2:before, .title-right h2:before{
    content: '';
    width: 50px;
    height: 50px;
    border-radius: .4rem;
  }
  .title-left h2:before{
    left: -65px;
  }
  .title-right h2:before{
    right: -65px;
  }
  .title-left h2::after, .title-right h2::after{
    content: '';
    width: 25px;
    height: 25px;
    border-radius: .2rem;
  }
  .title-left h2::after{
    left: -35px;
    top: 35px;
  }
  .title-right h2::after{
    right: -35px;
    top: -10px;
  }
}

/*================= two-section-style =================*/
.section-two{
  padding: 3rem 0;
  overflow: hidden;
}
.section-two .child-content.group-item-product{
  position: relative;
  padding: 0 0 2.5rem 0;
}
.section-two .child-content.group-item-product:nth-child(2n){
  padding: 0;
}
.section-two .child-content.group-item-product:nth-child(3){
  flex-wrap: wrap-reverse;
}
.section-two .child-content.group-item-product:last-child{
  flex-wrap: wrap-reverse;
  padding: 0;
}
.section-two .sub-title-one, .section-two .sub-title-two{
  position: relative;
  margin-bottom: 1rem;
}
.section-two .sub-title-one{
  width: 90%;
  margin-left: 10%;
}
.section-two .sub-title-two{
  width: 90%;
  margin-left: 10%;
}
.section-two .sub-title-one h3, .section-two .sub-title-two h3{
  font-size: 1rem;
  margin-top: 0;
}
.section-two .sub-title-one h3 span, .section-two .sub-title-two h3 span{
  background: var(--main-color-one);
  color: white;
  display: inline-block;
  padding: .5rem;
  border-radius: .25rem;
  width: 27px;
  height: 27px;
  transform: skew(-10deg);
}
.section-two .item-product-section{
  width: 48%;
  position: relative;
  margin-bottom: 1rem;
}
.section-two .other-item, .section-two .other-item-two{
  position: absolute;
  top: -5%;
  z-index: -1;
  width: 150%;
}
.section-two .other-item{
  right: -20%;
}
.section-two .other-item-two{
  left: -20%;
}
.section-two .other-item img, .section-two .other-item-two img{
  width: 50%;
}
.section-two .other-item img{
  margin-left: auto;
}
.section-two .other-item-two img{
  margin-right: auto;
}
.section-two .item-product-section .img-item-product{
  border: 2px solid var(--main-color-one);
  border-radius: .5rem;
  background: white;
  overflow: hidden;
  transform: skew(-5deg);
  padding: .5rem;
}
.section-two .item-product-section .img-item-product img{
  transform: skew(5deg);
  border-radius: 1rem;
}
.section-two .item-product-section .title-item-product{
  transform: skew(-5deg);
  border-radius: .4rem;
  background: var(--main-color-one);
  color: white;
  text-align: center;
  width: 75%;
  margin-left: 8%;
  margin-top: -1.2rem;
}
.section-two .item-product-section .title-item-product h4{
  transform: skew(10deg);
  font-size: .75rem;
  padding: .5rem 1rem;
  margin: 0;
}
@media screen and (min-width: 600px) {
  .section-two .item-product-section{
    width: 32%;
  }
  .section-two .other-item, .section-two .other-item-two{
    top: -8%;
    width: 100%;
  }
  .section-two .other-item{
    right: -15%;
  }
  .section-two .other-item-two{
    left: -15%;
  }
}
@media screen and (min-width: 800px) {

}
@media screen and (min-width: 1000px) {
  .section-two .item-product-section{
    width: 19%;
  }
  .section-two .group-item-product:nth-child(3) .item-product-section:first-of-type, .section-two .group-item-product:last-of-type .item-product-section:first-of-type{
    display: none;
  }
  .section-two .group-item-product:nth-child(5) .item-product-section:nth-child(2){
    display: none;
  }
  .section-two .other-item, .section-two .other-item-two{
    top: -30%;
    width: 75%;
  }
  .section-two .other-item{
    right: -15%;
  }
  .section-two .other-item-two{
    left: -15%;
  }
}
@media screen and (min-width: 1200px) {
  .section-two .group-item-product:nth-child(3) .item-product-section:first-of-type, .section-two .group-item-product:last-of-type .item-product-section:first-of-type{
    display: block;
  }
  .section-two .group-item-product:nth-child(5) .item-product-section:nth-child(2){
    display: block;
  }
  .section-two .sub-title-two{
    width: 30%;
    margin-left: 70%;
  }
  .section-two .sub-title-one h3, .section-two .sub-title-two h3{
    font-size: 1.3rem;
  }
  .section-two .sub-title-one h3 span, .section-two .sub-title-two h3 span{
    border-radius: .5rem;
    width: 35px;
    height: 35px;
  }
  .section-two .item-product-section{
    width: 16%;
  }
  .section-two .other-item, .section-two .other-item-two{
    width: 100%;
  }
  .section-two .other-item{
    right: -10%;
  }
  .section-two .other-item-two{
    left: -10%;
  }
  .section-two .other-item img, .section-two .other-item-two img{
    width: 30%;
  }
  .section-two .other-item img{
    margin-left: auto;
  }
  .section-two .other-item-two img{
    margin-right: auto;
  }
  .section-two .item-product-section .title-item-product h4{
    font-size: 1.1rem;
  }
}
/*================= action-one-style =================*/
.action-one{
  background: var(--main-color-one);
  padding-top: 1.5rem;
}
.action-one .text-action{
  color: white;
  width: 100%;
}
.action-one .text-action span{
  font-family: "Exo Bold";
  font-size: .8rem;
  text-align: center;
  margin: auto;
  display: block;
  margin-bottom: .75rem;
}
.action-one .text-action h5{
  text-align: center;
  font-size: 1.5rem;
  margin-top: 0;
}
.action-one .text-action .text-deform{
  background: black;
  padding: .1rem;
  border-radius: .5rem;
  width: 80%;
  margin-left: 20%;
  margin-bottom: -1.5rem;
  transform: skew(-8deg);
}
.action-one .text-action h6{
  text-align: center;
  font-size: 1.2rem;
  transform: skew(8deg);
  margin: .5rem 0;
}
@media screen and (min-width: 600px) {
  .action-one .text-action .text-deform{
    width: 50%;
    margin-left: 40%;;
  }
}
@media screen and (min-width: 800px) {
  .action-one .text-action span{
    font-size: .95rem;
  }
  .action-one .text-action h5{
    font-size: 1.75rem;
  }
  .action-one .text-action .text-deform{
    width: 40%;
    margin-left: 40%;
  }
}
@media screen and (min-width: 1000px) {

}
@media screen and (min-width: 1200px) {
  .action-one .text-action span{
    font-size: 1rem;
  }
  .action-one .text-action h5{
    font-size: 2.5rem;
  }
  .action-one .text-action .text-deform{
    width: 40%;
    margin-left: 40%;
  }
  .action-one .text-action h6{
    font-size: 2.1rem;
  }
}
/*================= tree-section-style =================*/
.section-tree{
  padding: 3rem 0 2rem;
}
.section-tree .data-menu{
  width: 100%;
}
.section-tree .data-menu .item-data-menu:first-child {
    display: block;
    width: 55%!important;
}
.section-tree .data-menu .item-data-menu:last-child {
    width: 40%!important;
}
.section-tree img{
  width: 100%;
  margin-bottom: 1rem;
  border-radius: .5rem;
  transform: skew(-4deg);
}
@media screen and (min-width: 600px) {
  .section-tree picture{
    width: 49%;
  }
  .section-tree img{
    width: 100%;
  }
}
@media screen and (min-width: 800px) {
  .section-tree .data-menu{
    width: 45%;
  }
}
@media screen and (min-width: 1000px) {
  .section-tree picture{
    width: 32%;
  }
  .section-tree img{
    width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .section-tree{
    padding: 4rem 0 3rem 0;
  }
  .section-tree .data-menu{
    width: 42%;
  }
  .section-tree picture{
    width: 24%;
  }
  .section-tree img{
    width: 100%;
  }
}
/*================= action-two-section-style =================*/
.action-two .text-action{
  background: var(--main-color-one);
  width: 85%;
  border-radius: .5rem;
  margin: auto;
  margin-bottom:  1rem;
  text-align: center;
  transform: skew(-5deg);
  padding: 1rem;
  color: white;
  font-family: "Exo DemiBold";
}
.action-two .text-action h5, .action-two .text-action span{
  transform: skew(5deg);
  margin: 0;
}
.action-two .text-action span{
  margin-bottom: .75rem;
  display: block;
}
@media screen and (min-width: 600px) {

}
@media screen and (min-width: 800px) {
  .action-two .text-action{
    width: 75%;
  }
}
@media screen and (min-width: 1000px) {

}
@media screen and (min-width: 1200px) {
  .action-two .text-action{
    margin: auto;
  }
}
/*================= testimonial-section-style =================*/
.section-four .testimonial-item{
  width: 100%;
  background: var(--color-gris);
  position: relative;
  margin-bottom: 1.5rem;
  transform: skew(-5deg);
  border-radius: .5rem;
}
.section-four .testimonial-item:last-of-type{
  margin-bottom: 1.5rem;
}
.section-four .testimonial-item .icon-quote{
  position: absolute;
  top: -20px;
  right: 20px;
  width: 40px;
  height: 40px;
  background: var(--main-color-one);
  color: white;
  font-size: 4rem;
  text-align: center;
  font-family: "Extra Bold";
  transform: skew(-2deg);
  border-radius: .3rem;
}
.section-four .testimonial-item p{
  color: black;
  font-size: .85rem;
  text-align: center;
  font-family: "Exo Medium";
  margin: 0;
  padding: 1.5rem 1.5rem 1rem;
  border-bottom: 2px solid white;
  transform: skew(5deg);
}
.section-four .testimonial-item .group-data-testimonial{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: .65rem;
}
.section-four .testimonial-item .group-data-testimonial span{
  font-family: "Exo Bold";
  font-size: 1rem;
  margin-right: 1rem;
  transform: skew(5deg);
}
.section-four .testimonial-item .group-data-testimonial span em{
  font-family: "Exo Medium";
  font-size: .8rem;
  font-style: normal;
}
.section-four .testimonial-item .group-data-testimonial img{
  display: flex;
  width: 50px;
  border-radius: 50%;
}
@media only screen and (min-width: 600px) {
  .section-four .testimonial-item{
    width: 48%;
    margin: auto;
    margin-bottom: 1.5rem;
  }
}
@media only screen and (min-width: 768px) {

}
@media only screen and (min-width: 992px) {
  .section-four .testimonial-item{
    width: 32%;
  }
}
@media only screen and (min-width: 1200px) {
  .section-four{
    padding: 3rem 0;
  }
  .section-four .testimonial-item{
    width: 32%;
  }
  .section-four .testimonial-item p{
    padding: 2.5rem 1.5rem 1rem;
  }
}
@media only screen and (min-width: 1300px) {
  .section-four .testimonial-item{
    width: 31%;
  }
}

/*================= clients-section-style =================*/
.main-content-clients{
  background: var(--main-color-one);
}
.main-content-clients .clients-title{
  width: 100%;
  padding: 1.5rem 0;
}
.main-content-clients .clients-title h2{
  font-size: 1.3rem;
  font-family: "Exo Bold";
  color: white;
  text-transform: uppercase;
  margin-bottom: .5rem;
  margin-top: 0;
  text-align: center;
}
.main-content-clients .clients-title p{
  font-size: .85rem;
  font-family: "Exo DemiBold";
  color: white;
  margin: 0;
  text-align: center;
}
.main-content-clients .clients-items{
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 0 1rem 0;
  background: transparent;
}
.main-content-clients .clients-items img{
  width: 48%;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 600px) {
  .main-content-clients .clients-items img{
    width: 24%;
  }
}
@media only screen and (min-width: 768px) {

}
@media only screen and (min-width: 992px) {
  .main-content-clients .clients-items img{
    width: 16%;
  }
}
@media only screen and (min-width: 1200px) {
  .main-content-clients .clients-title{
    width: 25%;
  }
  .main-content-clients .clients-title h2{
    font-size: 1.5rem;
    text-align: left;
  }
  .main-content-clients .clients-title p{
    text-align: left;
  }
  .main-content-clients .clients-items{
    width: 75%;
    padding: 1.75rem .5rem;
    background: white;
    transform: skew(-7deg);

  }
  .main-content-clients .clients-items img{
    width: 16%;
    margin-bottom: 0;
    transform: skew(7deg);
  }
}
@media only screen and (min-width: 1300px) {
  .main-content-clients .clients-items img{
    width: 145px;
  }
}

/*================= contact-section-style =================*/
.main-content-contact{
  padding: 2rem 0;
}
.main-content-contact .contact-form{
  width: 100%;
}
.main-content-contact .contact-form input, .main-content-contact .contact-form textarea{
  width: 100%;
  padding: .85rem;
  background: var(--color-gris);
  font-family: "Exo Bold";
  font-size: .85rem;
  border: none;
  margin-bottom: .75rem;
  color: black;
  border-radius: .3rem;
  transform: skew(-10deg);
}
.main-content-contact .contact-form input::placeholder, .main-content-contact .contact-form textarea::placeholder{
  color: black;
}
.main-content-contact .contact-form input[type="submit"]{
  width: 70%;
  margin: auto;
  display: block;
  padding: .85rem;
  background: var(--main-color-one);
  font-family: "Exo Bold";
  color: white;
  text-transform: uppercase;
  font-size: .85rem;
  border: none;
  margin-bottom: 2rem;
  cursor: pointer;
}
.main-content-contact .contact-map{
  width: 100%;
}
@media only screen and (min-width: 600px) {
  .main-content-contact .contact-form{
    width: 60%;
    margin: auto;
  }
}
@media only screen and (min-width: 768px) {
  .main-content-contact .contact-form{
    width: 47%;
  }
  .main-content-contact .contact-map{
    width: 47%;
  }
  .main-content-contact .contact-form input[type="submit"]{
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 992px) {
  .main-content-contact .contact-form{
    width: 35%;
  }
  .main-content-contact .contact-map{
    width: 63%;
  }
}
@media only screen and (min-width: 1200px) {
  .main-content-contact{
    padding: 3rem 0;
  }
  .main-content-contact .contact-form{
    width: 27%;
  }
  .main-content-contact .contact-map{
    width: 69%;
  }
}

/*================= footer-section-style =================*/
.main-content-footer{
  position: relative;
  overflow-x: hidden;
}
.main-content-footer .top-menu-main{
  position: relative;
}
.main-content-footer .item-bottom-data{
  width: 95%;
  margin-left: 5%;
  border-radius: 0 0 5rem 0;
  z-index: 1;
}
.main-content-footer .item-bottom-data .deformar{
  transform: skew(-10deg);
  background: black;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 2.5rem .5rem;
  border-radius: .75rem 0 0 0;
}
.main-content-footer .item-bottom-data .deformar .data-menu{
  display: flex;
  flex-wrap: wrap-reverse;
  transform: skew(10deg);
  align-items: center;
  width: 80%;
}
.main-content-footer .item-bottom-data .deformar .data-menu .item-data-menu:first-child{
  display: block;
  margin-top: 2.5rem;
}
.main-content-footer .item-bottom-data::before{
  content: '';
  width: 50%;
  height: 100%;
  position: absolute;
  right: 0;
  background: black;
  z-index: -1;
}
.main-content-footer .item-bottom-data::after{
  content: '';
  width: 42%;
  height: 1rem;
  position: absolute;
  left: -1%;
  bottom: 0;
  transform: skew(-10deg);
  background-color: var(--main-color-one);
  border-radius: 0 .35rem 0 0;
  z-index: 2;
}
.main-content-footer .item-bottom-data .item-data-menu:last-of-type {
  transform: rotate(-10deg);
  position: relative;
}
.main-content-footer .item-bottom-data .item-data-menu:last-of-type::before {
    content: '';
    width: 2px;
    height: 100%;
    position: absolute;
    transform: rotate(10deg);
    left: 12%;
    top: -25%;
    background: transparent;
}
.main-content-footer .item-bottom-data p{
  color: white;
}
.main-content-footer .item-bottom-data h6, .main-content-footer .item-bottom-data h4{
  color: white;
}
.main-content-footer .item-bottom-data h4{
  font-size: 1.2rem;
}
.main-content-footer .item-bottom-data h5{
  color: var(--main-color-one);
  font-size: 1.5rem;
}
.main-content-footer .item-bottom-data h6{
  font-size: 1.7rem;
}
.main-content-footer .item-bottom-data h6, .main-content-footer .item-bottom-data h5, .main-content-footer .item-bottom-data h4{
  margin: 0;
  text-align: center;
}
@media only screen and (min-width: 600px) {
  .main-content-footer .item-bottom-data .item-data-menu:last-of-type::before {
    left: -12%;
    top: -10%;
    background: var(--main-color-one);
  }
  .main-content-footer .item-bottom-data .deformar .data-menu .item-data-menu:first-child{
    margin-top: 0;
  }
}
@media only screen and (min-width: 800px) {
  .main-content-footer .item-bottom-data .item-data-menu:last-of-type::before {
    left: 0;
    top: -20%;
  }
}
@media only screen and (min-width: 1000px) {
  .main-content-footer .item-bottom-data{
    width: 70%;
    margin-left: 30%;
    border-radius: 0 0 5rem 0;
    z-index: 1;
  }
}
@media only screen and (min-width: 1200px) {
  .main-content-footer .item-bottom-data .data-menu{
    width: 80%;
  }
  .main-content-footer .item-bottom-data .item-data-menu:last-of-type::before {
      background: var(--main-color-one);
  }
}
/*** btns-content-Style ***/
.btns-mobile {
    background-color: var(--main-color-one);
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    display: none;
    justify-content: space-around;
    align-items: center;
    z-index: 1;
}
.btns-mobile a{
    font-family: "Exo Bold";
    color: white;
    padding: 1rem 0;
    font-size: 1rem;
    text-shadow: 0 0 5px rgba(0,0,0,.2);
    text-align: center;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btns-mobile i{
    font-size: 1.5rem;
}
.btns-mobile button{
    color: white;
    padding: 3px 0;
    border: none;
    background: var(--main-color-one);
    font-size: 1.5rem;
    text-shadow: 0 0 5px rgba(0,0,0,.2);
    width: 20%;
    margin-right: 30%;
    z-index: 3;
    border-left: 2px solid rgba(255,255,255,.4);
}
@media screen and (max-width: 600px) {
    body {
        margin-bottom: 55px;
    }
    .btns-mobile, .btn-whatsapp-mobile {
        display: flex;
    }
}
/*** Whatsapp fijo ***/
.whatsapp-content{
    position: fixed;
    top: 60%;
    right: 2%;
    width: 57px;
    height: 57px;
    border-radius: 50%;
    z-index: 155;
    text-shadow: 0 0 5px rgba(0,0,0,.2);
    box-shadow: 0 0 3px 2px rgba(0,0,0,.2);
}
.whatsapp-icon {
    position: relative;
    width: 57px;
    height: 57px;
}
.icon-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    border-radius: 50%;
    border: none;
    box-shadow: 0px 3px 8px 0px rgba(0,0,0,.2);
    z-index: 3;
    background-color: #26a619;
}
.icon-inner i{
    font-size: 36px;
    display: block;
    padding-top: 9px;
    color: white;
    padding-left: 3px;
}
.dot-wave {
    position: absolute;
    height: 85px;
    width: 85px;
    top: -15px;
    right: -15px;
    z-index: 2;
    opacity: 0;
    background-color: #26a619;
    border-radius: 50%;
    -webkit-animation: wlb-flash 1s infinite ease-out;
    -moz-animation: wlb-flash 1s infinite ease-out;
    animation: wlb-flash 1s infinite ease-out;
}
@keyframes wlb-flash{
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: .0;
    }
    20% {
        -webkit-transform: scale(.2);
        transform: scale(.2);
        opacity: .2;
    }
    40% {
        -webkit-transform: scale(.5);
        transform: scale(.5);
        opacity: .5;
    }
    60% {
        -webkit-transform: scale(.7);
        transform: scale(.7);
        opacity: .7;
    }
    80% {
        -webkit-transform: scale(.9);
        transform: scale(.9);
        opacity: .2;
    }
    100% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        opacity: .0;
    }
}
/*** Scroll-Content ***/
.back-to-top{
	position: fixed;
	bottom: 55px;
	right: 15px;
	color: white!important;
    text-shadow: 0 0 5px 1px rgba(0,0,0,.5);
	font-size: 15px;
	line-height: 32px;
	width: 34px;
	height: 34px;
	border: 1px solid var(--main-color-one);
	background: var(--main-color-one);
	text-align: center;
	z-index: 150;
	cursor: pointer;
	display: none;
    font-family: "R Bold";
	border-radius: 17px;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
    transform: rotate(-90deg);
}
.back-to-top i{
	font-size: 1rem;
    text-shadow: 0 0 5px rgba(0,0,0,.25);
}
