@charset "UTF-8";
@import url(estilos.css);
@import url(kanit/stylesheet.css);
.clear {
  clear: both;
}

img {
  border: none;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

body {
  font-family: 'kanitregular', sans-serif;
  margin: 0px;
  padding: 0px;
}

.logoHeader {
  margin-top: 18px;
  display: block;
  margin-bottom: 20px;
}

.logoFooter {
  margin: 0 auto;
  display: table;
  margin-bottom: 20px;
}

.trampa {
  height: 60px;
  display: none;
}

@media (max-width: 768px) {
  .trampa {
    display: block;
  }
}

.menuFijo {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 10;
  transition: all 0.3s ease;
}

.mainMenu {
  list-style: none;
  margin: 0px;
  padding: 0px;
  margin-top: 20px;
}

.mainMenu li {
  float: left;
  position: relative;
  padding: 0px;
  padding-left: 20px;
}

.mainMenu li a {
  position: relative;
  font-size: 16px;
  line-height: 60px;
  color: #000;
}

.mainMenu li a.active {
  font-weight: bold;
}

.canva {
  position: absolute;
  overflow: hidden;
  top: 0px;
  height: 100%;
  width: 100%;
  z-index: 4;
  background-color: #F5F5F5;
}

.contInicio {
  position: relative;
}

.contInicio .itemHome {
  padding: 200px 0px;
  position: relative;
  z-index: 5;
}

.contInicio .itemHome h1 {
  font-size: 60px;
  font-family: 'kanitsemibold', sans-serif;
  line-height: 66px;
}

.contInicio .itemHome p {
  font-size: 24px;
  line-height: 40px;
}

.contletsConnect {
  position: relative;
}

.contletsConnect .textLetsConnect {
  position: relative;
  z-index: 5;
}

.bgGrisClaro {
  background-color: #F0F0F0;
}

.bgGrisClaro2 {
  background-color: #F1F1F1;
}

.bgNegro {
  background-color: #000;
}

.bgBlanco {
  background-color: #FFF;
}

.fcBco {
  color: #FFF;
}

.btnArchetype {
  display: table;
}

.btnArchetype .card {
  background-color: #FFF;
  color: #000;
  width: 220px;
  border-radius: 8px;
  font-size: 20px;
  line-height: 52px;
  border: 1px solid #000;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 65px;
  transition: all 0.5s ease;
  overflow: hidden;
}

.btnArchetype .card::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(0deg, transparent, transparent 30%, rgba(0, 0, 0, 0.3));
  transform: rotate(-45deg);
  transition: all 0.5s ease;
  opacity: 0;
}

.btnArchetype .card:hover {
  transform: scale(1.05);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

.btnArchetype .card:hover::before {
  opacity: 1;
  transform: rotate(-45deg) translateY(140%);
}

.linkNaraja {
  font-family: 'kanitregular', sans-serif;
  background-color: #F6921E;
  color: #FFF;
  text-decoration: none;
  padding: 10px 35px;
  border-radius: 8px;
}

.btnArchetypeNegro {
  display: table;
}

.btnArchetypeNegro .card {
  background-color: #000;
  color: #FFF;
  width: 220px;
  border-radius: 8px;
  font-size: 20px;
  line-height: 52px;
  border: 1px solid #000;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 65px;
  transition: all 0.5s ease;
  overflow: hidden;
}

.btnArchetypeNegro .card::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(0deg, transparent, transparent 30%, rgba(255, 255, 255, 0.3));
  transform: rotate(-45deg);
  transition: all 0.5s ease;
  opacity: 0;
}

.btnArchetypeNegro .card:hover {
  transform: scale(1.05);
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.5);
}

.btnArchetypeNegro .card:hover::before {
  opacity: 1;
  transform: rotate(-45deg) translateY(140%);
}

.titulo {
  font-family: 'kanitsemibold', sans-serif;
  font-size: 40px;
  line-height: 60px;
  text-align: center;
  margin: 65px 0px;
}

.subtitulo {
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  margin-top: -45px;
  margin-bottom: 40px;
}

.subtitulo a {
  color: #000;
}

.tituloProject {
  font-family: 'kanitsemibold', sans-serif;
  font-size: 60px;
  line-height: 66px;
  text-align: center;
  margin: 30px 0px;
}

.titulo1Project {
  font-size: 24px;
  line-height: 40px;
  text-align: center;
  margin: 0px 0px;
}

.subtituloProject {
  font-size: 20px;
  line-height: 32px;
  text-align: center;
  margin: 30px 0px;
}

