@import url('./default.css');



/* ------codigo Example */

.content-introImage{
  width: 80%;
  height: 300px;
  background-color: var(--colorPrincipal);
}


/* Estilos del bloque 1 */

.bloque1{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    /* background-color: #fafafa; */
    /* background-color: bisque; */
    position: relative;
    padding: 40px 0px;

}

.content-bloque1{
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  /* background-color: var(--colorPrincipal); */
}

.contentIntro{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    /* background-color: #fafafa; */
    /* background-image: url('../img/background-white.jpg');
    background-size: cover;
    background-position: center; */
    /* box-shadow: 0px 0px 10px rgba(128, 128, 128, 0.144); */
}


.introExplain{
  width: 100%;
  height: 400px;
  padding: 15px;
  order: 1;
  /* background-color: var(--colorPrincipal); */
  background-color: #fafafa;
  
  transform: translateY(-140px);

  display: flex;
  justify-content: center;
  align-items: center;
}

.introExplain-content{
    width: 100%;
    height: auto;
    margin-top: 120px;
    color: var(--colorPrincipal);
}

.introExplain-content h2{
    font-family: var(--fuenteTitle);
    font-size: 1.3rem;
    font-weight: 600;
    padding-bottom: 10px;
    color: #333;
    text-transform: uppercase;
}

.introExplain-content p{
    font-family: var(--fuenteText);
    font-size: 18px;
    color: #333;
    padding: 5px 0px;
}

.btn-intro{
    padding: 13px 35px;
    text-align: center;
    text-decoration: none;
    border: 1px solid var(--colorPrincipal);
    background-color: var(--colorPrincipal) ;
    color: white;
    font-size: 19px;
    display: inline-block;
    margin-top: 15px;
    font-family: var(--fuenteText);
    transition: all .4s ease-in-out;
}

/* .btn-intro:hover{
  background-color: var(--colorPrincipal);
  color: white;
  transition: all .4s ease-in-out;
} */

.introImage{
  width: 100%;
  height: auto;
  order: 0;
  position: relative;
}

.image-principal{
    width: 80%;
    height: auto;
    /* border: 1px solid var(--colorPrincipal); */
    /* box-shadow: 0px 0px 10px var(--colorPrincipal); */
    /* transform: translateY(-80px); */
}

.image-cuadro1{
  width: 80%;
  height: 100px;
}
/* -------- Final Bloque 1 */
/* ------------------------------------------------- */

/* Estilos Bloque2 */

.bloque2{
  width: 100%;
  height: auto;
  padding: 0px 0px;
  position: relative;
  top: -100px;
  left: 0;
}

