@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

*{
box-sizing: border-box;
margin: 0;
padding: 0;
border: 0;
}

.inicio-modoseguro {
    font-family: "Inter", sans-serif;
    background-color: #49769F;
    color: #ffffff;
}

body /*quienessomos*/ {
    font-family: "Inter", sans-serif;
}

/*ENCABEZADO*/

header {
    width: 100%;
    padding: 30px 30px;
    position: relative;
    background-color: #49769F;
}

nav {
    display: grid;
    justify-items: left;
    gap: 20px;
}

.ms-encabezado {
    display: flex;
    align-items: center;
    gap: 10px;
}

.logo-ms {
    width: 28px;
    height: auto;
    object-fit: contain;
    opacity: 50%;
}

.logo-texto {
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
    opacity: 50%;
}

/*MENU DESPLEGABLE*/

.menu-links {
    list-style: none;
    display: flex;
    gap: 12px;
}
.menu-btn {
    display: block;
    width: 100%;
    background-color: #ffffff;
    color: #49769F;
    text-decoration: none;
    text-align: center;
    padding: 12px;
    border-radius: 20px;
    font-size: 16px;
    font-weight: 600;
}

/*PANTALLA DE INICIO*/

.pantalla-inicio {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.contenido-ppal {
    margin-bottom: 10px;
}

.titulo-ppal {
    font-size: 40px;
    font-weight: 800;
    text-transform: uppercase;
}

.subtitulo {
    font-size: 22px;
    font-weight: 300;
    margin-top: 6px;
}

.estadisticas-imagen {
    width: 80%;
}

.info-estadisticas {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
}

.acoso-lista {
    list-style: none;
    display: flex;
    gap: 20px;
}

.acoso-lista li {
    font-size: 12px;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}

.circulo {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 6px;
}

.escolar { background-color: #0071e3; }
.laboral { background-color: #17508b; }
.callejero { background-color: #12345a; }
.ciberacoso { background-color: #081a2e; }

.acoso-lista li strong {
    font-size: 16px;
    font-weight: bold;
    opacity: 50%;
}

/*BOTONES*/

.ms-botones {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    width: 100%;
    margin-bottom: 40px;
}

.ingresar-btn {
    width: 100%;
    max-width: 250px;
    height: 52px;
    background-color: #001E3A;
    border-radius: 26px;
}

.ingresar-btn a {
    color: #ffffff;
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
    align-items: center;
}

.ms-botones a:not(.ingresar-btn a) {
    color: #001E3A;
    font-size: 15px;
    text-decoration: underline;
    font-weight: 600;
}

/*MENU EMERGENCIA*/

.extra-btn {
    display: grid;
    justify-items: center;
    gap: 20px;
    background-color: #BDD8E9;
}

.extra-btn h3 {
    font-size: 25px;
    color: #49769F;
    font-weight: bold;
    margin-bottom: 6px;
}

.extra-btn p {
    font-size: 20px;
    color: #49769F;
    margin-bottom: 12px;
}

.recursos-btn {
    background-color: #ffffff;
    color: #49769F;
    text-decoration: none;
    text-align: center;
    padding: 12px;
    border-radius: 20px;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
}

/*PANTALLA DE QUIENES SOMOS*/

.pantalla-quienessomos {
    padding: 30px 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.informacion {
    text-align: center;
    margin-bottom: 25px;
}

.personas-img {
    width: 122px;
    height: auto;
    object-fit: contain;
}

.titulo-quienessomos {
    color: #49769F;
    font-size: 30px;
    font-weight: 900;
}

.subtitulo-quienessomos {
    color: #7cbce8;
    font-size: 16px;
    font-weight: bold;
    margin-top: 4px;
}

.parrafo-info {
    border-left: 3px solid #49769F;
    padding-left: 16px;
    text-align: left;
    max-width: 320px;
    margin-bottom: 35px;
}

.parrafo-info p {
    color: #49769F;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 500;
    margin-bottom: 14px;
}

.parrafo-info p:last-child {
    margin-bottom: 0;
}

.carrusel-reseñas {
    display: flex;
    gap: 16px;
    width: 100%;
    max-width: 340px;
    overflow-x: auto;
    padding-bottom: 15px;
    margin-bottom: 30px;
}

.carrusel-reseñas::-webkit-scrollbar {
    display: none;
}

.tarjeta-reseña {
    background-color: #bdd8e9;
    border-radius: 20px;
    padding: 20px;
    min-width: 100%;
    text-align: left;
}

.perfil-reseña {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}

.avatar-reseña {
    width: 48px;
    height: auto;
    border-radius: 50%;
}

.datos-usuario h3 {
    font-size: 14px;
    color: #000000;
    opacity: 75%;
}

.antiguedad {
    font-size: 12px;
    color: #000000;
    opacity: 50%;
}

.calificacion-tiempo {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}

.estrellas {
    font-size: 12.5px;
}

.tiempo-publicacion {
    font-size: 11px;
    color: #000000;
    opacity: 50%;
}

.texto-reseña {
    font-size: 12px;
    color: #000000;
    line-height: 1.5;
    font-weight: 400;
    opacity: 75%;
}

.ms-boton {
    width: 100%;
    display: flex;
    justify-content: center;
}

.inicio-btn {
    width: 100%;
    max-width: 250px;
    height: 50px;
    background-color: #49769F;
    border-radius: 26px;
}

.inicio-btn a {
    color: #ffffff;
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
}

/*PANTALLA DE INICIAR SESION*/

.contenedor-inicio {
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
    padding: 40px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.encabezado-inicio {
    margin-bottom: 25px;
}

.bienvenida-img {
    width: 93px;
    height: auto;
    object-fit: contain;
    margin-bottom: 15px;
}


.saludo-inicio {
    color: #49769F;
    font-size: 30px;
    font-weight: 900;
    margin-bottom: 20px;
}

.subtitulo-inicio {
    color: #7cbce8;
    font-size: 20px;
    font-weight: bold;
}

.formulario-inicio {
    width: 250px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 15px;
    position: relative;
}

.formulario-inicio p {
    width: 100%;
    height: 48px;
    border: 2px solid #49769F;
    border-radius: 25px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
    color:  rgba(0, 0, 0, 0.5);
    font-weight: 500;
    display: flex;
    align-items: center;
    text-align: left;
}

.icono-ojo {
    position: absolute;
    right: 20px;
    bottom: 14px;
    width: 20px;
    height: auto;
    object-fit: contain;
}

.olvido-contraseña {
    margin-bottom: 25px;
}

.olvido-contraseña a {
    color: #7cbce8;
    font-size: 14px;
    font-weight: bold;
    text-decoration: underline;
}

.redes-iniciar {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 35px;
}

.ingresar-con {
    display: flex;
    width: 100%;
    color: #000000;
    opacity: 50%;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 20px;
    justify-content: center;
}

.redes-img {
    width: 200px;
    height: auto;
    object-fit: contain;
}

.registar p {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.5);
    font-weight: 400;
}

.link-registrate {
    color: #7cbce8;
    text-decoration: underline;
    font-weight: bold;
    margin-left: 2px;
}