@import url('https://fonts.googleapis.com/css2?family=Abel&family=Oswald:wght@300;400;500;700&display=swap');

html {
    height: 100%;
    overflow-x: hidden;
    width: 100vw;
}
header {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100vw;
    background-color: #1b1b30;
    padding: 0;
    margin: 0;
    width: 100vw;
}
body {
    height:100%;
    width: 100vw;
    height: 80px;
    position: relative;
    background-color: #53555c;
}
.menucontainer {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    z-index: 2;
    width: 100%;
    height: 80px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.5);
}
.micontainer {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    background-color: #c2c2c2;
    height: calc(100vh - 80px);
}
.row.a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 0;
    width: auto;
    min-width: 50%;
    height: 1000px;
    min-height: 50vh;
}
.row.a a{
    color: #748fc5;
}
.row.b {
    height: 100vh;
    background-color: white;
}
.row.c {
    height: 100vh;
    background-color: #1b1b30;
    overflow: visible;
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 40px;
}
.column-outer {
    float: left;
    width: 5%;
}
.column-inner {
    float: left;
    width: 35%;
}
.column-middle {
    float: left;
    width: 20%;
}

.column-outer-2 {
    float: left;
    width: 20%;
}
.column-middle-2 p {
    margin: 20px 0px 0px 20px;
    color: #fff;
}

.custom-form {
    color: #333;
    padding: 20px;
    width: 30vw;
    border-radius: 5px;
}
.custom-btn {
    color: #FFFFFF;
    font-weight: bold;
    /* Additional styles as needed */
}

.custom-btn:hover {
    background-color: #FF4500;
    border-color: #FF4500;
    /* Additional hover styles as needed */
}
.btn.custom-btn {
    background-color: green;
    height: 1000px;
}

.column-3 {
    float: left;
    width: 33.33%;
    padding: 10px;
}

