@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


.border-t {
    border: 1px #ff0000 solid;
}

html {
    height: 100%;
}



body {
    top: 0;
    left: 0;
    right: 0;
    margin: 0;
    background-color: #ffffff;
    font-family: 'Rubik', sans-serif;
    height: 100%;
}

.cad-session {
    background-color: #EEEEEE;
    padding: 40px;
    border-radius: 10px;
    margin-top: 40px;
}


.campo-obrigatorio {
    color: #ff0000;
    font-weight: bold;
}

.campo-obrigatorio-texto {
    font-weight: bold;
    font-size: 14px;
}



/*Small devices (landscape phones, 576px and down)*/
@media (max-width: 576px) {



}



/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {



}

/*Large devices (desktops, 992px and up)*/
@media (max-width: 992px) {



}

/*X-Large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {  }

/*XX-Large devices (larger desktops, 1400px and up)*/
@media (min-width: 1400px) {  }
