@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');


body{
font-family: 'Josefin Sans', sans-serif;
background: white;
background-size: cover;
background-position: center;
background-attachment: fixed;
color: black;
}


.navbar{
background:#1c1c31;
font-size: 23px;
}

nav .navbar-nav{
    font-size: 18px;
}


nav .img-perfil{
    width: 31px;
    border-radius: 2rem;
}



.navbar .nav-link{
position: relative;
}

.navbar .nav-link.active::before{
    content: "";
    background: linear-gradient(45deg, #c88eff, #79d7ff);
    position: absolute;
    bottom: 0;
    height: 3px;
    width: 100%;
    left: 0;
}

/*  Medium devices */
@media (min-width: 768px) {
.navbar .nav-link.active2{
    border-left:4px solid #9c79f4;
    color: white;
    margin-left: 10px;
    padding-left: 10px;
}
}


.line-decoration{
position: relative;
margin-bottom: 1rem;
}


.line-decoration::before{
content: "";
position: absolute;
width: 20%;
height: 2px;
bottom: -9px;
background: linear-gradient(
45deg
, #6b59ff, #57aeff);
border-radius: 11rem;
}

.div-inicio{
position: relative;
background: linear-gradient(45deg, #272369, transparent), url(../../img/img-inicio/women.webp);
background-size: cover;
color: white;
background-position: center;
padding:5rem 9px;
}


.div-inicio .titulo{
    font-size: 35px;
    color: transparent;
    text-transform: uppercase;
color:white;
}

.div-inicio .titulo span{
    font-size: 50px;
}


.div-inicio p{ 
font-size: 20px;
}


















.btn-foto,.btn-down-foto,.btn-foto:hover,.btn-down-foto:hover{
    color: white;
    border: 4px dashed gray;
    padding: 11px 57px;
    border-radius: 46px;
}


.img-exa{
    width: 70%;
}
.div-section{
padding: 5rem 0;
text-align: center;
color: white;
}



.div-section .p-sect{
    font-size: 30px;
}
.div-section .titulo{
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 4px;
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
}
.div-section .titulo::before{
    content: "";
    background: #68678b;
    height: 3px;
    width: 60px;
    display: block;
    position: absolute;
    bottom: -13px;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.carta-tema{
    background: white;
    color: black;
    padding: 30px;
    border-radius: 15px;
    word-wrap: break-word;
    position: relative;
}

.carta-tema::before{
content: "";
background: linear-gradient(45deg, #756dff, #9fddd0);
position: absolute;
top: 0;
left: 0;
right: 0;
height: 11px;
border-radius: 12px 12px 0 0;
}


.carta-tema .titulo2{
    font-size: 34px;
    text-transform: uppercase;
    display: block;
}

.carta-tema p{
    font-size: 20px;

}



/*  Medium devices */
@media (min-width: 768px) {
.carta-tema{
    padding: 40px;
}


.div-section .titulo{
    font-size: 3rem;
}
.div-section .titulo::before{
    height: 7px;
}










.div-inicio .titulo{
    font-size: 49px;
}

.div-inicio .titulo span{
    font-size: 91px;
}

.btn-foto,.btn-foto:hover{
    padding: 11px 143px;
}

}

.view-cont-flex{
display: none;
}


.flexslider{
    border: 2px solid #cfcfcf;
    border-radius: 15px;
    padding: 7px;
}


.flex-control-nav{
    background: #d4d4d4;
    padding: 17px 18px;
}


.flex-direction-nav .flex-prev::before {
    font-family: 'Font Awesome 5 Pro';
    content: '\f137';
}



.flex-direction-nav .flex-next::before {
    font-family: 'Font Awesome 5 Pro';
    content: '\f138' !important;
}

.flex-direction-nav a {
    height: 50px;
}







/*-------------------- LOGIN ------------*/


.body-login{
    background:linear-gradient(45deg, #240026, #2a767d70), url(https://live.staticflickr.com/65535/49524510501_1efbc9256b_b.jpg);
    background-size: cover;
    background-position: top;
}

.div-login{
    padding: 7rem 0;
}


.div-login .form-login{
    background: white;
    width: 90%;
    margin: 0 auto;
    padding: 30px;
    color: black;
    border-radius: 1rem;
}




.div-login .titulo{
    font-size: 35px;
    color: #dddddd;
    display: block;
    padding-bottom: 1rem;
}

.div-login .titulo2{
font-size: 25px;
color: #464569;
}

.div-login img{
    width: 20px;
}


.div-login button{
font-size: 17px;
}



/*  Medium devices */
@media (min-width: 768px) {
.div-login .form-login{
width: 50%;
padding: 50px;
}

.div-login .titulo{
font-size: 45px;
}


.div-login .titulo2{
font-size: 40px;
}

.div-login button{
font-size: 20px;
}

}


/*----------------------------------------*/


















/*-------------- DIV TEMAS INICIO ---------------*/





.div-opt-inicio{
    background: #1a1c37;
    padding: 8px 0;
    border-radius: 10rem;
    color: white;
}

.div-opt-inicio img{
    width: 41px;
    border-radius: 11rem;
}





.div-opt-inicio .ver-cont{
    display: flex;
    background: #565252;
    height: 38px;
    width: 39px;
    align-items: center;
    justify-content: center;
    border-radius: 22rem;
    cursor: pointer;
}







/*------------------------------------------------*/














/*------------ PANEL DE ADMINISTRADOR ------------------------*/
.inicio-admin{
position: relative;
background: linear-gradient(45deg, #0e239cba, #5d1e1e96), url(../../img/img-inicio/fondo.webp);
background-size: cover;
color: white;
background-position: center;
margin-top: 60px;
padding:3rem 9px;
}

.inicio-admin .titulo, .div-section-adm .titulo{
    font-size: 30px;
}

.inicio-admin p, .div-section-adm p{
    font-size: 20px;
    color: #d8d8d8;
}


.inicio-admin .creacion{
    display: block;
    font-size: 23px;
    color: #7f7f7f;
    padding-bottom: 1rem
}


.div-section-adm{
display: block;
padding: 94px 2px;
}

.div-section-adm .titulo{
    color: #2f2f6b;
}


/*  Medium devices */
@media (min-width: 768px) {
.inicio-admin .titulo, .div-section-adm .titulo{
    font-size: 50px;
}

.inicio-admin p, .div-section-adm p{
    font-size: 17px;
    color: #d8d8d8;
}



}

.inicio-admin img{
    width: 152px;
    border-radius: 8rem;
    border: 7px outset;
    display: inline-block;
}

.btn-edit-info{
    padding: 18px 59px;
    font-size: 21px;
    text-transform: uppercase
}



.div-section-adm .carta{
    background: white;
    color: black;
    padding: 30px;
    box-shadow: 0px 0 7px gray;
    border-radius: 15px;
    word-wrap: break-word;
    position: relative;
}

.div-section-adm .carta::before{
content: "";
background: linear-gradient(45deg, #756dff, #9fddd0);
position: absolute;
top: 0;
left: 0;
right: 0;
height: 11px;
border-radius: 12px 12px 0 0;
}




.div-section-adm h4, .div-verbos h4{
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 0px;
}

.div-section-adm .carta small{
display: block;
color: white;
font-weight: 900;
background: #312a4b;
padding: 4px 27px;
border-radius: 7rem;
margin-top: 1rem;
}



.div-section-adm .carta .option span{
    background: white;
    color: black;
    display: inline-flex;
    text-align: center;
    width: 55px;
    height: 53px;
    align-items: center;
    justify-content: center;
    border-radius: 10rem;
    font-size: 23px;
    cursor: pointer;
}
.div-section-adm .carta .option span.editar{
background: #5180ad;
color: white;
}


.div-section-adm .carta .option span.eliminar{
    color: white;
    background: #35315b;
}


.div-section-adm p{
    color: #111033;
}



.temas{
background: aliceblue;
}

.temas .container{
    width: 100%;
}

.form-temas{
    text-align: center;
    width: 98%;
    margin: 0 auto;
}

.form-temas h4, .form-temas2 h4{
    font-size: 30px;
    color: #272b61;
}


.search-error{
text-align: center;
}
    
.search-error img{
    width: 18rem;
}


.div-dic{
    overflow: auto;
    max-height: 84rem;
}
.d-preg{
position: relative;
}

.d-preg.active::before{
    content: "";
    position: absolute;
    backdrop-filter: blur(4px);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 5px;
}


/*  Medium devices */
@media (min-width: 768px) {

.div-dic{
    overflow: auto;
    min-height: 95rem;
}
}




#div-registros{
overflow: auto;
max-height: 50rem;
}

.div-carta{
display: block;
background: #f1f1f1;
padding: 15px;
border-radius: 10px;
border-top:4px solid #8b8ea0;
}

 .div-container-word {
    background: #fcffff;
    border: 1px solid #e4e4e4;
    border-radius: 18px;
    padding: 13px;
    cursor: pointer;
    margin-bottom: 6px;
}

.div-container-word .item-dic{
display:block;
font-weight:500;
font-size: 14px;
} 


.div-container-content{
    background: white;
    padding: 27px;
    border-radius: 10px;
    box-shadow: 0px 0px 7px #cbcbcb;
    border-top: 7px solid #68628d;
}




.item-dic2{
color: #4a409b;
} 
.hablar-word{
    background: #119582;
    width: 25px;
    height: 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.hablar-word:hover{
    background: darkgray;
}
.trad-word {
    font-weight: 400;
    color: gray;
    background: #e5e5e5;
    padding: 4px 4px;
}
.trad-word.success{
    background:#544692;
    color: white;   
}
.trad-word.error{
    background: #e96262;
    color: white;
}

.tabla-verb{
    max-height: 20rem;
    font-size: 11px;
}

.div-resp-trad {
display: none;
}

.f1{
display: block;
font-size: 2rem;
}

.f2{
display: block;
font-size: 1rem;
color: gray;
}


#div-mod-listen iframe{
width: 100%;
height: auto;
display: none;
border: 1px solid #c7c7c7;
border-top: none;
border-radius: 0px 0px 18px 18px;
}

.header-video{
    background: #49456e;
    color: white;
    padding: 7px 10px;
    word-break: break-word;
    text-align: center;
    border-top: 6px solid #afafaf;
    font-size: 13px;
    font-family: sans-serif;
    border-radius: 15px 15px 0px 0px;
}


.div-play-video{
position: relative;
}


.div-play-video .play{
    color: white;
    text-align: center;
    height: 7rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3rem;
    border-radius: 0px 0px 15px 15px;
}

.container-video{
position: relative;
cursor: pointer;
transition: .1s all;
}

.container-video:hover{
transform: translateY(-10px);
box-shadow: 0px 0 39px gray;
border-radius: 15px;
}


.div-test-eval{
    background: aliceblue;
    padding: 16px 16px;
    border-radius: 6px;
    box-shadow: 0px 0px 7px #30306c;
    display: none;
}

.div-test-eval .form-check-input:checked {
    background-color: #3f3d99;
    border-color: transparent;
}
.text-error-eval{
    color: white;
    font-weight: 700;
    background: #2b254e;
    display: inline-block;
    padding: 3px 10px;
    margin-top: 1rem;
}

.text-error-eval.si{
    border-left: 7px solid green;
}

.text-error-eval.no{
    border-left:7px solid #e72222;
}


.div-test-eval p{
font-size: 1rem;
}



.body-inicio{
    background: linear-gradient(45deg, #290f6ed6, #6e2b2bbd), url(https://img.freepik.com/free-vector/gradient-geometric-shapes-screensaver_52683-33621.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}



.div-verbos{
    color: black;
    margin-top: 5rem;
}


.div-verbos .div-manage{
    background: white;
    padding: 27px;
    border-radius: 10px;
    border-top: 11px solid #b6b6b6;
}

.div-verbos .contar-verbos{
background-color:#5566a7;
}

.dataTables_filter {
    display: none;
}

.page-link {
    color: #737373;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #5463a2;
    border-color: transparent;
}

.page-link:hover, .page-link:active, .page-link:focus {
    z-index: 2;
    color: #1104c3;
    background-color: #e9ecef;
    border-color: #dee2e6;
    cursor: pointer;
}
.form-range::-webkit-slider-thumb {
    background-color: #119582;
}

.form-range::-moz-range-thumb:active {
    background-color: black
}
@media(max-width: 575px) {
div.dataTables_wrapper div.dataTables_paginate ul.pagination {
justify-content: center;
flex-wrap: wrap;
}
}

/*  Medium devices */
@media (min-width: 768px) {
.tabla-verb{
    font-size: initial;
}


.temas .container{
    width: 75%;
}

.form-temas{
    width: 70%;
}


.form-temas h4, .form-temas2 h4{
    font-size: 40px;
}

}


.temas img{
    width: 18%;    
    margin: auto;
    display: block;
}




/*------------------------------------------------------*/