/** Fonts **/

html,body{
    font-family: 'Prota Standard', sans-serif;
    font-weight: 400;
    
}

@font-face {
font-family: "Prota Standard";
src: url("../fonts/prota-standard.ttf");
}

@font-face {
font-family: "Visby Round CF Regular";
src: url("../fonts/visby-round-cf-regular.otf");
}

.prota-400{
    font-family: 'Prota Standard', sans-serif;
    font-weight: 400;
}
.visby-400{
    font-family: 'Visby Round CF Regular', sans-serif;
    font-weight: 400;
}



/** General **/


html,
body{
  height: 100%;
}

.button-conheca{
    padding:3px;
}
.button-conheca > div{
    border-radius:2px;
}

.plus-icon{
    left: -0.8rem;
    top: 0.3rem;
}

.icon img{
    width: 40px;
}

.box-text{
    height: 72px !important;
}
