html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


body{
  font-family: 'Roboto', sans-serif;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

header{
  margin-bottom: 3%;
}

#navBar a{
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
font-size: 24px;
line-height: 74px;
padding-right: 74px;
color: black;
text-decoration: none;
}



#navBar a:hover {
  color: white;
}
  
#navBar a.link_visited {
  text-decoration:underline;
}

#navBar{
  padding-top: 20px;
  width: 85%;
}

#navBar a.link_visited {
  text-decoration:underline;
}

#navBar{
  padding-top: 20px;
  width: 85%;
}

#iconLP{
  height: 70px;
}



.vectorPink{
  position: absolute;
  z-index: -1000;
  width: 100%;
  top: 0;
}
.vectorPinkMovile{
  display: none;
}
@media (max-width: 500px){
  .vectorPink{
    display: none;
  }
  
  .vectorPinkMovile{
    display: initial;
    position: absolute;
    z-index: -1000;
    width: 100%;
    top: 0;
  }

}




.ImgBox{
  position: absolute;
  z-index: -999;
  width: 39.1%;
  right:0;
  top: 255px;
}


.welcomeSectionIndex{
  margin-top: 24%;
  margin-left: 8.17%;
  width: 55%;
  display: flex;
  flex-direction: column;
}

.welcomeSectionIndex .welcomeTitle{
  font-size: 2.5rem;
  font-weight: 500;
  width: 61%;
  margin-bottom: 56px;
}
.welcomeSectionIndex .welcomeText{
  font-size: 2rem;
  font-weight: 400;
  width: 61%;
  line-height: 142.7%;
}

.titleServicesSection{
  margin-top: 10%;
  margin-bottom: 4%;
  font-size: 2.5rem;
  font-weight: 500;
  margin-left: 8.17%;
}

.ServicesContainer{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 8.17%;
}


.Services{
  width: 29.6%;;
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  
}
@media (max-width: 1350px){
  .Services{
    width: 475px;
  }
  .ServicesContainer{
    justify-content: space-around;}
}

.imgServices{
  width: 20rem;
}

.titleServices{
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 43px;
}

.textServices{
  font-size: 24px;
  font-weight: 400;
  line-height: 32.5px;
  letter-spacing: 0.5px;
}
/* Balls */
.VectorBallInicio1{
position: absolute;
left: 89%;
width: 2.5%;
top: 1105px;
z-index: -1001;
}

.VectorBallInicio2{
position: absolute;
left: 30%;
width: 2.5%;
top: 1856px;
z-index: -1001;
}

.VectorBallInicio3{
position: absolute;
left: 75%;
width: 2.5%;
top: 2485px;
z-index: -1001;
}



.VectorBallNosotros1{
position: absolute;
left: 7%;
width: 2.5%;
top: 185px;
z-index: -1001;
}

.VectorBallNosotros2{
position: absolute;
left: 56%;
width: 2.5%;
top: 331px;
z-index: -1001;
}

.VectorBallNosotros3{
position: absolute;
left: 36%;
width: 2.5%;
top: 919px;
z-index: -1001;
}



.VectorBallProductos1{
position: absolute;
left: 35%;
width: 2.5%;
top: 319px;
z-index: -1001;
}

.VectorBallProductos2{
position: absolute;
left: 13%;
width: 2.5%;
top: 2976px;
z-index: -1001;
}

.VectorBallProductos3{
position: absolute;
left: 68%;
width: 2.5%;
top: 2870px;
z-index: -1001;
}



.VectorBallCategorias1{
position: absolute;
left: 41%;
width: 2.5%;
top: 296px;
z-index: -1001;
}

.VectorBallCategorias2{
position: absolute;
left: 7%;
width: 2.5%;
top: 1321px;
z-index: -1001;
}

.VectorBallCategorias3{
position: absolute;
left: 89%;
width: 2.5%;
top: 1233px;
z-index: -1001;
}

.VectorBallContacto{
position: absolute;
left: 89%;
width: 2.5%;
top: 983px;
z-index: -1001;
}