.content-bloque2{
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.contentAbout{
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  padding: 10px;
}

.contentAbout-item1{
  width: 100%;
  height: auto;
  order: 1;
  /* background-color: antiquewhite; */
}

.contentAbout-item1 img{
  width: 90%;
  height: auto;
  display: block;
  margin: 30px auto;
}

.contentAbout-item2{
    width: 100%;
    height: auto;
    order: 0;
    display: flex;
    flex-direction: row;
}

.contentAbout-item2 .vertical {
  width: 10%;
  height: auto;
  color: var(--colorPrincipal);
  
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.contentAbout-item2 .vertical p {
  width: 100%;
  writing-mode: vertical-lr;
  margin: 10px;
  font-size: 1.4rem;
  font-family: var(--fuenteTitle);
  font-weight: 700;
}

.contentAbout-item2 .vertical small{
  width: auto;
  height: 100px;
  border-left: 1px solid var(--colorPrincipal);
  background-color: var(--colorPrincipal);
  
}

.article-about{
  width: 85%;
  padding: 5px;
}

.article-about h2 {
  font-family: var(--fuenteTitle);
  font-family: 700;
  padding: 5px 0px;
  font-size: 2rem;
  color: #2d2d2d;
}
.article-about p {
  font-size: 18px;
  font-family: var(--fuenteText);
  color: #2d2d2d;
}
.btn-about{
  padding: 13px 35px;
  text-align: center;
  text-decoration: none;
  border: 1px solid var(--colorPrincipal);
  background-color: var(--colorPrincipal) ;
  color: white;
  display: inline-block;
  font-size: 19px;
  letter-spacing: 1px;
  margin-top: 15px;
  font-family: var(--fuenteText);
  transition: all .5s ease-in-out;
}

/* .btn-about:hover{
  background-color: var(--colorPrincipal);
  color: white;
  transition: all .5s ease-in-out;
} */

/* -------- Final Bloque 2 */
/* ------------------------------------------------- */

/* Estilos bloque 3 */

.bloque3{
  width: 100%;
  height: auto;
  padding: 30px 0px;
  transform: translateY(-40px);
}

.contentBloque3{
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
}

.bloque3-item1{
  width: 100%;
  height: auto;
  /* background-color: #fafafa; */

  display: flex;
  justify-content: center ;
  align-items: center;
}

.descrip-title{
  font-size: 2rem;
  font-family: var(--fuenteTitle);
  font-weight: 700;
  color: #2d2d2d;
  text-align: center;
  padding: 15px;
}

.descrip-title span{
  font-size: 1.4rem;
}

.bloque3-item2{
  width: 100%;
  height: auto;
  background-color: #fbfbfb;

  display: flex ;
  flex-direction: column;
  flex-wrap: wrap;
}

.bloq-item2-contenido{
  width: 100%;
  color: var(--colorPrincipal);
  padding: 20px;
}

.num-social{
  font-size: 3.3rem;
  font-family: var(--fuenteText);
}

.p-social{
  font-family: var(--fuenteTitle);
  font-size: 1.4rem;
}

.bloque3-item3{
  width: 100%;
  height: auto;
}

.img-socialMedia{
  width: 100%;
  height: 100%;
}
/* -------- Final Bloque 3 */
/* ------------------------------------------------- */


/* Estlos Bloque 4 */
.bloque4{
  width: 100%;
  height: auto;
}

.bloque4-title{
  width: 95%;
  height: auto;
  margin: auto;
  padding: 5px;
  font-family: var(--fuenteTitle);
  color: #2d2d2d;
}

.bloque4-title h2{
  width: 100%;
  font-size: 2.2rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.bloque4-title small{
  width: 200px;
  height: auto;
  /* display: inline-block; */
  border-top: 1px solid #2d2d2d;
  margin-left: 10px;
}

.bloque4-p{
  width: 95%;
  height: auto;
  margin: auto;
  padding: 5px;
  font-family: var(--fuenteText);
  color: #2d2d2d;
  font-size: 19px;
}


.content-bloque4{
   width: 95%;
   height: auto;
   margin: auto;
   padding: 20px 5px;
   display: flex;
   flex-direction: column;
   margin-top: 60px;
   /* border-top: 1px solid var(--colorPrincipal); */
   border-bottom: 1px solid var(--colorPrincipal);
   color: #2d2d2d;
}

.item1-bloque4{
  width: 100%;
  height: auto;
  padding: 5px;
}

.item1-bloque4 h2{
  font-family: var(--fuenteTitle);
  font-size: 1.8rem;
  font-weight: bold;
  padding: 10px 0px;
}
.item1-bloque4 p{
  font-family: var(--fuenteText);
  font-size: 18px;
  padding: 15px 0px;
}

.span-item{
  display: block;
  justify-content: space-around;
  font-family: var(--fuenteText);
  font-size: 22px;
  /* padding: 5px 0px; */
}

.price-marketing{
  font-family: var(--fuenteText);
  font-size: 1.6rem;
}


.item2-bloque4{
  width: 100%;
  height: auto;
  display: flex;
  margin-top: 30px;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 100px 0;
}

.content-image-item{
  width: 100%;
  height: 200px;
  background-color: var(--colorPrincipal);
  display: flex;
  justify-content: center;
  align-items: center;
}

.img-item-services{
  width: 80%;
  height: auto;
  display: block;
}
/* -----Final Bloque 4 */
/* -------------------------------------- */

/* --------- Inicio Bloque 5 */
.bloque5{
  width: 100%;
  height: auto;
  padding: 50px 0px;
}

.contentbloque5{
  width: 100%;
  height: auto;
}

.title-bloque5{
  text-align: center;
  font-size: 2rem;
  color: #2d2d2d;
  font-family: var(--fuenteTitle);
}

.slide-content{
  width: 95%;
  height: auto;
  margin: auto;
}

.controls{
  width: 100%;
  height: auto;
  display: flex;
  justify-content: flex-end;
  padding-bottom: 20px;
}

.arrow-right{
  width: 40px;
  height: 40px;
  margin-right: 10px;
  filter: invert(76%) sepia(2%) saturate(3771%) hue-rotate(349deg) brightness(86%) contrast(85%);
  cursor: pointer;
}

.arrow-right:nth-child(1){
  width: 40px;
  height: 40px;
  transform: rotate(180deg);
  filter: invert(76%) sepia(2%) saturate(3771%) hue-rotate(349deg) brightness(86%) contrast(85%);
  cursor: pointer;
}


.img-slide{
  width: 100%;
}




/* ----------------------------------- */
.bloque6{
   width: 100%;
   height: auto;
   padding: 50px 0px;
}

.content-bloque6{
  width: 95%;
  height: auto;
  /* background-color: #fafafa; */
  margin: auto;
  display: flex;
  flex-direction: column;
}


.item1-bloque6{
  width: 100%;
  height: auto;
  order: 1;
  position: relative;
  z-index: 1;
}

.item1-bloque6::after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  filter: blur(2px);
  background-image: url('../img/img-gallery-016.jpeg');
  background-size: cover;
  background-position: right;
}
.bloque6-video{
  width: 90%;
  height: auto;
  margin: auto;
  display: block;
  position: relative;
  z-index: 10;
}

.item2-bloque6{
  width: 100%;
  height: auto;
  order: 0;
 
}

.item2bloque6-contenido{
  width: 100%;
  height: auto;
  padding: 20px;

}

.item2bloque6-contenido h2{
  display: inline-block;
  color: var(--colorPrincipal);
   font-family: var(--fuenteTitle);
   text-transform: uppercase;
   font-size: 2.3rem;
   border-bottom: 1px solid var(--colorPrincipal);
   padding-bottom: 5px;
}

.item2bloque6-contenido p{
  color: #2d2d2d;
  font-size: 1.6rem;
  font-family: var(--fuenteText);
  padding: 15px 0px;
}

.btn-tiktok{
    width: 200px;
     padding: 13px 35px;
    text-align: center;
    text-decoration: none;
    border: 1px solid var(--colorPrincipal);
    background-color: var(--colorPrincipal) ;
    color: white;
    font-size: 18px;
    letter-spacing: 1px;
    margin-top: 15px;
    font-family: var(--fuenteText);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .5s ease-in-out;
}

/* .btn-tiktok:hover{
  background-color: var(--colorPrincipal);
  color: white;
  transition: all .5s ease-in-out;
} */

.icon-bloque6{
  width: 20px;
  height: 20px;
  margin-left: 10px;
  /* filter: invert(100%) sepia(18%) saturate(7361%) hue-rotate(304deg) brightness(88%) contrast(63%); */
  filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(201deg) brightness(104%) contrast(103%);
}

/* .btn-tiktok:hover > .icon-bloque6{
  filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(201deg) brightness(104%) contrast(103%);
} */
/* ---------------------------- */


/* bloque 7 */

.section-bloque1{
  width: 100%;
  height: auto;
  padding: 50px 0px;
}

.content-bloque7{
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
}

.contimg-bloque7{
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.img-bloque7{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .5s ease-in-out;
  cursor: pointer;
}

.img-bloque7:hover{
  transform: scale(1.1);
  transition: all .5s ease-in-out;
}







/* Media Querie phone Landscape */
@media screen and (min-width:576px){

}


/* Media Querie Tablet */
@media screen and (min-width:700px){

  /* Estilos del bloque 1 */
    .bloque1{
        padding: 100px 0px;
    }
   .contentIntro{
     flex-direction: row;
     height: 300px;
     /* background-color: var(--colorPrincipal); */
     background-color: #fafafa;
   }

   .introExplain{
    width: 50%;
    height: auto;
    order: 0;
    transform: translateY(0px);
   }

   .introExplain-content{
    margin-top: 0;
   }

   .introImage{
    order: 1;
    width: 50%;
    
   }

   .image-principal{
      width: 85%;
      height: auto;
    }
    /* -------- Final Bloque 1 */
    /* ------------------------------------------------- */
    
    /* Estilos Bloque2 */

    .bloque2{
      top: 0;
      padding: 50px 0px;
    }
    .contentAbout{
      width: 95%;
      flex-direction: row;
    }

    .contentAbout-item1{
      width: 50%;
      order: 0;
    }

    .contentAbout-item2{
      width: 50%;
      order: 1;
    }

    .article-about{
      display: flex;
      justify-content: center;
      align-items: center;
    }
   /* -------- Final Bloque 2 */
   /* ------------------------------------------------- */

   /* Estilos bloque 3 */

   .bloque3{
    transform: translateY(0);
   }

    .contentBloque3{
      flex-direction: row;
    }
    
    .bloque3-item1{
      width: 20%;
    }

    .descrip-title{
      font-size: 1.8rem;
    }

    .bloque3-item2{
      width: 50%;
      flex-direction: row;
      justify-content: center;
    }

    .bloq-item2-contenido{
      width: 35%;
      /* background-color: gray; */
    }

    .bloque3-item3{
      width: 30%;
    }
    /* -------- Final Bloque 3 */
    /* ------------------------------------------------- */

    /* Estilos bloque 4 */
    .bloque4{
      padding: 50px 0px;
    }

    .content-bloque4{
      flex-direction: row;
      margin-top: 80px;
    }

    .item1-bloque4{
      width: 50%;
      height: auto;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .item1-bloque4 h2{
      font-size: 1.9rem;
      font-family: var(--fuenteTitle);
    }

    .item1-bloque4 p{
      font-size: 19px;
      font-family: var(--fuenteText);
    }

    .item2-bloque4{
      width: 50%;
      height: auto;
      margin-top: 0;
      padding: 100px 0;
    }
    .content-image-item{
      width: 85%;
      height: 180px;
    }
    
    .img-item-services{
      width: 75%;
    }
    /* ----------- */
      .order0-bloque4{
        order: 0;
      }
  
      .order1-bloque4{
          order: 1;
      }
    /* ----- */

    /* Estilos Bloque 5 */
    .slide-content{
      width: 90%;
    }

    /* Estilos Bloque 6 */
    .content-bloque6{
      width: 90%;
      height: auto;
      flex-direction: row;
    }

    .item1-bloque6{
      order: 0;
      display: flex;
      justify-content: flex-end;
      align-items: center;
    }

    .bloque6-video{
      width: 50%;
      height: auto;
    }
    .item2-bloque6{
      order: 1;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .item2bloque6-contenido{
      padding: 30px;
    }

    .item2bloque6-contenido h2{
      font-size: 3rem;
    }

    .item2bloque6-contenido p{
      font-size: 2rem;
    }
  /* -------------- */

  /* Bloque 7 */

  .section-bloque7{
     padding: 55px 0px;
  }

  .content-bloque7{
    flex-direction: row;
  }

  .img-bloque7{
    width: 100%;
  }
  

  .img-bloque7{
    width: 100%;
    height: 350px;
    object-fit: cover;
  }
  /* ----------------------------- */
  
    
 
}

/* Media Querie Tablet-desktop */
@media screen and (min-width:992px){
   /* Estilos del bloque 1 */
      .content-bloque1{
        /* background-color: var(--colorPrincipal); */
      }
      .introExplain{
        width: 50%;

        display: flex;
        justify-content: flex-end;
        align-items: center;
      }

      .introExplain-content{
        width: 85%;
      }

      .introExplain-content h2{
        font-size: 2rem;
      }

      .introImage{
        width: 50%;
      }

      .image-principal{
        width: 60%;
        height: auto;
      }
  /* -------- Final Bloque 1 */
  /* ------------------------------------------------- */

  /* Estilos Bloque2 */
  .contentAbout{
    width: 90%;
    flex-direction: row;
  }

  .contentAbout-item2 .vertical p {
    font-size: 2.2rem;
  }
  .contentAbout-item2 .vertical small {
    height: 150px;
  }
/* -------- Final Bloque 2 */
/* ------------------------------------------------- */


  /* Estilos Bloque 4 */
 
  .bloque4{
    padding: 90px 0px;
  }

  .bloque4-title{
    width: 90%;
  }

  .content-bloque4{
    width: 90%;
  }

  .bloque4-p{
    width: 90%;
  }


}

/* Media Querie desktop */
@media screen and (min-width:1200px){
    /* Estilos del bloque 1 */
    .contentIntro{
        width: 90%;
    }
    .image-principal{
        width: 52%;
        height: auto;
      }
   /* -------- Final Bloque 1 */
   /* ------------------------------------------------- */  

    /* Estilos Bloque2 */
    .contentAbout-item1 img{
      width: 80%;
    }

    .article-about h2 {
      font-size: 3rem;
      padding: 20px 0px;
    }
    .article-about p {
      font-size: 19px;
      font-family: var(--fuenteText);
      padding: 10px 0px;
    }
   /* -------- Final Bloque 2 */
   /* ------------------------------------------------- */

   /* estilos bloque 4 */

   .content-image-item{
    width: 60%;
    height: 180px;
  }
  
  .img-item-services{
    width: 80%;
  }

  /* --------------------------- */
  .section-bloque7{
    padding: 75px 0px;
 }

 .content-bloque7{
   flex-direction: row;
 }

 .img-bloque7{
   width: 100%;
 }
 

 .img-bloque7{
   width: 100%;
   height: 500px;
   object-fit: cover;
 }

}

/* Media Querie desktop large*/
@media screen and (min-width:1300px){
   /* Estilos Bloque2 */
   .contentAbout-item1 img{
    width: 70%;
  }

  .article-about h2 {
    font-size: 2.8rem;
    padding: 15px 0px;
  }
  .article-about p {
    font-size: 19px;
    font-family: var(--fuenteText);
  }
  /* -------- Final Bloque 2 */
  /* ------------------------------------------------- */
}
