﻿#foto {
    width: 200px;
    margin: 2rem 0;
    border-radius: 10%;
}

.seccion-bienvenida{
    margin: 5rem 0 10rem 0;
    color: white;
}

.seccion-bienvenida h1{
    margin-bottom: 1rem;
}

.seccion-bienvenida p{
    font-family: sans-serif;
    line-height: 1.5;
    font-size: 1.25rem;
}

#imagen-dotnet {
    width: 500px;
}

.cabecera {
    font-weight: bold;
}

.habilidades ul {
    list-style: none;
    padding-left: 0;
}

.habilidades i {
    color: #0d6efd;
    font-size: 50px;
}
/*MEdias queries*/
@media screen and (max-width:36.25em) {
    /*580 px*/
    body {
        font-size: 12px;
    }
    #imagen-dotnet {
        width:150px;
        height: 85px;
    }
   .habilidades {
       width: auto;
       text-align: center;
   }
   #front{
       margin-top: 5px;
   }
    .menu{
        position: relative;
    }
    .menu2{
        position: relative;
        top: 75px;

    }
   
    /*Estilos menus*/
    div.topnav-right .menu2 {
        /*Hacer el menu2 flotante en la parte inferior de la pantalla*/
    }

}


/*Fin de las medias queris*/

@media screen and (max-width:31.25em) {
    /*500 px*/
    
}

@media screen and (max-width:24.375em) {
    /*390px*/
    
}