@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Pacifico&display=swap");

/* GENERALES */

* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  box-sizing: border-box;
}

body {
  background-color: #bda9f5;
}

main {
  width: 100%;
}

h1 {
  font-family: "Montserrat", sans-serif;
  text-align: center;
  font-size: 60px;
  color: #fff;
}

h3 {
  font-family: "Raleway", sans-serif;
}

button {
  font-family: "Montserrat", sans-serif;
  padding: 1.3em 4em;
  border-radius: 60px;
  background-color: #54ebe3;
  border: 2px solid white;
  transition: all 0.3s ease;
}

button:hover {
  background-color: #da6ee4;
  transform: scale(1.1);
  box-shadow: 0 4px 12px rgba(217, 24, 255, 1);
  color: #fff;
}

button:active {
  transform: scale(0.98);
}

li {
  font-family: "Raleway", sans-serif;
}
p {
  font-family: "Raleway", sans-serif;
  line-height: 1.3;
  font-weight: 500;
}

img {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 30px;
  padding-bottom: 30px;
}

/* HEADER */

header {
  font-family: "Montserrat";
  font-weight: bold;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.562);
  z-index: 1000;
  padding: 15px 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  text-align: center;
  align-items: center;
  padding: 1rem 0;
  height: 60px;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
}

.logo {
  font-family: "Pacifico";
  font-size: 30px;
  color: #8c83e8;
  margin: 0 8rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}

.logo img {
  width: 32px;
}

.menu ul {
  font-size: 16px;
  font-weight: 500;
  display: flex;
  align-items: center;
  flex-direction: row;
  list-style: none;
  color: black;
  gap: 20px;
  padding-left: 60px;
  padding-right: 60px;
  margin-right: 3rem;
}

.menu a {
  text-decoration: none;
  color: black;
}

.registro {
  border-radius: 80px;
  border-color: #8c83e8;
  background-color: #8c83e8;
  padding: 0.5rem 0.8rem;
  color: white;
  border: 0;
  font-weight: 600;
}

/*TEXTO*/

.texto {
  text-align: center;
}

.texto h1 {
  padding: 1rem 0;
}

.texto h3 {
  font-weight: 500;
  line-height: 1.6;
}
.contenedor {
  display: flex;
  justify-content: center;
  gap: 8px;
  padding: 2em;
}

/* BOTONES */

.boton-inline {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  display: inline;
  margin: 0 10px;
  padding: 20px 40px;
  align-items: center;
  cursor: pointer;
  text-align: center;
}

.boton-descarga {
  background-color: #fff;
}

.boton-descarga a {
  color: #000;
}

/* IMAGEN */

.img-star {
  padding-top: 60px;
  background-image: url(./img/Mesa\ de\ trabajo\ 1.png);
  background-origin: border-box;
  background-size: 90vw;
  background-repeat: no-repeat;
  background-position: center top;
}

.imagen {
  border: #fff 4px solid;
  border-radius: 21px;
  width: fit-content;
  margin: auto;
}

.imagen img {
  padding: 0;
  border-radius: 21px;
  width: 500px;
}

/* TARJETA */

.card {
  display: flex;
  background-color: #fff;
  border-radius: 12px;
  width: 1200px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  height: 500px;
  align-items: center;
  margin: auto;
}