/* Featured Section */


.featuredSectionIndex{
  display: flex;
  flex-direction: column;
  margin-left: 8.17%;
  margin-top: 5%;
  margin-bottom: 10%;
  margin-right: 8.17%;
}
.feturedTitle{
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 32px;
}
.featuredTextContainer{
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-between;
}
.feturedText{
  font-size: 32px;
  font-weight: 400;
  margin-bottom: 72px;
  letter-spacing: 0.5px;
}

.featuredTextContainer a{
  background-color: white;
  padding: 20px 30px;
  border-radius: 12px;
  border: 2px solid #858585;
  margin-bottom: 72px;
  text-decoration: none;
  color: #625B71;
  font-size: 20px;
}
.featuredTextContainer a:hover{
  background-color:#edc0ed
}


.featuredImgContainer{
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-around;
}
.featuredImgContainer img {
  width: 24%;
  object-fit: cover;
  border-radius: 24px;
  margin-bottom: 7px;
}


/* contact */

.ImgRocket{
  position: absolute;
  z-index: -999;
  width: 40%;
  left: 7.81%;
  top: 233px;
}

.contactSection{
display: flex;
flex-direction: column;
margin-top: 210px;
margin-left: 51.87%;
margin-bottom: 9%;
right: 15%;
}
.contactTitle{
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 73px;
    
}
.contactContainer{
display: flex;
flex-direction: column;
}
.infoContainerContact{
  display: flex;
  align-items: center;
}

.textContact{
  font-size: 36px;
  line-height: 135.7%;
  font-weight: 400;  
  margin-bottom: 16px;
}
.imgContact{
  width: 74px;
  margin-bottom: 16px;
  margin-right: 44px;
}
.textOutsideContact{
  font-size: 36px;
  line-height: 135.7%;
  font-weight: 400;  
  margin-top: 88px;
  margin-left: 2%;
}

/* footer */
.footer{
margin-top: auto;
background: hwb(0deg 7% 93%); 
padding:  56px 8.17% 217px 8.17% ;
display: grid;
grid-template-areas: 
'l l m r'

}

.footer .footerLeftContainer{
  grid-area: l;
  display: flex;
  flex-direction: column;
  padding: 1rem;

}
.footer .footerLeftContainer .footerLeftImg{

  width: 15rem;
  padding-bottom: 50px;
}
.footer .footerLeftContainer .footerLeftText{
  color: white;
  width:30%;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.5px;

}


.footer .footerMiddleContainer{
  grid-area: m;
  display: flex;
  flex-direction: column;
  padding: 1rem;
}
.footer .footerMiddleContainer .footerMiddleTitle,
.footerRightTitle{
  color: #edc0ed;
  margin-bottom: 26px;
  font-size: 24px;
}
.footer .footerMiddleContainer.footerLinksMiddle{
  display: flex;
  flex-direction: column;
  padding-left: 0;
}
.aFooter{
  text-decoration: none;
  color: white;
  align-self: center;
  font-size: 20px;
}
.aFooter:hover{
color:#edc0ed;
}
.liFooter{
margin-bottom: 21px;
display: flex;
align-items: center;

}
.footerRightIcon{
  width: 18px;
  height: 18px;
  object-fit: contain;
  padding: 0.1rem;
}

.footer .footerRightContainer{
  grid-area: r;
  display: flex;
  flex-direction: column;
  padding: 1rem;
}


/*category*/

.section{
  margin-top: 10%;
  margin-bottom: 10%;
  display: flex;
  justify-content: center;
}

