@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

.body {
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.row {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.section {
  position: relative;
  width: 100%;
  padding: 0 !important;
  padding-bottom: 70px !important;
  padding-top: 70px !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 10;
  /* background: #fff; */
}

.titleCategorias {
  color: #efb810;
  font-weight: 700;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header .logo {
  position: relative;
  max-width: 200px;
}

.header .ul {
  position: relative;
  display: flex;
}

.header .ul li {
  list-style: none;
}

.header .ul li a {
  display: inline-block;
  color: #000;
  font-weight: 400;
  margin-left: 40px;
  text-decoration: none;
}

.header .ul li a:hover {
  color: #01bdbf;
  cursor: pointer;
}

.logomovil {
  display: none;
}

.content {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.content .textBox {
  position: relative;
  max-width: 600px;
}

.content .textBox h2 {
  color: #000;
  font-size: 4em;
  line-height: 1.4em;
  font-weight: 500;
}

.content .textBox h2 span {
  color: #01a4b5;
  font-size: 1.2em;
  font-weight: 900;
}

.content .textBox p {
  color: #000;
}

.content .textBox a {
  display: inline-block;
  margin-top: 20px;
  padding: 8px 20px;
  background: #01a4b5;
  color: #fff;
  border-radius: 40px;
  font-weight: 500;
  letter-spacing: 1px;
  text-decoration: none;
}

.content .imgBox {
  width: 600px;
  display: flex;
  justify-content: flex-end;
  padding-right: 50px;
  margin-top: 50px;
}

.content .imgBox img {
  max-width: 340px;
}

.carousel {
  /* margin-bottom: 1.5rem; */
  margin: 0 !important;
  padding: 0 !important;
  left: 0 !important;
  right: 0 !important;
}

.carousel-caption {
  /* bottom: 3rem; */
  z-index: 10;
}

.carousel-item {
  height: 32rem;
  /* max-height: 400px;
  max-width: 100%; */
}

.itemc {
  display: block;
  /* width: 100%; */
  /* height: 400px; */
  height: 32rem;
  background-position: center;
  background-repeat: non-repeat;
  background-size: cover;
}

.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.marketing h2 {
  font-weight: 400;
}
/* rtl:begin:ignore */
.marketing .col-lg-4 p {
  margin-right: 0.75rem;
  margin-left: 0.75rem;
}

section center h1 {
  margin-top: 10px;
  color: #000;
  /* color: #efb810; */
  font-size: 1.5em;
  font-weight: 500;
}

.footer {
  margin-top: 20px;
  top: 100%;
  bottom: 0;
  width: 100%;
  text-align: center;
  height: 60px;
  font-size: 1em;
}

.footertext {
  color: #01a4b5;
}

.footertext a {
  color: #01a4b5;
  text-decoration: none;
}

.footertext a:hover {
  color: #efb810;
  text-decoration: none;
}

/* .circle {
  position: absolute;
  top: 700px;
  left: 0;
  width: 100%;
  height: 100%;
  background: #01a4b5;
  clip-path: circle(600px at right 800px);
  z-index: -1999;
}

.circle2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #01a4b5;
  clip-path: circle(600px at left 800px);
  z-index: -1999;
} */

@media (max-width: 1000px) {
  .header {
    padding: 20px;
  }

  .header .logo {
    max-width: 200px;
  }

  .header .ul {
    display: none;
  }

  .toggle {
    position: relative;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background: url(../images/menu.png);
    background-size: 30px;
    background-position: center;
    background-repeat: no-repeat;
    filter: invert(1);
    z-index: 11;
  }

  .toggle.active {
    position: fixed;
    right: 20px;
    background: url(../images/close.png);
    background-size: 30px;
    background-position: center;
    background-repeat: no-repeat;
    filter: invert(1);
  }

  .header .ul.navigation.active {
    position: fixed;
    padding: 0 !important;
    top: 0 !important;
    right: 0 !important;
    left: 0 !important;
    width: 100%;
    height: 100%;
    display: flex;
    text-align: center !important;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: #fff;
    /* opacity: 0.1; */
    z-index: 10;
  }

  .header .ul li a {
    font-size: 1.5em;
    margin: 5px 0;
  }

  .section {
    padding: 50px;
  }

  .logomovil {
    display: block;
    margin-bottom: 10px;
  }
}

@media (max-width: 1024px) {
  .carousel-item {
    height: 16rem;
    /* max-height: 400px;
    max-width: 100%; */
  }

  .itemc {
    /* width: 100%; */
    /* height: 400px; */
    height: 16rem;
  }

  /* .circle {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: #01a4b5;
    clip-path: circle(400px at center bottom);
    z-index: -1;
  }

  .circle2 {
    display: none;
  } */
}

@media (max-width: 540px) {
  .carousel-item {
    height: 8rem;
    /* max-height: 400px;
    max-width: 100%; */
  }

  .itemc {
    /* width: 100%; */
    /* height: 400px; */
    height: 8rem;
  }

  /* @media (max-width: 500px) {
    .header .ul.navigation.active {
      position: fixed;
      padding: 0 !important;
      top: 0;
      left: 0 !important;
      right: 0 !important;
      width: 100%;
      height: 100%;
    }
  } */
}

@media (max-width: 321px) {
  .carousel-item {
    height: 6rem;
    /* max-height: 400px;
    max-width: 100%; */
  }

  .itemc {
    /* width: 100%; */
    /* height: 400px; */
    height: 6rem;
  }
}
/*TERMINA MENU*/

.featurette-divider {
  /* margin: 5rem 5rem; */
  margin-left: 15%;
  margin-right: 15%;
  border: 1.5px solid #01a4b5;
}