.keywordsProject {
  font-family: 'kanitthin', sans-serif;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  margin: 30px 0px;
}

.itemProject {
  width: 100%;
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
  color: #000;
}

.itemProject .imgProject {
  position: relative;
}

.itemProject .imgProject img {
  width: 100%;
  height: auto;
  display: block;
  opacity: 0.7;
  transition: all 0.3s ease;
}

.itemProject .textProject {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 8px;
  z-index: 2;
}

.itemProject .textProject h2 {
  width: 100%;
  font-family: 'kanitsemibold', sans-serif;
  font-size: 32px;
  line-height: 35px;
  padding: 0px 20px;
  transition: all 0.3s ease;
  text-shadow: -1px -1px 19px #FFF;
}

.itemProject .textProject p {
  width: 100%;
  font-size: 16px;
  line-height: 26px;
  padding: 0px 20px;
  transition: all 0.3s ease;
  text-shadow: -1px -1px 19px #FFF;
}

.itemProject:hover {
  cursor: pointer;
}

.itemProject:hover .imgProject img {
  transform: scale(1.1);
  opacity: 1;
}

.itemProject:hover .textProject h2 {
  text-shadow: -1px -1px 3px #FFF, 1px -1px 3px #FFF, -1px 1px 3px #FFF, 1px 1px 3px #FFF;
}

.itemProject:hover .textProject p {
  text-shadow: -1px -1px 3px #FFF, 1px -1px 3px #FFF, -1px 1px 3px #FFF, 1px 1px 3px #FFF;
}

.itemService {
  position: relative;
  margin-bottom: 40px;
}

.itemService .imgService img {
  width: 60%;
  height: auto;
  display: table;
  margin: 0 auto;
}

.itemService .titulo {
  position: relative;
  font-size: 32px;
  line-height: 60px;
  text-align: center;
  font-family: 'kanitmedium', sans-serif;
  margin: 15px 0px;
}

.itemService .lineaHorizontal {
  position: relative;
  width: 100%;
  height: 1px;
  /* 3px línea + 20px arriba + 20px abajo */
  margin: 0px 0px 45px 0px;
  display: block;
}

.itemService .lineaHorizontal::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #000;
  transform: translateY(-50%);
}

.itemService .subtitulo {
  position: relative;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  padding: 20px;
}

.sepFooter {
  width: 100%;
  height: 2px;
  background-color: #FFF;
  margin: 20px 0px;
}

.titFooter {
  color: #FFF;
  font-size: 18px;
  line-height: 60px;
}

.ligasFootHome {
  list-style: none;
  padding: 0px;
  margin: 0px;
  float: left;
}

.ligasFootHome li {
  float: left;
  margin-right: 60px;
}

.ligasFootHome li a {
  color: #FFF;
  font-size: 18px;
  line-height: 60px;
}

.ligasFootHome li a img {
  margin-top: 13px;
}

.formContact {
  margin: 30px 40px;
}

.formContact .form-label {
  font-size: 16px;
}

.formContact .form-control {
  border: 1px solid #000;
  border-radius: 0px;
  margin-bottom: 20px;
}

.subAboutUs {
  font-size: 32px;
  line-height: 60px;
  font-family: 'kanitmedium', sans-serif;
  margin-bottom: 20px;
}

.textAboutUs {
  font-size: 20px;
  line-height: 28px;
}

.textAboutUs2 {
  font-family: 'kanitmedium', sans-serif;
  margin: 20px 0px;
  font-size: 20px;
  line-height: 28px;
}

.custom-bullet-list {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-left: 40px;
}

.custom-bullet-list li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
  color: #FFF;
  font-size: 20px;
  line-height: 36px;
}

.custom-bullet-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 13px;
  width: 16px;
  height: 16px;
  background-image: url("../img/bulletBco.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.custom-bullet-list-ngo {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-left: 40px;
}

.custom-bullet-list-ngo li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
  color: #000;
  font-size: 20px;
  line-height: 36px;
}

.custom-bullet-list-ngo li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 13px;
  width: 16px;
  height: 16px;
  background-image: url("../img/bulletNgo.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.comingSoon {
  position: relative;
  padding: 40px;
  background-color: #11519A;
  border-radius: 15px;
  width: 100%;
  margin: 40px 0px;
}

.comingSoon h3 {
  font-family: 'kanitbold', sans-serif;
  color: #FFF;
  text-align: center;
  font-size: 40px;
  line-height: 48px;
}

.comingSoon p {
  color: #FFF;
  font-size: 32px;
  line-height: 48px;
  margin-top: 20px;
  text-align: center;
}