.category_p{
  padding: 20px;
}
.category_p p{
font-weight: 500;
font-family: 'Roboto';
font-style: normal;
font-size: 40px;
line-height: 47px;

}
.category_card{
  display: flex;
  justify-content: space-around;
  flex-flow: row wrap;
  margin-bottom: 10px;
  padding: 20px;
  max-width: 1632px;
}
.container_category .card{
  display: flex;
  background: white;
  height: 253px;
  box-shadow: 0px 2px 10px 1px rgb(0 0 0 / 25%);
  border-radius: 24px;
  overflow: hidden;
  padding: 15px;
  font-family: 'Roboto', sans-serif;
  transition: all 0.25s;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.container_category .card:hover{
  transform: translateY(-10px);
  box-shadow: 0 12px 12px rgba(0, 0, 0, 0.2);
}

.divCard{
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}

.container_category .card img{
  width: 200px;
  height: 200px;
}


.container_category .card h4{
  letter-spacing: 0.210156px;
  font-weight: 500;
  font-size: 29.4219px;
  line-height: 42px;
}

.container_category .card p{
  font-weight: 400;
  font-size: 25.2188px;
  line-height: 34px;
  letter-spacing: 0.840625px;
  color: #79747E;
}

.container_category a{
  width: calc(50% - 20px);
  text-decoration: none;
  color: rgb(0, 0, 0);
  margin-bottom: 15px;
}




/*products*/


.section_category{
  display: flex;
  justify-content: center;
  padding: 15px;
  margin: 5% 0 10% 0
  
}
.containerProducts{
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 90%;
  align-items: flex-start;
}
.containerProducts h2{
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  height: 47px;
  font-size: 40px;
  line-height: 47px;
  margin: 0 0 30% 55%;

}
.containerProducts h3{
  font-family: 'Roboto';
  font-style: normal;
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  margin: 0.5rem;
  text-align: left;
  letter-spacing: 0.1px;
}

.description{
  width: 100%;
  margin-left: 15%;
}
.div_product{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.containerProducts .product{
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: white;
  width: 360px;
  height: 560px;
  box-shadow: 0px 2px 10px 1px rgba(0, 0, 0, 0.25);
  border-radius: 24px;
  margin: 25px;
  transition: all 0.25s;
}

.containerProducts .product:hover{
  transform: translateY(-10px);
  box-shadow: 5px 5px 10px 10px rgba(0, 0, 0, 0.2);
}

.containerProducts .product img{
  width: 310px;
  height: 390px;
  object-fit: cover;
  border-radius: 12px;
  margin: 15px
}



/*About Us*/


.section_about{
  display: flex;
  justify-content: center;
}
.cardUs{
  display: flex;
  margin: 7% 6%;
  width: 90%;
  flex-wrap: nowrap;
  align-items: center;
  padding: 10px;
}
.imgContainer{
  padding: 20px;
}
.imgContainer img{
  width: 578px;
  height: 565px;
  border-radius: 24px;
}

.text01{
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 30px;
  margin:20px;
}
.text01 h2{
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  line-height: 47px;
  text-align: left;
  padding-bottom: 20px;
}
.text01 p{
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 38px;
}






/*--------- MOBILE-------- */

/* NavBar Mobile */

@media (max-width: 1200px){
  #navBar{
    padding: 0;
    margin: 0;
  }
  #iconLP{
    width: 171px;
    margin: 0;
  }
}

@media (max-width: 1000px){
  #navBar a:hover {
    color: black;
    }
  header{
    margin-bottom: 0;
  }
  #navBar{
    width: 100%;
    padding-left: 3.9%;
    padding-right: 3.9%;
  }

}

@media (max-width: 486px){
#navBar a.link_visited, #navBar a{
  font-size: 20px;
}
}
/* BALLS MOVILE */