.card-content {
  padding: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

/* ESTILOS DE H- */

.card-text {
  padding-top: 100px;
  padding-left: 30px;
  padding-right: 50px;
  font-family: "Raleway";
  text-align: justify;
}
.card-text h5 {
  color: #8c83e8;
  font-size: 18px;
}
.card-text h2 {
  font-size: 40px;
}

.card-text h3 {
  line-height: 1.4;
  font-weight: 400;
}
.card-img img {
  width: 100%;
  margin-left: -20px;
  margin-right: 100px;
  border: 3px solid #fff;
  padding: 0%;
  border-radius: 12px;
}

/* CARD 2 */

.card-2 {
  display: flex;
  background-color: #fff;
  border-radius: 12px;
  width: 1200px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  height: 500px;
  align-items: center;
  margin: auto;
}

.card-content-2 {
  padding: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.card-text-2 {
  padding-top: 90px;
  padding-left: 30px;
  padding-right: 50px;
  font-family: "Raleway";
  text-align: justify;
}
.card-text-2 h5 {
  color: #8c83e8;
  font-size: 18px;
}
.card-text-2 h2 {
  font-size: 40px;
  text-align: left;
}

.card-text-2 h3 {
  line-height: 1.4;
  font-weight: 400;
}
.card-img-2 img {
  width: 100%;
  margin-left: -24px;
  margin-right: 100px;
  border: 3px solid #fff;
  padding: 0%;
  border-radius: 12px;
}

/* CARD 3 */

.card-3 {
  display: flex;
  background-color: #fff;
  border-radius: 12px;
  width: 1200px;
  height: 500px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  align-items: center;
  margin: auto;
}

.card-content-3 {
  padding: 50px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.card-text-3 {
  padding-top: 120px;
  padding-left: 0px;
  padding-right: 50px;
  font-family: "Raleway";
  text-align: justify;
}
.card-text-3 h5 {
  color: #8c83e8;
  font-size: 18px;
}
.card-text-3 h2 {
  font-size: 40px;
  text-align: left;
}

.card-text-3 h3 {
  line-height: 1.4;
  font-weight: 400;
}
.card-img-3 img {
  width: 90%;
  border: 3px solid #fff;
  padding: 0%;
  border-radius: 12px;
}

/* HERRRAMIENTAS INTUITIVAS Y FÁCILES DE USAR (TOOL) */
.frase {
  padding: auto;
  margin-top: 70px;
  margin-bottom: 40px;
  font-size: 10px;
}
.frase h1 {
  font-size: 40px;
}
.tool {
  color: #000;
}

/* CARD TOOL */

.principal-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding-left: 70px;
}

.principal-card h3 {
  font-size: 40px;
}
.card-tool {
  display: block;
  height: auto;
  background-color: rgba(255, 255, 255, 0.5);
}
/* BOTONES */

.card-botones {
  padding-top: 30px;
  padding-bottom: 30px;
  height: auto;
}

.botones {
  position: relative;
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: 0 auto;
}

.btn-1 {
  background-color: #e451dabe;
  font-weight: 600;
  color: #fff;
  border: #ffffff 2px solid;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: 0 0 10px #00ffff00, 0 0 20px #00ffff00, 0 0 10px #00ffff00,
    0 0 10px #00ffff00;

  transition: 0.3s ease-in-out;
}

.btn-1:hover {
  background-color: #00ffff;
  color: #000;
  box-shadow: 0 0 10px #00ffff, 0 0 10px #00ffff, 0 0 10px #00ffff,
    0 0 10px #00ffff;
}

.imagen-tool img {
  width: 300px;
  margin-left: 40px;
}

.vista-calendario {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5px;
  margin-top: 15px;
}
.vista-calendario img {
  width: 15px;
  margin: 0;
  padding: 0;
}

/* LAS 9 PLANTILLAS */

.plantillas {
  margin-top: 70px;

  align-items: center;
  text-align: center;
  width: 100%;
}
.plantillas p {
  font-size: 22px;
  font-weight: 500;
}

.plantillas-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
  gap: 20px;
  padding: 40px 160px;
}
.plantillas-card {
  background-color: rgb(255, 255, 255);
  border: 1px solid #b488b685;
  box-sizing: border-box;
  border-radius: 12px;
}
.plantillas-img {
  height: 100px;
  display: grid;
  place-items: center;
}
.plantillas-img img {
  height: 100px;
  padding: 0;
}
.plantillas h3 {
  font-size: 30px;
}
.plantillas p {
  font-size: 18px;
  margin-bottom: 15px;
  margin-left: 20px;
  margin-right: 20px;
}

.paint {
  height: 80px !important;
}

/* REVIEW */
.opiniones h1 {
  font-size: 100px;
}
.review-header img {
  padding: 0;
  width: 100%;
}
.review {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.review-content {
  border-radius: 16px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  margin-top: 30px;
  width: 500px;
  padding: auto;
  flex-wrap: wrap;
  background-color: #fff;
  justify-content: space-between;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1600px) {
  .review-content {
    width: 400px;
  }
}

.review-header {
  background-color: #ffffff;
  color: white;
  text-align: center;
}
.review-header img {
  padding: none;
  height: 300px;
}

.review-body {
  background-color: #ffffff;
  padding: 24px;
  font-size: 16px;
  color: #333;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.review-body p:first-of-type {
  flex-grow: 1;
  margin-bottom: 10px;
}

.review-footer {
  padding: 10px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #f9f9f9;
}

.rating {
  font-size: 18px;
}

.leer {
  background-color: #bda9f5;
  color: black;
  font-weight: 600;
  border: none;
  padding: 8px 12px;
  border-radius: 20px;
}

.leer:hover {
  background-color: #8c83e8;
}

/* FINAL */
.final {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  gap: 40px;
}
.final button {
  font-size: 24px;
  font-weight: 600;
  background-color: #00ffff;
  color: rgb(0, 0, 0);
  border: 3px solid white;
  padding: 10px 20px;
  border-radius: 25px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.final button:hover {
  background-color: #da6ee4;
  color: white;
}

/* FOOTER */

footer {
  background-color: #ffffff;
  color: rgb(0, 0, 0);
  padding: 40px 20px;
  text-align: center;
}
.footer h1 {
  color: #8c83e8;
  font-size: 40px;
  margin-bottom: 20px;
}

footer h1 footer h2,
footer h3 {
  font-size: 24px;
  margin-bottom: 10px;
  color: #000;
}

footer p {
  font-size: 20px;
  margin-bottom: 40px;
}

footer form {
  display: flex;
  justify-content: center;
  gap: 10px;
}

footer input,
footer textarea {
  padding: 10px;
  border-radius: 12px;
  border: none;
  width: 400px;
  max-width: 100%;
  margin-bottom: 10px;
  font-family: "Raleway";
  background-color: #8c83e879;
  font-weight: bold;
}

footer button {
  padding: 20px 20px;
  background-color: #ffffff;
  border: 2px solid #8c83e8;
  color: black;
  border-radius: 30px;
  cursor: pointer;
  transition: background-color 0.5s ease;
}

footer button:hover {
  background-color: #da6ee4;
}

/* Estilo para los formularios */
footer .footer-newsletter,
footer .footer-contact {
  margin-bottom: 10px;
}

/* Estilos para los iconos de redes sociales */
.footer-socials {
  display: flex;
  margin-top: 20px;
  font-family: "Montserrat";
  gap: 100px;
  justify-content: center;
}

.footer-socials .social-icon {
  display: inline-block;
  margin: 0 15px;
  font-size: 20px;
  color: #000;
  font-weight: 600;
}

.footer-socials .social-icon p {
  font-weight: 600;
  width: 40px;
  height: 40px;
  transition: transform 0.3s ease;
}

.footer-socials .social-icon:hover p {
  transform: scale(1.2);
}

/* Estilo responsivo */
@media (max-width: 768px) {
  footer form {
    flex-direction: column;
    align-items: center;
  }

  footer input,
  footer textarea {
    width: 100%;
    max-width: none;
  }

  .footer-socials {
    margin-top: 20px;
  }

  .footer-socials .social-icon {
    margin: 0 10px;
  }
}
