.aceitatermos input {
    float: left;
    width: 5%;
}

.aceitatermos span {
    float: left;
    width: 95%;
}

#terms-and-policy {
    width: 100%;
    border: none;
}

#modal-documents iframe {
	height: 70vh;
}

@media screen and (max-width: 490px){
    .aceitatermos input {
        width: 10%;
    }
    
    .aceitatermos span {
        width: 90%;
    }

    #modal-documents iframe {
        height: 65vh;
    }
}