@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
body{
    background-image: url("https://solintedsas.com/images/fondo-est.png");
    background-size: cover;
    font-family: "Noto Sans JP", sans-serif;
    margin: 0;
    padding: 0;
}
/* Index */
.container-route {
    display: flex;
    justify-content: center;
}
.major {
    color: #191970;
    font-weight: 600;
}
.form {
    width: 300px;
    height: 300px;
    border-radius: 20px;
    padding: 10px;
    margin: 15px;
    background-color: rgb(130, 233, 212);
    text-transform: uppercase;
}
.form img {
    max-width: 290px;
}
.form .log-est {
    max-width: 245px;
}
.form a {
    text-decoration: none;
}
.form hr {
    border: 2px solid rgb(255, 255, 255);
}
/* Login estudiantes y colegios */
.main-log-est {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.container-m-log {
    display: grid;
    max-width: 1000px;
    /* background-color: #00acee; */
    grid-template-columns: repeat(2, 1fr);
}
.col-log-est {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.main-log-est h1, h2 {
    text-transform: uppercase;
    color: rgb(13, 25, 151);
    font-weight: 500;
    font-size: 30px;
}
.main-log-est p {
    color: rgb(13, 25, 151);
    font-size: 17px;
    font-weight: 500;
}
.col-log-est form {
    width: 300px;
    /* background-color: #fff; */
    padding: 15px;
    height: 320px;
    text-align: center;
    border-radius: 15px;
    border: 2px solid rgb(13, 25, 151);
    backdrop-filter: blur(3px);
}
.mb-3 {
    margin-bottom: 15px;
}
.col-log-est .log {
    background-color: #66e2f8;
    /* max-width: 250px; */
    /* width: 250px;
    padding: 10px; */
    border-radius: 15px;
    /* font-size: 15px; */
}
.col-log-est h2 {
    color: rgb(13, 25, 151);
    font-size: 25px;
}
.col-log-est label {
    color: rgb(13, 25, 151);
    font-weight: 500;
}
.col-log-est .form-label-log {
    color: #0071E9;
    margin-top: 15px;
}
.btn-log {
    border: none;
    background-color: #0071E9;
    width: 100px;
    padding: 10px;
    border-radius: 5px;
    cursor: pointer;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 500;
}
.container-mess {
    position: fixed;
    max-width: 250px;
    right: 10px;
    bottom: 10px;
    border: 1px solid rgb(190, 190, 190);
    border-radius: 5px;
    color: white;
    background-color: #0A6EDA;
    padding: 10px 5px 0 5px;
    box-shadow: 0 5px 10px rgba(43, 44, 44, 0.582);
    animation: fadeIn 7s forwards;
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    50%{
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
/* Redes sociales */
.container-social{
    width: 100%;
    max-width: 55px;
    position: fixed;
    left: 0;
    top: 25%;
}
.container-social a{
    display: block;
    padding: 15px;
    text-decoration: none;
    color: white;
    font-size: 17px;
    position: relative;
    transition: all 500ms ease;
}
.container-social a:hover{
    background: #1c1c1c;
}
.container-social .facebook{
    background: #2d3be6;
    border-radius: 0px 0px 0px 0px;
}
.container-social .instagram{
    background: rgb(81,91,212);
    background: linear-gradient(90deg, rgba(81,91,212,1) 0%, rgba(129,52,175,1) 50%, rgba(221,42,127,1) 100%);
    border-radius: 0px 0px 0px 0px;
}
.container-social .twitter{
    background: #00acee;
}
.container-social .whatsapp{
    background: #1bdb41;
}
.container-social .twitter:hover, .facebook:hover,
.instagram:hover, .youtube:hover, .mail:hover{
    color: #fff;
}
.container-social .youtube{
    background: #e52a23;
}
.container-social .mail{
    background: #747473;
    border-radius: 0px 0px 0px 0px;
}
.container-social #title-social{
    position: fixed;
    color: #fff;
    background: #1c1c1c;
    padding: 6px;
    border-radius: 3px;
    font-size: 15px;
    margin-top: -4px;
    transition: all 500ms ease;
    opacity: 0;
    visibility: hidden;
}
.container-social a:hover #title-social{
    opacity: 1;
    visibility: visible;
    margin-left: 30px;
}
.container-social #title-social:after{
    position: absolute;
    content: '';
    border-left: 7px solid transparent;
    border-right: 6px solid #1c1c1c;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    right: 100%;
    top: 8px;
}
#btn-social{
    display: none;
}
.container-social .bi-play-fill{
    cursor: pointer;
    transition: all;
    font-size: 12px;
    margin-bottom: 5px;
    display: inline-block;
    transform: rotate(180deg);
    color: #49b0e6;
}
#btn-social:checked ~.bi-play-fill{
    transform: rotate(0deg);
}
.social-media{
    transition: all 0.4s;
    transform: translateX(0%);
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.3);
}
#btn-social:checked ~.social-media{
    transform: translateX(-100%);
}
/* index estudiantes */
.main-est {
    margin-left: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: calc(100% - 170px);
    min-height: calc(100vh - 140px);
    z-index: 1000;
}
.main-scl {
    margin-left: 280px;
    display: flex;
    /* justify-content: center; */
    align-items: center;
    flex-direction: column;
    padding: 10px;
    min-height: calc(100vh - 140px);
    z-index: 1000;
}
.slide {
    width: 100%;
    /* max-height: 650px; */
}
.main-est .container .carousel-inner img {
    max-height: 600px;
    object-fit: cover;
}
.container-all-t {
    padding: 20px 50px 10px 50px;
    /* background-color: #0071E9; */
    width: 100%;
}
.sidebar {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 150px;
    overflow-y: scroll;
    scroll-behavior: smooth;
    scrollbar-width: none;
    /* background-color: #0071E9; */
    text-transform: uppercase;
    z-index: 1000;
    &::-webkit-scrollbar {
        display: none;
    }
}
.sidebar-scl {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 280px;
    overflow-y: scroll;
    scroll-behavior: smooth;
    scrollbar-width: none;
    background-color: #021b52;
    /* text-transform: uppercase; */
    z-index: 1000;
    &::-webkit-scrollbar {
        display: none;
    }
}
.header-sd-scl {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    color: #fff;
    border-bottom: 4px solid #fff;
}
.content-h-scl {
    padding: 5px;
}
.header-est {
    margin-left: 150px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100px;
}
.header-scl {
    margin-left: 280px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 60px;
    border-bottom: 4px solid #021b52;
}
.header-est .name-est {
    width: 50%;
    background-color: #5ff1de;
    padding: 10px;
    height: 50px;
    text-align: center;
}
.footer-sidebar {
    position: relative;
    height: 100px;
    background-color: rgb(28, 76, 150);
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    color: #fff;
    transition: all .3s ease;
}
.footer-sd-scl {
    position: relative;
    height: 60px;
    /* background-color: rgb(28, 76, 150); */
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    color: #fff;
    transition: all .3s ease;
}
.footer-sidebar p {
    padding: 0;
    margin: 0;
}
.footer-sidebar:hover {
    background-color: #5ff1de;
    color: black;
}
.avatar {
    height: 100px;
    background-color: rgb(28, 76, 150);
    display: flex;
    justify-content: center;
    align-items: center;
}   
.img-cont {
    border: 2px solid #e59123;
    width: 90px;
    height: 90px;
    border-radius: 50px;
    background-color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.img-cont-av img {
    height: 70px;
}
.container-avatars {
    display: flex;
}
.modal-body .img-cont-av {
    cursor: pointer;
    width: 90px;
    height: 90px;
    border: 2px solid transparent;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.img-cont-av input[type="radio"] {
    display: none;
}
.img-cont-av:hover {
    border: 2px solid #e59123;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.3);
    transition: all .3s ease;
}
.img-cont-av.selected {
    border: 2px solid #e59123;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.3);
}
.container-sidebar {
    background-color: rgb(28, 76, 150);
    min-height: calc(100vh - 200px);
    height: auto;
    color: #FFFFFF;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #FFFFFF;
}
.content-sd-scl {
    min-height: calc(100vh - 120px);
    height: auto;
    color: #FFFFFF;
    border-top: 1px solid #fff;
    border-bottom: 3px solid #FFFFFF;
}
.content-sd-scl ul {
    list-style: none;
    margin-top: 5px;
    font-weight: 500;
    cursor: pointer;
}
.content-sd-scl a {
    text-decoration: none;
}
.container-sidebar ul {
    list-style: none;
    text-align: center;
    padding: 10px 0 10px 0;
}
.container-sidebar a {
    text-decoration: none;
}
.container-sidebar li {
    padding: 20px 0 20px 0;
    border-bottom: 1px solid #fff;
    color: #fff;
    font-weight: 500;
    transition: all .3s ease;
}
.container-sidebar li:hover {
    background-color: #5ff1de;
    color: black;
}
.container-text-center {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: calc(100vh - 60px);
}
.update-form{
    display: flex;
    justify-content: center;
    align-items: center;
}
.container-form{
    padding: 30px;
    backdrop-filter: blur(5px);
    border-radius: 10px;
    border: 2px solid rgb(28, 76, 150);
}
.container-form:hover{
    box-shadow: 13px 13px 13px 0 #798382;
    transition: .3s all;
}
.text-indigo{
    color: rgb(28, 76, 150);
}
.modal-p {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    display: none;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 10000;
    transition: all .3s ease;
}
.modal-content-p {
    width: 40%;
    text-align: right;
    padding: 5px;
}
.modal-content-psm {
    width: 40%;
    max-height: 100vh;
    text-align: right;
    padding: 5px;
}
.modal-content-psm img {
    max-height: calc(100vh - 90px);
}
.video-container {
    padding: 20px;
}
.video-container iframe {
    height: 400px;
}
.close-btn-p {
    color: #fff;
    font-size: 2rem;
    cursor: pointer;
}
.carousel #open {
    cursor: pointer;
}
.hamburger-btn {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 5px;
}

.hamburger-btn .hamburger-line {
    display: block;
    width: 25px;
    height: 3px;
    background-color: #333;
    margin: 5px 0;
}
.close-btn-menu {
    display: none;
    position: fixed;
    right: 5px;
    top: 2px;
    color: #fff;
    font-size: 25px;
}
.footer-est {
    display: flex;
    margin-left: 150px;
    height: 100px;
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(3px);
}
.container-footer-est {
    text-align: center;
    /* color: #fff; */
}
.container-footer-est a {
    text-decoration: none;
    /* color: #fff; */
}
/* informe resultados estudiantes */
.header-resul-est {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    padding: 10px;
    background-color: rgb(28, 76, 150);
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.main-resul-est {
    margin-top: 60px;
    padding: 10px;
}
.main-s {
    /* margin-top: 60px; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: calc(100vh - 60px);
    padding: 10px;
}
.container-btn-s {
    width: 250px;
    padding: 15px;
    border-radius: 10px;
    border: 2px solid rgb(28, 76, 150);
}
.main-test-est {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    /* background-color: #0071E9; */
}
.main-test-est .row {
    max-width: 1500px;
    display: grid;
    grid-template-columns: auto 500px;
    box-shadow: 0px 0 5px 0 #798382;
    border-radius: 5px;
    padding: 10px;
    backdrop-filter: blur(3px);
}
.main-test-est .row .col {
    height: max-content;
    /* background-color: #1bdb41; */
}
.btn-s {
    width: 100px;
    cursor: pointer;
    background-color: #5fe7f1;
    border-radius: 5px;
    border: 1px solid transparent;
    padding: 10px;
    color: #000;
    font-weight: 600;
}
.btn-s:hover {
    box-shadow: 0 0 5px #1beed9;
    transition: all .3s ease-in-out;
}
.header-test-est {
    display: flex;
    justify-content: center;
    padding: 5px;
}
.header-test-est a {
    text-decoration: none;
}
.container-pgs {
    margin: 40px 0 10px 0;
}
.container-pgs img {
    max-width: 450px;
}
.citas{
    text-align: right;
    font-size: 12px;
}
.mb-3-opt {
    display: flex;
    align-items: center;
    /* text-align: justify; */
    padding-bottom: 15px;
}
.cont-btn-s {
    width: 100%;
    display: flex;
    justify-content: center;
}
.mb-3-opt input[type="radio"] {
    margin-right: 5px;
}
.col-text {
    padding: 5px 5px 10px 5px;
}
.col-text .text {
    text-align: justify;
}
.col-pgs {
    /* box-shadow: 13px 13px 13px 0 #798382; */
    padding: 10px;
    border-radius: 5px;
}
label {
    cursor: pointer;
}
.result-cont {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 60px;
    padding: 10px;
    color: #4b4a4a;
}
.container-resul {
    max-width: 1000px;
    width: 60%;
    /* box-shadow: 0px 0px 5px 0 #798382; */
    padding: 15px;
    border-radius: 10px;
    backdrop-filter: blur(5px);
}
.container-areas {
    display: flex;
    width: 100%;
    flex-direction: column;
    /* background-color: #1beed9; */
    /* justify-content: space-around; */
    justify-content: space-between;
}
.container-areas .area {
    display: flex;
    /* flex-direction: column; */
    /* align-items: center; */
    justify-content: space-between;
    /* background-color: #ffffff; */
    margin-top: 10px;
    border-radius: 5px;
    padding: 10px;
    box-shadow: 0px 0px 5px 0 #798382;
    /* border-bottom: 1px solid #a3a3a3; */
    width: 100%;
}
.pg-est {
    display: flex;
    justify-content: space-between;
}
.pg-est .pts {
    font-size: 25px;
    font-weight: 700;
}
.area .pts {
    font-size: 19px;
    font-weight: 600;
}
.area .title {
    font-size: 16px;
    font-weight: 500;
}
/* prueba diagnostica */
.container-ap {
    width: 1100px;
}
.ap-cont {
    width: 300px;
    height: 500px;
    overflow-y: scroll;
    scrollbar-width: none;
    &::-webkit-scrollbar {
        display: none;
    }
}
.content a {
    text-decoration: none;
}
.content .link-ap {
    width: 100%;
    padding: 5px;
    border: 1px solid #1beed9;
    border-radius: 5px;
    margin: 5px 0;
}
.content .link-ap.final {
    background-color: #1beed9;
    color: #000;
}
.container-pd {
    max-width: 1300px;
    display: grid;
    grid-template-columns: auto 500px;
    box-shadow: 0px 0px 5px 0 #798382;
    border-radius: 5px;
    background-color: #fff;
    /* backdrop-filter: blur(3px); */
}
.container-pd .col-pd {
    text-align: justify;
    padding: 10px;
}
.col-pd.row-pd {
    display: flex;
    justify-content: center;
    align-items: center;
}
.col-pd .img-ctx-float {
    max-width: 200px;
    width: auto;
    float: right;
    margin-left: 5px;
}
.col-pd .img-ctx-b {
    max-width: 650px;
    width: auto;
}
.col-pd .img-ctx {
    max-width: 350px;
    width: auto;
    float: right;
    cursor: url('https://solintedsas.com/campusvirtual/images/search.svg'), auto;
}
.img-plus {
    max-width: 850px;
    width: auto;
}
.img-p-g {
    max-width: 500px;
    width: auto;
}
.content-img-plus {
    width: 100%;
    display: flex;
    justify-content: center;
}
.img-pg-g {
    width: 350px;
}
.main-result {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.container-result {
    max-width: 1000px;
    background-color: #ffffff;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0px 0px 5px 0 #798382;
}
/* Estilo para el botón colapsable */
.collapsible {
  background-color: #fff;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: 1px solid #bbbbbb;
  border-radius: 5px 0;
  text-align: left;
  outline: none;
  font-size: 15px;
  margin-top: 5px; /* Espacio entre botones */
  transition: background-color 0.3s ease;
}
.collapsible-scl {
  color: #fff;
  cursor: pointer;
  padding: 10px;
  width: 100%;
  border-bottom: 2px solid #fff;
  /* border-radius: 5px 0; */
  text-align: left;
  outline: none;
  font-size: 10px;
  margin-top: 5px; /* Espacio entre botones */
  transition: background-color 0.3s ease;
}
.content-collap {
    display: flex;
    justify-content: space-between; 
}
.content-ptos {
    text-align: right;
    width: 50%;
    font-size: 20px;
    font-weight: 600;
}
.content-n-ar {
    text-align: left;
    width: 50%;
    font-size: 20px;
    font-weight: 600;
}
/* Estilo cuando el mouse pasa por encima o cuando está activo */
.collapsible:hover, .collapsible.active {
  background-color: #ccc;
}
/* .collapsible-scl:hover, .collapsible-scl.active {
  background-color: #fff;
  color: #021b52;
} */

/* Símbolo de "+" (cerrado) por defecto */
.collapsible-scl .content-collap::after {
  content: '\002B'; /* Código para el signo '+' */
  font-weight: bold;
  float: right;
  margin-left: 5px;
  color: #333;
}
.collapsible-scl .content-collap::after {
  content: '\23F6'; /* Código para el signo '+' */
  font-weight: bold;
  float: right;
  margin-left: 5px;
  color: #fff;
}

/* Símbolo de "-" (abierto) cuando tiene la clase "active" */
.collapsible.active .content-collap::after {
  content: '\2212'; /* Código para el signo '−' */
}
.collapsible-scl.active .content-collap::after {
  content: '\23F7'; /* Código para el signo '−' */
  /* color: #021b52; */
}

/* Estilo para el panel de contenido (oculto por defecto) */
.content {
  padding: 0 18px; /* 0 padding arriba/abajo, 18px a los lados */
  background-color: white;
  max-height: 0; /* ¡Clave! Oculto por defecto */
  overflow: hidden; /* Oculta el contenido que se desborda */
  
  /* ¡La animación de deslizamiento! */
  transition: max-height 0.2s ease-out;
}
.content-scl {
  padding: 0 18px; /* 0 padding arriba/abajo, 18px a los lados */
  background-color: white;
  max-height: 0; /* ¡Clave! Oculto por defecto */
  overflow: hidden; /* Oculta el contenido que se desborda */
  color: #021b52;
  
  /* ¡La animación de deslizamiento! */
  transition: max-height 0.2s ease-out;
}
.content-n-scl {
    width: 100%;
    font-size: 17px;
}
/* grafica circular resultados */
 .score {
    padding: 30px;
    margin: auto 0;
}

.score .box {
    width: 100%;
}

.score .box h2 {
    text-align: center;
    color: #0d0f0b;
    font-size: 25px;
}
.score .box .chart {
    position: relative;
    width: 190px;
    margin: auto;
    height: 100%;
    text-align: center;
    font-size: 30px;
    line-height: 190px;
    height: 190px;
    color: #4ede1a;
}
.score .box canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    width: 100%;
}
/* estilos P Semanal */
.container-psm {
    box-shadow: 0 5px 5px 5px rgba(0, 0, 0, .2);
    border-radius: 15px;
    padding: 10px;
}
.fieldset{
    border-radius: 10px;
    border: 2px solid #0f58f5;
    padding: 5px;
    margin: 5px;
}
.legend{
    background-color: #16dcb8;
    width: 170px;
    text-align: center;
    border-radius: 10px;
    margin-top: -4;
    color: #fff;
    font-weight: 600;
}
.fieldset .shadow{
    background-color: rgba(97, 187, 233, .2);
    font-weight: 600;
}
.cont-psm {
    border: 2px solid #1be0ee;
    background-color: #fff;
}
.cont-psm .img-ctx-psm {
    max-height: 550px;
    max-width: 650px;
}
.container-result img {
    width: 200px;
}
.principal {
    width: 100%;
    padding: 10px;
    display: flex;
    align-items: center;
}
/* Tabla paginacion */
.paginacion {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.paginacion button {
    padding: 10px 15px;
    border: none;
    background: #007bff;
    color: white;
    border-radius: 5px;
    cursor: pointer;
    transition: background 0.3s;
}
.paginacion button:hover { background: #0056b3; }
/* Estilo para botones deshabilitados */
.paginacion button:disabled {
    background: #ccc;
    cursor: not-allowed;
}
/* animacion carga */
@keyframes cargando {
    0%, 100% {
        margin-top: 25px;
        height: 10px;
    }
    50%{
        margin-top: 0px;
        height: 50px;
    }
}
.cargando{
    display: flex;
    width: 100%;
    height: 720px;
    justify-content: center;
    align-items: center;
    align-content: center;
    z-index: 99;
}
.cargando ul {
    display: inline-flex;
    margin: 0;
    padding: 0;
    list-style: none;
    gap: 5px;
}
.cargando li {
    background-color: rgb(0, 195, 255);
    width: 10px;
    height: 10px;
    animation: cargando 1s ease-in-out infinite;
}
.cargando li:nth-child(1) {
    animation-delay: 0s;
}

.cargando li:nth-child(2) {
    animation-delay: -0.2s;
}

.cargando li:nth-child(3) {
    animation-delay: -0.4s;
}

.cargando li:nth-child(4) {
    animation-delay: -0.6s;
}

.cargando li:nth-child(5) {
    animation-delay: -0.8s;
}

.sin{
    display: none;
}
@media (max-width: 1500px) {
    .video-container iframe {
        height: 350px;
    }
    .main-test-est .row {
        max-width: 1400px;
        display: grid;
        grid-template-columns: auto 500px;
    }
}
@media (max-width: 1350px) {
    .video-container iframe {
        height: 300px;
    }
    .main-test-est .row {
        max-width: 1200px;
        display: grid;
        grid-template-columns: auto 500px;
    }
    .container-pd {
        display: flex;
        flex-direction: column;
    }
}
@media (max-width: 1080px) {
    .video-container iframe {
        height: 250px;
    }
    .modal-content-p {
        width: 60%;
    }
    /* .container-m-log {
        display: flex;
        flex-direction: column;
    } */
    .col-log-est img {
        max-width: 450px;
    }
    .main-test-est .row {
        max-width: 1000px;
        display: grid;
        grid-template-columns: auto 500px;
    }
}
@media (max-width: 920px) {
    /* .container-m-log {
        display: flex;
        flex-direction: column;
    } */
    .col-log-est img {
        max-width: 400px;
    }
    .main-test-est .row {
        max-width: 900px;
        display: grid;
        grid-template-columns: auto 450px;
    }
    .container-ap {
        width: 890px;
    }
}
@media (max-width: 820px) {
    .main-log-est {
        text-align: center;
        padding-bottom: 10px;
    }
    .container-m-log {
        display: flex;
        flex-direction: column;
    }
    .col-log-est img {
        max-width: 400px;
    }
    .main-test-est .row {
        display: flex;
        flex-direction: column;
        padding: 10px;
    }
    .container-pgs {
        margin: 20px 0 10px 0;
    }
    .container-ap {
        display: flex;
        flex-direction: column;
        width: 700px;
    }
    .img-pg-g {
        width: 250px;
    }
}
@media (max-width: 650px) {
    .container-ap {
        width: 600px;
    }
    .col-pd .img-ctx-b {
        width: 550px;
    }
    .col-pd.row-pd {
        flex-direction: column;
    }
    .content-img-plus {
        /* overflow-x: scroll; */
        width: 100%;
        /* scrollbar-width: none; */
    }
    .content-img-plus img {
        width: 400px;
    }
    .container-result {
        margin-top: 5px;        
    }
    .container-result img {
        width: 150px;     
    }
    /* .score .box .chart {
        width: 150px;        
        height: 10px;
    } */
}
@media (max-width: 520px) {
    .hamburger-btn {
        display: block;
    }
    .col-log-est img {
        max-width: 350px;
    }
    .modal-content-p {
        width: 80%;
    }
    .video-container iframe {
        height: 200px;
    }
    /* .sidebar, .sidebar-scl {
        transform: translateX(-100%);
        transition: transform 0.3s ease-in-out;
    } */
    .main-est, .main-scl {
        margin-left: 0;
        width: 100%;
    }
    .header-est, .header-scl {
        margin-left: 0;
    }
    .sidebar, .sidebar-scl {
        width: 100%;
        height: 100%;
        z-index: 1000;
        transform: translateX(-100%);
        transition: transform 0.3s ease-in-out;        
    }
    .sidebar.visible, .sidebar-scl.visible {
        transform: translateX(0);
        transition: transform .3s ease-in-out;
    }
    .container-sidebar, .content-sd-scl {
        text-align: left;
        padding-left: 5px;
        padding-right: 5px;
    }
    .close-btn-menu {
        display: block;
    }
    .footer-est {
        margin-left: 0;
    }
    /* .main-test-est .row {
        width: 100%;
        margin: 0 3px 0 3px;
        background-color: #0071E9;
    } */
    /* .main-test-est {
        padding: 10px;
    } */
    .container-ap {
        width: 490px;
    }
}
@media (max-width: 480px) {
    .col-log-est img {
        max-width: 250px;
    }
    .container-ap {
        width: 420px;
    }
}