
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Poppins', sans-serif;
}

.container {
  overflow: hidden;
}

.top-content {
  background-image: url("../img/PNG/heeaderbackground.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 10px 100px;
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.logo {
  margin: 0 0 100px 0;
}

.logo img {
  width: 450px;
}

.content {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
}

.content .left-section {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}

.content .left-section h1 {
  font-size: 3.2em;
  color: #fff;
}
.content .left-section h1 span {
  color: #ffde00;
}
.content .left-section p {
  font-size: 1.8em;
  color: #fff;
  margin: 15px 0;
}
.content .left-section p span {
  color: #ffde00;
}
.content .left-section .lista_servicios {
  margin: 25px 0 0 50px;
  color: #fff;
}
.content .left-section .lista_servicios li {
  list-style: none;
  margin: 5px 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 2px;
}
.content .left-section .lista_servicios li i {
  color: #0eb244;
  font-size: 1.4em;
}

.content .right-section {
  position: absolute;
  right: 0;
}
.content .right-section .img img {
  width: 850px;
}

.service {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffde00;
  padding: 50px 0;
}

.service .service-content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
}

.service .service-content .item-service {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  width: 550px;
}
.service .service-content .item-service .icon-service img {
  width: 80px;
}

.service .service-content .item-service span {
  font-size: 1.2em;
  font-weight: 600;
  color: #585858 !important;
}

.generalService {
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 50px 0;
}

.generalService .general-service__container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 100px;
}

.generalService .general-service__container .item-service {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 10px;
}
.generalService .general-service__container .item-service span {
  text-align: center;
  font-weight: 600;
  font-size: 1.2em;
  color: #585858 !important;
}

.join {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 700px;
  padding: 50px 0;
}

.join .join-container {
  width: 80%;
  background-color: #0071d8;
  color: #fff;
  padding: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-radius: 20px;
}

.join .join-container p {
  text-align: center;
  font-size: 2.3em;
  padding: 0 0 25px 0;
  font-weight: 600;
}

.join .join-container p span {
  color: #ffde00;
  font-size: 1.2em;
}
.join .join-container span {
  font-size: 1.3em;
  /* letter-spacing: 0.1em; */
  padding: 0 0 25px 0;
}
.btn {
  width: 250px;
  padding: 10px;
  font-weight: 600;
  font-size: 1.5em;
  border-radius: 50px;
  border: none;
  outline: none;
  background-color: #ffde00;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
}
.btn-join:hover {
  background-color: #f8d908;
}

/* TESTIMONIALS */

.testimonial {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 70px 0;
  position: relative;
}

.shape2 {
  position: absolute !important;
  transform: translateX(850px);
  /* left: 1350px; */
  width: 500px;
  top: 50px;
}

.testimonial .testimonial-content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.testimonial .testimonial-content .subtitle {
  font-size: 1.2em;
  font-weight: 600;
}

.testimonial .testimonial-content .title h2 {
  font-size: 2em;
  font-weight: 600;
  margin: 10px 0;
  text-align: center;
}
.testimonial .testimonial-content .title {
  position: relative;
}
.testimonial .testimonial-content .title::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #ffde00;
}

.testimonial .testimonial-content .info {
  color: #808080;
  font-size: 0.9em;
  font-weight: 400;
  text-align: center;
}

.testimonial-content .box-testimonials {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin: 30px 0 0 0;
}

.testimonial-content .box-testimonials .box {
  width: 350px;
  border-radius: 10px;
  /* border: 1px solid #80808050; */
  /* background-color: #0071d8; */
  padding: 15px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  gap: 15px;
}
.testimonial-content .box-testimonials .box::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #0071d8;
  position: absolute;
  border-radius: 10px;
  top: 40px;
  left: 0;
  z-index: -1;
}

.testimonial-content .box-testimonials .box .perfil {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
  padding: 0 0 15px 0;
}

.testimonial-content .box-testimonials .box .perfil .pic {
  width: 60px;
  border-radius: 50%;
  padding: 0 0 15px 0;
}

.testimonial-content .box-testimonials .box .perfil .nombre {
  font-size: 1em;
  font-weight: 500;
  margin: 5px 0;
}

.testimonial-content .box-testimonials .box .perfil .ocupacion {
  font-size: 0.8em;
  /* color: #bfbfbf; */
  padding: 0 0 5px 0;
}

.testimonial-content .box-testimonials .box .calificacion {
  margin: 10px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.testimonial-content .box-testimonials .box .calificacion i {
  color: #f6c000;
  font-size: 1.5em;
}

.testimonial-content .box-testimonials .box .comentario p {
  font-size: 0.9em;
  color: #fff;
  text-align: center;
  padding: 0 0 15px 0;
}

.contactForm {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: auto;
  position: relative;
}

.shape1 {
  position: absolute;
  width: 700px;
  transform: translateX(-850px);
  top: 300px;
}

.contactForm .form-container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  background-color: #0071d8;
  border-radius: 10px;
  width: 425px;
  height: auto;
  text-align: center;
  color: #fff;
  padding: 10px;
}
.contactForm .form-container .title-form {
  font-size: 1.3em;
  position: relative;
  margin: 15px 0 40px 0;
}
.contactForm .form-container .title-form::after {
  content: "";
  width: 100%;
  display: block;
  height: 2px;
  background-color: #fff;
  position: absolute;
  bottom: -20px;
  opacity: 0.3;
}

