:root {
  --font-color: #212121;
}
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  font-family: "Raleway", sans-serif;
}

/*--------------------header--------------------*/

.navbar__links {
  display: none;
}
.navbar__close {
  display: none;
}
.navbar__close {
  width: 40px;
  height: 40px;
  opacity: 80%;
}

.navbar__links a {
  margin-top: 10px;
  color: rgba(0, 0, 0, 0.37);
  font-weight: 600;
}

header {
  background: rgb(255, 255, 255);
  position: fixed;
  top: 0;
  width: 100vw;
  margin: 0px;
}

.navbar {
  background: #c7bebe17;
  padding: 20px 0px;
  display: grid;
  align-items: center;
  grid-template-columns: repeat(2, max-content);
  justify-content: space-around;
}

.navbar__logo {
  width: 140px;
  height: 56px;
 
}

/*--------------------header end--------------------*/

/*--------------------banner principal--------------------*/

.imagebanner{
  width: 100vw;
  min-height: 60px;
  margin-top: 100px;
}

/*--------------------banner principal end--------------------*/



/*--------------------header card---------------------*/

.main__header {
  height: 500px;
  background: #f0efef;
  padding: 20px;
  
}
.main__headercard{
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  height: 400px;
  background: #ffffff;
  width: 80%;
  margin: 0px auto;
  padding: 40px;
  border-radius: 10px;
}
.imageheader{
  border: 3px solid  #e9e6e6bd;
  padding: 8px;
  border-radius: 50%;
  width: 45px;
  height: 45px;
}

.pargraphheader{
  color: #54595f;
  font-weight: bold;
}

/*--------------------header card  end--------------------*/

/*--------------------main products--------------------*/



.main__card {
  margin: 20px auto;
  max-width: 300px;
  border: 1px solid rgba(163, 162, 162, 0.35);
  padding: 20px;
}
.main__images {
  width: 100%;
  height: auto;
}
.main__price {
  font-size: 1rem;
}

.main__link {
  text-decoration: none;
  font-size: 1rem;
  color: #212121;
  font-weight: 600;
  cursor: pointer;
}
.main__button {
  margin-top: 10px;
  width: 120px;
  height: 32px;
  font-size: 1rem;
  font-weight: lighter;
  background: #3483fa;
  color: white;
  border-radius: 5px;
  border: none;
}

/*--------------------main products end--------------------*/

/*--------------------bannner parallax index--------------------*/
.bannerparallax{
  background: url(images/banbnerparallax.png);
  width: 100%;
  height: 700px;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment:scroll;
}
.bannerparallaxindex{
  background: url(images/banbnerparallax2.png);
  width: 100%;
  height: 700px;
  background-repeat: no-repeat;
  background-size:cover;
  background-attachment: fixed;
}


.titlebannerparallaxcontent{
  color: #000000;
  font-size: 1.1rem;
  text-align: center;
  font-family: 'poppins';
  background: #ffffffda;
  border-radius: 10px;
  padding: 10px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  margin: 30px;
}


/*--------------------banner parallax index end--------------------*/

/*--------------------section two redes--------------------*/
.section_two{
  width: 100vw;
  height: 500px;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}


/*--------------------section two redes end--------------------*/

/*--------------------generac section--------------------*/

.bannerparallaxcontent{
  background: url(images/centerbanner.png);
  width: 100vw;
  height: 700px;
  background-repeat: no-repeat;
  background-size:cover;
  background-attachment: fixed;
  display: flex;
  align-items:center;
  justify-content: center;
  flex-direction: column;

  
}



.section_three{
  display: flex;
  width: 100vw;
  height: 1400px;
  align-items: center;
  justify-content: center; 
}

.divcardsorange{
  width: 80vw;
  height: 1200px;
  border: 1px solid rgba(56, 56, 56, 0.16);
  background: rgba(230, 230, 230, 0.253);
  box-shadow: -14px 4px 4px 0px rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}


.images{
  width: 1000px;
  height: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  
}
.logogeneracsection{
  width: 200px;
  height: auto;
  margin: 60px;
}
.cardsgeneral{
  width: 200px;
  height: 260px;
  background: #000000;
  border: 1px solid rgba(56, 56, 56, 0.50);
  background: #FFF;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;  
  margin: 10px;
  padding: 10px;
  
}
.imagegeneral{
  width: 210px;
  height: 160px;
}
.img-insta{
  width: 80px;
  height: auto;
}
.imageflecha{
  width: 60px;
  height: auto;
  margin: 30px;
}
.imageheart{
  width: 14px;
  height: auto;
  display: flex;
  margin-left: 160px;
  margin-bottom: 30px;
}
.buttongeneral{
  margin:80px;
}
.buttonlinkgenerac{
  color: #FFF;
  margin: 0 auto;
}

.buttongeneracmas{
  text-align: center;
}

.cardsgeneral p{
  color: #000000;
}

/*--------------------generac section end--------------------*/

/*--------------------carousel--------------------*/

.carousel {
  width: 50vw; /* Ajusta el ancho según tus necesidades */
  height: auto; /* Ajusta la altura según tus necesidades */
  overflow:hidden;
  margin: 0px auto;

}

.carousel-inner {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: transform 0.5s ease-in-out;
}

.carousel-item {
  flex: 0 0 100%; /* Ajusta el ancho de cada imagen según tus necesidades */
}

.carousel-item img {
  width: 80%;
  height: auto;
  object-fit: cover;
}

/* Estilos para los controles (opcional) */
.carousel-controls {
  margin-top: 10px;
}

.carousel-controls button {
  margin-right: 5px;
}

.carousel-controls button:last-child {
  margin-right: 0;
}

/*--------------------carousel end--------------------*/




/*--------------------footer--------------------*/

.footer {
  height: 1100px;
  text-align: left;
  padding-top: 80px;
  padding-left: 20px;
  background: black;
}
.footer__title {
  margin: 40px 0px;
}
h2 {
  color: white;
  margin: 20px 0px;
}
h2 span {
  color: #3483fa;
}
a.logo {
  font-size: 1.6rem;
  margin-left: 100px;
}

a {
  text-decoration: none;
  color: #cecece;
  display: block;
  margin-bottom: 10px;
  font-size: 1.1rem;
}

p {
  color: #aaaaaa;
  padding-top: 10px;
  font-weight: 500;
}

.col-md {
  display: flex;
  flex-direction: column;
  align-content: space-around;
  width: 80%;
  height: 220px;
  margin-bottom: 30px;
}

/*--------------------footer end--------------------*/



/*--------------------Whatsapp--------------------*/
.btn-wsp {
  position: fixed;
  width: 60px;
  height: 60px;
  line-height: 63px;
  bottom: 25px;
  right: 25px;
  background: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 35px;
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.3);
  z-index: 100;
  transition: all 300ms ease;
}
.btn-wsp:hover {
  background: #20ba5a;
}
@media only screen and (min-width: 320px) and (max-width: 768px) {
  .btn-wsp {
    width: 63px;
    height: 63px;
    line-height: 66px;
  }
}