.botones-menu {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 0 0 0 auto;
    padding-right: 5%;
    height: auto;
    width: auto;
}
.logocontainer {
    height: 80px;
    justify-content: center;
    align-items: center;
    padding: 10px;
    margin-left: 5%;
    text-align: left;
    width: auto;
}
.logo {
    font-family: Oswald;
    font-size: 25px;
    font-weight: 400px;
    color: #c2c2c2;
}
.logo a {
    color:inherit;
    text-decoration: none;
}
.sublogo {
    line-height: 1;
    font-family: Oswald;
    font-size: 15px;
    font-weight: 400px;
    color: #c2c2c2;
}
.sublogo a{
    color:inherit;
    text-decoration: none;
}
.boton-perfil {
    width: 60px;
    height: 60px;
    margin: auto;
    color: #53555c;
    font-family: Abel,Arial,system-ui,-apple-system,system-ui,sans-serif;
    border-radius: 50%;
    vertical-align: middle;
    text-align: center;
    font-size: 15px;
    background-color: #5fe0b7;
    border: none;
    border-color: transparent;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.boton-perfil ion-icon {
    font-size: 35px;
    margin: 5px 0px 0px 2px;
    color: #fff;
}
.boton-perfil:hover {
    opacity: 0.5;
    cursor: pointer;
}
.boton-perfil:active {
    color: #5c7ab6;
}

.boton-ingresar {
    width: 100px;
    height: 40px;
    color: #53555c;
    font-family: Abel,Arial,system-ui,-apple-system,system-ui,sans-serif;
    font-weight: 600;
    text-align: center;
    display: inline-block; 
    padding: 7px 20px 12px 20px;
    font-size: 16px;
    background-color: #5fe0b7;
    border-color: transparent;
    border-radius: 25px;
}

.boton-ingresar:hover {
    opacity: 0.5;
    cursor: pointer;
    color: #53555c;
    text-decoration: none; /* Ensure underline is removed on hover */
}

.boton-ingresar:active {
    color: #54edbc;
}

.dropdown-contenido {
    display: none;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    height: 200px;
    width: 200px;
    background-color: #f9f9f9;
    border-radius: 20px;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    right:10px;
}

.drop-display {
    display: flex;
}

.dropdown-contenido > div {
    text-decoration: none;
    background-color: transparent;
    border: none;
    font-family: Abel;
    font-weight: 400;
    font-size: 22px;
    width: 100%;
    line-height: 1.5;
}

.dropdown-contenido > div:hover {
    text-decoration: none;
}

.form-logout > button {
    background-color: transparent;
    border: none;
    font-family: Abel;
    font-weight: 400;
    font-size: 22px;
    width: 100%;
    line-height: 1.5;
}

/* LANDING */

.font1 {
    font-size:50px;
    color: #c2c2c2;
    margin-left: 20px;
    line-height:1em;
    font-family: Oswald;
    position: relative;
    margin-bottom:30px;
    text-align: left;
    font-weight: 400;
    animation: fadeIn 5s;
}
.font1.b {
    margin-top: 200px;
    color: black;
}
.font2 {
    position: relative;
    color: #c2c2c2;
    font-family: Abel, system-ui,-apple-system,system-ui,sans-serif, Arial;
    margin-left: 20px;
    font-size:22px;
}
.font2.a {
    text-align: center;
    margin-left: 0;
}
.font2.b1 {
    font-weight: 300;
    text-align: center;
    font-size:15px;
}
.font2.b2 {
    font-weight: 300;
    text-align: center;
    font-size:15px;
    margin-top:0;
    margin-bottom: 30px;
}
.font2.c {
    font-weight: 200;
}
.font3 {
    font-size:25px;
    padding-left: 20px;
    top: 20px;
    color: #c2c2c2;
    font-family: Oswald, system-ui,-apple-system,system-ui,sans-serif, Arial;
}
.font3.a {
    margin-left: 20px;
}
.font3.b {
    font-weight: 400;
    text-align: center;
}
h2 {
    margin: 0px;
    text-align: center;
    color: #333;
}
.logo-main-container {
    display: none;
}
.espacio {
    margin-left: 30px;
    margin-right: 30px;
    height:160px;
}
.imagen-flecha {
    width: 120px;
    margin: auto;
}

.file-uploader {
    height: 420px;
    width: 420px;
    display: block;
    margin-left:auto;
    margin-right:auto;
    border-radius:10px;
    background-color: transparent;
    border: 1px solid #748fc5;
    color: #748fc5;
    font-family: Abel;
    font-size:25px;
    font-weight: 600;
    text-align: center;
}

.arrow-container {
    position: relative;
    height: 50px; /* Adjust the height as needed */
}
.arrow {
    position: absolute;
    left: 50%;
    width: 24px;
    height: 24px;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: rotate(-45deg);
    animation: sdb04 2s infinite;
    box-sizing: border-box;
    border-color: #5fe0b7;
}

@keyframes sdb04 {
0% {
    transform: rotate(-45deg) translate(0, 0);
}
20% {
    transform: rotate(-45deg) translate(-10px, 10px);
}
40% {
    transform: rotate(-45deg) translate(0, 0);
}
}

/* EMAILBOX 1 */
.email-box-1 {
    height: auto;
    width: auto;
    background-color: #2d2d2d;
    color: rgb(234, 236, 239);
    border-radius:10px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    font-family: Oswald, system-ui,-apple-system,system-ui,sans-serif, Arial;
    font-size: 20px;
    font-weight: 400;
    text-align: left;
    padding: 20px;
    display: inline-block;
    position: relative;
    margin-left: 20px;
    margin-top: 20px;
}
.button {
    width: auto;
    height: 50px;
    margin-top:10px;
    padding-left: 10px;
    padding-right: 10px;
    align-items: center;
    background-color: #748fc5;
    border: 0;
    border-radius: .25rem;
    box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
    color: #dedede;
    cursor: pointer;
    display: inline-flex;
    font-family: Abel, Arial;
    font-size: 18px;
    font-weight: 100;
    justify-content: center;
    white-space: nowrap;
    line-height: 1.25;
    min-height: 3rem;
    position: relative;
    text-decoration: none;
    transition: all 250ms;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}
.button.a {
    margin-left:20px;
    display: inline-block;
}

.button:hover,
.button:focus {
    border-color: rgba(0, 0, 0, 0);
    background-color: #5c7ab6;
    color: #dedede;
    box-shadow: rgba(0, 0, 0, 0.1) 0 4px 12px;
}

.button:hover {
    transform: translateY(-1px);
}

.button:active {
    display: block;
    opacity: 0.7;
    box-shadow: rgba(0, 0, 0, .06) 0 2px 4px;
    transform: translateY(0);
}
.input-1 {
    border-radius: 10px;
    border: 1px solid gray;
    background-color: white;
    font-family: system-ui,-apple-system,system-ui, sans-serif, Arial;
    font-size: 16px;
    font-weight: 600;
    padding-left: 15px;
    margin-right: 30px;
    height: 50px;
    width: 100%;
  }
input-1:active {
    border: 2px solid;
    border-image-slice: 1;
    border-width: 6px;
    border-image-source: linear-gradient(to right, #ff416c, #ff4b2b);
    padding: 20px;
    text-align: center;
    font-size: 18px;
    font-family: Arial, sans-serif;
}
input-1::placeholder {
    opacity: 0.6;
}

/* FOOTER */
@import url('https://fonts.googleapis.com/css2?family=Abel&family=Oswald:wght@300;400;500;700&display=swap');
* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: "Oswald", sans-serif;
}

.footer {
    bottom:0px;
    left:0;
    right: 0;

    margin-top: 300px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    height: 200px;
    position: relative;
    width: 100%;
    background-color:#1b1b30;
    /* background: #3586ff; */
    padding: 20px 50px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.social-icon,
.menu {
position: relative;
display: flex;
justify-content: center;
align-items: center;
margin: 10px 0;
flex-wrap: wrap;
}

.social-icon__item,
.menu__item {
list-style: none;
}

.social-icon__link {
font-size: 2rem;
color: #fff;
margin: 0 10px;
display: inline-block;
transition: 0.5s;
}
.social-icon__link:hover {
transform: translateY(-10px);
}

.menu__link {
font-size: 1.2rem;
color: #fff;
margin: 0 10px;
display: inline-block;
transition: 0.5s;
text-decoration: none;
opacity: 0.75;
font-weight: 300;
}

.menu__link:hover {
opacity: 1;
}

.footer p {
color: #fff;
margin: 15px 0 10px 0;
font-size: 1rem;
font-weight: 300;
}

.back-button {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    line-height: 0.5;
    color: #7f8185;
    border: 1px solid #dedede;
    border-radius: 5px;
    height: 2.5rem;
    width: 1.8rem;
    margin-right: 1rem;
}

.back-button-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 1rem;
}

.olvide-contrasena-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    height: 100vh;
}

