@charset "utf-8";

#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;
    }

.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;
    }





body ul li a{
    text-decoration: none;
    font-family: 'Yantramanav', sans-serif;
    font-size: 16px;
    cursor: pointer;
    color: #e8e8e8;
    background-color: rgb(47,74,150);
    display: grid;
    padding: 0.3rem;
    line-height: 1rem;
    margin: 0.3rem;
    }

header img{
    width: 50px;
    max-width: 100%;
    margin-left: -5px;
    margin-bottom: 22px;
    }

ul li{
    list-style-type: none;
    }

h1{
    font-family: 'Helvetica', sans-serif;
    font-size: 27px;
    color: rgb(85,85,85);
    margin: 40px;
    margin-bottom: -35px;
    margin-top: 60px
    }

h2{
    font-style: normal;
    color: rgb(85,85,85);
    font-family: 'helvetica';
    font-size: 21px;
    margin: 40px;
    margin-bottom: 40px;
    }

h3{
    font-family: 'Helvetica', sans-serif;
    font-size: 23px;
    font-weight: bold;
    color: rgb(47,74,150);
    margin: 40px;
    margin-bottom: 10px
    }

footer{
    background-color: rgb(40, 40, 40);
    margin-left: 2.2rem;
    margin-right: 2.2rem;
    padding: 1rem   
    }

footer p{
    font-family: 'Kadwa', serif;
    color: #e8e8e8;
    text-align: left;
    letter-spacing: 0.4px;
    line-height: 1rem;
    font-size: 10px;
    margin-left: 1rem;
    margin-right: 1rem;
    }

ul{
    font-family: 'Yantramanav', sans-serif;
    font-size: 15px;
    color: rgb(85,85,85);
    }

id img{
    margin-left: 30px;
    max-height: 190px;
    }

.paginaweb ul div a{
    margin-top: 80px;
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
    color: rgb(40, 40, 40);
    }

#menu ul li a:hover{
    background-color: rgb(40, 40, 40);
    }

#menu{
    margin-left: -0.5rem;
    margin-right: 2.2rem;       
    }

#menu ul li a{
    text-shadow: 2px 2px 2px #000;
    letter-spacing: 1px;
    }
    
header a{
    margin-left: 2.5rem;
    color:rgb(47,74,150);
    }

.boton{
    width: 15px;
    max-width: 100%;
    margin-top: 30px;
    }

.paginaweb ul div a img{
    width: 15px;
    margin-top: 80px
    }

.plandetrabajo{
    font-family: 'Palanquin Dark', cursive;
    color: #67656c;
    font-size: 60px;
    padding-left: 40px;
    margin-top: 5px;
    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;
    padding-left: 25px;
    }

.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;
    padding-left: 25px;
    }







    
@media screen and (min-width: 420px){   
.contenedor {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin-right: 43px
    }
       
.contenedor{
    display: flex;
    flex-direction: row;
    justify-content: space-between
    }  
    
    
    
    