@charset "utf-8";

* {
    box-sizing: border-box;   
    }

.botoncolor a{
    background: linear-gradient(rgb(93, 87, 247)-80%,rgb(0, 167, 221));
    }

#ingresar a{
    text-decoration-line: none;
    color: #ffffff;
    font-family: 'Heebo', sans-serif;
    font-size: 17px;
    width: 180px;
    border-radius:100px;
    padding: 8px;
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
    letter-spacing: 1px;
    margin-top: 80px;
    }


#header{
    display: flex;
    justify-content: center
    }

#tipomapa{
    font-family: 'gotham';
    font-weight: 500;
    font-size: 15px;
    color: #6f6f6f;
    text-align: center
    }

.foto img{
    width: 340px;
    }

header,body,footer{
    width: 100%;
    min-height: 10vh;
    margin:auto;
    }

body,footer{
    background-color: #fdfdfd;
    }

html{
    height: vh100;
    font-size: 100S;
    font-family: sans-serif; 
    }

header div{
	margin: auto;
	padding: 1rem  1rem ;
	text-align: justify;
	height: 5rem;
    margin: 0rem;
    margin-bottom: 20px;
    }

body{
    width: 100%;
    margin: 0rem;
    padding: 1rem;   
    }

ul{
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 80%;
    }

body p{
    color: #343434;
    font-size: 15px;
    }

div p{
    font-size: 95%;
    text-align: justify;
    font-family: 'Hind Vadodara', cursive;
    letter-spacing: -0.2px;
    line-height:20px;
    margin-bottom: 50px;
    margin-left: 25px;
    margin-right: 25px;
    }

footer p{
    color: #d9d9d9;
    font-size: 12px;
    margin-top: 105px;
    background-color: #3D3C3F;
    padding: 15px;
    padding-left: 25px;
    }

header div a img{
    height: 78%;
    margin-top: 8px;
    }

header nav ul li a{
    text-decoration: none;
    background-color: rgb(0,165,218);
    color: white;
    display: block;
    text-align: center;
    font-family: 'Secular One', cursive;
    font-size: 15px;
    padding: 9px;
    margin-top: 3px;
    }

header ul li a:hover{
    background-color: #556267;
    color: rgb(0,165,218);  
    }

.destaque{
    background-color: rgb(11, 119, 154);
    padding: 7px;
    }

#estudiantes h2{
    font-family: 'Palanquin Dark', cursive;
    font-size: 20px;
    padding: 2px;
    color: #67656c;
    }

#docentes h2{
    font-family: 'Palanquin Dark', cursive;
    font-size: 20px;
    margin-top: 50px;
    color: #67656c;
    }

section div a{
    text-decoration: none;
    font-family: 'Hind Vadodara', cursive;
    font-weight: bold;
    color: rgb(0,165,218);
    font-size: 110%;
    letter-spacing: 0.5px;
    line-height: 38px;  
    }

h1{
    margin-top: 70px;
    margin-bottom: 5px;
    font-family: 'Palanquin Dark', cursive;
    color: #67656c;
    font-size: 20px;
    margin-left: 25px;
    }

#docentes{
    font-family: 'Palanquin Dark', cursive;
    }

section div{
    font-family: 'Hind Vadodara', cursive;
    color: #343434;
    font-size: 15px;
    margin-left: 25px;
    }

h2{
    margin-bottom: 5px;
    margin-left: 25px;
    }

.datosacademicos{
    font-family: 'Hind Vadodara', cursive;
    color: #343434;
    font-size: 15px;
    padding-left: 25px;
    margin-top: 8px;
    }

span{
    font-weight: 800
    }

.plandetrabajo{
    font-family: 'Palanquin Dark', cursive;
    color: #67656c;
    font-size: 70px;
    padding-left: 25px;
    margin-top: 35px;
    margin-bottom: 40px;
    line-height: 80px;
    }

.objetivos{
    margin-top: 70px;
    margin-bottom: 5px;
    font-family: 'Palanquin Dark', cursive;
    color: #67656c;
    font-size: 20px;
    margin-left: 25px;
    font-weight: bold;
    }

.textobjet p{
    font-size: 95%;
    text-align: justify;
    font-family: 'Hind Vadodara', cursive;
    letter-spacing: -0.2px;
    line-height:20px;
    margin-bottom: 50px;
    margin-left: 25px;
    margin-right: 25px;
    }