.kanit-thin {
    font-family: "Kanit", sans-serif;
    font-weight: 100;
    font-style: normal;
  }
  
  .kanit-extralight {
    font-family: "Kanit", sans-serif;
    font-weight: 200;
    font-style: normal;
  }
  
  .kanit-light {
    font-family: "Kanit", sans-serif;
    font-weight: 300;
    font-style: normal;
  }
  
  .kanit-regular {
    font-family: "Kanit", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  
  .kanit-medium {
    font-family: "Kanit", sans-serif;
    font-weight: 500;
    font-style: normal;
  }
  
  .kanit-semibold {
    font-family: "Kanit", sans-serif;
    font-weight: 600;
    font-style: normal;
  }
  
  .kanit-bold {
    font-family: "Kanit", sans-serif;
    font-weight: 700;
    font-style: normal;
  }
  
  .kanit-extrabold {
    font-family: "Kanit", sans-serif;
    font-weight: 800;
    font-style: normal;
  }
  
  .kanit-black {
    font-family: "Kanit", sans-serif;
    font-weight: 900;
    font-style: normal;
  } 

body {
    background: url(img/fondo.png) no-repeat;
    background-size: cover;
    background-position: center;
    overflow-x: hidden;

    font-family: "Kanit", sans-serif;
    font-weight: 400;
    color: #fff;
}
.flex-2 {
    display: flex;
    justify-content: center;
	min-height: 80vh;
}
.flex-2 > div {
    width: 50%;
    max-width: 400px;
} 
.logo {
    width: 80%;
}
.flex-vertical {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1rem;
}
.titulo {
    font-family: "Kanit", sans-serif;
    font-weight: 600;
    font-size: 2.5rem;
}
.texto {
    font-family: "Kanit", sans-serif;
    font-weight: 400;
    font-size: 1.2rem;
}
.boton {
	max-width: 200px;
	width: 100%;
}
.rayo {
	max-width: 100% !important;
    margin-right: -34%;
	display: block;
}
.rayo img{
	width: 100%;
}	
.footer {
    text-align: center;
    color: #fff;
    padding-top: 4.8rem;
}

@media ( max-width: 600px ) {
	.rayo {
		display: none;
	}
	.flex-2 {
		min-height: inherit;
	}
	.flex-2 > div {
		width: 100%;
        max-width: inherit;
        padding: 2rem;
	} 
}