.olvide-contrasena-form-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0;
    margin: 0;
}
.olvide-contrasena-form-container form {
    width: 100%;
}

.formulario-registro {
    height: 100%;
    width: 100%;
    display: flex;
    padding-top: 5rem;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    overflow-y: auto;
}
.registro-container {
    display: flex;
    flex-direction: row;
    background-color: #c4c4c4;
    width: 100%;
    min-height: calc(100vh - 80px);
}


@media (max-width: 1024px) {
    html, body {
        width: 100vw;
        height: 100%;
        min-height: 100vh;
        margin: 0;
        overflow-x: hidden;
    }
    html {
        overflow-x: hidden;
        height: 100%;
    }
    body {
        overflow-x: hidden;
        min-height: 100%;
    }
    .row.a {
        padding: 0 0;
        width: 100vw;
    }
    .font1 {
        top: 0px;
    }
    .font2 {
        top: 0px;
    }

    .espacio {
        height:0px;
    }

    .column-middle-2 {
        background-color: transparent;
        overflow-x: hidden;
        width: 100vw;
        height: 100vh;
        padding: 10% 2%;
        margin: 0;
    }
    .column-middle-2 a {
        color: #748fc5;
    }
    .button {
        white-space: normal;
      }
    .custom-form {
        width: 90vw;
    }
    .logo-main-container {
        display: block;
    }
    .button {
        width: 100%;
    }
}