@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
}

body {
  background-color: #fff;
}
/*
#EDE6DC (Hueso)
⁠#E7E5E6 (Gris)
⁠#DDB881 (Beige)
⁠#F8FCFB (Blanco)
⁠#02244A (Azul  marino)
⁠#000000 (Negro)
*/

.header {
  background-color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 90px;
  padding: 5px 5%;
  position: sticky;
  top: 0;
  z-index: 10;
}

.header .logo {
  cursor: pointer;
  display: flex;
  align-items: center;
  transition: all 0.3s;
}

.header .logo:hover {
  transform: scale(1.1);
}
.logo-text {
  padding-left: 15px;
  font-size: 22px;
  font-weight: 600;
}

.header .logo img {
  height: 70px;
  width: auto;
  transition: all 0.3s;
}

.header .nav-links {
  list-style: none;
}

.header .nav-links li {
  display: inline-block;
  margin-right: 25px;
}

.header .nav-links li:hover {
  transform: scale(1.1);
}
.header .nav-links a {
  font-size: 700;
  color: #000000;
  text-decoration: none;
  font-weight: 300;
  font-size: 18px;
}

.header .nav-links li a:hover {
  color: #ffbc0e;
}

.header .btn {
  order: 2;
}
.dvInit {
  background-color: yellowgreen;
}
.btnInit {
  margin-left: 20px;
  font-weight: 700;
  color: #ffffff;
  padding: 9px 30px;
  backdrop-filter: blur(5px);
  border-bottom: 2px solid #b7b7b7;
  border-top: 2px solid #b7b7b7;
  border-left: 2px solid #b7b7b7;
  border-right: 2px solid #b7b7b7;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s;
}
button:hover {
  background-color: #e2f1f8;
  color: #ffbc0e;
  transform: scale(1.1);
}

.father-div {
  margin: 2%;
}

.first-div {
  width: 100%;
  box-sizing: content-box;
  height: 800px;
  background-image: url("/folder/img/backgroundPrincipal.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  box-sizing: border-box;
  display: flex;
}

.first-div img {
  width: 100%;
  height: 800px;
  object-fit: cover;
}

.darker-div {
  width: 100%;
  height: 100%;
  background-color: #0000002a;
  display: flex;
  align-items: flex-start;
}

.left-div {
  width: 967px;
  height: 100%;
  display: flex;
  padding: 40px;
  margin-left: 30px;
}

.left-div .text-container {
  align-self: center;
  align-items: center;
  gap: 30px;
  display: flex;
  flex-direction: column;
}

.left-div .title {
  font-size: 72px;
  font-weight: 600;
  color: white;
}

.left-div .subtitle {
  font-size: 24px;
  font-weight: 500;
  color: #ffffff;
}

.left-div .start-btn {
  align-self: flex-start;
}

.left-div .start-btn button {
  padding: 10px 60px;
  border-radius: 20px;
  border: 2px solid white;
  background-color: rgba(0, 0, 0, 0.25);
  font-size: 22px;
  font-weight: 600;
  color: white;

  box-shadow: 1px 8px 16px rgba(0, 0, 0, 1);
  transition: box-shadow 0.4s ease, transform 0.3s ease;
  cursor: pointer;
}

.left-div .start-btn button:hover {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
  border: 2px solid rgba(0, 0, 0, 0.25);
  background-color: rgba(68, 68, 68, 0.295);
}

.father-div .second-div {
  margin-top: 60px;
  display: flex;
}

.father-div .second-div .s-left-div {
  width: 50%;
  background-image: url("/folder/img/woman\ image.avif");
  height: 800px;
  background-repeat: no-repeat;
  object-position: 50% 50%;
}

.father-div .second-div .s-right-div {
  width: 50%;
  display: flex;
  align-content: center;
  justify-content: center;
  flex-direction: column;
  height: 800px;
}

.desc-container {
  width: 60%;
  align-self: center;
}

.desc-title {
  font-size: 38px;
  font-weight: 600;
  color: #1b3039;
  margin-bottom: 50px;
}

.desc-assis {
  font-size: 24px;
  font-weight: 200;
  font-style: normal;
  color: #1b3039;
  line-height: 1.9rem;
  text-align: justify;
}

.third-div {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
}

.td-header {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px;
}

.td-header .benefits {
  width: 100%;
  display: block;
  text-align: center;
  font-weight: 600;
  font-size: 38px;
  margin-inline: 7%;
}

.grid-benefits {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 30px;
  gap: 30px;
  margin-inline: 7%;
}
.benefits-second-row {
  width: 55%;
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  align-self: center;
  align-items: center;
}

.benefit-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #EDE6DC;
  overflow: hidden;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
  border-radius: 10%;
  transition: all 0.5s;
}