@media (max-width: 700px){
.VectorBallInicio3{
  position: absolute;
  left: 89%;
  width: 5.4%;
  top: 764px;
  z-index: -1001;
  }
  
  .VectorBallInicio2{
  position: absolute;
  left: 4%;
  width: 5.4%;
  top: 1186px;
  z-index: -1001;
  }
  
  .VectorBallInicio1{
  position: absolute;
  left: 94%;
  width: 5.4%;
  top: 2103px;
  z-index: -1001;
  }
  
  
  
  .VectorBallNosotros1{
  position: absolute;
  left: 4%;
  width: 5.4%;
  top: 136px;
  z-index: -1001;
  }
  
  .VectorBallNosotros2{
  position: absolute;
  left: 92%;
  width: 5.4%;
  top: 331px;
  z-index: -1001;
  }
  
  .VectorBallNosotros3{
  position: absolute;
  left: 36%;
  width: 5.4%;
  top: 919px;
  z-index: -1001;
  }
  
  
  
  .VectorBallProductos1{
  position: absolute;
  left: 3%;
  width: 5.4%;
  top: 208px;
  z-index: -1001;
  }
  
  .VectorBallProductos2{
  position: absolute;
  left: 94%;
  width: 5.4%;
  top: 180px;
  z-index: -1001;
  }
  
  .VectorBallProductos3{
  position: absolute;
  left: 68%;
  width: 5.4%;
  top: 2478px;
  z-index: -1001;
  }
  
  
  
  .VectorBallCategorias1{
  position: absolute;
  left: 74%;
  width: 5.4%;
  top: 137px;
  z-index: -1001;
  }
  
  .VectorBallCategorias2{
  position: absolute;
  left: 7%;
  width: 5.4%;
  top: 1057px;
  z-index: -1001;
  }
  
  .VectorBallCategorias3{
  position: absolute;
  left: 89%;
  width: 5.4%;
  top: 1040px;
  z-index: -1001;
  }
  
  .VectorBallContacto{
  position: absolute;
  left: 89%;
  width: 5.4%;
  top: 200px;
  z-index: -1001;
  }

}






/*--INDEX MOBILE--*/

@media (max-width: 730px){
  .ImgBox{
    position: initial;
    margin-left: 21.4%;
    width: 74%;
  }
  
  .welcomeSectionIndex{
    margin: 65px 3.6% 19px 3.6%;
    width: auto;
  }
  
  .welcomeSectionIndex .welcomeTitle{
    width: 100%;
    font-size: 20px;
    margin-bottom: 18px;
    line-height: 32px;
  }
  .welcomeSectionIndex .welcomeText{
    width: 100%;
    font-size: 18px;
    line-height: 24px;
  } 
  
  .titleServicesSection{
    margin: auto;
    font-size: 22px;
  }
  
  .Services{
    width: 312px;
    margin-bottom: 41px;
  }
  
  .imgServices{
    width: 47.7%;
  }
  .titleServices{
    font-size: 20px;
    margin-bottom: 16px;
  }
  .textServices{
    font-size: 18px;
    line-height: 26px;
  }
  .feturedTitle{
    font-size: 22px;
    text-align: center;
    margin-bottom: 22px;
  }
  .feturedText{
  font-size: 18px;
  text-align: center;
  margin-bottom: 25px;
  }
  .featuredImgContainer img {
    width: 151px;
    height: 151px;
  }
  .featuredTextContainer{
    flex-direction: column;
  }
  .featuredTextContainer button a{
    font-size: 18px;
  }
  .featuredTextContainer button{
    padding: 14px 20px;
    margin-bottom: 24px;
  }

}

/* FOOTER MOBILE */

@media (max-width: 730px){
  .footer{
    padding: 28px 8.17% 28px 8.17%;

    grid-template-areas: 
'l'
'm' 
'r';
  }

  .footer .footerLeftContainer{
    align-items: center;
    padding: 0;
  }
  .footer .footerLeftContainer .footerLeftText {
    display: none;
  }
  .footer .footerMiddleContainer{
    position: initial;
    align-items: center;
    padding: 0;
}

  .footer .footerRightContainer{
    position: initial;
    align-items: center;
  }
  .liFooter{
    align-items: center;
    flex-direction: column;
    margin-bottom: 16px;
  }
  .footerRightContainer .liFooter{
    flex-direction: row;

  }
  .footer .footerLeftContainer .footerLeftImg{
    width: 187px;
    padding-bottom: 32px;
  }

  .footer .footerMiddleContainer .footerMiddleTitle, .footerRightTitle{
    font-size: 16px;
  }
  .aFooter{
    font-size: 16px;
  }
}

