.mb{
    display: none;
}
.pc{
    display: block;
}
body{
    font-family: Catamaran,sans-serif;
    font-weight: black;
}
.headerlo{
    width: 7%;
    height: auto;
}
video::-webkit-media-controls {
 display:none !important;
}
body {
    margin: 0px;
    background: #ff0065;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    flex-wrap: wrap;
}
.col {
    width: calc(90%/3);
    display: inline-table;
}
#t1 {
    font-size: 2em;
    color: #f80055;
    font-family: Catamaran,sans-serif;
    font-weight: 900;
}
#t2 {
    font-size: 0.8em;
    color: #f80055;
    font-weight: 600;
}
#t22 {
    font-size: 0.5em;
    color: #f80055;
    font-weight: 600;
}
#t3 {
    font-size: 1em;
    color: #f80055;
    font-weight: 600;
}
#text_border{
    border-top: 2px solid #f80055;
    border-bottom: 2px solid #f80055;
}
.background_logo {
    background-color: #ffd900;
    text-align: center;
    padding: 0;
    border-radius: 15px;
    margin-top: 1em;
    width: 110%;
}
#img_logo {
    width: 26%;
    float: left;
    text-align: right;
    margin-left: 3em;
}
#descript {
    float: right;
    text-align: left;
    width: 49%;
    margin-top: 0;
    margin-bottom: 0;
    padding-right: 9%;
    line-height: 1.4;
    padding-top: 0;
}
.img_fondo {
    left: -1px;
    bottom: -9px;
    width: 10%;
}
#img{
    position: fixed;
    z-index: 9;
}
.img_f1 {
    left: 52%;
    width: 4%;
    top: 11%;
}
.img_f2{
    left: 18%;
    top: 24%;
    width: 6%;
}
.img_f3{
    left: 30%;
    top: 0%;
    width: 6%;
}
.img_f4 {
    bottom: 29%;
    left: 60%;
    width: 6%;
}
.img_f5{
    left: 15%;
    bottom: 45%;
    width: 3%;
}
.img_f6 {
    left: 56%;
    bottom: 12%;
    width: 4%;
}
.img_f7{
    width: 14%;
    bottom: 0;
    right: 0;
}
.img_f8 {
    width: 11%;
    right: 0;
    top: 4%;
}
.mexicantext {
    color: white;
    text-align: center;
    font-size: 10em;
    font-weight: 600;
    margin: 0px auto;
    margin-top: -31%;
}
.description{
    font-size: 4em;
    color: white;
    margin-top: 0%;

}
.general
{
	    width: 85%;
    margin: 0 auto;
    height: 100vh;
    display: flex;
    flex-wrap: wrap;
    justify-content:flex-start;
    align-items: flex-start;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}
.logo1 > img
{
    margin: 5px 0px;
    
}
.logo1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    width: 40%;
    margin: 0 auto;
    margin-top: 40px;
}
.logo2
{
	    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px auto;
}
.logo2 img
{
	width: auto;
	height: auto;
}
.headerlo
{
	width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: black;
    padding: 10px;
    z-index: 99999;
     
}
.imagen
{
    width: 96%;
    height: 100%;
    /* background: black; */
    z-index: 99;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    transition:1s;
    z-index: -900;
    position: relative;
}
.logos
{
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: inherit;
    height: auto;
    flex-wrap: wrap;
    width: 100%;


}
.imagen > img
{
    width: auto;
    height: auto;
    margin-top: -200px;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -100px;
    position: relative;
}
.form {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 80%;
    width: calc(30% - 20px);
    border-left: 2px solid #ffffff;
    padding: 0px 10px;
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 1s;
    background-color: #ff0062;
    margin-top: 8%;
}

.form form
{
	display: flex;
    width: 80%;
    height: 100%;
    margin: 0 auto;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    transition: 1s;
}
.parrafoform {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 7px;
    margin-bottom: 25px;
    color: white;
    text-align: center;
    font-size: 1em;
    transition: 1s;
}
.form form input:first-child{
    margin-top: 3%;
}
.form form input {
    background: white;
    width: calc(100% - 20px);
    padding: 10px;
    margin: 5px;
    border: 1px solid #ccc;
    border-radius: 15px;
    height: .5em;
    margin-top: 0%;
    z-index: 9;
}
button {
    background: #691da4;
    border: 0px;
    padding: 12px;
    color: white;
    width: 35%;
    margin-top: 10px;
    border-radius: 8px;
    text-align: center;
    margin-left: auto;
    float: right;
    font-size: 1em;
    height: fit-content;
    line-height: 23%;
}
.logo_tuenti {
    width: 31%;
    float: left;
    margin: 1em;
}
.content_button {
    display: inline-table;
    padding: 1em;
}
.precaucion
{
	    position: fixed;
    width: auto;
    height: auto;
    bottom: 2%;
    left: 50px;
    z-index: 9;
}
.headerlo {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #6e69ff;
    padding: 10px;
    z-index: 99999;
    margin-top: 0em;
}
.btnact {
    width: 50%;
}
.text_img {
    width: 100%;
    margin-top: -7em !important;
}
.claslogin
{
    right: -400px;
}

.actionss
{
    position: relative;
    right: -5000px;
}

.imagen11 {
    z-index: -90;
    position: relative;
    width: 70%;
    justify-content: flex-start;
    background-color: #ff0065;
    text-align: center;
    display: none;
}
video {
       width: 146%;
    height: 91%;
    z-index: -9000000;
    position: absolute;
    top: 0;
    left: -25%;
    margin: 0 auto;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
width: 100%;
    height: 100%;
  bottom: 0;
  background-color: #fff;
  /* change if the mask should have another color then white */
  z-index: 9999999999999;
  /* makes sure it stays on top */

}

#status {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  /* centers the loading animation horizontally one the screen */
  top: 50%;
  /* centers the loading animation vertically one the screen */
  background-image: url(https://raw.githubusercontent.com/niklausgerber/PreLoadMe/master/img/status.gif);
  /* path to your loading animation */
  background-repeat: no-repeat;
  background-position: center;
  margin: -100px 0 0 -100px;
  /* is width and height divided by two */
}

footer.footer {
    width: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 10px;
}
footer a
{
    color: white;
    text-decoration: none;
    font-size: 15px;
    padding: 10px;
    background: #0c0c0c63;
    margin: 5px;
    /* border-radius: 10px; */
    font-family: myFirstFont!important;
}

.headerlo img
{
    width: 6%;
}