iframe{
    min-width:700px;
    min-height:400px;
}

.bloq{
    cursor: not-allowed;
}
.videopisahome{
    margin:0 !important;
    max-width: none !important;
    height: 420px;
}
.section{
    margin:0 !important;
    width: auto !important;
    max-width:none !important;
}
.btn-iniciar{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-bottom:20px;
    font-family: 'Montserrat';
    font-size:32px;
    
}

.btn-iniciar input, .btn-iniciar button{
    border:solid 2px #ff6d40;
    border-radius:15px;
    min-height:60px;
    background-color:#ff6d40;
    color:white;
    padding:0 20px 0 20px;
}

.btn-iniciar input:hover{
    background-color:white;
    color:#ff6d40;
}
.oculto{
    display:none !important;
}

.navbar-wrap .navbar-nav {
    height: 100%;
    margin: 0;
    display: block;
}

.navbar-nav-submenu a,.navbar-btns a{
    text-decoration: none;
}

.footer-nav{
    width: 60% !important;
}
.footer-nav p {
    color: #ffff !important;
}

.modal {
    --bs-modal-zindex: 1055;
    --bs-modal-width: 500px;
    --bs-modal-padding: 1rem;
    --bs-modal-margin: 0.5rem;
    --bs-modal-color: ;
    --bs-modal-bg: var(--bs-body-bg);
    --bs-modal-border-color: var(--bs-border-color-translucent);
    --bs-modal-border-width: var(--bs-border-width);
    --bs-modal-border-radius: var(--bs-border-radius-lg);
    --bs-modal-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    --bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) -(var(--bs-border-width)));
    --bs-modal-header-padding-x: 1rem;
    --bs-modal-header-padding-y: 1rem;
    --bs-modal-header-padding: 1rem 1rem;
    --bs-modal-header-border-color: var(--bs-border-color);
    --bs-modal-header-border-width: var(--bs-border-width);
    --bs-modal-title-line-height: 1.5;
    --bs-modal-footer-gap: 0.5rem;
    --bs-modal-footer-bg: ;
    --bs-modal-footer-border-color: var(--bs-border-color);
    --bs-modal-footer-border-width: var(--bs-border-width);
    position: fixed;
    top: 0;
    left: 0;
    z-index: var(--bs-modal-zindex);
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
}
.show{
    display:block
}

/* Estilos básicos para el modal */
.modal {
    display: none; 
    position: fixed; 
    z-index: 3000; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    background-color: rgba(0, 0, 0, 0.5); 
    align-content: center;
}


.modal-contenido {
    border: solid 2px black;
    background-color: white;
    border-radius: 20px;
    width: 350px;
    margin: 0% auto;
    padding: 20px;
    display: grid;
    min-height: max-content;
    text-align:center;
    align-content: space-evenly;
    background-image: url('../images/recursos/newHome/cerebro.png'); 
    background-size: cover;
    background-position: 88px 141px;
    background-repeat: no-repeat;
    background-color: rgba(250, 250, 250, 0.8);
}


.cerrar {
    color: #aaa;
    /* float: right; */
    font-size: 28px;
    font-weight: bold;
    text-align: end;
}

.cerrar:hover{
    color: #ff7701 !important;
    text-decoration: none;
    cursor: pointer;
    /* float: right; */
}

.cerrar:hover,
.cerrar:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.titulo_modal{
    font-size: 21px;
    font-weight: bold;
}

.txt_modal{
    font-size: 20px;
}

.icono_modal{
    width: 50%;
    margin: 0 auto;
}

.iconos_modal{
    display: flex;
    justify-content: center;
}

.icono_modal2{
    width: 40%;
    margin: 0;
}

#fin_etapa{
    cursor: pointer;
}

.cerrar_btn{
    width: 120px;
    height:50px;
    border-radius:15px;
    font-size:18px;
    /* background-color:#ff7701;
    border: solid 2px #ff7701; */
    background-color:#ec7063 ;
    border: solid 2px #ec7063 ;
    color:white;
    text-align:center;
    margin:15px auto;
}

.btn_session {
    width: 120px;
    height: 45px;
    border-radius: 15px;
    font-size: 18px;
    background-color: #ec7063;
    border: solid 2px #ec7063;
    color: white;
    text-align: center;
    margin: 15px auto;
    align-content: center;
    font-family: sans-serif;
    font-weight: bold;
}
.constancia_btn{
    width: 120px;
    border-radius: 15px;
    font-size: 18px;
    background-color: #ec7063;
    border: solid 2px #ec7063;
    color: white;
    text-align: center;
    margin: 15px auto;
    padding: 15px 2px;
}