/* ------ CONTACT MOBILE----------------- */

@media (max-width: 970px){
  .contactSection{
    margin-left: 3.89%;
    margin-right: 3.89%;
    margin-top: 10%;

  }
  .contactTitle{
    margin-bottom: 7%;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
  }
  .textContact{
    font-size: 18px;
  }
  .imgContact{
    width: 37px;
    margin-right: 5.1%;
    margin-bottom: 17px;
  }
  .textOutsideContact{
    margin-top: 18px;
    font-size: 18px;
    margin-left: 18%;
  }
  
  .ImgRocket {
    position: initial;
    margin: auto;
    width: 60%;
    margin-bottom: 10%;

  }
}
@media (min-width:975px) and (max-width:1200px){

  .contactTitle{
    margin-bottom: 7%;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
  }
  .textContact{
    font-size: 18px;
  }
}
  
/*--------------PRODUCTS MOBILE-----------*/ 
@media (max-width: 990px){
  .containerProducts{
    width: 100%;
    margin-top: 5%;
    flex-direction: column;
    align-items: center;
  }
  .section_category .containerProducts h2{
    margin: 0;
    margin-bottom: 20px;
    align-items: center;
    }
  .containerProducts .div_product .product{
    padding: 15px;
    height: 263px;
    width: 180px;
    margin:10px;
  }
  .containerProducts .product img{
    width: 155px;
    height: 165px;
    border-radius: 12px;
  }
  .containerProducts .product h3{
   margin: 0;
  }

}


/* media products mobile */
@media (max-width: 600px){

  .section_category .containerProducts h2 {
    font-size: 20px;
  margin-bottom: 35px;
  }
  .containerProducts .product h3{
    font-size: 16px;
  }
  .section_category{
    padding: 0;
  }
  .containerProducts .product{
    margin: 0;
  }
  .containerProducts .div_product .product{
    margin: 0;
    padding: 0;
    margin-bottom: 1rem;
  }
  .div_product{
    justify-content: space-evenly;
  }
  .containerProducts .product img {
  width: 162px;
  height: 175px;
  margin: 11px 0 24px 0;
  }

}

/* -------------CATEGORY MOBILE------------------- */


@media (max-width: 850px){
    .container_category{
      display: flex;
      flex-direction: column;
      align-items: center;
    } 
   .container_category .category_card{
     display: flex;
     justify-content: center;
     padding: 3px;
     flex-direction: column;
     align-items: center;
     }
    .container_category .card {
       height: 117px;
    }
    .container_category .card img{
     width: 94px;
     height:94px;
    }
    .container_category a{
      width: 100%;
    }
    .container_category p{
      font-size: 20px;
      font-style: normal;
      font-weight: 500;
      font-size: 20px;
      line-height: 23px;
    }
    .container_category .category_card .card .divCard h4{
      font-size: 18px;
    }
    .container_category .category_card .card .divCard p{
      font-size: 14px;
      letter-spacing: -0.2px;
    }
}

/*------------ABOUT US MEDIA ---------------- */

@media (max-width: 480px){
  .section_about .cardUs {
    display: flex;
    flex-direction: column;
    margin: 3% 3% 15% 3%;
  }
  .section_about .cardUs .text01 h2{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
  }
  .section_about .cardUs .text01{
    align-items: center;
    padding: 5px;
    margin: 0;
  }
  .section_about .cardUs .text01 p{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    
  }
  .section_about .cardUs .imgContainer img{
    width: 303px;
    height: 296px;
    border-radius: 24px;
    margin: 7% 0 0 0;
  }
}

@media (max-width: 1000px){
  .section_about .cardUs {
    display: flex;
    flex-direction: column;
    margin: 3% 3% 15% 3%;
  }
  .section_about .cardUs .text01 p{
    color: rgb(19, 8, 8);
    font-size: 15px;
    line-height: 25px;
  }

}