.contactForm .form-container .sucureMsg {
  color: #ffde00;
  font-weight: 600;
}
.contactForm .form-container small {
  color: #ffde00;
  font-size: 0.9em;
  margin: 0 0 10px 0;
}

.contactForm .form-container .form-item {
  margin: 15px 0;
  width: calc(100% - 50px);
}
.contactForm .form-container .form-item .item {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  margin: 10px 0;
  gap: 2px;
}
.contactForm .form-container .form-item .item input {
  width: 100%;
  padding: 10px 10px;
  border-radius: 50px;
  outline: none;
  border: none;
}
.contactForm .form-container .form-item .btn-contact {
  font-size: 1em !important;
  width: 200px;
  margin: 15px 0 0 0;
}
.contactForm .freeTestTxt {
  text-align: center;
  margin: 15px 0 0 0;
  color: #0071d8;
  font-weight: 600;
  font-size: 1.5em;
}
.contactForm .freeTestTxt span {
  color: red;
}

.timerPrueba {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 300px;
}

.timerPrueba .prueba-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
  border: 1px solid #0071d8;
  border-radius: 25px;
  padding: 15px 30px;
}
.timerPrueba .prueba-container .info {
  display: flex;
  justify-content: center;
  align-items: center;
}
.timerPrueba .prueba-container .info span {
  font-size: 2em;
  font-weight: 600;
  color: red;
  text-align: end;
}

.cont-temporizador {
  display: flex;
  justify-content: center;
  /* margin-top: 50px;  */
}