.cerrar_btn:hover{
    background-color:white;
    border: solid 2px #ec7063 ;
    color:#ec7063  !important;
}

.btn_session:hover {
    background-color: white;
    border: solid 2px #ec7063;
    color: #ec7063 !important;
}

.seccion{
    width: 100%;
    height:100%;
    display:flex;
}
.menu{
    width: 30%;
    height:100%;
    min-height:700px;
    /* border:solid #f00; */
    padding:1% 0 0 2%;
    display:flex;
    margin-bottom:50px;
}
.contenido{
    width: 100%;
    height:100%;
    min-height:700px;
    /* border:solid #0f0; */
    margin-right:20px;
}

.temario{
    width: 90%;
    border-radius:15px;
    overflow: hidden;
    font-size:0.98rem;
}

.btn-toggle-menu2{
    position: absolute;
    display: inline-block;
    font-size: 1.8rem;
    cursor: pointer;
    left:22%;
    margin-top:5px;
}

.mostrar{
    display:block !important;
}

.main-container {
    position: relative;
    max-width: 1100px;
    margin: 2% 0 0 5%;
}

.home_p{
    width: 100%;
    margin: 0 0 10px 0;
}

.contenido{
    margin-top:10px;
}

.btn-nav-menu span {
    font-size: 1.2rem;
}

.nav-menu-sumbenu-link {
    position: relative;
    display: block;
    min-height: 21px;
    padding: 0 30px;
    color: #a7a7a7;
    padding-bottom: 10px;
    border-bottom: dotted 2px;
}
.nav-menu-sumbenu-link:hover {
    /* background-color: #55bfab;
    color: #fff !important; */
    border-radius: 15px;
    padding: 10px 30px;
    transition:0.4s;
    border: solid;
}

@keyframes titilar {
    0%, 100% { opacity: 1; }
    50% { opacity: 0; }
}

.texto-titilante {
    animation: titilar 1.5s infinite;
    color: #ff6d40;
    display:inline-flex;
    margin-left:5px;
}

.fa-download:before {
    font-family: 'FontAwesome';
    margin-right: 5px;
}

.texto-titilante p{
    color:#ff6d40;
    margin-left:5px;
    margin-top:-2px;
    font-family: Roboto;
}

.texto-titilante span{
    color:#ff6d40;
    margin-left:5px;
    margin-top:-2px;
    font-family: Roboto;
}

.view {
    top: 5px;
    right: 8px;
}

.recorrer{
    left: 20% !important;
}

.ocultar{
    width:24% !important;
}

.btn_temario{
    display:none;
}

.nav-menu-item-title.current {
    color: #fff;
    border-bottom-left-radius: 15px;
    border-top-right-radius: 15px;
}
@media screen and (max-width: 800px) {
    .nav-menu{
        display: none;
    }
    .seccion{
        width: 100%;
        height:100%;
        display:flex;
        flex-direction: column;
    }
    .menu {
        width: 90%;
        height: 100%;
        min-height: max-content;
        padding: 1% 0 0 2%;
        display: flex;
        margin:0 auto;
        margin-bottom: 50px;
    }

    #toggle-menu{
        display:none
    }

    .btn_temario{
        display:block;
        width: 100px;
        height: 45px;
        border-radius: 15px;
        background-color: #55bfab;
        border: solid 2px #55bfab;
        color: white;
        margin: 10px auto;
    }

    .btn_temario:hover{
        background-color: white;
        color: #55bfab;
    }

    .temario {
        width: 100%;
    }
}

@media screen and (max-width: 440px) {
    .temario{
            width: 98%;
            border-radius:15px;
            overflow: hidden;
            font-size:0.98rem;
    }

    .contenido {
            width: 96%;
            height: 100%;
            min-height: 700px;
            margin-right: 20px;
    }

    .menu {
            width: 90%;
            height: 100%;
            min-height: max-content;
            padding: 1% 0 0 2%;
            display: flex;
            margin: 0 auto;
    }

    iframe {
            min-width: 325px;
            min-height: 250px;
    }

    .videopisahome {
        margin: 0 !important;
        max-width: none !important;
        height: 210px;
    }
}

@media screen and (max-width: 450px) {
    .landing-courses .list-item-2 {
        width: 100%;
    }
}