.benefit-item:hover {
  transform: scale(1.1);
}

.benefit-title {
  font-size: 28px;
  font-weight: 600;
  margin: 10px;
  color: #fefefe;
  text-align: center;
}

.benefit-icon {
  width: 170px;
  height: 170px;
  margin: 25px;
}

.benefit-item img {
  width: 100%;
  image-rendering: optimizeSpeed;
}

.bottom-benefit-container {
  display: flex;
  width: 100%;
  height: 100%;
  background-color: #02234C;
  flex-direction: column;
  padding-inline: 30px;
  padding-top: 10px;
}

.bottom-card-padding {
  height: 30px;
}
.benefit-text {
  font-size: 18px;
  font-weight: 200;
  line-height: 1.7rem;
  text-align: center;
  color: #ffffff;
}

.fourth-div {
  width: 100%;
  margin-top: 80px;
  background-color: #ffffff;
  padding-bottom: 40px;
}


.f-div-header {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.f-div-header h2 {
  font-size: 38px;
  font-weight: 600;
}

.grid-advantages {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  width: 100%;
  margin: 0 auto;
}

.advantages-item {
  position: relative;
  width: 100%;
  height: 800px; /* Altura fija para cada elemento */
  overflow: hidden;
}

.advantage-text-container {
  width: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.adv-list {
  margin-top: 30px;
}
.adv-list li {
  margin-bottom: 20px;
  font-weight: 300;
}
.advantage-text-container .adv-desc {
  opacity: 0;
  max-height: 0;
  color: white;
  transition: opacity 0.5s ease-in-out, max-height 0.5s ease-in-out;
}

.advantages-item:hover .advantage-text-container .adv-desc {
  opacity: 1;
  max-height: 800px;
}

.advantages-item:hover .advantages-img {
  transform: scale(1.1);
}

.advantages-item:hover .darker-filter {
  background-color: rgba(0, 0, 0, 0.5);
}

.advantages-item:hover .advantage-text-container .adv-desc {
  display: block;
}

.advantages-img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 2s;
}

.darker-filter {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

.advantage-text-container {
  width: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.adv-text {
  font-size: 28px;
  font-weight: 600;
  color: white;
  text-align: center;
}

.blank-space {
  height: 1000px;
}

.fifth-div {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}

.logo-container {
  width: 25%;
  height: auto;
}

.logo-container img {
  width: 100%;
  height: 100%;
}

.footer-container {
  width: 100%;
  padding: 1% 5%;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}

.copyright-text {
  font-size: 16px;
  font-weight: 200;
}

.social-container {
  display: flex;
  flex-direction: row;
  gap: 20px;
}

.social-container img {
  width: 30px;
  height: 30px;
  cursor: pointer;
}

.grid-second-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  width: 75%;
  align-items: center;
  margin: 0 auto;
  padding: 1% 3%;
}

/*OH Code*/
@font-face {
  font-family: "poppinsRegular";
  src: url("../fonts/Poppins-Regular.ttf");
}
@font-face {
  font-family: "poppinsExtraBold";
  src: url("../fonts/Poppins-ExtraBold.ttf");
}
@font-face {
  font-family: "poppinsExtraBoldItalic";
  src: url("../fonts/Poppins-ExtraBoldItalic.ttf");
}
@font-face {
  font-family: "poppinsSemiBold";
  src: url("../fonts/Poppins-SemiBold.ttf");
}
@font-face {
  font-family: "poppinsLight";
  src: url("../fonts/Poppins-Light.ttf");
}

.modalMainLogIn {
  display: none;
  position: fixed; /* Stay in place */
  z-index: 7; /* Sit on top */
  padding-top: 30px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
  animation-name: loadModal;
  animation-duration: 1s;
}
@keyframes loadModal {
  0% {
    opacity: 0;
    transform: translateZ(70%);
  }
  100% {
    opacity: 1;
    transform: translateZ(0%);
  }
}
form {
  max-width: 450px;
  height: 550px;
  margin: 10% auto;
  border-radius: 30px;
  padding: 10px 15px;
  background-color: white;
  box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24),
    0 17px 50px 0 rgba(0, 0, 0, 0.19);
  /*background: url("../../folder/img/bkLogin.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: 99% 100%;*/
}
.divClTut {
  text-align: right;
  margin-top: 5px;
  height: 20px;
}
.closeTutoLogIn {
  z-index: 1;
  color: #6c6c6c;
  font-size: 17px;
  margin-top: 30px;
  margin-right: -10px;
  border-radius: 50%;
  background-color: #d7d7d7a7;
  padding: 0px 4px 0px 4px;
}
.closeTutoLogIn:hover {
  cursor: pointer;
  font-size: 19px;
  color: orange;
  background-color: rgb(255, 255, 255);
}
.dvAmgImg {
  text-align: center;
}
#imgAmbgLog {
  border-radius: 25px;
  width: 240px;
  height: 240px;
}
.divEml {
  margin-left: 7%;
  margin-right: 7%;
}
#loginEmail {
  background-color: white;
  text-align: center;
  width: 96%;
  font-size: 17px;
  border: 0.5px solid #a2a2a2;
  border-radius: 12px;
  background-image: url("../../folder/img/Correo.svg");
  background-size: 30px 30px;
  background-repeat: no-repeat;
  background-position: 1% 45%;
}
#loginEmail:focus {
  background-image: url("../../folder/img/Correo.svg");
  background-size: 30px 30px;
  background-repeat: no-repeat;
  background-position: 1% 45%;
}
#loginEmail:active {
  background-image: url("../../folder/img/Correo.svg");
  background-size: 30px 30px;
  background-repeat: no-repeat;
  background-position: 1% 45%;
}
.divPass {
  margin-left: 7%;
  margin-right: 7%;
  margin-top: 3%;
}
#loginPassword {
  text-align: center;
  width: 96%;
  font-size: 17px;
  border: 0.5px solid #a2a2a2;
  border-radius: 12px;
  background-image: url("../../folder/img/Contraseña.svg");
  background-size: 30px 30px;
  background-repeat: no-repeat;
  background-position: 1% 45%;
}
.dvShwPs {
  margin-top: 2%;
}
.txBxPss {
  margin-left: 7%;
}
.txBxPss:hover {
  cursor: pointer;
}
.txtShwPw {
  margin-left: 2%;
  font-size: 17px;
  font-family: "poppinsLight";
}
.txtRcvPw {
  margin-left: 7%;
  font-size: 17px;
  font-family: "poppinsLight";
  text-decoration: underline;
}
.txtRcvPw:hover {
  cursor: pointer;
  color: #DDB881;
}
.dvLgBtn {
  text-align: center;
  width: 100%;
}
button {
  padding: 18px 20px;;
  color: white;
  background-color: #DDB881;
  font-size: 1rem;
  font-family: "poppinsRegular";
  margin: 30px 0px 0px;
  width: 100%;
  height: auto;
  padding: 20px;
  text-align: center;
  line-height: 0px;
  border: 0.5px solid #fda435;
  border-radius: 20px;
}
button:hover {
  cursor: pointer;
  transform: scale(1.01);
  background-color: white;
  box-shadow: 5px 5px 5px #c7c7c7;
  opacity: 0.9;
}


