@import url('https://fonts.googleapis.com/css?family=Muli');

* {
    font-family: 'Muli', sans-serif;
}

.footer {
    display: flex;
    width: 100%;
    height: 150px;
    font-size: 12px;
    
}

#cajaf {
    background-color: #EE4055;
    width: 3%;
}

#infocontacto {
    width: 48%;
    background-color: #00B6B8;
    color: #fff;
    padding: 30px 0px 0px 30px;
    font-size: 15px;
}

#info {
    width: 49%;
    background-color: #fff;
    color: #4D4D4D;
    padding: 30px 0px 0px 30px;
    text-align: justify;
}

#info p {
    text-align: center;
    font-size: 11px;
    padding-top: 10px
}