@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;
}

.section {
  position: relative;
  width: 100%;
  padding: 100px;
  padding-bottom: 70px !important;
  padding-top: 70px !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 10;
  /* background: #fff; */
}

.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: #01a4b5;
  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;
}

.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;
}

.titlecards {
  margin-top: 10px;
  color: #efb810;
}

.row {
  justify-content: center !important;
}

.lead {
  font-size: 1rem !important;
  color: #000;
  font-weight: bold !important;
}

.circle {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #01a4b5;
  clip-path: circle(600px at right 700px);
  z-index: -1;
}

/* .circle3 {
  position: absolute;
  top: 1400px;
  left: 0;
  width: 100%;
  height: 100%;
  background: #01a4b5;
  clip-path: circle(600px at right 700px);
  z-index: -1;
} */

.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;
}

@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;
  }

  /* .circle {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: #01a4b5;
    clip-path: circle(400px at center bottom);
  } */

  /* .circle2 {
    position: absolute;
    top: 700;
    width: 100%;
    height: 100%;
    background: #01a4b5;
    clip-path: circle(400px at center bottom);
  } */

  /* @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%;
    }
  } */
  .logomovil {
    display: block;
    margin-bottom: 10px;
  }

  .sec {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
}
/*TERMINA MENU*/

.container {
  border-radius: 10px;
  background: #fff;
  border: 1px solid #01a4b5;
  display: flex;
  align-items: center;
  justify-content: center;
}

.menu {
  padding: 10px !important;
  margin: 10px !important;
}
