@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");

.body{
    overflow-x: hidden;
    overflow-y: hidden;
    font-family: 'Futura';
}

@font-face {
    font-family: 'Futura';
    src: url('/public/assets/fonts/futur.ttf');
    font-weight: normal;
    font-style: normal;
}
.bg{
    width: 100%;  /* Ocupar todo el ancho de la pantalla */
    height: 100%; /* Ocupar toda la altura de la pantalla */
    display: flex; /* Asegura que el contenido interno no lo colapse */
    justify-content: center; /* Centra el contenido horizontalmente */
    align-items: center; /* Centra el contenido verticalmente */
    overflow: hidden; /* Evita el scroll */
    position: fixed; /* Fija la imagen para que no se mueva con el scroll */
    top: 0;
    left: 0;
    z-index: -1;
}
.bg img {
    width: 100%; /* Abarca todo el ancho */
    height: 100%; /* Abarca toda la altura */
    object-fit: cover; /* Hace que la imagen cubra sin deformarse */
}


/* Esquina superior izquierda */
.figura1 {
    position: fixed;
    top: 10%;
    left: 0;
    width: 15%;
}

/* Esquina superior derecha */
.figura5 {
    position: fixed;
    top: 0;
    right: 0;
    width: 24%;
}

/* Esquina inferior izquierda */
.figura4 {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 20%;
}

/* Esquina inferior derecha */
.figura2 {
    position: fixed;
    bottom: 15%;
    right: 0;
    width: 15%;
}

.figura3{
    position: absolute;
    top: 27%;
    left: 31%;
    width: 37%;
    z-index: -1;
}

.figura7{
    position: absolute;
    width: 45%;
    z-index: 10;
}

.figura8{
    position: fixed;
    top: 50%;
    left: 0;
    width: 15%;
}

.figura9{
    position: fixed;
    top: 50%;
    right: 0;
    width: 15%;
}

/* Esquina superior derecha */
.figura10 {
    position: fixed;
    top: 0;
    left: 0;
    width: 24%;
}

/* Esquina inferior izquierda */
.figura11 {
    position: fixed;
    bottom: 0%;
    right: 0;
    width: 20%;
}
.figura12 {
    position: fixed;
    bottom: 10%;
    right: 0;
    width: 15%;
}
.figura13 {
    position: fixed;
    top: 0;
    right: 0;
    width: 11%;
}
.figura14 {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 16%;
}
.figura15 {
    position: fixed;
    top: -21px;
    left: 0;
    width: 15%;
}

/* Logo centrado */
.logo {
    width: 30%;
    z-index: 1;
}

.logo2 {
    width: 30%;
    z-index: 1;
}

.logo-form{
	width:50%
}

.intro{
    top: 50%;
    left: 40%;
}

.text-center{
    text-align: center;
}

.furever{
    width: 50%;
    z-index: 6;
}

.furever-confirm{
    position: absolute;
    top: 54%;
    left: 18%;
    width: 24%;
    z-index: 6;
}
.furever1{
    width: 55%;
}
.text1{
    color: #003366;
    font-weight: bold;
    font-size: 0.8rem;
    margin-top: -14px;
}

.text2{
    color: #003366;
    font-size:0.8rem;
    font-weight: thin;
    margin-top: -14px;
}

.text3{
    color: #003366;
    font-weight: bold;
    font-size: 1.2rem;

}
.demo{
    position: absolute;
    top: 68%;
    left: 66%;
    width: 22%;
}
.btn-comenzar{
    font-size: x-large;
    color: white;
    background-color: #003366;
    border-radius: 31px;
    border-color: transparent;
    padding: 7px;
    font-weight: bolder;
}

.upload-container {
    width: 200px;
    height: 200px;
    border: 2px dashed white;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.upload-container img {
    width: 50px;
    opacity: 0.9;
}

.upload-container input {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.upload-text {
    color: white;
    font-size: 14px;
    text-align: center;
    margin-top: 10px;
}

.card-cutome{
    background-color: #FF3366;
    border-radius: 25px;
    border-color: transparent;
}

.card-cutome2{
    background-color: #003366;
    border-radius: 25px;
    border-color: transparent;
}

.card-cutome3{
    background-color: transparent;
    border-color: transparent;
}

.textW{
    color: white;
    font-weight: bold;
}
.textWT{
    color: white;
    
}
.center{
    display: flex;
    align-items: center;
    justify-content: center;
}

.fig-bg{
    background-image: url('/public/assets/img/figura3.svg');
}
.m-top3{
    margin-top: 3.3rem;
}

.m-top4{
    margin-top: 3rem;
}

.m-top6{
    margin-top: 4rem;
}
.m-top10{
    margin-top: 2rem;
}
.mtop-33{
    margin-top: -33px;
}
.pad-form{
    padding-left: 14px;
    padding-right: 14px;
}

.furever2{
    width: 60%;
}
.logo3 {
    width: 35%;
    z-index: 1;
}

.z1{
	z-index: 1;
}

.position-relative{
	position: relative;
}

a {
    color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
    text-decoration: none;
}

.desktop-none{
	display: none;
}

.redes{
	 width: 60px;
	height:auto;
}



@media (max-width: 768px) {
.figura1 {
    position: fixed;
    top: 10%;
    left: 0;
    width: 40%;
}

.figura3 {
    position: absolute;
    top: 32%;
    left: 4%;
    width: 91%;
    z-index: -1;
}

/* Esquina superior derecha */
.figura5 {
    position: fixed;
    top: 0;
    right: 0;
    width: 54%;
}

/* Esquina inferior izquierda */
.figura4 {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 50%;
}

/* Esquina inferior derecha */
.figura2 {
    position: fixed;
    bottom: 10%;
    right: 0;
    width: 45%;
}

.figura8{
    position: fixed;
    top: 50%;
    left: -27%;
    width: 45%;
}

.figura9{
    position: fixed;
    top: 50%;
    right: -22%;
    width: 45%;
}

/* Esquina superior derecha */
.figura10 {
    position: fixed;
    top: 0;
    left: 0;
    width: 50%;
}

/* Esquina inferior izquierda */
.figura11 {
    position: fixed;
    bottom: 0%;
    right: 0;
    width: 45%;
}

.figura12 {
    position: fixed;
    bottom: 10%;
    right: 0;
    width: 45%;
}

.figura13 {
    position: fixed;
    top: 0;
    right: 0;
    width: 35%;
}

.figura14 {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 50%;
}

.figura15 {
    position: fixed;
    top: -21px;
    left: 0;
    width: 45%;
}

.logo {
    width: 38%;
    z-index: 1;
}

.logo2 {
    width: 69%;
    z-index: 1;
}
.logo3 {
    width:45%;
    z-index: 1;
}

.m-top2{
    margin-top: 12rem;
}
.m-top7{
    margin-top: 10rem;
}
.m-top5{
    margin-top: 9rem;
}
.m-top4{
    margin-top: 2rem;
}
.m-top8{
    margin-top: -1rem;
}
.m-top6{
	margin-top: 3rem;
}
.m-top10{
    margin-top: 0rem;
}
.furever{
    width: 60%;
}

.furever2{
    width: 120%;
}

.text1{
    font-size: 0.7rem;
	margin-top: -5px
}

.text2{
    font-size: 0.6rem;
margin-top: -15px
}

.demo-mobile{
	width: 100%;
	
}

.mobile-none{
	display: none;
}



.furever1 {
    width: 85%;
}

.redes{
    width: 16%;
}
}