/*Ajustes Generales*/
html{
	font-size: 62.5%;
	box-sizing: border-box;
}

body{
	font-size: 16px;

    background-image: url(../Images/fon2.gif);
    background-repeat: no-repeat;
    background-size: cover;  
    min-height: 100vh;  
    display: flex;
    flex-direction: column;
    margin: 0;
    padding-bottom: -3rem;
}


/*Nav*/
.navegacion{
    width: 100%;
    text-align: center;
    background-color: rgba(133, 129, 165, 0.938);
    border: 3rem;
    padding-bottom: 4rem;
}

.logo{
    padding: 1.5rem;
    width: 10rem;
    height: 10rem;
    margin-bottom: 2rem;

}

.boton1{
    text-align: center;
}

.inboton{
    background-color: rgb(217, 183, 155);
    font-size: 2rem;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    text-decoration: none;
    border-radius: 1rem;
    padding: 2rem;
    color: black;
    
}

.inboton:hover{
    background-color: rgb(241, 219, 199);

    color: rgb(133, 129, 165);
    -webkit-text-stroke: 1px rgb(0, 0, 0);

}

.logotipo{
     padding: 1.5rem;
     border: .5rem solid #000;
     border-radius: 50%;
    max-width: 10rem;
    max-height: 10rem;
    margin-bottom: 2rem;
}

/*--------Seleccion---------*/

.selectores{
    display: flex;
    justify-content: center;
    font-size: 1rem;
}

@media (min-width:700px){
    .selectores{
        gap: 42%;
    }
}

@media (min-width:540px){
    .selectores{
        gap: 22%;
    }
}


.materia-sel,
.tema-sel{
    background-color: rgb(217, 183, 155);
    margin: 2rem;
    padding: .8rem 1.2rem;
    border: 1px solid rgb(241, 219, 199);
    cursor: pointer;
    border-radius: 1.2rem;
    max-width: 140px;
    font-family: 'Bungee', cursive, sans-serif;
}

.hola{
    font-family: 'Courier New', Courier, monospace;
    background-color: rgb(217, 183, 155);  
}

.materia-sel:focus,
.materia-sel:hover,
.tema-sel:focus,
.tema-sel:hover{
    outline: none;
    border: 1px solid rgb(44, 44, 112);
    background-color: aliceblues;
    color: #000;
}


/*--------Contenido---------*/

.contenedor-g{
    justify-content: center;
    text-align: center;
    background-color: #8581a5e8;
    border-radius: 2rem;
    max-width: 100%;
    margin-top: 4rem;
    margin-bottom: 3rem ;
}

.sombra-g{
    -webkit-box-shadow: 16px 2px 21px 11px rgba(0,0,0,0.75);
-moz-box-shadow: 16px 2px 21px 11px rgba(0,0,0,0.75);
box-shadow: 16px 2px 21px 11px rgba(0,0,0,0.75);
}

.Titulotema{
    font-size: 3.5rem;
    -webkit-text-stroke: 1px black;
    color: rgb(255, 255, 255);
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}

.txtema{
    -webkit-text-stroke: .5px black;
    color: rgb(255, 255, 255);
    font-size: 1.8rem;
    font-family:Verdana, Geneva, Tahoma, sans-serif;
}



.imgt1{
    width: 140px;
    padding: 2.8rem;
    margin-top: 2rem;
    background-image: url(../Images/pizarron.jpg);
    background-repeat: no-repeat;
    background-size: cover;

}



.titulo-mov{
    font-size: 2.4rem;
    -webkit-text-stroke: 1px #DB7768;
    color: rgb(255, 255, 255);
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;

}

.videot1{
    width: 190px;
    height: 140px;
    border: .7rem rgb(241, 219, 199) solid;
    border-radius: 4rem;
    margin-bottom: 2rem;
}

/*--------Mq-Contenido---------*/



@media (min-width:480px){

    .contenedor-g{
            max-width: 85%;
            margin: 0 auto;
    }

    .Titulotema{
     font-size: 7rem;
     -webkit-text-stroke: 3px black;
    }
 
    .txtema{
        font-size: 3.8rem;
        -webkit-text-stroke: 1px black;
    }
 
    .titulo-mov{
        font-size: 5rem;

    }
 

 
                        }


 @media (min-width:700px){

    .contenedor-g{
        margin: 0 auto;
        margin-top: 4rem;
        margin-bottom: 3rem;
    }

    .imgt1{
        width: 490px;
    }

    .videot1{    
        width: 560px;
        height: 315px; 
    }
 
                         
                        }
  
 @media (min-width:1015px){

    .imgt1{
        width: 844px;
    }
                         
                        }                      
/*Footer*/
.footer{

    display: block;
}

.piede{
    width: 99%;
    bottom: 0;
    border-top: 1rem rgba(72, 61, 109, 0) solid;
    border: 1rem rgba(38, 70, 125, 0.427) solid;
    background-image: linear-gradient(to top, #d56f5f  0%, rgba(49, 114, 132, 0.819) 100%);
    border-left: 0;

    color: aliceblue;
     font-family: 'Red Hat Mono', monospace;
    display: grid;
    grid-template-columns: 1fr 1fr;

}

.creditos-div{
    text-align: end;

}


@media (min-width:700px){

    .footer{
        margin-top: auto;
    
    }


}
