@import url('https://fonts.googleapis.com/css?family=Nunito:200,400,700&display=swap');



* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    
}

a {
    text-decoration: none;
}

li{
    list-style: none;
}


.boton {
 display: inline-flex;
 align-items: center;
 }

.controlado {
    background-color: #56379C;
    color: white;
}
#fondo {
    background-image: url(../img/fondo.jpg);
    height: 10rem;
    position: relative;
    
}
    }

.titulo {
    align-items: center;
}

.botonera{
   
    padding: 0 1rem 0 1rem;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}



.botonera h4{
    color: white;
    padding: 0.5rem 1rem 1rem 1rem;
}


.contenedor {
    padding: 1rem 1.5rem;
}

@media (min-width: 992px){
    .contenedor{ 
    padding: 1rem 18rem;}
}

.encabezado{
    display: flex;
    justify-content: center;
    
}

.fotoFlotante{
    
    width: 7.2rem;
    display: flex;
    align-items: center;
    position: absolute;
    top: 5rem;
    border-radius: 50%;
    box-shadow: 2px 2px 5px #999;
    z-index: 200;
    
}

body {
    background-color: #e8e6e6;
    margin: 0px;
}

img {
    display: block;
    margin: auto;
    max-width: 100%;
    height: auto;
}
    
.titulo{
        margin: 1rem 0 0 0;
    }



Main {

    background-color: #e8e6e6;
    margin: 10px auto;
    min-height: 100px;
}

.cuadrados{
    width: 90%;
    margin: 10px auto 10px;
    background-color: #f7f7f7;
    min-height: 100px;
    border: darkgray 0.5px solid;

}


footer {
    width: 90%;
    background-color: #56379C;
    margin: 10px auto;
    min-height: 100px;
}


p {
    margin: 3% 3%;
}

hr {
    width: 95%;
    margin: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Nunito';
}

h1 {
    font-weight: 700;
    color: #56379C;
    font-size: 30px;
    text-align: center;
}

h2 {
    font-weight: 400;
    color: #56379C;
    font-weight: 10px;
}

h3 {
    font-weight: 200;
    font-weight: 8px;
}

h4 {
    text-align: center;
    color: #56379C;
}

h5 {
    text-align: center;
    font-weight: 200;
    color: white;
}

.controlado {
    color: white;
    text-align: center;
    font-size: 9pt;
}

.destacado {
    font-weight: 700;
}


.fondo {
    background-color: #56379C;
    width: 90%;
    margin: auto;
}


.nav{
    display:flex;
    align-content: center;
}