.cont-temporizador .bloque {
  margin: 0px 4px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.cont-temporizador .bloque div {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #0071d8;
  color: #ffffff;
  font-size: 40px;
  font-weight: bold;
  width: 100px;
  height: 70px;
  margin-bottom: 10px;
  border-radius: 5px;
  box-shadow: 0px 2px 10px -3px rgba(0,0,0,0.75);
  -webkit-box-shadow: 0px 2px 10px -3px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 2px 10px -3px rgba(0,0,0,0.75);
}

.cont-temporizador .bloque p {
  font-size: 11px;
  font-weight: bold;
  color: #000;
}

.tblPrecios{
  height: auto;
  width: 100vw;
  background-image: url('../img/backGray.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 70px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.tblPrecios .precios{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transform: translateY(-170px);
}

.tblPrecios .precios img{
  width: 900px;
}

.tblPrecios .btn-createA{
  background-color: #0071d8;
  padding: 10px 30px;
  border-radius: 50px;
  border: none;
  outline: none;
  transition: all 0.5s ease-in-out;
  color: #fff;
  font-size: 1.5em;
  margin: 50px 0 0 0;
  cursor: pointer;
}
.tblPrecios .btn-createA:hover{
  background-color: #0c6fcb;
}

footer {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #0071d8;
  padding: 30px 0;
}

footer .footer-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 10px;
}

footer .footer-container .device {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

footer .footer-container .device img {
  width: 125px;
  cursor: pointer;
}

footer .footer-container .social {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

footer .footer-container .social a {
  color: #fff;
  font-size: 1.8em;
}

footer .footer-container .details {
  text-align: center;
  color: #fff;
}

footer .footer-container .details span {
  font-weight: 500;
}

footer .footer-container .contact-detail {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  margin: 10px 0;
}

footer .footer-container .contact-detail .item-contact {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  color: #fff;
}
footer .footer-container .contact-detail .item-contact i {
  color: #ffde00;
  font-size: 1.2em;
}

footer .footer-container .copyright {
  display: flex;
  justify-content: center;
  align-items: center;
}

footer .footer-container .copyright span {
  color: #fff;
  font-size: 0.8em;
}

.imgNodis{
  width: 300px;
  margin: 15px 0;
  display: none;
}

.thankYou {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7); /* Fondo semi-transparente */
  z-index: 999; /* Para asegurarte de que esté en la parte superior */
}

.thankYou div{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #000;
  width: 500px;
  height: 450px;
  background-color: #fff;
  border-radius: 5px;
  text-align: center;
  padding: 20px;
}
.thankYou div img{
  width: 150px;
  margin: 0 0 25px 0;
}
.thankYou div h2{
  margin: 0 0 10px 0;
}
.thankYou div p{
  margin: 10px 0 10px 0;
}
.thankYou div button{
  width: 150px;
  height: 30px !important;
  border-radius: 5px;
  outline: none;
  border: none;
  background-color: #0071d8;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
}
.thankYou div button{
  background-color: #0a68c0;
}

body.no-scroll {
  overflow: hidden;
}

@media screen and (max-width: 1583px) {
  .content .right-section .img img {
    width: 700px;
  }

  .content .right-section {
    right: -170px;
  }
}
@media screen and (max-width: 1383px) {
  .join .join-container p {
    font-size: 1.8em;
  }

  .content .right-section {
    top: 170px;
  }

  .content .right-section .img img {
    width: 650px;
  }
}
@media screen and (max-width: 1195px) {
  .content .right-section .img img {
    width: 600px;
  }
}
@media screen and (max-width: 1120px) {
  .top-content {
    padding: 10px 60px;
  }

}
@media screen and (max-width: 980px) {
  .content .right-section {
    display: none;
  }
  .imgNodis{
    display: block !important;
  }

  .content .left-section {
    align-items: center;
  }

  .content .left-section h1 {
    text-align: center;
  }

  .content .left-section p {
    text-align: center;
  }

  .content .left-section .lista_servicios {
    text-align: center;
    margin: 0;
  }
  .content .left-section .lista_servicios li {
    justify-content: flex-start;
  }

  .service .service-content {
    grid-template-columns: repeat(1, 1fr);
  }

  .timerPrueba .prueba-container {
    flex-direction: column;
  }

  .timerPrueba .prueba-container .info span {
    text-align: center;
  }

  .testimonial-content .box-testimonials {
    grid-template-columns: repeat(1, 1fr);
  }

  .join .join-container p {
    font-size: 1.4em;
  }

  .join .join-container span {
    font-size: 1em;
  }

  .tblPrecios .precios img{
    width: 600px;
  }

}

@media screen and (max-width: 838px) {

  .content .left-section h1 {
    font-size: 2.5em;
  }

  .content .left-section p {
    font-size: 1.5em;

  }

}
@media screen and (max-width: 797px) {
  .join .join-container p {
    font-size: 1.1em;
  }

  .join .join-container span {
    font-size: 0.9em;
    text-align: center;
  }

  .generalService .general-service__container {
    grid-template-columns: repeat(2, 1fr);
  }

  .tblPrecios .precios img{
    width: 700px;
  }

}

@media screen and (max-width: 838px) {

  .content .left-section h1 {
    font-size: 2em;
  }

  .content .left-section p {
    font-size: 1.3em;

  }

}

@media screen and (max-width: 600px) {

  .timerPrueba .prueba-container .info span {
    font-size: 1.5em;
  }

  .content .left-section h1 {
    font-size: 1.9em;
  }

  .content .left-section p {
    font-size: 1.3em;
  }

  footer .footer-container .contact-detail {
    flex-direction: column;
  }

  .tblPrecios .precios img{
    width: 600px;
  }

  .thankYou div{
    width: 350px !important;
  }

}

@media screen and (max-width: 514px) {
  .top-content {
    padding: 10px 0;
    height: 100% !important;
  }

  .content .left-section p {
    font-size: 1.3em;
  }

  .service {
    padding: 50px 30px;
  }
  .service .service-content .item-service {
    width: auto;
  }

  .generalService .general-service__container {
    grid-gap: 25px;
  }

  .tblPrecios .precios img{
    width: 500px;
  }

  .timerPrueba .prueba-container {
    border: none;
  }

}

@media screen and (max-width: 460px) {
  .logo img {
    width: 350px;
  }

  .content .left-section h1 {
    font-size: 1.5em;
  }

  .content .left-section p {
    font-size: 1em;
  }

  .join .join-container p {
    font-size: 1em;
  }

  .tblPrecios .precios img{
    width: 400px;
  }
}
@media screen and (max-width: 390px) {

  .service .service-content .item-service span {
    font-size: 1em;
  }

  .timerPrueba .prueba-container .info span {
    font-size: 1.3em;
  }

  .cont-temporizador .bloque div {
    font-size: 30px;
    width: 80px;
    height: 70px;
  }

  .contactForm .form-container {
    width: 375px;
  }
  .contactForm .form-container .title-form {
    font-size: 1.2em;
    position: relative;
    margin: 15px 0 40px 0;
  }
  
  .contactForm .form-container small {
    color: #ffde00;
    font-size: 0.8em;
    margin: 0 0 10px 0;
  }

  .contactForm .freeTestTxt {
    font-size: 1.2em;
  }

  .testimonial .testimonial-content .title h2 {
    font-size: 1.5em;
  }

  .generalService .general-service__container .item-service span {
    font-size: 0.9em;
  }

}

.register-div{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  width: 100%;
  margin: 30px 0 0 0;
}

.register_btn{
  width: 450px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 5px;
  border: none;
  background-color: #0071d8;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
}

.register_btn:hover{
  background-color: #0069CA;
}

.register_btn:hover i{
  animation: moveIcon 1s ease forwards;
}

.register_btn span{
  font-size: 3em;
  font-weight: 600;
  color: #ffffff;
  /* text-transform: uppercase; */
}

.register_btn i{
  font-size: 4.5em;
  color: #ffffff;
}

.noline{
  text-decoration: none;
}

@keyframes moveIcon {
  0% {
      transform: translateY(0) translateX(0);
  }
  50% {
      transform: translateY(-10px) translateX(10px);
  }
  100% {
      transform: translateY(0) translateX(0);
  }
}

@media screen and (max-width: 475px) {
  
  .register_btn{
    width: 300px;
  }
  
  .register_btn span{
    font-size: 2em;
  }
  
  .register_btn i{
    font-size: 3em;
  }

}