@import url('https://fonts.googleapis.com/css2?family=Arimo:wght@400;500;600;700&display=swap');

h1, h2{
    text-align: center;
    color: #4B8DD4;
}



#boxPrincipal{
    text-align: center;
    align-items:self-start;
}


.iconeBoxes{
    font-size: 32px;
    text-align:center;
}

.boxesHome{
    width: 100%%;
    height: 100%;
    margin: 50px;
    display: flex;
    flex-flow: row wrap;
    justify-content: cen;
    align-items: stretch;
}

.box{
    background-color: #F0F0F0;
    margin: 10px 10px;
    padding: 30px;
    width: 30%;
    height: 350px;
    border-radius: 10px;
    text-align: center;
    flex-basis: auto;
    flex-grow: 1;
}

.iconeBoxes{
    font-size: 35px;
    color: #4B8DD4;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: 0 auto;
}

#boxPrincipal{
    width: 100%;
    height:100%;
    text-align: center;
    align-self: center;
}

#boxDescarte{
    width: 100%;
    height: 100%;
    text-align: center;
    align-self: center;
}

.button {
    background-color: #4B8DD4;
    color: white;

    border: none;
    border-radius: 25px;

    padding: 0 28px;
    height: 50px;

    font-size: 16px;
    font-family: 'Arimo', Arial, sans-serif;

    cursor: pointer;
}

.footer{
    color: white;
    text-align: center;
    align-content: center;
    background-color: #61AAE5;
    height: 100px;
    flex-direction: column;
    flex: 1;
}